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