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