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