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