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