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