File: NEWS

package info (click to toggle)
pygtksourceview 2.10.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,900 kB
  • ctags: 168
  • sloc: sh: 10,124; xml: 5,274; python: 320; makefile: 200; ansic: 36
file content (109 lines) | stat: -rw-r--r-- 2,191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
News in 2.10.1
==============

    o Fix return value of get_indent_width()

News in 2.10.0
==============

    o Add API to handle "context classes"

News in 2.9.2
=============

    o adapted to API changes in GtkSourceCompletion
    o Add new gtksourceview API (GtkSourceUndoManager)

News in 2.9.1
=============

    o Add new gtksourceview API (GtkSourceCompletion)

News in 2.8.0
=============

    o new stable release

News in 2.7.0
=============

    o Add new 2.8.0 gtksourceview API. (Gian Mario)
    o Some misc bug fix (Gian Mario)
    o Fix build with libtool 2.x. (Gian Mario)
    o Autogenerate Changelog from git logs (Gian Mario)

News in 2.6.0
=============

    o new stable release

News in 2.5.0
=============

    o Added NBSP to draw spaces (Ignacio Casal Quinteiro)

News in 2.4.0
=============

    o new stable release

News in 2.3.0
=============

    o add an unofficial distutils based buildsystem that alllows to create
      win32 installers. (Paolo)
    o Add new 2.3.0 gtksourceview API. (Gian Mario)
    o remove gnomevfs dependency, use gio instead. (Gian Mario)

News in 2.2.0
=============

    o new stable release

News in 2.1.1
=============

    o adapted to API changes in GtkSourceView
    o fix the docs accordingly

News in 2.1.0
=============

    o adapted to API changes in GtkSourceView
    o write the complete API reference
    o prevent Language and Style Scheme from being constructed
    o wrap Mark and PrintCompositor API

News in 2.0.0
=============

    o 2.0.0 version released, API is now frozen.

News in 1.90.4
==============

    o adapted to API changes in GtkSourceView

News in 1.90.3
==============

    o adapted to API changes in GtkSourceView

News in 1.90.2
==============

    o adapted to API changes in GtkSourceView

News in 1.90.1
==============

    o plenty of fixes in defs file (muntyan, pbor)
    o require pygobject 2.8 instead of 2.10 (muntyan)
    o updated View and Buffer constructors (muntyan)
    o removed Source prefix (muntyan)
    o test-widget now works removing old gnome print stuff (muntyan)

News in 1.90.0
==============

    o First public release, it binds most of the GtkSourceView 2 API.