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