source: trunk/third/gtksourceview/NEWS @ 21463

Revision 21463, 3.8 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21462, which included commits to RCS files with non-trunk default branches.
Line 
1News in 1.1.1
2-------------
3
4* New languages specs for fortran, css, javascript and pascal.
5* Bug fixes and updated translations.
6
7News in 1.1.0
8-------------
9
10* Use Pango for printing.
11* New languages specs for Ruby, LUA, Perl's POD, VB.NET, Haskell and
12  Texinfo.
13* Bug fixes and updated translations.
14
15News in 1.0.0
16-------------
17
18* Bug fixes and updated translations.
19
20News in 0.9.2
21-------------
22
23* Bug fixes and updated translations.
24
25News in 0.9.1
26-------------
27
28* Bug fixes.
29* XML and HTML .lang files now highlight strings using simple patterns.
30* Beginning of line and end of line are now correctly matched, even if
31  the slice of text doesn't include the newlines.
32* "Others" style is now deprecated.
33
34News in 0.9.0
35-------------
36
37* Miscellaneous Bugfixes
38
39News in 0.8.0
40-------------
41
42* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
43* Migrated test application to Gtk 2.3 (UI and file selector).
44
45News in 0.7.0
46-------------
47
48* A bunch of small bugfixes
49* Replaced deprecated calls for glib 2.3
50* Multiline backward search works now
51* <keyword-item> patterns are now limited to 250 elements (more cause
52  trouble with GNU regex)
53
54News 0.4.0 -> 0.5.0
55-------------------
56
57* Removed hack for bug #81893 since it's now fixed in Gtk+
58* Added "style_changed" signal to GtkSourceStyleScheme to signal the
59  buffer that a style has changed
60
61News 0.3.0 -> 0.4.0
62-------------------
63
64* Added get_style_names method to the GtkSourceStyleScheme interface
65* New method gtk_source_language_get_id
66* Added the id arg to all constructors of gtksourcetag.[ch]
67* Added ID and tag_style properties to GtkSourceTag
68* Fixed the .pc.in file
69* Fixes to the printing code
70
71News 0.2.1 -> 0.3.0
72-------------------
73
74* Printing support
75* Caseless search functions gtk_source_iter_search_forward/backward
76* API reference documentation building infrastructure
77* Added support for translation of user visible strings in language
78  spec files
79* gtk_source_buffer_find_bracket_match has been renamed to
80  gtk_source_iter_find_matching_bracket
81
82News 0.2.0 -> 0.2.1
83-------------------
84
85* Dropped strict libgnome dependency (some Gnome libraries are still needed to
86  build the tests, but those are now optional)
87* Regular expression syntax changed to Extended POSIX + GNU operators
88* Generate enums and flags for introspection and language bindings
89* Copy of GNU regular expression library included for platforms which aren't
90  based on the GNU C library (bug #112517)
91* grab_focus no longer scrolls the widget to the cursor (workaround Gtk+
92  bug #81893)
93
94News 0.1.0 -> 0.2.0
95-------------------
96
97* src directory renamed to gtksourceview for proper header
98  namespacing
99
100News 0.0.3 -> 0.1.0
101-------------------
102
103* API has been completely revised
104* New language and manager objects to set regular expressions for
105  syntax highlighting from XML files
106* New improved highlighting engine
107* Rewritten test application which demonstrates most important features
108* Markers API have been redesigned
109* Text style schemes for highlighted elements
110* The view can draw a vertical line indicating a right margin
111* Smart HOME/END keys move to the first/last character in the line
112  before moving to the real begin/end
113* Auto indentation
114
115News 0.0.2 -> 0.0.3
116----------------
117
118* Undo support using begin/end_user_action in GtkTextBuffer.
119* Implemented gtk_source_buffer_convert_to_html the name says what it does :-)
120* more auto indent support/bugfixes: On an keypress it will automatic inserting whitespaces before/after on operator characters like [=<>!], comma [,]  and begin parantes[(]. This is hardcoded values and will probadly only work correcly on C/C++/Java/python or similar programing languages syntax
121* bugfixes.
122
123News 0.0.1 -> 0.0.2
124----------------
125
126* Auto indent support
127* bugfixes
128
129News 0.0.1
130--------
131
132* Syntax/Pattern highlighting
133* Bracket matching support
134* Show line numbers in margin
Note: See TracBrowser for help on using the repository browser.