]> Pileus Git - ~andy/gtk/blob - NEWS
2.5.3
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
2 =================================================
3 * GtkFileChooser
4  - Work better with older version of the gnome-vfs backend [Zack Cerza]
5  - Keynav improvements [Jonathan Blandford]
6  - Make position of pathbar down button stable [Jonathan]
7  - Make autocompletion less annoying in save mode [Owen Taylor]
8 * GtkFileChooserButton
9  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
10 * GtkComboBox
11  - Work without a model [Mariano Suarez-Alvarez
12 * GtkTreeView
13  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
14 * GtkRange
15  - Add a::slider-moved signal [Thomas Fitzsimmons]
16 * GtkEntryCompletion
17  - Improve positioning of popups [Matthias]
18 * Make input methods respect editability [Noah Levitt]
19 * Add an setting to specify modules to load [Alex Graveley]
20 * Use GOption for commandline argument parsing [Anders Carlsson]
21 * Default theme
22  - Improve drawing of expanders [Matthias Clasen]
23 * Add a configure option to disable the use of ELF visibility 
24   attributes for PLT reduction
25 * Make selection handling robust against invalid UTF-8 [Owen]
26 * gdk-pixbuf
27  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
28    optionally ignores aspect ratio [Dom Lachowicz]
29  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
30  - Security fixes [Chris Evans]
31 * Win32
32  - Improve tablet handling [Robert Ögren]
33  - Make tablets work on multi-monitor systems [Robert]
34  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
35  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
36  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
37    Havoc Pennington]
38  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
39  - Build fixes [Tor Lillqvist, Robert]
40 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
41  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
42  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
43  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
44  Morten Welinder, Jean Bréfort, Alexander Larsson]
45 * Documentation improvements [Matthias, Jonathan]
46 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
47
48 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
49 =================================================
50 * GtkFileChooserButton
51  - New widget to go along with GtkFontButton and GtkColorButton
52    for use in preference dialogs.  [James M. Cape]
53 * GtkFileChooser
54  - Add getter and setter for the ::show-hidden property [Jeff Franks]
55  - Allow paths to be entered as part of the filename. [Federico Mena Quintero]
56  - Make separator in bookmarks pane unselectable [Matthias Clasen]
57  - Improve activation on focus [Federico]
58  - Avoid warnings when opened on non-default screens [Abel Daniel]
59  - Fix some memory leaks [Federico]
60 * GtkEntryCompletion
61  - Warn if text column has wrong type [Fernando San Martin Woerner,
62    Gustavo Carneiro]
63 * GtkTextView
64  - Obey the Pango backspace_deletes_character 
65    attribute [Noah Levitt, Teppitak Karoonboonyanan]
66 * GtkTreeView
67  - Add hover-expand mode [Matthias]
68  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
69  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
70 * GtkEntry
71  - Track the selection more accurately when dragging and
72    selecting [Soeren]
73 * GtkComboBox
74  - Support trees in combo boxes [Matt Walton, Matthias]
75  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
76  - Handle sensitivity changes properly [Matthias]
77  - Add a ::focus-on-click property [Matthias]
78 * GtkIconView
79  - Fix BROWSE selection mode [Matthias]
80  - Make accessible [Padraig O'Briain]
81 * GtkAboutDialog 
82  - Change the API to be more binding-friendly [Oliver Andrieu]
83 * GtkUIManager
84  - Accept paths with leading '/' everywhere. [David Malcolm]
85  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
86  - Add a way to suppress overflow menu items [Christian Persch]
87 * GtkPlug/GtkSocket
88  - Use the sync counter mechanism to speed up resizes  [Soeren]
89 * GDK
90  - Support XDND v5 [Owen Taylor, Matthias]
91  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
92  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
93 * gdk-pixbuf
94  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
95  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
96    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
97  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
98  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
99  - Handle edge pixels consistently [Brian Cameron, Matthias]
100  - Handle OS/2 BMPs [Jon-Kare Hellan]
101 * Performance 
102  - Get rid of many PLT entries for internally used exported symbols,
103    and clean up the ABI at the same time and make make check check the
104    list of exported symbols.  [Arjan van de Ven, Matthias]
105 * Look up icon themes in the directories specified in the
106   icon theme spec  [Matthias]
107 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
108 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
109   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
110   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
111   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
112   Christian Persch, Vincent Noel, Christophe Fergeau]
113 * Documentation improvements [Matthias, Mariano, Axel Simon, 
114   Jonathan Blandford]
115 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
116
117 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
118 =================================================
119 * GtkTreeView
120  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
121   Jonathan Blandford, Anders Carlsson]
122  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
123  - Typeahead support [Jonathan]
124  - Align the entry in GtkCellRendererText [Matthias]
125  - Make DND work again [Ernst Persson, Matthias]
126  - Improve appearance of search popup [Matthias]
127 * GtkFileChooser
128  - Activate the last focused widget [Federico Mena Quintero]
129  - Add an "Add to shortcuts" item to the context menu [Federico]
130 * GtkCombobox
131  - Support scrolling in list mode [Matthias]
132  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
133  - Change the API for separators to use a callback function 
134    instead of a boolean model column [Matthias]
135 * GtkNotebook
136  - Ignore scroll events from page content [Gabriel de Perthuis]
137 * GtkAboutDialog
138  - Visual improvements [Anders]
139 * GtkIconView
140  - Use XRender to draw selection rectangle [Anders]
141 * GtkLabel
142  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
143 * Expose the menubar accel key as an XSetting [Scott James Remnant]
144 * Add example code for clipboard handling to gtk-demo [Anders]
145 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
146  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
147  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
148  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
149 * Documentation improvements [Federico, Matthias]
150 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
151
152 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
153 =================================================
154 * New widgets: 
155  - GtkIconView [Anders Carlsson]
156  - GtkAboutDialog [Matthias Clasen]
157  - GtkCellView [Matthias]
158 * GtkFileChooser
159  - change to newly-created folders [Federico Mena Quintero]
160  - always show icons [Federico]
161  - bug fixes [Federico, Christian Neumair, Alex Roitman]
162 * GtkComboBox, GtkComboBoxEntry
163  - add missing getters and some more convience API [Matthias, 
164   Christian Neumeir, Oliver Andrieu]
165  - improve placement and sizing of popups [Matthias]
166  - support insensitive items [Matthias]
167  - support separators [Matthias]
168  - handle empty or unset models better [Mariano Suarez-Alvarez]
169  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
170    Pongonyshev, Christian Persch]
171 * GtkEntryCompletion
172  - ignore enter events when the window pops up under the 
173    pointer [Anders]
174  - bug fixes [Matthias]
175  - support inline autocompletion [Matthias]
176 * GtkUIManager
177  - fix signal registration [Michael Natterer]
178  - make generated XML parseable [Sven Neumann]
179  - fix get_widget to return menus [Matthias]
180 * GtkTreeView
181  - hover-selection mode [Matthias]
182  - support insensitive cells [Matthias]
183  - support separators [Matthias]
184  - make entry context menu work in editable text cells [Owen Taylor, 
185   Kristian Rietveld]
186  - make DND work with treeviews in modal dialogs [Federico]
187  - make empty treeviews focusable [Federico]
188  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
189   Christian Persch]
190  - new GtkCellRendererCombo [Matthias]
191  - bug fixes [Matthias, Federico]
192 * GtkNotebook
193  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
194 * GtkWindow
195  - support named themed window icons [Matthias, Calum Benson]
196 * New stock icons: file, directory, about, edit, connect, disconnect,
197   and media player icons for forward, next, pause, play, previous,
198   record, rewind and stop
199 * GDK
200  - support do-not-focus-on-map hint [Elijah Newren]
201  - fix RGBA cursors [Michael Natterer]
202 * gdk-pixbuf
203  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
204  - flag to mark loaded images as scalable [Dom Lachowicz]
205  - license information for loaders [Matthias]
206  - simple multiple-of-90° rotation support [Matthias]
207  - allow to disable loaders [Matthias]
208  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
209   Manish Singh, Morten Welinder]
210 * X11 selections 
211  - make incremental transfer of MULTIPLE work [Matthias]
212  - don't do incremental transfer in 4k chunks [Matthias]
213  - add selection ownership change notification [Matthias]
214  - support text/plain targets [Matthias]
215 * Win32 
216  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
217   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
218 * Performance improvements
219  - predict exposes for override-redirect windows [Søren Sandmann]
220  - unset the background when mapping or unmapping windows [Søren]
221  - support the update counter spec for smoother resizing [Søren]
222 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
223   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
224   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
225   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
226   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
227   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
228   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
229   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
230   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
231   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
232   Maraas, Damien Carbery, Elke Meier]
233 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
234   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
235   Röcker, Doug Quale, Oliver Andrieu]
236 * Updated translations (bg,lt,ne,tk,wa,en_GB)
237
238
239 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
240 =================================================
241 * GtkFileChooser
242  - bug fixes [Morten Welinder, Federico Mena Quintero]
243  - pre-fill the location entry [Federico]
244  - internal api changes to allow setting a busy cursor
245    while loading [Federico]
246  - improve pathbar button sizing [Owen Taylor]
247  - add keybindings for removing bookmarks [Federico]
248 * GtkComboBox, GtkEntryCompletion
249  - fix repositioning logic [Niklas Knutsson]
250  - make keynav wrap around [Matthias]
251  - improve theme compliance [Matthias, Brian Cameron]
252 * GtkUIManager
253  - accept unnamed <separator>s [Anders Carlsson]
254  - robustify against gtk_widget_show_all() [Murray Cumming]
255  - warn if an accelerator cannot be parsed  [Jody Goldberg]
256 * Win32
257  - fix DND positioning [Hans Breuer]
258  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
259  - make filechooser work on Windows [Tor]
260  - draw arcs more correctly [Tor]
261  - disable tables support by support, add --use-wintab to
262    get it back  [Tor]
263 * Make color wheel accessible [Padraig O'Briain]
264 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
265 * Doc improvements [Federico, Matthias, Christian Persch]
266   Olexiy Avramchenko, Tim-Philipp Müller]
267 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
268   Jonathan Blandford, Anders Carlsson, Christian, Hans,
269   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
270   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
271   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
272   John Ehresman, Chris Sherlock, Jody]
273 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
274   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
275   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
276   sv,tr,uk,uz,wa,zh_CN)
277
278 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
279 =================================================
280 * GtkFileChooser
281  - Handle icon theme changes [Federico, Jonathan]
282  - Add reordering bookmarks via DND [Federico]
283  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
284  - Implement local-only mode so that apps don't get remote paths
285    they don't expect [Owen Taylor]
286  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
287  - Major rewrite of location dialog completion code [Jonathan]
288  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
289    Soeren Sandmann, Olivier Andrieu]
290 * GtkComboBox [Matthias Clasen]
291  - Handle the case of no-active-row properly
292  - Improve positioning of popup
293  - Miscellaneous bug fixes
294 * Win32 [Tor]
295  - Handle different install locations for gdk-pixbuf loaders
296  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
297 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
298 * Require Control-Tab to focus labels [Owen]
299 * RTL flipping for GtkArrow [Semion Chichelnitsky]
300 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
301 * Change layout algorithm for mixed gridded/non-gridded menus
302   to fix performance problems [Soeren, Owen, Christian Persch]
303 * Doc improvements [Matthias, Owen]
304 * Misc bug fixes
305 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
306   ru,sq,uk,zh_CN)
307
308 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
309   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
310   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
311
312 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
313 =================================================
314 * GtkComboBox
315  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
316  - Improve keybindings [Matthias]
317  - Bug fixes [Matthias, Owen, Damon Chaplin]
318 * GtkFileChooser
319  - Keep child directories in pathbar when changing to a parent
320  - Reroot pathbar inside home directory, use icons [Jonathan]
321  - Make the user actually select a file before hitting OK [Federico]
322  - Fix folder mode to not have tree [Jonathan]
323  - Add gboolean return values to operations that can fail [Federico]
324  - Improve internal error handling [Morten Welinder, Federico]
325  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
326    Alex Larsson]
327 * GtkTextView bug fixes [Paolo Borelli]
328 * Win32 
329  - Implement/stub missing GDK functions [Tor]
330  - .defs file updates [Tor, J Ali Harlow]
331  - Misc fixes [Hans Breuer]
332 * Fix problem with excess symbol exports on Linux [James Henstridge]
333 * Fix problem with 32-bit BMPs [Matthias]
334 * Include config.h first everywhere [Morten]
335 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
336 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
337   Vitaly Tishkov]
338 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
339   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
340 * Misc bug fixes
341
342 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
343   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
344   Olivier Ripoll
345
346 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
347 =================================================
348 * GtkFileChooser [Federico Mena Quintero]:
349  - Enable DND in the shortcuts list [Federico]
350  - More folder modes [Jonathan R Blandford]
351  - Resizing toplevel as contents change [Jonathan] 
352  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
353  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
354  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
355 * GtkComboBox
356  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
357  - Always grab when popping the list up [Damon, Matthias]
358  - Fixes for dynamic changes to the model [Owen]
359  - Improve popup positioning [Matthias]
360 * Implement computation of bidi-base direction from text
361   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
362 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
363   Owen]
364 * Fix wrong interpretation of new_order array for
365   gtk_tree/list_store_reorder() [Owen]
366 * Improve space allocation in menubars [Soeren Sandmann]
367 * Improve key bindings in GtkEntryCompletion [Matthias]
368 * Hide XCursor dependency [Soeren]
369 * Make mouse wheel scrolling usable [Soeren]
370 * Use resize cursors for resize grips [Soeren]
371 * Set the right window group for menu and combo popups [Frederic Crozat,
372   Jean-Philippe Chancelier, Soeren]
373 * Add a way to list the mnemonic labels of a widget [Owen]
374 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
375 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
376 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
377 * Export GtkWindow key-press-event internals to allow 
378   custom implementations [Tim Janik]
379 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
380 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
381 * Memory leak fixes [Owen]
382 * Win32 fixes [Hans Breuer]
383 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
384   Tomasz Lloczko, Mitch, Manish Singh, Owen]
385 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
386 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
387   sr@Latn,sq,sv,th,zh_CN)
388
389 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
390 =================================================
391 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
392 * Add some extra GtkExpander docs [Federico Mena Quintero]
393 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
394 * Updated translation (ga)
395
396 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
397 =================================================
398 * GtkFileChooser [Federico Mena Quintero]:
399  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
400  - Correctly handle typed-in filenames in save mode, folder mode, and
401    multiple-selection mode in all combinations.
402  - Don't erase the filename in the entry when changing folders.
403  - Support icons in GtkFileSystemUnix.
404  - GtkFileChooserDialog now comes up at a reasonable size.
405  - GtkFileSystemUnix now notifies correctly on ::create_folder().
406  - Slight GUI reorganization.
407  - File system module support. [Alexander Larsson]
408  - Pathbar widget. [Jonathan R. Blandford]
409  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
410    Padraig O'Briain, Alexander, Jonathan]
411  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
412  - Memory leak fixes [Morten Welinder]
413 * GtkTreeView:
414  - Fix return values. [Federico, R. McFarland]
415  - Properly cancel the arrow animation. [Michael Zucchi]
416  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
417  - Don't darken the sort column unless there are three visible columns
418    [Jonathan]
419 * GtkToolbar:
420  - Improve the sliding implementation. [Soeren Sandmann]
421  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
422    Olivier Andrieu]
423  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
424 * Menus:
425  - Make menus work better on Xinerama [Matthias]
426  - Fix keynav in RTL mode. [Matthias]
427  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
428  - Make tearoff menu items work anywhere in menus. [Matthias]
429  - Improve popup/popdown behaviour. [Soeren]
430 * gdk-pixbuf:
431  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
432  - Work around some libjpeg header file craziness [Manish Singh]
433 * Assume gravity works. [Soeren]
434 * Cache GCs for drawing. [Brian Cameron, Soeren]
435 * Handle focus adjustment correctly for deeply nested focus locations. 
436   [Matthias, Owen Taylor]
437 * Use reference counting for shared data in GtkActionGroup. 
438   [Matthias, Adam Hooper]
439 * Add a "use-separator" style property to GtkMessageDialog, and make
440   it not resizable. [Federico]
441 * Add 'const' to uses of GdkColor that need it. [Federico]
442 * Put focusable labels in the focus chain. [Federico]
443 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
444 * Add properties to GtkAdjustment [Murray Cumming]
445 * Add change notification to GtkAccelMap [Matthias, Owen]
446 * Add settings to suppress icons in buttons and menus. [Matthias]
447 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
448 * Make size of indicator in menu items themeable. [Bill Hanemann, 
449   Narayana Pattipati, Matthias]
450 * Fixes to GtkIconTheme [Torsten Schoenfeld]
451 * Improve drawing of GtkExpander. [Mark McLoughlin]
452 * Improve drawing of paned handles. [Soeren]
453 * Remove broken hangul input module. [Changwoo Ryu]
454 * Remove C++-style comments. [Damien Carbery]
455 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
456 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
457 * Accessibility improvements for tooltips, GtkScale. [Padraig]
458 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
459 * Win32 fixes. [Tor Lillqvist]
460 * Documentation:
461  - New section on how to check for modifier keys correctly. [Federico]
462  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
463    Tim-Philipp Müller, Matthias]
464 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
465   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
466 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
467   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
468   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
469   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
470   Yu Shao, Yao Zhang
471
472 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
473 =================================================
474 * GdkPixbuf
475  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
476  - Add a function to determine the type and size of a file without
477    loading it completely.  [Matthias Clasen]
478  - Turn pixbuf attributes into construct-only properties. [Matthias]
479  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
480    [Matthias, Owen Taylor]
481 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
482 * Do not interpret distant clicks as double clicks, using a
483   new double-click-distance setting.  [Matthias]
484 * Improve the GDK API for dealing with group leaders. [Matthias]
485 * Utility function for application launching in multi-screen scenarios.
486   [Mark McLoughlin]
487 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
488 * Misc Win32 improvements [Tor Lillqvist, Hans]
489 * GtkFileChooser [Federico]
490  - Fix new filename entry in Save mode [Jan Arne Petersen]
491  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
492  - Added support for file system volumes such as CD-ROMs, 
493    floppies, and network shares.
494  - Add a "New Folder" button for Save mode in GtkFileChooser.
495  - Better support for Folder mode.
496 * GtkTreeView
497  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
498  - Add a single-paragraph mode and a language property to 
499    GtkCellRendererText [Kristian Rietveld]
500  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
501  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
502 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
503 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
504 * Improve the GtkCalendar drawing code.  [Matthias]
505 * GtkCalendar supports starting the week on any day [Matthias]
506 * Make GtkToolbar compatible with 2.2 again [Soeren]
507 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
508   Olexiy Avramchenko, Jody, Soeren]
509 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
510 * Add a way to lock individual accelerator paths  [Matthias]
511 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
512   a menu shell.  [Matthias]
513 * Fix dynamic menus. [Matthias, Michael Meeks]
514 * Add xalign, yalign properties to GtkButton. [Jody]
515 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
516   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
517 * Support for "no focus" windows. [Matthias]
518 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
519   Theppitak Karoonboonyanan]
520 * FAQ updates [Tony Gale]
521 * Split the translations into two domains: ui strings and
522   error messages go to gtk20, property nicks and blurbs to 
523   gtk20-properties. [Matthias]
524 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
525   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
526 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
527   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
528   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
529   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
530   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
531   Adam Wright
532
533 Overview of Changes in GTK+-2.3.1
534 =================================
535 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
536 * GDK
537  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
538  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
539 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
540 * Action-based menu/toolbar API [Matthias]
541  - Add "name" construct-only parameter to GtkActionGroup
542  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
543 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
544   [Gregory Merchan, Matthias]
545 * GtkComboBox [Kristian Rietveld]
546  - Make model and text_column properties not construct-only [Murray Cumming]
547  - Fix sizing
548  - Add mouse wheel support [Matthias]
549 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
550 * GtkExpander
551  - Add a "use_markup" property, gtk_expander_set/get_use_markup
552  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
553 * GtkFileChooser [Federico Mena Quintero]
554  - Add a GtkFileSystemWin32 [Hans]
555  - Use GtkEntryCompletion in GtkFileChooserEntry 
556  - Add a render_icon to GtkFileSystemIface to allow the 
557    GnomeVFS backend to supply appropriate icons
558  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
559  - Support drops on the bookmarks list
560  - Display error dialogs on failed operations
561  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
562  - Ignore filters for folders [Dave Malcom]
563  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
564 * Menus
565  - Make torn-off menus transient-for the window they were torn from
566    [Matthias, Jon-Kare Hellan]
567  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
568    for use by position functions [Matthias]
569  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
570 * Make g_message_dialog_new_with_markup() automatically escape
571   arguments, add g_message_dialog_set_markup() [Owen]
572 * Add read-only min-position/max-position properties to GtkPaned
573 * GtkToolbar [Soeren]
574  - Support gaps in the toolbar with expand=true/draw=false separators
575  - Improve drop-location preview handling
576  - Take a GtkRadioToolButton as the parameter to
577    gtk_radio_tool_button_new_from_widget [Murray Cumming]
578  - Many misc toolbar bug fixes [Soeren, Marco]
579 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
580 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
581   to go along with properties [Owen Taylor]
582 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
583   signal to fix handling of accelerators on insensitive parent
584   menu-items. [Tim Janik]. (*Note*: the details here will probably
585   change, since similar problems for mnemonics aren't handled.)
586 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
587   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
588   [IBM L3 NLS Support Team]
589 * Fix string setters for self-assignment [Matthias, Soeren]
590 * Finish multi-head handling in gtk-demo [Matthias]
591 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
592 * Reference doc improvements [Matthias, Soeren,
593   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
594 * FAQ updates [Tony Gale]
595 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
596   sr@Latn,sv,th)
597
598 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
599   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
600   Padraig O'Briain, Tomas Ögren, Danilo Segan
601
602 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
603 =================================================
604
605 * New Widgets
606  - GtkFileChooser: a replacement for GtkFileSelection with 
607    replaceable backends, many new API features, better user
608    interface (UI is still a work in progress) [Owen Taylor, 
609    Federico Mena Quintero]
610  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
611  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
612  - "Picker button" widgets based on code from libgnomeui: 
613    GtkFontButton, GtkColorButton [Matthias Clasen]
614
615 * Widget improvements:
616  - Autocompletion for entries: GtkEntryCompletion [Kristian]
617  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
618  - Add input-only event boxes for trapping events [Alex Larsson]
619  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
620  - Support up to four scroll arrows on GtkNotebook and make which
621    ones are displayed themeable. [Matthias]
622  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
623    automatic week start selection, DND support, improve API 
624    for setting options [Matthias]; mousewheel support [Abigail Brady]
625  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
626    [Soeren, Matthias]
627  - New functions: gtk_window_set_default_icon(), 
628    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
629    [Matthias]
630  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
631    "has_resize_grip" for GtkStatusBar. [Matthias]
632  - Add child properties for GtkPaned [Matthias, Soeren]
633
634 * Menus
635  - New action-based menu API: GtkUIManager, GtkActionGroup, 
636    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
637    Marco Pesenti Gritti, Philip Langdale]
638  - Support for tabular menus [Kristian]
639  - New positioning algorithm for popup menus [Soeren]
640
641 * GtkTextView [Matthias]
642  - Add properties "accepts_tab" [Soeren], "overwrite" property 
643    [Jeroen Zwartepoorte], "buffer"
644  - Add gtk_text_buffer_select_range()
645  - Implement drag-selection by words/lines (also for Gtkentry)
646  - Some fixes to invisible text handling
647  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
648  - Clean up handling of horizontal paging
649  - Fix scrolling with non-visible cursor
650  - Add internals documentation [Havoc Pennington]
651
652 * GtkToolbar [Soeren]
653  - Add a more constistent and extensible toolbar API; preserve
654    old API for backwards compatibility [James, Anders Carlsson, Owen]
655  - Support for sliding buttons like OS X
656  - Keyboard navigation
657  - Support "priority text"
658  - Overflow menu
659  - Better handling of really wide buttons [David Bordoley]
660  - Drawing improvements
661  - Support context menu
662
663 * GtkTreeView [Kristian Rietveld]
664  - Handle RTL [Matthias, Jonathan]
665  - Add expand flag to column packing parameters [Jonathan, Kristian]
666  - gtk_tree_path_free now silently returns on NULL paths
667  - Move row reference updating code to closures
668  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
669    get rid of gtk-tree-model-drop-append.
670  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
671
672 * gdk-pixbuf
673  - Add a loader for PCX files [Josh Beam]
674  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
675  - Support TGA files with arbitrary origins [Matthias]
676  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
677    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
678  - Add saving support for ICO and CUR
679  - Improve handling of GIFs with oversized frames [Matthias]
680
681 * GDK:
682  - Support for full-color / alpha-channel cursors [Matthias]
683  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
684  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
685  - Many small changes to reduce round trips on startup; 
686    add gdk_display_flush() [Owen]
687  - Use Xlib asynchronous APIs to reduce roundtrips on startup
688    and during DND [Owen]
689  - Other changes to improve DND for large-latency connections [Owen]
690  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
691    in GtkWindow)
692  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
693  - Other small linux-fb fixes [Eric Warmenhoven]
694
695 * Miscellaneous
696  - Add support for named themable icons; use this facility to 
697    provide the default stock icon images [Owen Taylor, based
698    on code by Alex Larsson]
699  - Add gtk_widget_queue_resize_no_redraw() for more efficient
700    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
701  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
702  - Default theme improvements, especially for menus. Add some
703    more style properties. [Soeren]
704  - Add authentication stock icon [Matthias, art by Jakub Steiner]
705  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
706  - Convert build system to automake-1.7; many cleanups and
707    improvements. [James Henstridge, Owen]
708  - Win32 fixes for new widgets [Hans]
709  - Add right-to-left variants of some stock icons [Matthias]
710
711 * Documentation
712  - Use XML source for man pages; add man pages for tools that didn't
713    have them before [Matthias]
714  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
715  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
716  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
717    Martin Pool, Mariano Suarez-Alvarez]
718
719 * Deprecations
720  - GtkItemFactory [Replaced by GtkUIManager]
721  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
722  - Miscellaneous functions that were renamed in 
723    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
724
725 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
726   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
727   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
728   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
729   Vasilis Vasaitis, Morten Welinder
730
731 ----------------------------------------------------------------------
732
733 Overview of Changes in GTK+ 2.2.4
734 =================================
735 * Revert TreeView fix which broke context menus in different applications
736   [Kristian Rietveld]
737 * Typo fixes [Kjartan Maraas]
738 * Make pressing END not put the menu in scrolling mode [Kris]
739 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
740 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
741
742 Overview of Changes in GTK+ 2.2.3
743 =================================
744 * GdkPixbuf [Matthias Clasen]
745  - Fix some problems with overflows when scaling down [Tomas Ögren]
746  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
747  - Prefer 32-bpp ICOs, fix bugs with them
748  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
749    [Jens Elker]
750  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
751 * Win32 [Tor Lillqvist]
752  - Add multiple monitor support
753  - Major event and key handling rewrite, including IME fixes
754  - Fix handling of toplevel window positions
755  - Add support for all window geometry hints (gridded geometry, etc.)
756  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
757  - Fix GdkImage memory leak [J. Ali Harlow]
758  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
759  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
760  - Build fixes and improvements [Peter Zelezny]
761 * X11
762  - Fix extremely common crash where we interpreted the timestamp
763    field of a XKB event as a window ID and found a pixmap that matched.
764    [Owen Taylor, with essential backtrace from Kjartan Maraas]
765  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
766  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen]
767  - Workaround Xinerama servers reporting wrong depths [Owen]
768 * GtkTreeView [Kristian Rietveld]
769  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
770  - Don't get confused by the Control key when handling selection
771    from an accelerator like <Control>B [Michael Natterer]
772  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
773    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
774    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
775 * Input methods
776  - Handle input methods exiting and starting while the 
777    app is running [Hidetoshi Tajima]
778  - Fix infinite loop when closing input methods [Owen,
779    Takuro Ashie, Hidetoshi]
780  - Add a 'cedilla' input method with c+acute => cedilla and use
781    as the default for languages that use cedilla. [Gustavo De Nardin,
782    Owen, Fco. Javier F. Serrador]
783  - Fix status window for multihead [Owen, James Su]
784  - Remember imcontext attributes when switching methods [Owen, 
785    Botond Botyanszki]
786 * GtkFileSelection [Owen]
787  - Fix selection of "UntitledN" on initial map [Mark Finlay]
788  - Fix an annoying bug with cursor positioning on failed completion
789  - Misc Fixes [Owen, Tor]
790 * Other widgets
791  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
792  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
793    Kristian]
794  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
795  - Don't include menu labels in gtk_notebook_forall [Owen]
796  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
797    focus [Owen]
798  - Accept color drops with wrong format from KDE [Matthias]
799 * Fix problem from gnome-theme-manager playing tricks and
800   making event->window a pixmap. [Anders Carlsson]
801 * Ignore Caps-lock when matching accelerators
802 * Fix 5-year-old bug where toplevels didn't fully refresh properly
803   on theme change [Owen, Rajkumar Siva]
804 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
805   from a tarball [Owen]
806 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
807   Morten Welinder]
808 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
809   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
810   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
811   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
812   Luis Villa]
813 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
814   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
815
816 Overview of Changes in GTK+ 2.2.2
817 =================================
818
819 * GdkPixbuf [Matthias Clasen]
820  - Fix animation of slow-loading progressive GIFS
821  - Fix long-standing animated GIF display bug with transparency
822  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
823 * GDK [Owen Taylor]
824  - Draw continuous underlines between Pango layout runs when 
825    possible [Kang Jeong-Hee]
826  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
827    Major rewrite of 16-bit handling for pixbuf_from_drawable()
828 * X11 backend [Owen]
829  - Fix build on X11R5 [Albert Chin]
830  - Fix switching keyboard layouts while running [Egmont Koblinger]
831  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
832  - Zero unused fields in client messages we send Lubos Lunak]
833  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
834  - Fix wrong initializaiton that was keeping XShm from being used.
835 * Win32 backend [Tor Lillqvist]
836  - Tweak line drawing
837  - Mouse/cursor fixes [Allin Cottrell]
838  - Better handling of floppy drives in GtkFileSelection
839  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
840 * Input methods [Hidetoshi Tajima]
841  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
842  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
843  - Miscellaneous GtkIMContextXIM fixes 
844  - Fix translation of input context names
845 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
846 * Add Delete to GtkEntry context menu, Delete/Select All 
847   to GtkTextView context menu [Matthias]
848 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
849 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
850 * GtkTextView
851  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
852  - Don't scroll to cursor on focus in [Paolo Maggi]
853  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
854    Yao Zhang]
855  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
856    Padraig O'Briain, Owen]
857 * GtkTreeView [Kristian Rietveld]
858  - Fix prelighting [Sven Neumann]
859  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
860  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
861  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
862    Alexandre da Silva Costa]
863  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
864    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
865    Mariano Suarez-Alvarez, Owen]
866 * Fix handling of border width for GtkToolbar [Rodney Dawes]
867 * Rewrite adjustment handling of GtkViewport, fixing many bugs
868   [Owen, Thomas Leonard, Michael]
869 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
870   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
871   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
872   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
873   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
874   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
875 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
876   Doug Quale, Manish Singh, Morten Welinder]
877 * Switch to using libtool-1.5
878 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
879   Christian Rose]
880 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
881 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
882   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
883
884 Overview of Changes in GTK+ 2.2.1
885 =================================
886 * Win32 [Tor Lillqvist]
887  - Improve setting of window position / decorations
888  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
889  - Fix various file selection bugs
890  - Improve scheme for locating pixbuf loader modules
891  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
892 * GtkTreeView [Kristian Rietveld]
893   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
894   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
895     Sandmann, Jarek Dukat]
896   - TreeView search now works on all values transformable by GValue and not
897     just strings [Muktha Narayan]
898   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
899   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
900     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
901     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
902 * GtkTextView [Matthias Clasen]
903  - Fix keynav with invisible cursor
904  - Fix misdrawing of cursor [Owen Taylor] and selection
905  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
906 * Fix problem with accidental inclusion of a main() [Matthias]
907 * Documentation improvements [Matthias, Havoc Pennington]
908 * Fix problem with GtkColorsel and pixmap themes [Daniel]
909 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
910 * Warning fixes [Manish Singh]
911 * configure fixes [Akira Tagoh]
912 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
913 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
914   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
915   Soeren Sandmann, Hidetoshi Tajima, Owen]
916
917 ----------------------------------------------------------------------
918
919 Overview of Changes in GTK+ 2.2.0
920 =================================
921 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
922 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
923 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
924   James M. Cape]
925 * Example portability fix [Sven Neumann]
926 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
927
928 Overview of Changes in GTK+ 2.1.5
929 =================================
930 * GtkFileSel fixes [Owen Taylor]
931   - Fix ..<tab> to go up a dir [Francisco Bustamante]
932   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
933   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
934 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
935 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
936 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
937   Narayana Pattipati, Marius Andreiana]
938 * Xinerama fixes for GtkMenu [Matthias Clasen]
939 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
940 * Documentation additions and fixes [Matthias]
941 * New and updated translations (am,bg,da,fr,fi,de)
942 * Miscellaneous bug and build fixes
943
944 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
945    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
946
947 Overview of Changes in GTK+ 2.1.4
948 =================================
949 * Improved default color scheme [Soeren Sandmann, with advise from
950   Tuomas Kuosmanen and Garrett LeSage]
951 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
952   [Kristian Rietveld]
953 * Support move-resize emulation for all edges. [Matthias Clasen]
954 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
955 * Remove extra selections for ButtonRelease in XInput code 
956   [Garry Osgood, Owen]
957 * Another attempt at fixing X focus tracking [Owen]
958 * linux-fb VT switch improvements [Eric Warmenhoven]
959 * Win32 [Tor Lillqvist]
960   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
961   - Improve maximized/minimized tracking
962   - Bug fixes
963 * Fix problem with gtk_combo_set_popdown_strings() not changing
964   the entry text [Owen]
965 * Support RTL flipping for statusbars [Matthias]
966 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
967   Richard Hult, Carlos Garnacho Parro]
968 * Use octal escapes rather than literal UTF-8 in strings [Owen]
969 * Make a lot of read-only data const. [Matthias, Morten Welinder]
970 * Misc bug fixes
971 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
972
973 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
974    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
975    Kjartan Maraas, Christian Neumair
976
977 Overview of Changes in GTK+ 2.1.3
978 =================================
979
980 GDK:
981 * Win32 [Tor Lillqvist]
982   - fixes to multihead API stubs 
983   - Comprehensively implement tiles and stipples
984   - Handle tracking minimized/maximized [Arnaud Charlet]
985 * linux-fb fixes [Eric Warmenhoven]
986 * Use g_get_application_name() for default window titles and
987   for the title of the client leader window [Owen, Havoc Pennington]
988 * Complete resize-grippy support, move-resize emulation 
989   [Anders Carlsson, Matthias Clasen]
990
991 GTK+ Core:
992 * On screen change, recreate the widget's Pango context [Owen]
993 * Fix problems with focus ending up on unmapped widgets [Owen]
994 * Make g_object_set (gtk_settings_get_default (), ...) to override
995   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
996 * Make GtkInputDialog multihead aware [Owen]
997 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
998
999 Widget improvements:
1000 * Draw/check menu items insensitive [Soeren, Tim Evans]
1001 * Fix color usage for radio/check menu item indicators [Soeren]
1002 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
1003 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
1004   GtkCheckMenuItem [Matthias Clasen]
1005 * GtkCombo improvements [Owen]
1006   - Don't leave it behind when switching desktops [Matthias Clasen]
1007   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
1008   - Don't change entry contents until window is popped back up
1009   - Keynav fixes
1010 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
1011 * GtkNotebook keynav improvements [Owen]
1012 * Handle painting text on dark-colored progressbars [Soeren]
1013 * GtkTreeView  [Kristian Rietveld]
1014   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
1015   - Add GTK_CELL_RENDERER_FOCUSED flag
1016   - Keynav fixes, including adding boolean return values for keybinding
1017     signals (API breakage for API that noone should have been using)
1018     [Narayana Pattipati]
1019   - Add gtk_tree_view_column_cell_get_position()
1020   - Add an inconsistent state for GtkCellRendererToggle
1021   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
1022     Morten Welinder, Robert Kinsella, Soeren]
1023
1024 Input Methods:
1025 * Sort the input method list in the right click popup [Abigail Brady]
1026 * GtkIMContextXIM bug fixes [HideToshi Tajima]
1027
1028 General:
1029 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
1030 * Deprecation cleanups [Manish Singh]
1031 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
1032 * Doc improvements, including adding Since: for 2.2. additions 
1033   [Matthias Clasen]
1034 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
1035   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
1036 * Build fixes [Owen, Jeff Waugh, Dan Mills]
1037
1038 Overview of Changes in GTK+ 2.1.2
1039 =================================
1040
1041 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
1042 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
1043 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
1044 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
1045 * Add simple support for startup notification [Havoc Pennington]
1046 * Handle focus indication for check and radio buttons without children
1047   [Dave Camp, Owen]
1048 * Much work on improve submenu navigation [Soeren Sandmann]
1049 * Add "selected_shadow_type" property for menus [Soeren]
1050 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
1051 * Rework GtkPaned keynav [Soeren, Calum Benson]
1052 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
1053 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
1054 * Tree view fixes and speedups 
1055   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
1056 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
1057 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
1058 * Win32 fixes [Tor Lillqvist]
1059 * Misc cleanups and bug fixes
1060
1061 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
1062    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
1063    Matt Wilson,
1064
1065 Overview of Changes in GTK+ 2.1.1
1066 =================================
1067 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
1068 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
1069 * linux-fb improvements including window maximization. [Eric Warmenhoven]
1070 * Fix to compile again with Xft version 1 [Owen Taylor]
1071 * Fix handling of pointer on multiple screens [Owen]
1072   - Add gdk_event_set/get_screen() via evil hack
1073   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
1074   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
1075   - Add gdk_display_get_pointer()
1076   - Make drag-and-drop between multiple screens work
1077 * Export gdk_event_new(), discourage stack allocated events [Owen]
1078 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
1079 * Basic support for RandR extension [Keith Packard, Owen]
1080 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
1081 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
1082 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
1083 * Fix handling of GtkSettings set from RC files on reload [Owen]
1084 * GtkTreeView work [Kristian Rietveld]
1085   - Stop editing on a focus out event for GtkCellRendererText 
1086     [Andreas J. Guelzow]
1087   - Don't accept drops on auto-sorted models
1088   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
1089 * Fixes for GtkIMContextXIM 
1090   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
1091 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
1092   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
1093   Vitaly Tishkov, Dan Winship, Yao Zhang]
1094 * Some performance tweaks [Soeren, Padraig O'Briain]
1095 * Miscellaneous bug fixes
1096
1097 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
1098   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
1099
1100 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
1101 =================================================
1102
1103 Multihead support: [Erwann Chenede, Owen Taylor]
1104 * Multihead support 
1105 * Add GdkDisplay, GdkScreen structures
1106 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
1107   (In other cases, make the variants methods on GdkDisplay/GdkScreen
1108 * Adapt GTK+ widgets to be multihead safe
1109 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
1110 * Add multihead support to demos/tests.
1111
1112 GDK:
1113 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
1114 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
1115 * Miscellaneous linux-fb improvements [Eric]
1116 * Xinerama support [Erwann Chenede, Matthias Clasen]
1117 * Allow GDK backends to add custom argument parsing [Sven Neumann]
1118 * Add support for some addition NET window manager spec hints [Havoc Pennington]
1119 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
1120
1121 GtkTreeView: [Kristian Rietveld]
1122 * Support stock pixbufs in GtkCellRendererPixbuf 
1123 * Allow setting the cell background for cell renderers
1124 * Support focusing individual cell renderers and other focus fixes
1125 * Make resizing tree views more efficient [Soeren Sandmann]
1126 * Add gtk_tree_model_get_string_from_iter
1127 * Improve gtk_list_store_remove API
1128 * API additions:
1129   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
1130   Add gtk_tree_selection_get_selected_rows(),
1131   gtk_tree_selection_count_selected_rows() 
1132   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
1133
1134 GTK+:
1135 * Add style property for drawing menu items without shadow [Soeren]
1136 * gtk_widget_modify_color_component/font(): Allow clearing
1137   current modifications. [Owen]
1138 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
1139 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
1140 * Fix menus resizing when popped up or torn off [Owen]
1141 * Improve label behavior when it gets a too small allocation [Soeren]
1142 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
1143 * Theme drawing improvements [Soeren]
1144 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
1145 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
1146 * Add gtk_menu_shell_select_first() [Owen]
1147 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
1148 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
1149 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
1150
1151 GdkPixbuf:
1152 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
1153 * Use iTXT chunks when necessary in PNG image saver [Matthias]
1154 * Add incremental loading for progressive jpegs [Matthias]
1155 * Add load-at-size functionality [Matthias]
1156 * Add a loader for .ANI animations [Matthias]
1157 * Load hotspot for .ICO files [Matthias]
1158
1159 Docs:
1160 * Convert docs to Docbook XML [Matthias]
1161 * Doc improvements and fixes [Matthias, Soeren, 
1162   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
1163   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
1164 * Tutorial improvements [Tony Gale]
1165
1166 General:
1167 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
1168 * Clean up GDK and demos for deprecated functions [Manish Singh]
1169 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
1170   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
1171   Shivaram Upadhyayula]
1172
1173 Overview of Changes in GTK+ 2.0.9
1174 =================================
1175 * Fix colormap refcounting, which caused frequent metacity crashes
1176   [Christopher James Lahey]
1177 * Lots of work on the Win32 backend [Tor Lillqvist]
1178  - Scrolling fixes
1179  - GdkGC clipping fixes and improvements
1180  - Started implementing all fill styles
1181 * GtkTreeView bug fixes [Kristian Rietveld]
1182  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
1183 * Various bug fixes
1184
1185 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
1186    Josh Parsons, Peter Bloomfield
1187
1188 Overview of Changes in GTK+ 2.0.8
1189 =================================
1190 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
1191 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
1192 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
1193 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
1194 * Updated translation (el)
1195
1196 Overview of Changes in GTK+ 2.0.7
1197 =================================
1198 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
1199 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
1200 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
1201 * Win32 fixes and improvements [Tor Lillqvist]
1202  - Keyboard handling fixes [Florent Duguet]
1203  - Fixes for building and running on Cygwin [Masahiro Sakai]
1204  - Fix gdk_window_scroll(), other GdkWindow fixes
1205  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
1206    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
1207 * Improve tracking of toplevel focus state [Owen]
1208 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
1209 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
1210 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
1211 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
1212 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
1213 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
1214 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
1215   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
1216     Elstner, Morten Welinder]
1217   - gtk_tree_selection_selected_foreach now immediately returns if 
1218     the model is being changed [Havoc Pennington]
1219   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
1220 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
1221 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
1222 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
1223   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
1224 * Many miscellaneous bug fixes
1225
1226 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
1227    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
1228    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
1229    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
1230    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
1231
1232 Overview of Changes in GTK+ 2.0.6
1233 =================================
1234
1235 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
1236   Josh Green, Matthias Clasen]
1237 * Fix problem with keynav and insensitive menu items [Owen Taylor]
1238 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
1239 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
1240 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
1241 * Cycle between multiple menubars with F10, not control-tab 
1242   [Calum Benson, Padraig]
1243 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
1244   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
1245 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
1246   J. Ali Harlow]
1247 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
1248
1249 Overview of Changes in GTK+ 2.0.5
1250 =================================
1251
1252 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
1253   also another fix from testing this function with non-UTF-8 filenames.
1254 * Fix incorrect property notification in GtkTextView. [James M. Cape]
1255
1256 Overview of Changes in GTK+ 2.0.4
1257 =================================
1258
1259 * Fix a number of types which were registered with the 
1260   type system with the wrong names [James Henstridge, Jonathan Blandford]
1261 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
1262 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
1263   Josh Parsons]
1264 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
1265   Owen Taylor]
1266 * Calculate screen size on win32 from the "logical DPI" 
1267   [Joaquin Cuenca Abela, Tor Lillqvist]
1268 * Misc Win32 bug fixes. [Florent Duguet, Tor]
1269 * Fix theme changes for GtkMenu [Soeren Sandmann]
1270 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
1271 * Fix encoding handling for gtk_file_selection_set_filename()
1272   [Sebastian Ritau, Owen]
1273 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
1274 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
1275 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
1276 * Misc bug fixes
1277 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
1278
1279 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
1280   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
1281   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
1282
1283 Overview of Changes in GTK+ 2.0.3
1284 =================================
1285
1286 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
1287 * Improve GdkRGB support for low color depths (Tor Lillqvist).
1288 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
1289 * Include internal children when focusing. (Jonathan)
1290 * Win32 fixes (Tor Lillqvist, David Sterba)
1291 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
1292 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
1293 * GtkMenu fixes. (Soeren Sandmann)
1294 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
1295 * Misc input-method related fixes (Yao Zhang, Federico)
1296 * Fix stuck grab during DND. (Dave Camp, Owen)
1297 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
1298 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
1299   Michael Meeks)
1300 * Handle Xlib internal connections (HideToshi Tajima)
1301 * Many miscellaneous bug fixes.
1302
1303 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
1304 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
1305 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
1306 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
1307 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
1308 Timo Sirainen, Graham Swallow.
1309
1310 Overview of Changes in GTK+ 2.0.2
1311 =================================
1312
1313 * GtkTreeView cursor movement fixes [Kristian Rietveld]
1314 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
1315
1316 Overview of Changes in GTK+ 2.0.1
1317 =================================
1318
1319 * GtkTreeView fixes and performance improvements 
1320   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
1321 * GtkTextView fixes [Havoc Pennington]
1322 * Fix problems with accelerators on Solaris [Padraig O'Briain]
1323 * Some fixes for key bindings on keypad keys [Owen Taylor]
1324 * Fix problem with RENDER use on big endian machines 
1325   [Owen Taylor, with help from Tuomas Kuosmanen]
1326 * Win32 fixes, especially dashed line drawing 
1327   [Tor Lillqvist, Hans Breuer]
1328 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
1329 * Compiler warning cleanups [Erwann Chenede]
1330 * Fix handling of font-name XSETTING [Richard Hestilow]
1331 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
1332 * Fix problems with inappropriate menu scroll arrows [Owen]
1333 * Stock icon improvements [Jakub Steiner, Tuomas]
1334 * Much work on pixbuf loader robustness [Matthias Clasen]
1335 * Documentation improvements [Matthias, Vitaly Tishkov]
1336 * Fix some crashes in GtkWindow accelerator handling code 
1337   [Dave Camp, Matt Wilson]
1338 * Misc bug fixes
1339
1340 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
1341   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
1342   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
1343   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
1344   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
1345
1346 Overview of Changes in GTK+ 2.0.0
1347 =================================
1348
1349 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
1350 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
1351 * Bug fixes. [Thomas Leonard, Owen Taylor]
1352
1353 Overview of Changes in GTK+ 2.0.0 rc1
1354 =====================================
1355
1356 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
1357 * Text widget fixes [Havoc Pennington]
1358 * Efficiency fixes when using Xft [Owen Taylor]
1359 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
1360 * Try to fix key handling without XKEYBOARD extension [Owen]
1361 * Documentation fixes and improvements 
1362   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
1363 * Widget drawing improvments [Soeren Sandmann]
1364 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
1365 * Try to build libraries with only shared library dependencies on Xft to 
1366   deal with transition to Xft2 [Owen]
1367 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
1368 * Don't use red as the default cursor color [Owen]
1369 * Bug fixes, bug fixes, bug fixes.
1370
1371 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
1372   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
1373   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
1374   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
1375   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
1376   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
1377   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
1378
1379 Overview of Changes in GTK+ 1.3.15
1380 ==================================
1381
1382 * New stock and improved icon images
1383   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
1384 * Widget drawing improvements for check and radio buttons,
1385   spinbuttons [Soeren Sandmann]
1386 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
1387 * Add GtkSetting for font name. [Richard Hestilow]
1388 * Much improved key matching code, accelerators work independent
1389   of group [Owen]
1390 * Make mnemonics work for embedded GtkPlug widgets [Owen]
1391 * Keynav improvements for GtkTreeView [Kristian Rietveld]
1392 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
1393 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
1394   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
1395   add compatibility macros.
1396 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
1397 * GtkTextView bug fixes [Havoc Pennington]
1398 * Pad class structures for future binary compatibility [Owen]
1399 * Tutorial improvements [Sven Neumann, Matthias Clasen]
1400 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
1401 * Fix problems with initial widget size [Owen]
1402 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
1403 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1404 * Miscellaneous bug fixes
1405
1406 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
1407   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
1408   Nicolas Setton
1409
1410 Overview of Changes in GTK+ 1.3.14
1411 ==================================
1412
1413 * Keyboard focus improvements [Owen Taylor]
1414 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
1415 * Fix accidentally exported variables [Mark McLoughlin]
1416 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
1417 * Default to yellow tooltips [Owen]
1418 * RC file fixes for reloading, priorities [Owen, Matthias]
1419 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
1420 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
1421 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
1422   scrolled windows [Soeren Sandmann, Padraig, Owen]
1423 * Add Emacs/Default key themes [Owen]
1424 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1425 * Ethiopic input methods [Daniel Yacob]
1426 * Opaque paned window resizing [Soeren]
1427 * Tweak table expansion behavior [Tim Janik]
1428 * Fix GtkCalendar focus drawing [Bill Haneman]
1429 * Allow themeable cursor thickness [Bill]
1430 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
1431 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheat style
1432   scrollbars. [Jody Goldberg]
1433 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
1434 * Bug fixes
1435
1436 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
1437  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
1438  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
1439  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
1440  Kevin Vandersloot,  Morten Welinder, Peter Williams
1441
1442 Overview of Changes in GTK+ 1.3.13
1443 ==================================
1444
1445 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
1446 * Tree view support for low-vision themes [Bill Haneman]
1447 * Text view bug fixes. [Havoc Pennington]
1448 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
1449   Archaeopteryx Software]
1450 * Documentation improvements [Matthias Clasen, Havoc Pennington]
1451 * Accelerate alpha compositing using RENDER extension if present,
1452   and optimize the non-RENDER case a lot. [Owen Taylor]
1453 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
1454 * Fixed the infamous changing directory deletes filename bug 
1455   [Owen and a cast of thousands]
1456 * Add mouse cursor hiding for text widgets [Anders Carlsson]
1457 * Simple Hangul input module [Yusuke Tabata]
1458 * Removed the scary startup warning.
1459 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
1460 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
1461   instead of the deprecated GtkCList [Owen]
1462 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
1463 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
1464 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
1465   etc. [Havoc, Owen]
1466 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
1467 * gtk_image_menu_item_new_from_stock() now falls back to
1468   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
1469   [Havoc Pennington]
1470 * GdkModifierType is now consistently used for modifier mask parameters
1471   [Mark Patton]
1472 * gtk_widget_set_accel_path() is now publically exported.
1473
1474 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
1475   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
1476   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
1477   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
1478   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
1479   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
1480   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
1481
1482 Overview of Changes in GTK+ 1.3.12
1483 ==================================
1484
1485 * Fix problems with PNG saving [Michael Natterer]
1486 * Cleanups of deprecated usages [Sebastian Wilhelmi]
1487 * Win32 fixes [Tor Lillqvist]
1488 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
1489   Vitaly Tishkov]
1490 * Frame buffer port fixes [Manish Singh]
1491 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
1492 * Menu behavior improvements [Kristian Rietveld]
1493 * Make focus line width configurable, focus color work on 
1494   dark themes. [Bill Haneman, Owen Taylor]
1495 * Add state argument to gtk_paint_focus() [Bill]
1496 * Added incremental revalidation to tree view, for better apparent speed 
1497   [Jonathan Blandford]
1498 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
1499 * Display XIM status in a separate window [HideToshi Tajima]
1500 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
1501 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
1502   [Dov Grobgeld, Havoc]
1503 * Pass key releases along to input methods [Owen]
1504 * Many bug fixes
1505
1506 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
1507   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
1508   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
1509   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
1510   Matt Wilson
1511
1512 Overview of Changes in GTK+ 1.3.11
1513 ==================================
1514
1515 * Massive rework of accelerator API and implementation (Tim Janik)
1516 * Major fixes to resizing and redrawing to eliminate hysteresis
1517   and optimize. (Owen Taylor, Soeren Sandmann)
1518 * Make many widgets NO_WINDOW to improve appearance and reduce
1519   drawing overhead (Owen)
1520 * Text view fixes (Havoc Pennington)
1521 * Make child widgets in GtkTextView work (Havoc)
1522 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
1523 * Clean up GtkTreeView drag and drop support (Owen)
1524 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
1525 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
1526   functions (Owen, Damian Ivereigh)
1527 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
1528 * Change button ordering in standard dialogs to correspond to 
1529   GNOME useability project proposal (Gregory Merchan)
1530 * Add support for context sensitivity in input methods (Owen)
1531 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
1532 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
1533 * Remove need for X connection for class initialization (Jacob Berkman)
1534 * Propagate key events to parents of focused widget (Owen)
1535 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
1536 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
1537 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
1538   Jacob Berkman, others.)
1539
1540 Other Contributors:
1541   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
1542   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
1543   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
1544   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
1545   Michael Natterer
1546
1547 Overview of Changes in GTK+ 1.3.10
1548 ==================================
1549
1550 * GtkTextView fixes [Havoc Pennington]
1551 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
1552   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
1553 * gtkdemo improvements [Kristian Rietveld]
1554 * Drag and drop fixes to generic code and widgets 
1555   [Owen Taylor, Damian Ivereigh]
1556 * Documentation improvement [Havoc Pennington, Matthias Clasen]
1557 * Spelling fixes [Jacob Berkman]
1558 * Move signals to the GtkEditable interface [Kristian]
1559 * Further stock image improvements [Jakub Steiner]
1560 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
1561   [Sven Neumann]
1562 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
1563 * Automatically call setlocale(), unless explictely disabled [Owen]
1564 * Property addition to various widgets [Michael Meeks, Owen]
1565 * Support building with automake-1.4 [James]
1566 * Make GtkRadioButton groups act as a single focus point [Owen]
1567 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
1568 * Draw spinbuttons variably sized [Kristian]
1569 * Separate GdkAtom out from X atoms for compatibility with future
1570   multihead changes [Owen]
1571 * Require gdk_threads_init() to be explicitly called instead
1572   of piggybacking off of g_thread_init(). [Owen]
1573 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
1574 * Bug fixes and cleanup [Matthias, others]
1575
1576 Other Contributors:
1577   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
1578   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
1579   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
1580  
1581
1582 Overview of Changes in GTK+ 1.3.9
1583 =================================
1584
1585 * Add editable text cells to GtkTreeView.
1586   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
1587 * Text widget no longer always has a \n in it. [Havoc Pennington]
1588 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
1589 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
1590 * Minor fix for major resizing problems in recent releases [Owen Taylor]
1591 * Restore ability to set _set properties to TRUE for 
1592   GtkCellRendererText, GtkTextTag [Owen]
1593 * Cursor drawing improvements [Owen]
1594 * Win32 fixes [Hans Breuer]
1595 * Mark various functions as deprecated or private.
1596 * Misc bug fixes, portability fixes, and cleanups.
1597
1598 Other Contributors: 
1599  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
1600  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
1601  James Henstridge, Detlef Reichl
1602
1603 Overview of Changes in GTK+ 1.3.8
1604 =================================
1605
1606 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
1607 * GtkOptionMenu scrollwheel support [Alex]
1608 * GtkModule search paths [Owen]
1609 * Documenatation updates [Havoc,Jrb]
1610 * Major Gdk cleanup [Owen]
1611 * Miscellaneous other fixes/cleanups
1612
1613 Other Contributors:
1614   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
1615   Matt Wilson, James Henstridge
1616
1617 Overview of Changes in GTK+ 1.3.7
1618 =================================
1619
1620 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
1621 * Added publically installed utility gdk-pixbuf-csource to generate
1622   inlined pixbufs in C source code [Tim Janik]
1623 * Optional movement of button children on press [Soeren, Owen Taylor]
1624 * Interactive searching in GtkTreeView [Kristian Rietveld]
1625 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
1626 * Animation of expander motion for GtkTreeView [Anders Carlsson]
1627 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
1628 * New/improved stock icons [Jakub Steiner] 
1629 * Code and API rework for window resizing [Havoc Pennington]
1630 * Converted accel groups to GObject [James Henstridge]
1631 * More property support improvements
1632 * Add facility for "secondary" buttons in 
1633   GtkButtonBox/GtkDialog [Gregory Merchan]
1634 * Disentangled child visability from MAPPED state [Owen]
1635 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
1636 * Added priorities for styles in RC files, 
1637   support multiple parse contents [Owen]
1638 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
1639 * Key binding improvements [Havoc]
1640 * Added GtkWidget::event-after signal since normal event handling
1641   is now aborted as soon as a handler returned TRUE [Tim]
1642 * Dnd fixes and improved icon support [Owen]
1643 * Removed GtkPacker widget
1644 * Fixing missing paired getters/setters [Kris]
1645 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
1646 * Added window grab groups [Owen]
1647 * Many frame buffer improvements [Alex]
1648 * Win32 fixes and improvements [Hans Breuer]
1649 * Warning fixes [Darin Adler]
1650 * Miscellaneous bug and API fixes [Matthias et. al]
1651
1652 Other Contributors:
1653   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
1654   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
1655   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
1656   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
1657   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
1658   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
1659
1660 Overview of Changes in GTK+ 1.3.6
1661 =================================
1662
1663 * Properly renders strikethrough text
1664 * win32 fixes
1665 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
1666   relative font scaling
1667 * Added "format_value" signal to GtkScale to reformat value text
1668 * framebuffer fixes
1669 * Property support added to lots of widgets
1670 * Many GtkTreeView new features and API/implementation fixes
1671 * Lots of new_with_mnemonic() convenience functions
1672 * Change GtkImageMenuItem API to be more consistent/useful
1673 * Added lots of new stock items/icons
1674 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
1675   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
1676   themes won't need broken hacks
1677 * Convenience API for GtkRange similar to the one added to GtkSpinButton
1678   a while back
1679 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
1680   and move some attributes from program settings to user settings.
1681   Allows nice 1-pixel-bevel themes.
1682 * Moved ::focus virtual function from GtkContainer to GtkWidget
1683 * Plenty of bug fixes
1684
1685 Overview of Changes in GTK+ 1.3.5
1686 =================================
1687
1688 * New default theme based on Raleigh theme for 1.2.x.
1689 * Dependency on the ATK library added as a step to
1690   providing accessibility-enabling interfaces
1691 * XEMBED-based GtkPlug/GtkSocket now basically works.
1692 * Drag and drop of column headers in GtkTreeView
1693 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
1694   and API sanitization
1695 * Key binding fixes
1696 * Configurable padding/spacing in a lot of places
1697 * Invisible text in GtkTextView fixed
1698 * SHM segments now created with a mode of 0600
1699 * Bug fixes
1700
1701 Overview of Changes in GTK+ 1.3.4
1702 =================================
1703
1704 * Win32 fixes
1705 * GtkTreeView improvements and fixes
1706 * Fix glib-2.0.m4
1707 * Miscellaneous bug fixes
1708
1709 Overview of Changes in GTK+ 1.3.3
1710 =================================
1711
1712 [ 5600 lines of ChangeLog ]
1713
1714 * API cleanups
1715 * Win32 work (Tor, Hans Breuer)
1716 * Focus improvements (Owen)
1717 * Frame buffer improvements (Alex)
1718 * Work on GtkTextView (Havoc)
1719 * Much work on GtkTreeView (Jonathan)
1720 * Selectable labels (Havoc)
1721 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
1722 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
1723 * Added ability to have resize grips in status bars (etc.) using
1724   _NET_WM_MOVERESIZE protocol. (Havoc)
1725 * Added mnemnonic mechanism to make setting underline accelerators
1726   much easier. (Alex)
1727 * Add per-style property mechanism to allow themes to change 
1728   geometry parameters. (Tim)
1729 * Added global settings mechanisms for settings such as double-click
1730   time. (Tim, Owen)
1731 * Various support functions for new and old WM properties (Havoc, Alex)
1732 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
1733
1734 Overview of Changes in GTK+ 1.3.2
1735 =================================
1736
1737 GTK Core:
1738
1739 * New stock-icon and stock-item system. Use themeable pixbufs in
1740   dialogs, buttons, etc. [Havoc]
1741 * Theme engines reworked to use derivation and new object system. [Owen]
1742 * Added GtkClipboard object for simple selection handling. [Owen]
1743 * Make GtkEditable an interface, move implementation to GtkOldEditable for
1744   compat. [Owen]
1745 * Better handling of default directionality. [Robert]
1746 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
1747 * Move theme engines to GTypePlugin. [Owen]
1748
1749 GDK:
1750
1751 * Beginning of implementation of client parts of new window manager spec. [Owen]
1752 * Make gdk_drawable_get_image() work with backing store. [Havoc]
1753
1754 Widgets:
1755
1756 * New text widget [Havoc]
1757   - Adjustable tab handling.
1758   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
1759   - Many cleanups and small improvements.
1760 * Improvements to submenu navigation [Nils Barth/David Santiago] and
1761   scrolling menus. [Alex]
1762 * Simplification of progress bar API. [Havoc]
1763 * Make GtkImage a generic image-display widget. [Havoc]
1764 * New GtkTreeView tree widget. Model/view architecture, flexible renderering,
1765   large datasets, etc. [Jonathan]
1766 * New GtkMessageBox widget for message display. [Havoc]
1767 * Allow labels to have contents set from XML-like markup language. [Havoc]
1768 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
1769
1770 Internationalization:
1771
1772 * Proper character set conversion for clipboard/selection. [Owen]
1773 * New input method system via loadable modules; support on-the-spot
1774   preedit in GtkEntry and new text widget; allow switchin input methods
1775   on the fly; include modules for XIM and demo Cyrillic-tranliteration 
1776   module. [Owen]
1777 * VIQR, Thai, and Inuktitut input methods. [Robert]
1778 * Convert po files to UTF-8. [Robert]
1779
1780 gdk-pixbuf:
1781
1782 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
1783 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
1784 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
1785
1786 Ports:
1787
1788 * Much work on Win32 Port. [Tor/Hans]
1789 * Much work on Linux-FB Port. [Elliot/Alex]
1790
1791 Misc:
1792
1793 * Start of new gtk-demo demo program. [Owen/Jonathan]
1794 * Bug fixes and more bug fixes.
1795
1796
1797 Overview of Changes in GTK+ 1.3.1:
1798
1799 * GTK+ now uses the Pango library for text manipulation. All
1800   strings in GTK+ now are in Unicode, languages written
1801   from right-to-left, and complex-text languages are now supported.
1802 * The gdk-pixbuf library for image loading and manipulation is 
1803   has been integrated with GTK+.
1804 * The GTK+ object system has mostly been moved to GLib, separating
1805   it from the GUI code. Many significant enhancements have been
1806   made as part of this.
1807 * A new text widget is now included. This started as a port
1808   of the Tk text widget, and includes such features of the Tk
1809   text widget as tags, marks, and unicode text support. It
1810   has been enhanced to support model-view operation and the
1811   full power of Pango.
1812 * The GDK library has been extensively revised to support multiple
1813   windowing systems. The only fully functional backend in 1.3.1
1814   is the X11 backend, however, ports to Win32, Linux-framebuffer,
1815   Nano-X, BeOS, and MacOS exist in various states of completion,
1816   and at least some of these will be finished and integrated in 
1817   before the final GTK+-2.0 release.
1818 * 32-bit coordinates are now supported throughout GDK and GTK+
1819   (they are emulated where not supported by the windowing system.)
1820 * Many minor bug fixes and enhancements. Incompatible changes
1821   are documented in docs/Changes-2.0.txt
1822
1823 Overview of Changes in GTK+ 1.2.8:
1824
1825 * GNU Make 3.79 bug workaround
1826 * FAQ and tutorial updates and improvements
1827 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
1828
1829 Overview of Changes in GTK+ 1.2.7:
1830
1831 * More header cleanups.
1832 * Fixed activation bug for insensitive widgets.
1833 * Locale fixes to RC file parsing code.
1834 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
1835   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
1836 * Upgrade to libtool 1.3.4.
1837
1838 Overview of Changes in GTK+ 1.2.6:
1839
1840 * container queue_resize fixes
1841 * gtk[vh]scale: minor fixups
1842 * rename idle to idle_id in testgtk to avoid conflicts with 
1843   broken libs
1844 * More consistant naming of gtkrc files
1845 * Added language support: ro, uk
1846
1847 Overview of Changes in GTK+ 1.2.5:
1848
1849 * more GtkCTree and GtkWindow bug fixes.
1850 * more redraw/resize queue fixes, better expose event
1851   discarding code.
1852 * more miscellaneous bugs fixed
1853 * new configure.in option --disable-rebuilds to completely disable
1854   rebuilds of autogenerated sources.
1855 * check for 5.002 now, to avoid failing autogeneration build rules due
1856   to old perl versions.
1857 * fonts (and fontsets) are cached now.
1858 * more autogeneration make rules and dependancy fixups, we should be
1859   save with autogeneration up to make -j12 now ;)
1860 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
1861   GtkWindow on every size change.
1862 * major rework of window manager hints handling code, fixed a bunch of
1863   races with the new resizing code.
1864 * the new wm hints and resizing code is absolutely perfect and bug free now,
1865   it only lacks testing ;)
1866 * fixed up various rc style memory prolems.
1867 * gtk_widget_modify_style() now properly changes the style of realized widgets
1868   and references the style passed into it. if people worked around this bug,
1869   this will introduce a slight memory leak in their code.
1870   The code should typically look like:
1871             GtkRcStyle *rc_style = gtk_rc_style_new ();
1872             [...]
1873             gtk_widget_modify_style (widget, rc_style);
1874             gtk_rc_style_unref (rc_style);
1875 * fix problems with positioning menus offscreen.
1876 * GtkText fixes for some crashes and drawing errors.
1877 * Better handling for unexpected window destroys in GDK and GTK+.
1878   This should make it possible to use a GtkPlug and catch the
1879   case where its parent socket is randomly killed.
1880 * FAQ updates.
1881 * FileSelection i18n patches, RadioButton fixups.
1882 * many translation improvements.
1883 * miscellaneous other bugs fixed.
1884
1885 Overview of Changes in GTK+ 1.2.4:
1886
1887 * DnD improvements (drags can be canceled with Esc now).
1888 * suppressed configure event reordering in Gdk.
1889 * rewrite of Gtk's configure event handling.
1890 * major improvements for the object argument system (Elena Devdariani).
1891 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
1892   GtkCTree.
1893 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
1894 * configure's --with-glib= is "officially" unsupported.
1895 * upgrade to libtool 1.3.3.
1896 * various buglets fixed.
1897
1898 Overview of Changes in GTK+ 1.2.3:
1899
1900 * Upgrade to libtool 1.3
1901 * Check for dgettext (for systems with old versions of GNU Gettext)
1902 * Many bug fixes (see ChangeLog for details)
1903
1904 Overview of Changes in GTK+ 1.2.2:
1905
1906 * Improved Dnd behaviour with Motif applications.
1907 * Bug fixes for the Gtk selection code.
1908 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
1909 * Bug fixes and leak plugs for the Gdk IM code.
1910 * Added gtk_object_get() facility to retrive object arguments easily.
1911   The var args list expects ("arg-name", &value) pairs.
1912 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
1913   problems where closed pipes were no longer signalling GDK_INPUT_READ on
1914   systems with a native poll().
1915 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
1916   anymore).
1917 * We don't attempt to lookup xpm color "None" anymore, this should prevent
1918   eXodus (commercial X windows server) from popping up a color dialog every
1919   time a transparent pixmap is created.
1920 * Fixed bug where Gtk timout/idle handlers would execute without the global
1921   Gdk lock being held.
1922 * Other minor bug fixes.
1923
1924 Overview of Changes in GTK+ 1.2.1:
1925
1926 * Many Bug fixes have been applied to the menu and accelerator code.
1927 * GtkItemFactory can "adopt" foreign menu items now and manage their
1928   accelerator installation. This is often required to get GtkItemFactory
1929   like accelerator propagation between different windows with the same
1930   menu heirarchy and for centralized parsing and saving of accelerators.
1931 * GtkCList/GtkCTree buttons should always display correctly now.
1932 * Miscellaneous other bug fixes.
1933
1934 What's New in GTK+ 1.2.0 (since 1.0.x):
1935
1936 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
1937   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
1938 * Many new features and robustness for existing widgets
1939 * Theme support
1940 * New DND implementation
1941 * Internationalization of standard dialogs
1942 * New key binding system
1943 * Tearoff menus and menu accelerators
1944 * Wide character support for entry and text
1945 * Resizing code has been overhauled
1946 * Queued redraws of partial areas
1947 * Far better support for object arguments
1948 * Speed optimizations
1949 * Runtime loading of dynamic modules
1950 * Support for GLib log domains
1951 * Tutorial improvements
1952 * A bug fix or two
1953
1954 Overview of Changes in GTK+ 1.1.16:
1955
1956 * Major fixes and improvements for handlebox
1957 * A change to the way widget->requisition works. Now,
1958   widget->requisition is always what the widget requested,
1959   unmodified by the usize. See Changes-1.2.txt for details.
1960   This correct various bugs with gtk_widget_set_usize().
1961 * Fixes for XIM on X11R5 systems
1962 * Don't allow cut-and-paste of text in password-style entries
1963 * --enable-debug is now on by default for the development releaes.
1964   (When compiling for "production", use --enable-debug=minimum)
1965 * Handle systems where Helvetica is not present more gracefully
1966 * Fixes for memory leaks
1967 * CList and CTree fixes
1968 * Bug fixes for drawing problems. 
1969 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
1970   GtkColorsel, Focusing, DND
1971 * Tutorial improvements
1972
1973 Overview of Changes in GTK+ 1.1.15:
1974
1975 * Tutorial Updates
1976 * Added --libs gthread to gtk-config 
1977 * Bug fixes
1978
1979 What is new in GTK+ 1.1.14:
1980
1981 * Additions to docs/Changes-1.2.txt
1982 * Just warn when loading theme engine fails
1983 * CLAMP GtkScale digits to a meaningful range
1984 * GTK_LOCALDIR is now defined in a better fashion
1985 * New functions (feature freeze, we know...):
1986     gtk_menu_set_title()
1987     gtk_toggle_button_get_active()
1988 * Some locale fixups in gtkrc code
1989 * Fixes to make gtk_radio_button_set_group() keep only
1990   one radio button in the group active
1991 * Foreign windows are now always treated as viewable; this fixes
1992   a problem where updating didn't occure properly in GtkPlug
1993 * DND fixes for 64 bit architectures, and for specifying operations 
1994   with modifier keys.
1995 * Major revisions to GtkLayout: avoid having to create window
1996   for NO_WINDOW children, adjust allocations of children as 
1997   scrolled so queued draws work, and a resize is queued instead
1998   of allocating directly in a put() or move()
1999
2000 What is new in GTK+ 1.1.13:
2001
2002 * Dnd and selection bug fixes and memory purification.
2003 * Widget sensitivity fixups.
2004 * Tooltips windows are now named "gtk-tooltips" so rc file rules
2005   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
2006   widgets.
2007 * Spin buttons now update their values upon value retrival.
2008 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
2009   a lot. Gtk makes full use of the draw_area coalescing code now, which
2010   got minorly improved as well.
2011 * Containers map their Gdk windows after their children now to reduce
2012   expose event generation.
2013 * Gdk event queue fixups, this solves the double-click problems people were
2014   recently having.
2015 * Account for the fact that GSource's are only properly reentrant from
2016   within dispatch(), thus we don't do Gdk event processing from within
2017   check() or prepare() anymore.
2018 * Rc files feature a bg_pixmap value of "<none>" now.
2019 * Improved session management support in Gdk.  
2020 * Automatic disabling of NLS if no gettext is found should work now.
2021 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
2022 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
2023   and GNU libtool 1.2d.
2024 * More bug fixes all over the place.
2025
2026 What is new in GTK+ 1.1.12:
2027
2028 * Korean translation added
2029 * Fixed memory leaks
2030 * A few other bug fixes
2031
2032 What is new in GTK+ 1.1.11:
2033
2034 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
2035 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
2036   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
2037 * Lots of cast corrections
2038 * Many fixes 
2039
2040 What is new in GTK+ 1.1.9:
2041
2042 * Check for broken glibc 2.0 mb functions and avoid them
2043 * Label and Entry display fixes 
2044 * Move main thread back to GDK, for locking when translating events
2045 * Bug fixes
2046
2047 What is new in GTK+ 1.1.8:
2048
2049 * Added support for gettext and the localization of the standard
2050   dialogs.
2051 * Added line-wrapping for the label, and JUSTIFY_FILL
2052 * Support reordering via drag and drop in  CList and CTree.
2053 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
2054 * Extended gtkpaned API to support minimum sizes and proportional
2055   resizing.
2056 * Changed the handling of shared memory segments so as to 
2057   remove the need for GTK+ to set up signal handlers.
2058 * Re-implemented event loop in terms of the event loop
2059   that has been added to GLib 1.1.8
2060 * Added 'grab_focus' signal to allow keyboard accelerators
2061   for entries.
2062 * Load locale specific RC files if present.
2063 * Bug fixes.
2064
2065 What is new in GTK+ 1.1.7:
2066
2067 * Fixed memory mis-allocation in default files code
2068 * Various event handling fixes
2069 * Wide character support for entry and text
2070 * Destroy widgets _after_ propagating unrealize signals through 
2071   widget heirarchy
2072 * Only build XIM-support if available
2073 * Tutorial and examples updates
2074 * Added gtk_drag_source_unset()
2075
2076 What is new in GTK+ 1.1.6:
2077
2078 * The signal system now features emission hooks whith special semantics,
2079   refer to the ChangeLog for this.
2080 * Minor? speedups and memory reductions to the emission handling of the
2081   signal system.
2082 * _interp() function variants are deprecated now. the corresponding *_full()
2083   variants are provided for a long time now.
2084 * Dnd abort timeout increased to 10 minutes.
2085 * GtkScrolledWindow inherits from GtkBin now.
2086 * GTK_POLICY_NEVER is implemented for scrolled windows now.
2087 * Lots of API clean ups.
2088 * Incremental freezing abilities.
2089 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
2090 * New window functions for transient relationship, default size, and 
2091   geometry hints
2092 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
2093   GTK_RC_FILES environment variable and functions are provided to configure
2094   this behavior
2095 * Read doc/Changes-1.2.txt to properly adapt your code.
2096 * Bug Fixes.
2097
2098 What is new in GTK+ 1.1.5:
2099
2100 * Theme integration
2101 * Widget style modification is now handled through GtkRcStyles
2102 * GtkPixmaps now grey out pixmaps when insensitive
2103 * Notebook enhancements
2104 * Shadow configurability for menubars and handleboxes
2105 * DND enhancements
2106 * gtkfilesel now supports automounters better
2107 * Implementation of expose compression
2108 * Queued redraws of partial areas
2109 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
2110   to a scrolled window don't get an automatic viewport anymore. a convenience
2111   function gtk_scrolled_window_add_with_viewport() is suplied for this task
2112 * Deprecated functions will now issue a message, informing the programmer about
2113   the use of this function. These functions will get removed in future versions
2114 * Non-functional functions got removed entirely
2115 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
2116   A new function gtk_object_default_construct() is provided now which should
2117   be called after every gtk_type_new() to perfom the auto-construction
2118 * Improved argument support of several widgets
2119 * Bug Fixes
2120
2121 What is new in GTK+ 1.1.3:
2122
2123 * GtkCList/GtkCTree now have the ability to:
2124     - hide/show individual columns
2125     - disable/enable column resizing
2126     - set min and max for column widths
2127     - set expander style of the ctree
2128     - set/get row and cell styles
2129     - set spacing between tree expander and cell contents in ctree
2130     - toggle auto_resize for columns
2131 * Must enhanced DND support, removed old DND code
2132 * Idle functions are now implemented via GHook, giving a slight speed
2133   improvement
2134 * An environment variable GTK_MODULES which takes a colon seperated
2135   list of module names GTK+ will now automatically load at gtk_init() startup
2136 * GtkFontSel now has support for an extra 'base' filter
2137 * New function gdk_window_set_root_origin to get the real geometry taking
2138   into account window manager offsets
2139 * New function gtk_text_set_line_wrap to toggle line wrapping
2140 * New function gtk_widget_add_events which safely adds additional
2141   events to a widget's event mask
2142 * New function gdk_event_get_time to get the timestamp from a generic
2143   event
2144 * New widget GtkCalendar
2145 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
2146   pointer grabs and selection handling in DND code
2147 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
2148   data portion without invokation of its destroy notifier 
2149 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
2150   instead 
2151 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
2152   instead
2153 * Removed functions gtk_object_set_data_destroy[_by_id] 
2154 * Documentation additions/updates 
2155 * HTML and plain text files are now included in the distribution
2156 * Bug fixes, typeness corrections, and general fixups
2157
2158 What is new in GTK+ 1.1.2:
2159
2160 * Gtk+ is now featuring runtime loading of dynamic modules via the
2161   --gtk-modules= command line switch. such modules have to export a
2162   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
2163   function which will be invoked to initialize the module. since such
2164   modules may create new widget types, they are always resident.
2165 * The tutorial has been updated again.
2166 * Changes to menus including tearoff menus and accelerators.
2167 * Better support for modal dialogs.
2168 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
2169 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
2170 * GtkCTree rows can be unselectable now.
2171 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
2172   Hamann on Tue Aug 18 00:29:13 1998).
2173 * A bunch of varargs functions changed to get va_lists working on systems that
2174   implement va_lists as arrays.
2175 * Improvements to the gdkrgb code.
2176 * Improvements to Gdk color handling so we greatly reduce server traffic and
2177   don't leak colors anymore.
2178 * Improved internal widget tree iterators (the GtkContainer::foreach signal
2179   vanished because of this).
2180 * Option menus can have the keyboard focus now.
2181 * More fixups to the text widget.
2182 * GtkFileSelection should behave much more nicely in combination with AFS now.
2183 * Support for label underlining.
2184 * Support for GLib 1.1.3 log domains.
2185 * Documentation improvements.
2186 * Configuration fixes on various platforms.
2187 * Miscellaneous fixes to XInput support.
2188 * Build with shared library dependencies on Linux
2189 * Fix for a major bug in the type systems memory allocation code that could
2190   cause random crashes.
2191 * Libtool update to version 1.2b.
2192 * Lots of bugfixes and cleanups again ;)
2193
2194
2195 What is new in GTK+ 1.1.1:
2196
2197 * Tutorial updates and additions.
2198 * Key binding support for GtkListItems and GtkList.
2199 * Extended selection mode and autoscrolling for GtkLists.
2200 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
2201 * GtkCTreeNodes can now be created from GNode trees.
2202 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
2203
2204
2205 What is new in GTK+ 1.1.0:
2206
2207 * New widget GtkFontSelector.
2208 * New featurefull progress bar.
2209 * New container widget GtkPacker.
2210 * New object GtkItemFactory, GtkMenuFactory is deprecated.
2211 * New key binding system, configurable via rcfiles, similar to styles.
2212 * New widget GtkCTree with drag selections and keyboard movement and
2213   and horizontal scrolling. Features also implemented for GtkCList.
2214 * Significant speedups to widget creation and destruction through caching
2215   colormap and visual queries to the XServer.
2216 * Speedups for type creation and especially gtk_type_is_a() checks.
2217 * Speedups in signal lookup, creation and emissions and connection handling.
2218 * Minor speedups with object data allocation and destruction.
2219 * Additions to the signal handling API (e.g. *_emitv).
2220 * Support for rc-file reparsing.
2221 * Resizing logic is now implemented on container widget basis, rather than
2222   for toplevel GtkWindows only.
2223 * Buttons support relief styles now.
2224 * Some widgets are now allocated through memchunks to behave more memory wise.
2225 * Newly included file gtkfeatures.h which defines compatibility macros to
2226   test for certain API features upon program compilation.
2227 * Child arguments support for container widgets.
2228 * Far better support for object arguments, revamp of the underlying
2229   mechanism for speed and reusability. Child/object arguments don't
2230   need to be preceeded by the "GtkType::" portion anymore.
2231 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
2232   is now performed by a new widget GtkAccelLabel.
2233 * Overhaul of the resizing code. Resizing behaviour can now be specified
2234   on GtkContainer basis, so the underlying algorithm isn't only available
2235   for GtkWindows.
2236 * GtkTables are now fully resizable.
2237 * The GtkType system now supports an additional base class initialization
2238   function.
2239 * GtkStyles and key bindings can now be looked up depending on the base
2240   types of a widget, through a new keyword `class' in rc files.
2241 * GtkButton derives from GtkBin (finally).  
2242 * More descriptive error messages on rc parsing.  
2243 * Runtime information is available to query enum/flag definition values.
2244 * Upgrade to libtool-1.2
2245 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
2246   including those that already went into the 1.0.x branch.
2247 * A big bunch of features and cosmetic fixups that just got lost in
2248   the masses of changes.