]> Pileus Git - ~andy/gtk/blob - NEWS
2.12.0
[~andy/gtk] / NEWS
1 Overview of Changes from GTK+ 2.11.6 to 2.12.0
2 ==============================================
3
4  * GtkTooltips
5  - All widgets have been ported to the new tooltips code
6  - Tooltips are disabled in touchscreen mode 
7
8  * GtkBuilder
9  - Support custom tabs in GtkPrintUnixDialog
10
11  * Bugs fixed:
12  459561 critical warnings with custom tooltips
13  461648 GdkWindowQueueItem::serial overflow
14  463773 Openoffice and flash run into a deadlock when used with KDE
15  468801 thunar segfaults when selecting targa image
16  473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
17  473954 gnome-background-properties: crash on drag-n-drop to "Add...
18  461945 totem outputs errors in terminal
19  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
20  405868 Missing implementation of gdk_window_get_geometry()
21  441219 Do not allow moving cursor to separators
22  447214 rename the tips_data_list field back
23  451202 New tooltips API has too long default timeout
24  451397 Use new tooltip API in gtk+
25  452225 check and option mark drawing is a mess of inconsistency
26  457642 tooltips on notebook's tab labels
27  458088 Improve mouse cursor for paned widgets
28  458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
29  458280 remove set-toolip handler from menutoolbutton
30  458298 broken cursor movement with inline selection
31  459459 Missing implementation of gdk_window_set_decorations() an...
32  459515 gtk_menu_key_press() buglets
33  459566 update testtooltips
34  459667 Missing implementation of gdk_window_set_keep_above and g...
35  460272 GtkFrame publishes incorrect defaults for "label-xalign"
36  460534 No expose events if input swamps main loop with scrolled ...
37  461225 gtk_tree_view_set_tooltip_cell() documentation: cell
38  463907 'Recent Documents' is broken in gnome-panel 2.19.5
39  464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
40  465039 "keynav-failed" signal not emitted when treeview has just...
41  467003 tooltips do not pick up theme changes
42  467117 Documentation for the GtkPaned key binding signals
43  467414 gtkcupsutil.c won't build with cups 1.3
44  468055 Incorrect compose mapping for capital U with macron
45  468245 Tooltip timer doesn't get reset when mouse leaves into ot...
46  469214 Recently used blocks side-panel browsing until loaded
47  469374 menu accelerators don't work
48  469395 make dist failure
49  471132 Highlighting a suggestion with the keyboard changes the U...
50  471215 Cursor drawing broken
51  472974 gtk-builder-convert doesn't set correctly the tab label f...
52  472981 make gtk-builder-convert not remove some empty properties
53  356630 Print to file dialog suggests "output.pdf" even for ps ou...
54  447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
55  459340 GtkContainer API documentation refers deprecated gtk_widg...
56  459732 build system: cups detection with only cups-config might ...
57  460207 there are still references to deprecated gdk_pixbuf_rende...
58  461483 Wrong check in gtk_window_group_remove_window
59  472643 gtk_builder_add_from_file: *filename marked as constant b...
60  474696 ToolbarContent should use GSlice
61  459313 A few functions that don't appear in 2.12 new symbols
62  468832 crash while reading ANI file
63  470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
64  473340 gtk_print_operation_get_error() is listed twice
65  473463 GtkButton doesn't have a GdkWindow like the docs say it does
66  474282 Dead code in gtkmisc.c
67  472951 gtkprintunixdialog should support custom tabs as buildable
68  383003 Dragging text including non-ascii chars from epiphany to ...
69  449371 Open with menu has no effect
70  404541 GtkIconView crashes when I select icons with rubberband w...
71  467324 Iter swapping causes segmentation fault
72  475158 Random crash while scrolling trough notebook tabs
73  450032 GtkRecentAction should have defaults
74  458283 wrong tooltip on menutoolbutton
75  467717 Extra trailing comma after last enum definition
76  467719 config.h should always be included first if using AC_SYS_...
77  474897 rendering problem with latest gtk+
78  475400 Fix a typo in gtkentry.c
79  436576 GtkFileChooserButton title from supplied dialog
80  475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
81  105895 Please add common keybindings for the TreeView
82  306445 stock icon for the "open recent" menu
83  449371 Open with menu has no effect
84  426246 "Spurious" expose events during asynchronous GtkWindow re...
85  436576 GtkFileChooserButton title from supplied dialog
86  474897 rendering problem with latest gtk+
87  475400 Fix a typo in gtkentry.c
88  476688 scale button uses wrong value type in getter
89  476665 gtkcellrendereraccel missing property getter
90  476689 gtktreeview tooltip column property getter uses wrong val...
91
92  * Updated translations
93  - Bulgarian (bg)
94  - Bengali (bn_IN)
95  - Danish (da)
96  - German (de)
97  - Canadian English (en_CA)
98  - Spanish (es)
99  - Estonian (et)
100  - Basque (eu)
101  - Finnish (fi)
102  - French (fr)
103  - Irish (ga)
104  - Gujarati (gu)
105  - Hungarian (hu)
106  - Italian (it)
107  - Japanese (jp)
108  - Kannada (kn)
109  - Macedonian (mk)
110  - Malayalam (ml)
111  - Norwegian bokmål (nb)
112  - Dutch (nl)
113  - Oriya (or)
114  - Polish (pl)
115  - Portugese (pt)
116  - Brazilian Portugese (pt_BR)
117  - Russian (ru)
118  - Albanian (sq)
119  - Serbian (sr, sr@Latn)
120  - Swedish (sv)
121  - Telugu (te)
122  - Thai (th)
123  - Ukrainian (uk)
124  - Vietnamese (vi) 
125
126
127 Overview of Changes from GTK+ 2.11.5 to 2.11.6
128 ==============================================
129
130  * GtkBuilder:
131  - The gtk-builder-convert script is more versatile
132  - GtkBuilder suppports GdkPixbuf properties
133  - GtkBuilder parses, but doesn't yet implement <accessibility> 
134  - Support for accelerators in actions has been added
135
136 * GtkTooltips:
137  - The old tooltips API has been deprecated
138  - The has-tooltip property has getter and setter
139
140 * GtkTreeView: 
141  - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
142    gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
143    gtk_tree_view_set_tooltip_column()
144
145 * GtkIconView:
146  - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
147    gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
148    gtk_icon_view_set_tooltip_column()
149
150 * Bug fixes:
151  452598 crash in Evolution: Added an Evolution attac...
152  447966 Add builder support for GdkPixbuf properties
153  453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
154  453365 gdk_pixbuf_get_file_info crashes on tif files
155  361781 GtkViewport size request includes xthickness/ythickness f...
156  427899 GtkFrame's label may exceed the frame area
157  430049 gtk_selection_data_set_text() ignores length argument
158  436965 Add files to /po[-properties]/POTFILES.in
159  437281 gtk_button_set_image destroyes the old image
160  448604 gtk+ printbackends build fix
161  449311 GtkVolumeButton should use new tooltip API
162  451164 I translate gnome-desktop. But i have no svn account and ...
163  451575 (API) Changes needed for GtkTooltips deprecation
164  452425 Setting "tooltip-text" property to NULL has bad effects
165  452861 gtk_label_set_pattern() is not working anymore
166  452988 error handling in GtkCellLayout custom parser
167  453411 Button state not included in key events
168  453413 Key event state is not right for modifier keys
169  454654 Accelerator support for actions
170  454700 Minor update for gdk_threads_enter
171  454703 gdk_window_invalidate_rect accepts NULL
172  454830 gtk-builder-convert not converting menus
173  452056 GtkComboBox doesn't emit 'changed' signal when active row...
174  452278 GtkBuilder API Documentation
175  453316 small documentation fix in GtkDrawingArea API documentation
176  453673 small doc quirk in gtk/gtktreeview.c
177  453930 small doc quirk in gtk/gtktooltip.c
178  454596 [patch] gdkpixbuf-scale slight api doc improvement
179  454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
180  457384 critical warning from entrycompletion
181  112404 Problem with focus when closing transient window
182  172424 Most GtkWidget events have no documentation
183  408327 Improving tooltip positioning
184  439480 translations
185  439715 GtkFileChooser - recent files option takes up 100% CPU.
186  455482 remove old tooltips work-around from uimanager
187  455721 mem leak when adding shortcut
188  455901 mem leak in path bar
189  455984 need a way to convert to bin_window coordinates
190  457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
191  458298 broken cursor movement with inline selection
192  456258 GtkScaleButton: value parameter of signal "value-changed"...
193  457774 GtkTreeView::test_expand_row and test_collapse_row
194  455645 intern action names 
195
196 * Updated translations:
197  Bengali (bn_IN)
198  Greek (el)
199  Spanish (es)
200  Estonian (et)
201  Finnish (fi)
202  Galician (gl)
203  Gujarati (gu)
204  Hungarian (hu)
205  Japanese (ja)
206  Lithuanian (lt)
207  Norwegian bokmål (nb)
208  Dutch (nl)
209  Swedish (sv) 
210  Thai (th)
211  Vietnamese (vi)
212  
213
214 Overview of Changes from GTK+ 2.11.4 to 2.11.5
215 ==============================================
216
217 * OS X port:
218  - Many improvements
219
220 * Win32 port:
221  - Inconsistent checkboxes are drawn correctly now
222
223 * GtkBuilder:
224  - Ship a Python script, gtk-builder-convert, to 
225    convert glade files to GtkBuilder syntax
226
227 * GtkFileChooser:
228  - Improved display of the time column
229  - Support search on OS X, using Spotlight
230
231 * GtkTreeView:
232  - New function gtk_tree_view_is_rubber_banding_active() to
233    check whether rubber banding is active
234
235 * GtkVolumeButton uses the range 0.0 to 1.0, and
236   correctly adapts tooltips to display percentages
237
238 * Bugs fixed:
239  447967 Improve reference counting
240  447995 Add a script that converts libglade files
241  451428 GtkBuilder API changes
242  449862 gdk_x11_display_get_xdisplay doesn't check pointers befor...
243  451303 Crashes on empty property
244  164809 Checkboxes with inconsistent status are not drawn properl...
245  426987 Panel freezes after upgrading gtk icon cache
246  439567 Add functions to transform pixbufs based on orientation tags
247  448313 Block cursor problem on one-character line
248  449016 Prevent C++ keyword clashes
249  449167 faulty enter-leave compression
250  450469 Draw no bevel when "GtkToolbar::shadow-type" is "none"
251  451070 Broken CUPS SSL printing in gtk 2.10.13
252  451345 gtk-demo does not open GtkBuilder example twice
253  451353 Parsing properties broken
254  451484 Miscalculation in GtkButtonBox CENTER_MODE
255  451866 GtkVolumeButton range
256  452046 some fixes for gdk composited window support
257  452463 type-func attribute on wrong element ?
258  452464 inconsistent handling of booleans
259  452465 error handling in gtk_builder_value_from_string_type()
260  452954 GtkBuilder documentation fixes/improvements
261  446532 [patch] Improve performance of gtk_recent_manager_get_items
262  451314 Warning message is wrong for delayed property assigning
263  392283 GtkNotebook tabs drawn incorrectly with the Wimp theme
264  449492 debug spew on toolbar focus move
265  324543 GtkFileChooser: show file 'modified' TIMES, not just DATES
266  327912 Many mouse cursors are not supported
267  353805 Detecting Bidi Keyboard Layouts
268  451527 Confusing GtkRadioButton variable names in some functions
269  393579 Need tree view API for querying whether rubberbanding is ...
270
271 * Updated translations
272  Spanish (es)
273  Estonian (et)
274  Hungarian (hu)
275  Japanese (ja)
276  Korean (ko)
277  Norwegian bokmål (nb)
278  Russian (ru)
279  Sinhala (si)
280  Vietnamese (vi)
281
282
283 Overview of Changes from GTK+ 2.11.3 to 2.11.4
284 ==============================================
285
286 * The multipress input method correctly handles control keys
287
288 * The memory management of GtkRecentManager has been
289   changed, deprecating the screen-related functions in favour
290   of gtk_recent_manager_get_default().
291
292 * Bugs fixed: 
293  448928 Some GtkBuildable methods named too generically
294  448193 gtkbuilder.h causes compile error with C++
295  354887 GtkFileChooserButton displays unnecessary authentication ...
296  440450 GTK font selection minimum size is too large for 150dpi s...
297  447214 gtk_tooltips_widget_remove() is slow
298  448299 dgettext arguments interchanged
299  448321 Drawing problems with block cursor
300  448341 There is no GtkTooltip documentation in the gtk+ reference
301  448484 GtkAccelGroup forgets to remove closure invalidate notifi...
302  448544 Refcount issues in GtkCellRendererSpin
303  412357 GtkMenuShell not defined as an abstract base type
304  403717 print preview operation should pass settings to preview p...
305
306
307 Overview of Changes from GTK+ 2.11.2 to 2.11.3
308 ==============================================
309
310 * GtkBuilder: GTK+ supports constructing user interfaces 
311   from XML descriptions now, similar to libglade.
312
313 * The new tooltip code now has convenience api to set
314   text tooltips: gtk_widget_set_tooltip_text(),
315   gtk_widget_set_tooltip_markup()
316  
317 * GtkTextView, GtkEntry:
318  - gtk_widget_modify_cursor() is a new function in the 
319    gtk_widget_modify family to override the style-provided 
320    cursor colors
321  - Use a block cursor in overwrite mode
322
323 * GtkFileChooser:
324  - Use xdg-user-dirs to find the Desktop directory
325  - gtk_file_system_create() is now public API
326
327 * GtkMenu:
328  - GtkMenuItem gained a submenu property
329  - GtkMenuShell obtained a move-selected signal 
330
331 * OS X port:
332  - Many improvements
333
334 * Bugs fixed:
335  445691 Crash when spawning a new process
336  447163 Implicit pointer conversion gdk_font_ref()
337  420249 deadlock on print operation
338  440918 out-of-bound access on loading pnm
339  142494 treeview coordinate systems need documentation/auditing
340  343012 RC parser rejects lower-case identifiers.
341  350460 Popup windows (esp. menus) misbehave wrt focus
342  410815 Icon view gets confused when scaling down the pixbuf column
343  435471 small GtkComboBox cleanup
344  435840 GTK_WIDGET_SAVED_STATE inconsistency
345  442617 gdk_spawn overrides envp, breaking child setup funcs whic...
346  443913 When .recently-used.xbel is empty, recently-used uses %10...
347  444097 Cannot compile gtksearchenginesimple.c
348  444310 update_buttons_state on a bare assistant causes gtk+ to c...
349  444734 Compact file-chooser folder selection not working with gt...
350  444786 Error loading 'gtk-select-color' in Stock icons and Items
351  445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong
352  445284 Custom (pixbuf etc.) cursor reverts to default cursor on ...
353  445539 Unititialized var in gtkrc.c trunk
354  445855 gtk_scale_button_new() uses private API.
355  446138 Tiny doc update for gdk_window_get_pointer()
356  446513 gtknotebook.h: create_window is wrong declaration
357  446616 glib requirement insufficient
358  447065 GtkMenuItem: add "submenu" property and some cleanup
359  426192 Symbolic colors are not working under "engine" sections o...
360  446107 tiff load dialogue has unreadable text
361  447396 Typo in documentation of gtk_widget_modify_cursor
362  79585  API to change cursor color
363  80378  Visible (Cursor-shape) indicator for Overtype mode
364  158008 Stock button for Dont Save, Discard Changes, Do Not Save
365  334576 GtkCellRendererProgress ignores xalign attribute
366  344836 Add orientation property to CellRendererProgress
367  172535 Add support for UI builders in gtk+
368  446833 gtk_menu_shell_move_selected should be a vcall
369  447586 gtknotebook.c: decreasing unknown size pointer
370
371 * Updated translations
372  Spanish (es)
373  Swedish (sv)
374
375
376 Overview of Changes from GTK+ 2.11.1 to 2.11.2
377 ==============================================
378
379 * The GtkListStore and GtkTreeStore have new API
380   to set values using vectors of columns and values
381
382 * Bugs fixed:
383  389603 GtkFileChooserWidget crashes when the window is too narrow
384  444351 metacity cores on startup
385  379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow
386  442888 problem with GTK+ medialib integration
387  444236 gtk-demo says invisible text doesn't work
388  444457 Segfault in gdk_window_set_opacity when opacity < 1.0
389  399071 add gtk_tree_store_set_with_valuesv
390  434021 crash on startup with jhbuild
391
392 * Updated translations:
393  Spanish (es)
394
395
396 Overview of Changes from GTK+ 2.11.0 to 2.11.1
397 ==============================================
398
399 * GtkTextView:
400  - Marks can be created independent from buffers
401  - Cursor color follows text color
402
403 * OS X port:
404  - Many improvements
405
406 * GDK:
407  - Add support for composited child windows
408
409 * Bugs fixed:
410  347883 do-overwrite-confirmation does nothing in 2.10
411  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
412  440982 crash in gtk due to missing stock icon gtk-clear
413  418047 GtkIconView sizing is very broken
414  438440 All tests for Gtk2 failing when installing from CPAN
415  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
416  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
417  398414 Printing to file with multiple pages per sheet
418  412882 gdkwindow should support the concept of "composited"
419  430218 Some file names are being cut unnecessarily with RTL Inte...
420  435405 text view recreates pangolayouts all the time
421  439565 Crash in GtkIconView a11y code
422  440040 Reference counting in GtkPrintOperation goes awry
423  440511 xcursors.h: illegal initializing
424  440780 GtkAction set_short_label might be broken
425  441443 jpeg loader does not set error upon abortion
426  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
427  442183 Updated gdk/gdkkeysyms-update.pl
428  443247 Two GtkNotebook cleanups
429  441767 Icon cache isn't validated properly
430  442326 Overview navigator traps mouse on wrong screen in dual mo...
431  79585  GtkTextView API to change cursor color
432  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
433  348065 [PATCH] Remove automagic status of xinerama dependency
434  441443 jpeg loader does not set error upon abortion
435  386935 gtk_notebook_set_window_creation_hook only allows one...
436  414947 Move "move-focus" signal to GtkWidget
437
438
439 * Updated translations:
440  Thai (th)
441  Spanish (es)
442  Norwegian bokmål (nb)
443
444
445 Overview of Changes from GTK+ 2.10.x to 2.11
446 ============================================
447
448 * Printing support:
449  - Cups backend: Work with "BrowseShortNames Off"
450  - Cups backend: Fix handling of multi-valued options
451  - Cups backend: Work with raw printers
452  - Cups backend: don't lock up when met with larger numbers of printers 
453  - Improved sensitivity handling of controls in the unix dialog
454  - Support half-open ranges
455  - Add a test print backend for easier debugging
456  - Add API to list paper sizes
457  - Add API to serialize and deserialize page setups and print settings
458  - Print settings can be passed to the preview command 
459  - Make more GtkPrinter public
460
461 * GtkFileChooser:
462  - Improve file chooser dialog size logic
463  - Add a GtkFileChooserButton::file-set signal
464  - Add a search mode with backends for Beagle, Tracker and simple search
465  - Add recent files support
466
467 * New tooltips API, that allows complex tooltips (markup, images),
468   tooltips on insensitive widgets, tooltips on treeviews, etc
469
470 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
471   frequently seen in multimedia applications
472
473 * Input Methods:
474  - New Thai and Lao input method
475  - New multipress input method for phone pads
476
477 * Recent files:
478  - GtkRecentChooserMenu supports custom menu items
479  - GtkRecentAction was added
480
481 * Keyboard navigation improvements:
482  - Infrastructure for notification of failed keyboard navigation
483  - Better support for restricted sets of keys
484  - Only handle keys for notebook tab reordering and scrolledwindow 
485    scrolling if it make sense
486  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
487    the display of accelerators and mnemonics
488  - Popup/popdown of comboboxes is keybindable
489
490 * Windows port: 
491  - Windows 9x/ME is not supported anymore 
492  - Many ms-windows theme improvements
493  - The file chooser uses native icons
494  - Support drop shadows 
495  - Use native cursors
496
497 * OS X port:
498  - Many improvements
499
500 * Icon theme support:
501  - Add api to list contexts of an icon theme 
502  - The builtin stock icons have been replaced by a new set of icons 
503    which are visually compatible with Tango
504  - Support fallback to more generic icon names 
505  - Validate icon caches when they are created and before they are used
506
507 * GtkRange has gained support for fill levels
508
509 * GtkEntry:  
510  - inline-selection mode for entry completion that is closer to what 
511    web browsers need
512  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
513
514 * GtkTextView:
515  - Support accumulative and negative margins
516  - GTK_JUSTIFY_FILL works
517
518 * GtkLabel:
519  - GTK_JUSTIFY_FILL works
520
521 * GtkStatusIcon: 
522  - Multiscreen support
523  - gtk_status_icon_position_menu() works on Windows
524  - Don't take up space when invisible
525
526 * GtkCellRendererProgress:
527  - Respect themes 
528  - Support activity mode
529
530 * GtkNotebook: 
531  - Support scrolling during tab DND
532  - Allow dropping tabs anywhere
533  - Deprecate numeric group-ids in favour of a more flexible group property
534
535 * GtkTreeView:
536  - Lots of scrolling fixes
537  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
538    according to platform conventions
539
540 * GtkButtonBox:
541  - Can center buttons now
542
543 * GtkComboBoxEntry 
544  - Can add an arbitrary child widget
545
546 * GtkAboutDialog:
547  - The "name" property has been replaced by "program-name" to avoid
548    a clash with the preexisting "name" property on GtkWidget
549
550 * GDK changes:
551  - Add gdk_event_request_motions() which works with input devices
552  - Add API for changing startup notification id on a window
553  - Add API for sending startup notification messages
554  - Don't deadlock with xcb-based libX11
555  - The handling of _NET_WM_USER_TIME has been changed to reduce
556    the amount of root window property changes
557  - New gdk_threads api() to allow fully threadsafe handling of idles 
558    and timeouts
559
560 * gdk-pixbuf changes: 
561  - Optional support for Sun mediaLib hardware acceleration
562  - Support exif rotations in tiffs and jpegs
563  - Allow arbitrary split between builtin vs modular loaders
564  - Support v5 and OS/2 bmps
565  - Support scaling animations
566
567 * Miscellaneous GTK+ changes:
568  - New function gtk_window_set_opacity(), to set the opacity
569    of toplevel windows
570  - Allow to restrict drags within an application or widget 
571  - Support opening/closing of submenus on click
572  - Configurable cursor blinking timeout
573  - Insensitive widgets don't install cursors
574
575 * Bug fixes:
576  - too many to list here
577
578 * New and updated translations:
579  Arabic (ar)
580  Assamese (as)
581  Belarusian Latin (be@latin)
582  Bulgarian (bg)
583  Bengali (bn)
584  Catalan (ca)
585  Czech (cs)
586  Welsh (cy)
587  German (de)
588  Greek (el)
589  Canadian English (en_CA)
590  British English (en_GB)
591  Esperanto (eo)
592  Spanish (es)
593  Estonian (et)
594  Finnish (fi)
595  French (fr)
596  Gujarati (gu)
597  Hebrew (he)
598  Hindi (hi)
599  Hungarian (hu)
600  Indonesian (id)
601  Italian (it)
602  Kurdish (ku)
603  Lithuanian (lt)
604  Latvian (lv)
605  Macedonian (mk)
606  Malayalam (ml)
607  Marathi (mr)
608  Norwegian bokmål (nb)
609  Nepali (ne)
610  Oriya (or)
611  Brazilian Portugese (pt_BR)
612  Romanian (ro)
613  Russian (ru)
614  Slovenian (sl)
615  Serbian (sr) 
616  Serbian Latin (sr@Latn)
617  Swedish (sv)
618  Tamil (ta)
619  Thai (th)
620  Turkish (tr)
621  Ukainian (uk)
622  Vietnamese (vi)
623  Walloon (wa)
624  Simplified Chinese (zh_CN)
625  Chinese (Hong Kong) (zh_HK)
626  Chinese (Taiwan) (zh_TW)
627
628
629 Overview of Changes from GTK+ 2.10.1 to 2.10.2
630 ==============================================
631
632
633 * Many fixes and improvements for the OS X backends
634
635 * Revert to using gtk modules with global binding,
636   since the local binding that was introduced in 
637   2.10 breaks the accessibility support of current 
638   OpenOffice.org releases.
639
640 * GtkRecenManager 
641  - Poll for changes to the XBEL file
642  - Fix initial bad placement of recent files menu
643  - Show nonexisting resources by default, and do 
644    not mark them as insensitive
645  - Allow adding a filter to GtkRecentChooserMenu
646
647 * GtkFileChooser
648  - Improve the fallbacks for icons
649  - Make  / and ~ activate the location entry again
650
651 * Bugs fixed:
652  348828 Segmentation Fault in gtk_combo_box_menu_setup 
653         when removing combobox child
654  349552 problem with parsing (enum) style properties
655  351581 API Documentation issues with 2.15 release
656  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
657         error
658  349128 Fix docs about GtkTreeModel::row-deleted
659  350605 Crash caused by the recent menu
660  348096 GtkStyle leaks GtkRcContext
661  348145 Background images not working with Quartz backend
662  329752 Problem with has_selection notification when 
663         deleting the selection
664  347856 gtk_recent_chooser_add_filter not implemented 
665         for GtkRecentChooserMenu
666  348245 Disabling pdf printing doesn't hide option
667  348278 textview doesn't update on hinting setting change
668  348289 Filechooser is blocked by higher priority idle
669  348478 entry completions needs to reset the IM context 
670         before emitting action-activate signal
671  348538 Remove old email addreses from the tutorial
672  348626 drag-to-child should not work
673  348634 IconView does not update background
674  348706 don't allow dnd onto arrows
675  348740 configure script does not honour PKG_CONFIG variable
676  348787 Segfault in gtk_font_button_update_font_info()
677  348824 test attached calendar-sane-timer patch in head
678  348971 gtk_status_icon_get_geometry returns bogus data
679  349382 valgrind uninitialized memory warnings setting 
680         partly uninitialized X properties
681  349570 notebook arrow PRELIGHT drawing doesn't work
682  349834 Memleak from gtk_tree_view_set_enable_tree_lines
683  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
684  349859 gtk_paint_tab doesn't work when widget is now 
685         option menu
686  349997 Indirect leak from XkbGetMap
687  350039 GtkFileChooserEntry leaks sources
688  350050 GdkGC leak from GtkRuler
689  350139 Should use evince preview mode
690  350258 Memory leak in gtk_entry_drag_data_received()
691  350329 The CUPS printer backend in GTK+-2.10.1 fails 
692         with CUPS 1.1.
693  350517 reset_style_idle() interferes with application 
694         idles
695  350860 Balloon messages sent to tray do not have the 
696         correct window in XEvent
697  350938 TreeViewColumn rendering off when "spacing" 
698         property set
699  351112 gtk_notebook_set_current_page fails when the 
700         notebook has not yet been shown
701  351519 Directfb backend fails to build
702  165714 GtkEntryCompletion doesn't complete on paste
703  168737 Different button sizes in About dialogs
704  345666 The icons of file, directory and device at 
705         GtkFileChooser
706  349429 spin button does not use correct value for 
707         inner_border
708  349501 fix in the documentation of function 
709         gtk_list_store_insert_with_values()
710  350072 stdout output from colorselection
711  351759 Wrong range value in documentation of 
712         gtk_color_selection_set_current_alpha
713  349277 Wrong message for problems with serializing 
714         texts
715  346800 Rework sort/filter models to use indices to 
716         parents instead of pointers
717  349120 Small error in doc
718  350911 gdk_pixbuf_new_from_file_at_scale() should 
719         skip when there's enough image data 
720  348728 GtkTable Row and Column Spacing
721  351241 swapped argument description
722  350023 "Running GTK+ Applications" chapter does not 
723         document new GTK_DEBUG possibilities
724  351812 file print backend filename encoding issue
725
726 * New and updated translations (bg,bn_IN,de,dz,el,es,
727   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
728   sv,th,tr,tt,uk,zh_HK,zh_TW)
729
730
731 Overview of Changes from GTK+ 2.10.0 to 2.10.1
732 ==============================================
733
734 * Drop Pango requirement 1.12.0
735
736 * Many fixes and improvements for the OS X 
737   and directfb backends
738
739 * The printing framework now supports a subset
740   of the Cups 1.2 custom PPD option spec
741
742 * Bug fixes:
743  348134 box gaps on left and right can be drawn wrong
744  348014 crash on Epiphany Web Browser
745  348063 _gtk_icon_cache_get_icon crashes when no 
746         cache available
747  348096 GtkStyle leaks GtkRcContext
748  157439 The "adding to panel" is buggy when switching 
749         to an rtl environment
750  346751 symbolic colors can't be use in properties
751  347976 Context menus appear in strange locations
752  348001 xid / fid X11 font id's are used intermixed
753  348049 Tabs "magically" re-order
754  348094 Adjustment leak from gtkiconview
755  348115 improve notebook visuals when dragging
756  348120 gtkentrycompletion leaks action_view
757  348227 gtkimcontextsimple doesn't terminate a string 
758         with null
759  348424 mem leak in GtkPrintSettings
760  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
761  348090 Reference leak in gtk_text_layout_set_contexts
762  348095 gtk_menu_stop_scrolling does work even if we 
763         were not scrolling...
764  142582 Add animation xsetting
765  346427 xbm loader returns false, fails to set error
766  346733 GList of visuals is always empty and causes 
767         crashes in gdk_rgb_choose_visual()
768  347048 crash on using GtkAssistant
769  164884 GtkTreeView row drag is sometimes started 
770         spuriously
771  302127 GtkTreeView gets angry when items deleted 
772         from a test_expand_row handler
773  346092 gtk_tooltip_set_delay documentation wrong
774  346428 Be robust against broken loaders failing to 
775         set error on failure
776  346467 gtkwindow state assignments bug
777  346598 modeline takes too much memory
778  346603 Context menus only work once
779  346639 treeview memleak
780  346668 symbolic colors are broken when specifying 
781         engine
782  346713 quartz backend is missing functions that 
783         pygtk needs
784  346721 XBM reading in quartz backend is broken
785  346836 Tabs jump around when opening menus
786  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
787  347277 gtk_drag_get_ipc_widget() and window groups
788  347315 SYNC extension check failing
789  347902 GtkRange doesn't reliably update stepper 
790         sensitivity
791  335012 gtkcellrenderertext - gtkeditable: bad 
792         interaction when ypad is set to hi value
793  337910 gdk_pango_layout_get_clip_region is inefficient
794  346605 Modifier-key events are not sent
795  346970 gtkfilechooserbutton leaks an empty list
796  347032 documentation of gtk_print_context_get_height() 
797         has typo
798  347037 GObject info missing for GtkRecentManager and 
799         GtkRecentChooser* in gtk-doc API reference
800  347041 documentation of gtk_paper_size_is_equal() 
801         has a typo
802  347043 Reference leaks in GtkFileChooserButton
803  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
804         open file dialog
805  347211 documentation of gtk_print_job_send() has a 
806         typo
807  347710 new GtkCellRendererSpin misses a lot of API 
808         documentation
809  347711 slight glitches in GtkAssistant API documentation
810  347065 Fix in-line doc typos
811  311399 relative to the window string can be better 
812
813 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
814   eu,fi,fr,gu,he,ko,or,th)
815
816 Overview of Changes from GTK+ 2.9.4 to 2.10.0
817 =============================================
818
819 * Printing:
820   - A PREVIEW capability has been added to allow hiding the
821     preview button
822
823 * Bug fixes:
824  321393 Incorrect size request after changing the font
825  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
826  344074 Feature request: get printer list, and get default print
827  344876 refcount leak when using ComboBox.set_cell_data_func
828  345644 gtk+-2.9.4 requires CUPS-1.2.x
829  345663 gtkaction(group)?.c: using functions without prototype declaration
830  346079 gtk receives all sorts of events from the X server
831  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
832  346113 unix print dialogue always has preview button
833  346237 Possible leak in gtkprintunixdialog.c
834  346027 cancelling printer enumeration
835  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
836         and gtkprint-win32.h
837  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
838
839 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
840
841 Overview of Changes from GTK+ 2.9.3 to 2.9.4
842 ============================================
843
844 * GtkPrintOperation:
845  - UI improvements in the print dialog
846  - Make printing work without a display connection
847  - Replace "Print to PDF" by "Print to file" that
848    can generate PDF or PostScript
849  - Add a function to the low-level API to 
850    enumerate all printers
851
852 * GtkNotebook tab DND has been improved
853
854 * GtkProgressbar supports text in activity mode 
855
856 * GtkLabel allows to set the wrap mode
857
858 * GtkStatusIcon supports transparency
859
860 * Bugs fixed:
861  344850 Dragging a GtkTreeViewColumn segfaults when 
862         using certain GtkTreeViewColumnDropFunc
863  342458 Stock menu items without icons are broken in 
864         recent GTK+ releases.
865  335873 notebook DND + popup windows
866  337882 gtk_progress_bar_set_text() does nothing in 
867         activity mode
868  339456 unix print dialogue help button bug
869  339702 Make sure printing works without a display
870  341571 tabs too easily reordered
871  344074 New Feature: get printer list, and get default print
872  344743 gtk_targets_include_text() should initialize atoms
873  344838 Allow func to be NULL in 
874         gtk_tree_view_set_search_position_func
875  344891 GtkPrintOperationPreview signal defs correction
876  345008 Need updated cairo req
877  345093 print preview temp file issues
878  345107 Memory leak in gtk_entry_completion_finalize: 
879         User data not freed
880  345194 gdk_window_set_functions() docs need to be updated
881  345456 grid-lines property is wrongly registered and 
882         get/set.
883  314278 strings in gtk-update-icon-cache are not marked 
884         for translation
885  344707 size group with widgets in hidden container
886  344897 Entry completion model NULL handling should be 
887         documented
888  345038 gtk_print_job_set_status' status
889  345106 dialog button box spacings
890  345176 GtkIconView doc about drag and drop
891  345275 doc imporovements for gtk_window_move
892  345320 Two very similiar strings should be made equal
893  345321 Add meaning of "shortcut" as translator comment
894  320034 transparency gtkstatusicon
895  339592 Add print-to-postscript
896  344867 custom paper file could use keyfile
897
898 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
899
900 Overview of Changes from GTK+ 2.9.2 to 2.9.3
901 ============================================  
902
903 * GtkPrintOperation: 
904  - Introduce an allow-async property 
905  - Introduce a GtkPrintOperationAction enumeration
906  - Rename pdf_target to export_filename
907  - Allow to hide "Print to PDF" in the low-level API
908
909 * GtkNotebook:
910  - Add a destroy notify to 
911    gtk_notebook_set_window_creation_hook.
912
913 * GtkTreeView:
914  - Support grid lines
915
916 * GtkRange:
917  - Add a number of new stle properties which allow more
918    fexible stepper theming
919
920 * Bugs fixed:
921  153212 Have the Paste kbd shortcut jump to the location in 
922         the buffer
923  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
924         a GetDC() handle
925  339739 gtk/gtkprintoperation-win32.c: 3 compile error
926  342339 GtkRange::stepper-spacing style property not 
927         implemented correctly
928  343945 Buttons of a GtkAssistant are not accessible
929  344148 Wrong reqs for ATK
930  344209 gtk_notebook_set_window_creation_hook() has no destroy 
931         func.
932  344232 GtkEntry's "Delete" context menu item is sensitive on a 
933         non-editable GtkEntry
934  344244 Window resizing not working when keeping the aspect 
935         fixed
936  344288 gtk_print_operation_preview_is_selected must return 
937         a value
938  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
939  344496 CRLF converting via Clipboard
940  344504 GtkPrintCapabilities not in gtktypebuiltins.h
941  344505 Wrong signal registration for create_custom_widget
942  344512 cvs build issue
943  344513 pdf print module's print_stream not calling destroy 
944         notify
945  344518 NULL unref in page setup dialogue
946  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
947         directly
948  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
949  344607 memory leaks in gtkrecentchooserdefault.c and 
950         gtkrecentchoosermenu.c
951  344624 Memory leak in gtk_tree_model_filter_finalize: User 
952         data not freed
953  337603 Possible off-by-one in 
954         gdk_pango_layout_line_get_clip_region
955  344239 Wrong filename for gtk-find stock item.
956  344528 comma at end of GtkPrintOperationAction enum causes 
957         mozilla compilation error
958  344290 horizontal-padding not take into account when placing 
959         submenus
960  344558 document print dialogue response codes
961  339592 Add print-to-postscript
962  342249 Allow to draw upper and lower sides of GtkRange's 
963         trough differently
964  344530 gtk_recent_chooser_widget_new_for_manager and 
965         gtk_recent_chooser_menu_new_for_manager should 
966         allow NULL manager arg
967
968 * Updated translations (es,fi,gu,ko,th,wa)
969
970
971 Overview of Changes from GTK+ 2.9.1 to 2.9.2
972 ============================================
973
974 * GtkPrintOperation
975  - Support asynchronous pagination with the ::paginate signal
976  - Add gtk_print_operation_cancel
977  - Support application-specific widgets
978  - Allow disabling features based on application capabilities
979  - Optionally show progress
980  - Change some function names in GtkPrintContext to be longer 
981    and better
982  - Support preview, the default implementation spawns evince,
983    but the api allows for an internal preview implementation
984
985 * GtkCellView
986  - Add a model property
987
988 * GtkStatusIcon
989  - Allow to obtain screen geometry 
990
991 * GtkTreeView
992  - Many bug fixes, in particular for RTL handling
993  - Separate sensitive and selectable properties of rows
994  - Optionally allow rubberband selection
995
996 * GtkButton
997  - Add image-spacing style property
998  - Add image-position property 
999
1000 * GtkToolButton
1001  - Add icon-spacing style property
1002
1003 * Make GTK+ work as an untrused X client
1004
1005 * Bugs fixed:
1006  343838 gtkprintoperationpreview.h guards
1007  305530 Crashes while creating source code w/GtkFontSelection
1008  341327 Memory corruption inside glib
1009  341734 cursor blocked to dnd mode after using shift and 
1010         dnd on a GtkCalendar
1011  343453 G_DEFINE_TYPE messes up internal typenames of 
1012         GdkWindow and GdkPixmap
1013  136571 Problems running as untrusted client
1014  168105 the right edge tab does not appear when switching tab
1015  172535 Add support for UI builders in gtk+
1016  302556 GtkTreeView widget signals are badly documented
1017  324480 Selecting first item with keyboard is difficult
1018  340428 small cleanup
1019  340444 don't run the custom page size dialogue
1020  340839 Critical warnings in GtkTreeModelFilter
1021  341898 gtk_tree_view_insert_column_with_attributes doesn't 
1022         work with fixed_height_mode
1023  342003 DnD: Conditional jump or move depends on uninitialised value
1024  342072 Wrong drop location in GtkEntry
1025  342096 GtkImage animation CRITICALS on switching themes
1026  342513 widget class style property with type module
1027  342529 gdk should set resolution on PangoCairoFontmap, 
1028         not PangoCairoContext
1029  342535 Add documentation for new GtkWidget style properties 
1030         (including Since tags)
1031  342543 can't compile gtk+ on opensolaris using sun cc
1032  342569 Typo in decl of gdk_color_parse
1033  342752 Need a way to specify custom tab label for custom page 
1034         in Print dialog
1035  342754 print-editor: font button dialog doesn't get focus if 
1036         main window has a window group
1037  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
1038         Copies is > 1
1039  342783 GtkPrintUnixDialog: Range textinput area should be 
1040         insensitive unless range radiobutton is selected
1041  342894 Use after free inside gtk_text_view_set_buffer
1042  342930 GtkButton should offer a way to position the image 
1043         relative to the text
1044  343088 Some typos in the PO file
1045  343425 "grab-notify"-signal is not correctly propagated for 
1046         internal children
1047  343438 gtk_color_button_set_color() doesn't emit "color-set" 
1048         signal
1049  343475 page setup unix dialog confusion
1050  343625 allow to get only some info from gtk_status_icon_get_geometry
1051  343677 GtkWindow chains key-release to key-press
1052  320431 Text too close when using East/West in a GtkToolButton
1053  321523 GtkTreeView's test_expand_row signal emitting impractical 
1054         on row expand all
1055  342007 Warning in gtk_paned_compute_position
1056  343233 gdk_rectangle_intersect doc
1057  333284 expander animation not working in RTL mode
1058  343444 change color of gtk-demo source-buffer comment color 
1059         from red to DodgerBlue
1060  343630 Small inconsistence in migration documentation
1061   80127 Rubberbanding for GtkTreeView
1062  341450 status icon + libnotify
1063  341679 Allow absolute filenames in the options entries
1064
1065 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
1066                         nb,nl,pt_BR,th,vi)
1067
1068
1069 Overview of Changes from GTK+ 2.9.0 to 2.9.1
1070 ============================================
1071
1072 * GtkPrintOperation
1073  - Many user interface improvements in the unix dialogs
1074  - gtk-demo has a printing demo
1075  - Don't unload print backends for now, since that has
1076    deadlock issues
1077  - Asynchronous page rendering is done in an idle
1078
1079 * GtkImage has an image property 
1080
1081 * GtkTextBuffer has a cursor-position property
1082
1083 * Arrow sizes in scrolled menus and notebooks are themable
1084
1085 * GDK keysyms have be synced with Xorg 7.1
1086
1087 * Bugs fixed:
1088  340676 print backend type modules not correctly re-registering 
1089         their types
1090  340870 gdk_window_get_toplevels docstring error
1091  323956 Unwanted accelerate key in the action-based toolbar
1092  340527 Tooltips not shown for toolbar buttons created with 
1093         uimanager/actions
1094  340516 status icon property getter assertions
1095  341091 a couple of spelling errors in gtk+
1096  335707 notebook DND with event boxes in tab labels
1097  337306 Add a GtkMessageDialog::image property
1098  139628 GtkLayout In GtkScrolledWindow does not receive the 
1099         scroll_event
1100  334412 Add cursor-position property for getting notified 
1101         about cursor movement
1102  341217 langinfo.h #include'd unconditionally stops build
1103  333632 use GtkMenu::scroll-arrow-height instead of 
1104         MENU_SCROLL_ARROW_HEIGHT
1105  325282 Add GtkNotebook::tab-overlap style property
1106  341247 possible crash with tab_label = NULL
1107  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
1108  341416 Save FileChooserDialog doesn't response
1109  336774 gtk_recent_manager_add_full
1110  340401 critical warnings when using window groups
1111  341661 misplaced g_assert in gtk_text_view_allocate_children
1112  341692 Semicolons after G_DEFINE_TYPE
1113  341665 several misplaced g_assert
1114  341578 reverse page order issues
1115  341332 Unset background in more places
1116  341896 gtktreeview has RTL problems with toggle buttons if using 
1117         gtktreestore as a model
1118  341028 crash in new async code
1119  341035 file chooser crash
1120  340722 GtkToolbar::max-child-expand style property
1121  339589 Tooltips on orientation icons in page setup dialog
1122  340951 faq: How do I internationalize a GTK+ program? doesn't 
1123         mention glib-I18N
1124  341855 Little typo in the Tree and List Widget Overview
1125  153212 Have the Paste kbd shortcut jump to the location 
1126         in the buffer
1127  335729 Invisible rows and 
1128         gtk_tree_model_filter_convert_child_*_to_*
1129  106406 GtkTreeView Grid Lines?
1130  339592 Add print-to-postscript
1131
1132 * Updated translations (de,es,gl,gu,nl)
1133
1134
1135 Overview of Changes from GTK+ 2.8.x to 2.9.0
1136 ============================================
1137
1138 * GtkStatusIcon, a cross-platform "tray icon" API
1139
1140 * GtkAssistant, a widget for creating multi-step wizards
1141
1142 * GtkLinkButton, a widget that displays a clickable hyperlink
1143
1144 * GtkRecentChooser, widgets to display and select recently used files
1145
1146 * GtkPrintOperation, cross-platform printing support
1147
1148 * A framework for rich text copy and paste and DND
1149
1150 * GtkCellRendererAccel, a cell renderer for key combinations
1151
1152 * GtkCellRendererSpin, a cell renderer which edits numeric values 
1153   using a spin button
1154
1155 * GtkAction works with named icons in addition to stock icons
1156
1157 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
1158   between notebooks and drop tabs on the desktop to open a new window
1159
1160 * GtkTreeView:
1161   - Enhanced customizability (e.g. grouping) with the
1162     show-expanders and level-indentation properties
1163   - Allow to embed the search popup
1164   - Better search popup positioning
1165
1166 * GtkFileChooser:
1167   - Communication with backends is now asynchronous to avoid
1168     blocking on file system operations. Due to the required interface
1169     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
1170     file system backends have to be ported to the new interface, other
1171     modules, such as theme engines, input method modules or pixbuf loaders 
1172     have to be rebuilt so that they are installed in the right place
1173     for GTK+ to find them.
1174   - The location entry (popped up by C-L) has been integrated in the
1175     main dialog.
1176     
1177 * Reworked hex Unicode input now requires Ctrl-Shift-U
1178
1179 * Animations can now be globally controlled by settings
1180
1181 * The gtk-touchscreen-mode setting controls a number of changes
1182   that make GTK+ work better on touchscreens
1183
1184 * Password entries can optionally show the last entered character
1185   for a short while, controlled by the password-hint-timeout setting
1186
1187 * GTK+ can now consult an additional fallback icon theme before
1188   falling back to hicolor
1189
1190 * Improved themability:
1191   - GTK+ supports symbolic colors, which can be set system-wide
1192     using a setting, and can be modified and used in rc files
1193     and theme engines
1194   - GTK+ sets window type hints on override-redirect windows to 
1195     help compositing managers apply proper bling
1196   - Paths in rc files can now refer to all subclasses of a class 
1197   - GtkRange steppers will appear insensitive when the slider
1198     is at the end; applications which need to handle this case
1199     (e.g. to extend the range) can opt out of this.
1200   - GtkRange::activate-slider style property allows themes
1201     to draw sliders differently while they are being dragged
1202   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
1203     properties allow more flexible notebook theming
1204   - The spacing of buttons around children can be themed with
1205     the GtkButton::inner-border style property. Apps can override
1206     this per-widget using the corresponding inner-border property 
1207   - GtkMenu has acquired a horizontal-padding style property 
1208   - There are style properties for the color of hyperlinks,
1209     GtkWidget::link-color and GtkWidget::visited-link-color
1210   - GtkTreeview row hinting now takes the selection into account
1211   - Scrolling menus can be forced to always display both arrows,
1212     using the GtkMenu::double-arrows style property
1213   - Separators can be themed using the wide-separators, separator-width
1214     and separator-height style properties
1215   - GtkTreeView allows more flexible theming with the row-ending-details
1216     property
1217   - The pixbuf theme engines supports customized drawing of expanders
1218     and resize grips
1219
1220 * GDK changes:  
1221   - OS X backend
1222   - DirectFB backend 
1223   - Closing displays works
1224   - gdk_screen_is_composited to check for running compositing manager
1225   - Support for Super, Hyper and Meta modifiers
1226
1227 * gdk-pixbuf changes: 
1228   - Supports saving tiff 
1229   - Supports loading 16-bit pnm
1230   - Doesn't load entire gif animation to get first frame
1231
1232 * Bug fixes
1233   - Too many to list them here
1234
1235 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
1236 =================================================
1237 * Fix a crash with custom icon themes, which affected
1238   the gnome-theme-manager. [Kjartan Maraas]
1239 * Make sure font and cursor settings are propagated down
1240   to the screen initially. [Frederic Crozat]
1241
1242 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
1243 =================================================
1244 * gtk-update-icon-cache no longer stores copies of symlinked
1245   icons, and it has a --index-only option to omit image data
1246   from the cache [Matthias]
1247 * Make large GtkSizeGroups more efficient [Michael Natterer]
1248 * Improve positioning of menus in GtkToolbar [Christian Persch,
1249   Paolo Borelli]
1250 * Make scrolling work on unrealized icon views [Jonathan Blandford]
1251 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
1252 * Make sure that all GTK+ applications reload icon themes
1253   promptly. [Chris Lahey]
1254 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
1255   use the same font options and dpi value [Michael Reinsch, Owen]
1256 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
1257 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
1258   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
1259   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
1260   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
1261   Markku Vire, Kristian Rietveld, Tommi Komulainen]
1262 * Documentation improvements [Olexiy Avramchenko, Matthias]
1263 * Updated translations (es,et,hu,ko,lt,ro,uk)
1264
1265 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
1266 =================================================
1267 * Require cairo 0.9.2 [Matthias]
1268 + Extend ABI checks to cover exported variables [Matthias]
1269 * Bug fixes [Benjamin Berg, Christian Persch]
1270 * Documentation improvements [Matthias]
1271 * New and updated translation (cy,de,el,id,te,zh_TW)
1272
1273 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
1274 =================================================
1275 * Rename the default theme to "Raleigh" [Thomas Wood]
1276 * Add a performance testing framework [Federico Mena Quintero]
1277 * Catch format errors in translations. This may cause 
1278   "make check" to fail when using older versions
1279   of gettext [Matthias]
1280 * Win32
1281  - Implement the urgency hint [Tor Lillqvist]
1282  - Update ms-windows theme [Dom Lachowicz]
1283  - Improve tablet handling [Robert Ögren]
1284  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
1285    J. Ali Harlow, Hans Breuer]
1286 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
1287   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
1288   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
1289   Mike Morrison, David Odin]
1290 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
1291   Federico Mena Quintero]
1292 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
1293   pl,pt,sq,zh_CN,zh_TW)
1294
1295 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
1296 =================================================
1297 * Make svg icon themes work better [Matthias]
1298 * GtkPlug/GtkSocket: Make these cross-platform
1299   and implement them for Win32 [Tor]
1300 * Make font rendering xsettings work with pangocairo [Owen]
1301 * Fix sporadic segfaults in the GtkTreeModelSort [James
1302   Bramford, Markku Vire, Kristian Rietveld]
1303 * Improve gdk-pixbuf's ability to recognize 
1304   svg images. [William Jon McCann]
1305 * Win32 
1306  - Build fixes [Tor Lillqvist]
1307  - Fix clipping issues [Robert Ögren]
1308  - Bug fixes [Peter Zelezny]
1309 * Other bug fixes [Christian Persch, Arkady L. Shane, 
1310   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
1311   Thomas Vander Stichele, Robert Ögren]
1312 * Documentation improvements [Steve Chaplin, Matthias,  
1313   Federico Mena Quintero]
1314 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
1315
1316 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
1317 =================================================
1318 * Make sure that gtk_window_present() moves the window to the 
1319   current desktop [Elijah Newren]
1320 * GtkFileChooser
1321  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
1322 * GtkTreeView
1323  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
1324  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
1325  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
1326  - Make page up/down behave as in the text view [Owen Taylor]
1327  - In typeahead search, allow Ctrl-G to move to the
1328    next match.  [Matt T. Proud]
1329  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
1330    Fernandes]
1331  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
1332 * GtkTextView 
1333  - Make double-clicking between words select whitespace [Mike 
1334    Miller, Paolo Borelli]
1335  - Show dragged text in drag icon [Kevin Duffus, Carlos 
1336    Garnacho Parro]
1337  - Make invisible text work well enough to remove the
1338    remove the warning about it being unsupported.  [Matthias]
1339 * GtkEntry
1340  - Make double-clicking between words select whitespace [Matthias]
1341  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
1342  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
1343 * Win32
1344  - Build fixes [Tor Lillqvist]
1345  - Fix handlink of Aiptek tablets [Robert Ögren]
1346 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
1347   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
1348   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
1349   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
1350 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
1351   Park Ji-In]
1352 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
1353
1354 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
1355 =================================================
1356 * GtkAboutDialog
1357  - Clean up the "trail" in the path bar when set_current_folder
1358    is called explicitly [Jonathan Blandford, Matthias Clasen]
1359  - Accept dropped files and directories on the file list [Sven 
1360    Neumann, Matthias]
1361 * GtkTreeView
1362  - Make reusing cell renders work as well as it did in 2.6,
1363    but document it as being unsupported. [Kristian Rietveld]
1364 * GtkAboutDialog
1365  - Optionally wrap the license [Christian Rose, Christian Persch]
1366 * Menu
1367  - Make image menu items work in vertical menubars [Matthias]
1368  - Make orientation changes of menubars work [Matthias]
1369 * Win32
1370  - Implement named cursors and other new GDK apis [Hans Breuer]
1371  - Implement getting cursor images [Tor Lillqvist]
1372 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
1373   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
1374 * Documentation improvements [Benjamin Berg, Matthias,
1375   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
1376 * New and updated translations (en_CA,sr,sr@Latn)
1377
1378 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
1379 =================================================
1380 * GtkTreeView
1381  - Change the keynav for header reordering and resizing 
1382    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
1383 * GtkTextView
1384  - Make movement by paragraphs up/down symmetric [Behnam 
1385    Esfahbod]
1386  - Improve invisible text support [Matthias Clasen]
1387 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
1388   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
1389 * Handle broken grabs in many places [John Ehresman, Matthias]
1390 * GDK
1391  - Add a function to move a region [Søren Sandmann]
1392  - Fix endianness issues in the pixbuf drawing 
1393    code [David Zeuthen, Owen Taylor]
1394  - Add a GrabBroken event that is emitted when grabs
1395    are broken [Simon Cooke, John Ehresman, Matthias]
1396  - Track implicit grabs [Matthias]
1397 * Win32 
1398  - Improve and simplify line segment rendering [Tor Lillqvist] 
1399 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
1400   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
1401   Morten Welinder, Dan Winship, Manish Singh, Tom von
1402   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
1403   McCann, David Saxton, Padraig Brady]
1404 * Documentation improvements [Matthias, Ross Burton]
1405 * New and improved translations (es,et,nl,sk,th,zh_TW)
1406
1407 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
1408 =================================================
1409 * GtkTreeView
1410  - Kris is back !!!
1411  - Lots of scrolling/validation fixes [Kristian Rietveld]
1412  - Allow to "unsort" columns. [Richard Hult]
1413  - Support wrapping in GtkCellRendererText [Matthias Clasen]
1414  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
1415  - Make enable-search control only typeahead search,
1416    not C-f search. [Sven Neumann]
1417  - Make double-click autosize treeview columns again [Matthias]
1418  - Fix insensitive appearance [Billy Biggs, Matthias]
1419 * GtkFileChooser
1420  - Don't select the first item in folder modes [Christian Neumair,
1421    Federico Mena Quintero]
1422  - Make save mode work again [Federico]
1423  - Allow bookmarks to be renamed [Sean Middleditch]
1424  - Ellipsize the preview label [Jeroen Zwartepoorte]
1425  - Use smaller icons [Vincent Noel]
1426  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
1427  - Don't stat children of /afs or /net network directories [Federico]
1428  - Improve sorting of filenames [Matthias]
1429  - Treat backup files like hidden files, and support
1430    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
1431  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
1432 * GtkIconView
1433  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
1434  - Implement GtkCellLayout, use cell renderers [Matthias]
1435  - Support editing [Matthias]
1436  - Support DND [Matthias]
1437  - Add API to determine the visible part of the 
1438    model [Jonathan Blandford]
1439 * GtkAboutDialog
1440  - Visual improvements, HIG compliance [Jorn Baayen]
1441 * GtkCalendar
1442  - Use nl_langinfo() to determine the first day of week,
1443    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
1444  - Allow localization of the year format [Paisa Seeluangsawat]
1445 * GtkEntry
1446  - Allow completion popups to be wider than the entry [Ross Burton]
1447  - Add a property to suppress the popup for single matches [Matthias]
1448  - Don't blink the cursor if not editable [Nikos Kouremenos]
1449 * GtkTextView
1450  - Add a GtkTextBuffer::text property [Johan Dahlin]
1451  - Allow to set a paragraph background color [Gustavo Carneiro,
1452    Jeroen Zwartepoorte]
1453  - Don't blink the cursor if not editable [Nikos Kouremenos]
1454  - Make invisible text work a bit better [Jeroen]
1455 * GtkAlignment
1456  - Flip padding in RTL mode [Maciej Katafiasz]
1457 * GtkUIManager
1458  - Support invisible, expanding separators [Christian Persch]
1459  - Allow to construct menu tool buttons [Sven Neumann]
1460 * GtkIconCache
1461  - Cache image data and metadata as well [Anders Carlsson]
1462 * GtkMenu
1463  - Support vertical menubars [Matthias]
1464  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
1465  - Allow to pop up menus without grabbing the keyboard [Michael 
1466    Natterer]
1467  - Allow setting background images on menus [Benjamin Otte]
1468 * gtk-demo
1469  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
1470 * Allow custom translation function for stock labels. [Funda Wang,
1471   Diego Gonzalez]
1472 * Add 16x16 versions for some some icons which were missing
1473   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
1474 * Move a lot of constant data to the .rodata section [Matthias]
1475 * Don't copy property names, nicks and blurbs [Matthias]
1476 * Use Cairo for most drawing [Owen Taylor]
1477 * Allow themes to draw outside the widget's allocation [Owen]
1478 * Allow key names to be translated [Christian Rose]
1479 * Make all cursors used by GTK+ themeable [Matthias]
1480 * Support the ICCCM urgency hint [Havoc Pennington]
1481 * GDK
1482  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
1483  - Add API to warp the pointer [Matthias]
1484  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
1485  - Add API to obtain the last user interaction time [Elijah
1486    Newren]
1487  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
1488  - Support Cairo drawing [Owen, Carl Worth]
1489  - Support Visuals with alpha channel [Owen, Keith Packard]
1490  - Support named cursors and cursor themes [Matthias]
1491 * gdk-pixbuf
1492  - Support saving BMP [Ivan Wong Yat Cheung]
1493  - Allow to specify compression level when saving
1494    in PNG format [Sven Neumann]
1495  - Add a way to construct animations from frames [Dom Lachowicz]
1496  - Accept BMP v4 [Matthias]
1497 * Win32 changes
1498  - Improve keyboard handling [Tor Lillqvist]
1499  - Improve clipboard handling [Ivan Wong]
1500  - Do delayed rendering for transferring images 
1501    through the clipboard [Ivan Wong]
1502  - Improve tablet handling [Robert Ögren]
1503  - Initialize input devices lazily [Robert Ögren]
1504  - Make big windows work on NT [Ivan Wong]
1505  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
1506  - Handle 16 color display mode [Tor] 
1507  - Support RGBA cursors [Tim Evans]
1508  - Fix DND on multi-monitor systems [Tor]
1509  - Use alternative button order [Tor]
1510  - Build fixes [Hans]
1511  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
1512    Robert Ögren, Kevin Stange, Tim Evans]  
1513 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
1514   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
1515   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
1516   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
1517   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
1518   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
1519   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
1520   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
1521   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
1522   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
1523   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
1524   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
1525   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
1526   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
1527   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
1528   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
1529   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
1530   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
1531   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
1532   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
1533   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
1534   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
1535   Vincent Noel, Vincent Untz, Yury Puzis]
1536 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
1537   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
1538   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
1539   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
1540   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
1541   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
1542   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
1543   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
1544 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
1545   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
1546   sv,th,uk,vi,xh,zh_CN,zh_TW)
1547
1548 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
1549 =================================================
1550 * GtkFileChooser
1551  - Fix some possible threading deadlocks [Matthias Clasen]
1552  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
1553    domain [Murray Cumming]
1554  - Fix some crashes with unreadable directories [Federico Mena 
1555    Quintero]
1556  - Add an "Open Location" item to the context menu [Federico]
1557 * GtkTreeView
1558  - Make sorting work again in list stores [Marcin Krzyzanowski]
1559  - Restrict column reordering to button 1 [Jonathan Blandford]
1560 * GtkComboBox
1561  - Make the button prelight [Ricardo Veguilla]
1562  - Fix state propagation [Carlos Garnacho Parro]
1563 * GtkMessageDialog
1564  - Don't show secondary label until it is set [Christian Persch]
1565 * GtkMenu
1566  - Make items activate immediately on button release [Søren Sandmann]
1567  - Submenus inherit their cascading direction [Matthias]
1568 * gdk-pixbuf
1569  - Fix a possible threading deadlock when loading
1570    animations [Callum McKenzie]
1571  - Make Hyper interpolation work again [Dennis Nezic]
1572 * Win32
1573   - Improve handling of UNC paths [Tor Lillqvist]
1574   - Show the correct Desktop folder in the file chooser [Tor]
1575   - Bug fixes [Tor]
1576 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
1577   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
1578   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren,
1579   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
1580   Van Berkom, Elijah Newren, Federico, James M. Cape,
1581   Matthias, Arnaud Charlet]
1582 * Documentation improvements [Masao Mutoh, Torsten,
1583   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
1584   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
1585   Christian Biere, Jonathan, Tommi, Stefan Kost]
1586 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
1587
1588 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
1589 =================================================
1590
1591 * New widgets
1592   - GtkIconView
1593   - GtkAboutDialog
1594   - GtkCellView 
1595   - GtkFileChooserButton
1596   - GtkMenuToolButton 
1597
1598 * New cell renderers
1599   - GtkCellRendererCombo 
1600   - GtkCellRendererProgress
1601
1602 * Changes in GtkFileChooser
1603   - Many tweaks to keynav and other behaviour
1604
1605 * Changes in GtkTreeView 
1606   - Hover selection
1607   - Hover expand
1608   - Separators 
1609   - Insensitive rows
1610   - Typeahead
1611
1612 * Changes in GtkComboBox
1613   - Allow trees in combo boxes
1614   - Hover selection
1615   - Hover expand
1616   - Separators 
1617   - Insensitive rows
1618   - Scrolling
1619
1620 * Changes in GtkLabel
1621   - Rotated text
1622   - Ellipsisation
1623   - Dnd from selectable labels
1624   - Selectable labels in the focus chain
1625   - Obey the Pango backspace-deletes-character attribute
1626
1627 * Changes in GtkTextView
1628   - Rotated text
1629   - Obey the Pango backspace-deletes-character attribute
1630
1631 * Changes in Clipboard/Selection/DND handling
1632   - Selection ownership change notification
1633   - API to handle text, image and file targets
1634   - Support text/plain target
1635   - Support clipboard persistence
1636   - Support xdnd v5
1637   - Reduce clipboard timeout to 30 seconds
1638
1639 * Theming
1640   - Follow icon theme specification for directory locations
1641   - Themed window icons
1642   - Themed images in GtkImage
1643   - Allow themes to displace focus rectangles on click
1644   - Various new stock icons
1645
1646 * Window Manager interaction
1647   - Support do-not-focus-on-map hint
1648   - Support _NET_WM_USER_TIME
1649
1650 * gdk-pixbuf:
1651   - License information for image loaders
1652   - Disable loaders
1653   - Simple rotation
1654   - Make thread-safe
1655
1656 * Performance improvements
1657   - Increase chunk size for incremental selection transfers
1658   - Get rid of many PLT entries
1659   - Icon theme caching
1660   - Sync counter mechanism to speed up resizes
1661   - Reimplement GtkListStore on top of a splay tree
1662   - Fix algorithmic problems in GtkUIManager
1663
1664 * Win32-specific changes
1665   - Integrate IME input method module
1666   - Integrate ms-windows (Wimp) theme engine
1667
1668 * Other changes
1669   - API for HIG-conform dialogs
1670   - API for stock-like buttons
1671   - New init API based on GOption
1672   - Setting for alternative button order
1673   - Setting for modules to load
1674   - Integrate pixbuf theme engine
1675   - Change notebook tabs with the scroll wheel
1676   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
1677   - Clean up abi and enforce list of exported symbols
1678
1679 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
1680 =================================================
1681 * GtkListStore
1682   - Emit rows_reordered if the list is reordered [Matthias Clasen]
1683   - Add functions to allow inserting rows with values [Matthias]
1684 * GtkTextView
1685   - Add function which allow to determine the character
1686     at a position [Padraig O'Briain, Matthias]
1687 * GtkFileChooser
1688   - Center select row during typeahead [Federico Mena Quintero]
1689   - Reset filters when necessary [Carlos Garnacho Parro]
1690 * GtkMenu
1691   - Make mnemonics without Alt work in menubars [Owen Taylor]
1692   - Scroll wheel scrolling [Matthias]
1693 * GtkLabel
1694   - Add a max-width-chars property to specify the maximal 
1695     width of a label in characters [Christian Persch]
1696 * GtkIconView 
1697   - Arrange items in a grid [Matthias]
1698   - Convert hard coded spacing constants into properties [Matthias]
1699 * GtkCellRendererText
1700   - Add ::width-chars property [James M. Cape]
1701 * Win32
1702   - Implement keynav for the color picker [Hans Breuer]
1703   - Use GLib stdio wrappers [Tor Lillqvist]
1704 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
1705   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
1706   Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
1707   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
1708   Jorn Baayen]
1709 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
1710   David Lodge]
1711 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
1712
1713 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
1714 =================================================
1715 * GtkFileChooser
1716   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
1717   - Speed up loading of large directories [Federico]
1718   - Move "Browse for other folders" expander up [Federico]
1719   - Support DND from the path bar [Federico]
1720 * GtkColorSelectionDialog
1721   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
1722 * GtkButton
1723   - Allow construction of stock-like buttons  [Matthias,
1724     Jonathan Blandford]
1725 * GtkLabel
1726   - Support DND for selectable labels [Matthias]
1727   - Support rotated text [Owen Taylor, Hans Breuer]
1728 * GtkTextView
1729   - Support rotated text [Owen Taylor]
1730   - Make it possible to select the first/last line
1731     when moving by lines  [Paolo Borelli]
1732 * GtkTreeView
1733   - Make sorting of GtkListStore stable again [Søren Sandmann]
1734   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
1735     slightly to be more useful [Matthias]
1736 * GtkUIManager
1737   - Make some functions virtual to make deriving 
1738     GtkUIManager easier [Michael Natterer]
1739 * GtkSettings
1740   - Handle changes to gtk-menu-images and gtk-button-images
1741     much more efficiently [Matthias]
1742 * GtkClipboard
1743   - Reduce timeout to 30 seconds [Billy Biggs]
1744 * Add pixbuf theme engine [Owen]
1745 * GDK 
1746   - Compile against X11R5 [Matthias]  
1747   - Add GdkPangoRenderer [Owen]
1748   - Support rotated text [Owen]
1749   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
1750   - Determine direction of XKB groups from their content 
1751     [Behdad Esfahbod, Ilya Konstantinov]
1752 * Win32
1753   - Notice when drives are plugged in or removed [Hans]
1754   - Ms-windows theme improvements: no tearoff menu items,
1755     button order, toolbar and statusbar grips, combobox 
1756     arrows [Dom Lachowicz]
1757   - Fix im module loading [Tor Lillqvist]
1758 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
1759   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
1760   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
1761   John Finlay, Christian Neumair, Sven Neumann, Felipe
1762   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
1763   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
1764   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
1765   Dennis Cranston, Marcel Telka, Robert Ögren]
1766 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
1767   Billy Biggs]
1768 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
1769
1770 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
1771 =================================================
1772 * gdk-pixbuf
1773   - Make thread safe [Colin Walters]
1774 * GtkFileChooser
1775   - Make tooltips work better [Matthias Clasen]
1776   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
1777   - Add predefined filter for image files [Anders Carlsson]
1778   - Support mime subclasses, aliases and superclasses 
1779     like text/* [Tommi Komulainen, David A. Knight, Matthias]
1780 * GtkFileChooserButton
1781   - Remove support for CREATE_FOLDER and SAVE modes 
1782     until a more satisfactory UI for these can be found [Seth Nickell,
1783     Matthias]
1784   - Make file DND work better [Christan Persch]
1785 * GtkAction
1786   - Add a function to obtain the accel path [Michael Natterer]
1787 * GtkUIManager
1788   - Major performance improvement [Dave Neary, Michael, 
1789     Sven Neumann, Soeren Sandmann, Matthias]
1790 * GtkIconView
1791   - Make scrolling work with large icon views [Matthias]
1792 * GtkWindow
1793   - As a last resort, allow to use mnemonics without 
1794     modifier [Pasupathi Duraisamy, Owen Taylor]
1795 * GtkProgressBar
1796   - Support ellipsizing the text [Morten Welinder, Matthias]
1797 * GtkStatusbar
1798   - Avoid resizing if the text of the label changes [He Qiangqiang,
1799     Owen, Christian]
1800   - Draw the resize grip better [Matthias, Christian]
1801   - Ellipsize the text [Matthias]
1802 * GtkClipboard
1803   - Add API for image transfer via copy-and-paste [Matthias]
1804 * DND
1805   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
1806     Matthias]
1807 * Stock icons
1808   - Add RTL variants of the media icons [Bastien Nocera]
1809 * Win32
1810   - Build fixes [Hans Breuer, Tor Lillqvist]
1811   - Implement resize grips [Robert Ögren]
1812   - Bug fixes [Robert, Tor, J. Ali Harlow]
1813 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
1814   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
1815   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
1816   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
1817   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
1818 * Documentation improvements [Masao Mutoh, Matthias, 
1819   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
1820   Owen, Vincent Untz, Jonathan, Bastien]
1821 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
1822
1823 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
1824 =================================================
1825 * GtkFileChooser
1826  - Make path bar arrows larger [Matthias Clasen]
1827  - Make SELECT_FOLDER mode work [Matthias]
1828  - Speed up the completion popup, pop it up
1829    again after Tab [Matthias, Jens Bech Madsen]
1830  - Add some tooltips [Matthias]
1831  - Make path bar scroll [Matthias]
1832  - Improve preview updating [Tommi Komulainen]
1833  - Make the key / pop up the location dialog even
1834    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
1835 * GtkFileChooserButton
1836  - Show icons next to entry [James M. Cape]
1837  - Improve ellipsisation [James]
1838 * GtkMessageDialog
1839  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
1840    Garnacho Parro]
1841 * Keyboard navigation
1842  - Put selectable labels in the regular tab focus 
1843   chain [David Hawthorne, Matthias]
1844  - Skip selectable labels when looking for the initial 
1845   focus widget in dialogs [Matthias]
1846 * Icon themes:
1847  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
1848    Owen Taylor, Anders Carlsson]
1849 * Clipboard, DND: 
1850  - Add convenience API for image and file transfers. [Matthias]
1851  - Add API for clipboard persistence [Anders]
1852  - Don't loose clipboard contents if a text buffer is
1853    finalized [Anders]
1854 * Add a GtkMenuToolButton widget which displays a
1855  dropdown menu from a toolbar button.  [Paolo Borelli]
1856 * Make menus scroll faster [Soeren Sandmann]
1857 * Allow themes to displace focus rectangles in buttons
1858  on click [Soeren, Matthias]
1859 * Add a public setting for button ordering [Owen Taylor, Matthias]
1860 * GtkImage
1861  - Support named icons [James Henstridge]
1862 * GtkAboutDialog
1863  - Support named icons [James Henstridge]
1864 * Add a function to obtain the string representation of
1865  accelerators used in GtkAccelLabel [John Spray, Matthias]
1866 * Win32 bug fixes [Robert Ögren]
1867  - Fix command line option handling [Tor Lillqvist]
1868  - Make IME input method work better [Tor]
1869 * Other bug fixes [Joel Fredrikson, Darren Creutz,
1870  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
1871  Padraig O'Briain, Owen, Jonathan Blandford, 
1872  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
1873  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
1874  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
1875  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
1876  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
1877  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
1878  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
1879  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
1880 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
1881  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
1882 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
1883   sq,sr,sr@Latn,zh_TW)
1884
1885 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
1886 =================================================
1887 * GtkFileChooser
1888  - Work better with older version of the gnome-vfs backend [Zack Cerza]
1889  - Keynav improvements [Jonathan Blandford]
1890  - Make position of pathbar down button stable [Jonathan]
1891  - Make autocompletion less annoying in save mode [Owen Taylor]
1892 * GtkFileChooserButton
1893  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
1894 * GtkComboBox
1895  - Work without a model [Mariano Suarez-Alvarez
1896 * GtkTreeView
1897  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
1898 * GtkRange
1899  - Add a::change-value signal [Thomas Fitzsimmons]
1900 * GtkEntryCompletion
1901  - Improve positioning of popups [Matthias]
1902 * Make input methods respect editability [Noah Levitt]
1903 * Add an setting to specify modules to load [Alex Graveley]
1904 * Use GOption for command line argument parsing [Anders Carlsson]
1905 * Default theme
1906  - Improve drawing of expanders [Matthias Clasen]
1907 * Add a configure option to disable the use of ELF visibility 
1908   attributes for PLT reduction
1909 * Make selection handling robust against invalid UTF-8 [Owen]
1910 * gdk-pixbuf
1911  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
1912    optionally ignores aspect ratio [Dom Lachowicz]
1913  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
1914  - Security fixes [Chris Evans]
1915 * Win32
1916  - Improve tablet handling [Robert Ögren]
1917  - Make tablets work on multi-monitor systems [Robert]
1918  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
1919  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
1920  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
1921    Havoc Pennington]
1922  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
1923  - Build fixes [Tor Lillqvist, Robert]
1924 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
1925  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
1926  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
1927  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
1928  Morten Welinder, Jean Bréfort, Alexander Larsson]
1929 * Documentation improvements [Matthias, Jonathan]
1930 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
1931
1932 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
1933 =================================================
1934 * GtkFileChooserButton
1935  - New widget to go along with GtkFontButton and GtkColorButton
1936    for use in preference dialogs.  [James M. Cape]
1937 * GtkFileChooser
1938  - Add getter and setter for the ::show-hidden property [Jeff Franks]
1939  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
1940  - Make separator in bookmarks pane unselectable [Matthias Clasen]
1941  - Improve activation on focus [Federico]
1942  - Avoid warnings when opened on non-default screens [Abel Daniel]
1943  - Fix some memory leaks [Federico]
1944 * GtkEntryCompletion
1945  - Warn if text column has wrong type [Fernando San Martin Woerner,
1946    Gustavo Carneiro]
1947 * GtkTextView
1948  - Obey the Pango backspace_deletes_character 
1949    attribute [Noah Levitt, Teppitak Karoonboonyanan]
1950 * GtkTreeView
1951  - Add hover-expand mode [Matthias]
1952  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
1953  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
1954 * GtkEntry
1955  - Track the selection more accurately when dragging and
1956    selecting [Soeren]
1957 * GtkComboBox
1958  - Support trees in combo boxes [Matt Walton, Matthias]
1959  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
1960  - Handle sensitivity changes properly [Matthias]
1961  - Add a ::focus-on-click property [Matthias]
1962 * GtkIconView
1963  - Fix BROWSE selection mode [Matthias]
1964  - Make accessible [Padraig O'Briain]
1965 * GtkAboutDialog 
1966  - Change the API to be more binding-friendly [Oliver Andrieu]
1967 * GtkUIManager
1968  - Accept paths with leading '/' everywhere. [David Malcolm]
1969  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
1970  - Add a way to suppress overflow menu items [Christian Persch]
1971 * GtkPlug/GtkSocket
1972  - Use the sync counter mechanism to speed up resizes  [Soeren]
1973 * GDK
1974  - Support XDND v5 [Owen Taylor, Matthias]
1975  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
1976  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
1977 * gdk-pixbuf
1978  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
1979  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
1980    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
1981  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
1982  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
1983  - Handle edge pixels consistently [Brian Cameron, Matthias]
1984  - Handle OS/2 BMPs [Jon-Kare Hellan]
1985 * Performance 
1986  - Get rid of many PLT entries for internally used exported symbols,
1987    and clean up the ABI at the same time and make make check check the
1988    list of exported symbols.  [Arjan van de Ven, Matthias]
1989 * Look up icon themes in the directories specified in the
1990   icon theme spec  [Matthias]
1991 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
1992 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
1993   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
1994   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
1995   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
1996   Christian Persch, Vincent Noel, Christophe Fergeau]
1997 * Documentation improvements [Matthias, Mariano, Axel Simon, 
1998   Jonathan Blandford]
1999 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
2000
2001 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
2002 =================================================
2003 * GtkTreeView
2004  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
2005   Jonathan Blandford, Anders Carlsson]
2006  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
2007  - Typeahead support [Jonathan]
2008  - Align the entry in GtkCellRendererText [Matthias]
2009  - Make DND work again [Ernst Persson, Matthias]
2010  - Improve appearance of search popup [Matthias]
2011 * GtkFileChooser
2012  - Activate the last focused widget [Federico Mena Quintero]
2013  - Add an "Add to shortcuts" item to the context menu [Federico]
2014 * GtkCombobox
2015  - Support scrolling in list mode [Matthias]
2016  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
2017  - Change the API for separators to use a callback function 
2018    instead of a boolean model column [Matthias]
2019 * GtkNotebook
2020  - Ignore scroll events from page content [Gabriel de Perthuis]
2021 * GtkAboutDialog
2022  - Visual improvements [Anders]
2023 * GtkIconView
2024  - Use XRender to draw selection rectangle [Anders]
2025 * GtkLabel
2026  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
2027 * Expose the menubar accel key as an XSetting [Scott James Remnant]
2028 * Add example code for clipboard handling to gtk-demo [Anders]
2029 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
2030  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
2031  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
2032  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
2033 * Documentation improvements [Federico, Matthias]
2034 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
2035
2036 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
2037 =================================================
2038 * New widgets: 
2039  - GtkIconView [Anders Carlsson]
2040  - GtkAboutDialog [Matthias Clasen]
2041  - GtkCellView [Matthias]
2042 * GtkFileChooser
2043  - change to newly-created folders [Federico Mena Quintero]
2044  - always show icons [Federico]
2045  - bug fixes [Federico, Christian Neumair, Alex Roitman]
2046 * GtkComboBox, GtkComboBoxEntry
2047  - add missing getters and some more convenience API [Matthias, 
2048   Christian Neumeir, Oliver Andrieu]
2049  - improve placement and sizing of popups [Matthias]
2050  - support insensitive items [Matthias]
2051  - support separators [Matthias]
2052  - handle empty or unset models better [Mariano Suarez-Alvarez]
2053  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
2054    Pongonyshev, Christian Persch]
2055 * GtkEntryCompletion
2056  - ignore enter events when the window pops up under the 
2057    pointer [Anders]
2058  - bug fixes [Matthias]
2059  - support inline autocompletion [Matthias]
2060 * GtkUIManager
2061  - fix signal registration [Michael Natterer]
2062  - make generated XML parsable [Sven Neumann]
2063  - fix get_widget to return menus [Matthias]
2064 * GtkTreeView
2065  - hover-selection mode [Matthias]
2066  - support insensitive cells [Matthias]
2067  - support separators [Matthias]
2068  - make entry context menu work in editable text cells [Owen Taylor, 
2069   Kristian Rietveld]
2070  - make DND work with treeviews in modal dialogs [Federico]
2071  - make empty treeviews focusable [Federico]
2072  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
2073   Christian Persch]
2074  - new GtkCellRendererCombo [Matthias]
2075  - bug fixes [Matthias, Federico]
2076 * GtkNotebook
2077  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
2078 * GtkWindow
2079  - support named themed window icons [Matthias, Calum Benson]
2080 * New stock icons: file, directory, about, edit, connect, disconnect,
2081   and media player icons for forward, next, pause, play, previous,
2082   record, rewind and stop
2083 * GDK
2084  - support do-not-focus-on-map hint [Elijah Newren]
2085  - fix RGBA cursors [Michael Natterer]
2086 * gdk-pixbuf
2087  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
2088  - flag to mark loaded images as scalable [Dom Lachowicz]
2089  - license information for loaders [Matthias]
2090  - simple multiple-of-90° rotation support [Matthias]
2091  - allow to disable loaders [Matthias]
2092  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
2093   Manish Singh, Morten Welinder]
2094 * X11 selections 
2095  - make incremental transfer of MULTIPLE work [Matthias]
2096  - don't do incremental transfer in 4k chunks [Matthias]
2097  - add selection ownership change notification [Matthias]
2098  - support text/plain targets [Matthias]
2099 * Win32 
2100  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
2101   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
2102 * Performance improvements
2103  - predict exposes for override-redirect windows [Søren Sandmann]
2104  - unset the background when mapping or unmapping windows [Søren]
2105  - support the update counter spec for smoother resizing [Søren]
2106 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
2107   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
2108   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
2109   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
2110   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
2111   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
2112   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
2113   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
2114   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
2115   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
2116   Maraas, Damien Carbery, Elke Meier]
2117 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
2118   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
2119   Röcker, Doug Quale, Oliver Andrieu]
2120 * Updated translations (bg,lt,ne,tk,wa,en_GB)
2121
2122
2123 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
2124 =================================================
2125 * GtkFileChooser
2126  - bug fixes [Morten Welinder, Federico Mena Quintero]
2127  - pre-fill the location entry [Federico]
2128  - internal api changes to allow setting a busy cursor
2129    while loading [Federico]
2130  - improve pathbar button sizing [Owen Taylor]
2131  - add keybindings for removing bookmarks [Federico]
2132 * GtkComboBox, GtkEntryCompletion
2133  - fix repositioning logic [Niklas Knutsson]
2134  - make keynav wrap around [Matthias]
2135  - improve theme compliance [Matthias, Brian Cameron]
2136 * GtkUIManager
2137  - accept unnamed <separator>s [Anders Carlsson]
2138  - robustify against gtk_widget_show_all() [Murray Cumming]
2139  - warn if an accelerator cannot be parsed  [Jody Goldberg]
2140 * Win32
2141  - fix DND positioning [Hans Breuer]
2142  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
2143  - make filechooser work on Windows [Tor]
2144  - draw arcs more correctly [Tor]
2145  - disable tables support by support, add --use-wintab to
2146    get it back  [Tor]
2147 * Make color wheel accessible [Padraig O'Briain]
2148 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
2149 * Doc improvements [Federico, Matthias, Christian Persch]
2150   Olexiy Avramchenko, Tim-Philipp Müller]
2151 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
2152   Jonathan Blandford, Anders Carlsson, Christian, Hans,
2153   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
2154   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
2155   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
2156   John Ehresman, Chris Sherlock, Jody]
2157 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
2158   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
2159   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
2160   sv,tr,uk,uz,wa,zh_CN)
2161
2162 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
2163 =================================================
2164 * GtkFileChooser
2165  - Handle icon theme changes [Federico, Jonathan]
2166  - Add reordering bookmarks via DND [Federico]
2167  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
2168  - Implement local-only mode so that apps don't get remote paths
2169    they don't expect [Owen Taylor]
2170  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
2171  - Major rewrite of location dialog completion code [Jonathan]
2172  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
2173    Soeren Sandmann, Olivier Andrieu]
2174 * GtkComboBox [Matthias Clasen]
2175  - Handle the case of no-active-row properly
2176  - Improve positioning of popup
2177  - Miscellaneous bug fixes
2178 * Win32 [Tor]
2179  - Handle different install locations for gdk-pixbuf loaders
2180  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
2181 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
2182 * Require Control-Tab to focus labels [Owen]
2183 * RTL flipping for GtkArrow [Semion Chichelnitsky]
2184 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
2185 * Change layout algorithm for mixed gridded/non-gridded menus
2186   to fix performance problems [Soeren, Owen, Christian Persch]
2187 * Doc improvements [Matthias, Owen]
2188 * Misc bug fixes
2189 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
2190   ru,sq,uk,zh_CN)
2191
2192 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
2193   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
2194   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
2195
2196 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
2197 =================================================
2198 * GtkComboBox
2199  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
2200  - Improve keybindings [Matthias]
2201  - Bug fixes [Matthias, Owen, Damon Chaplin]
2202 * GtkFileChooser
2203  - Keep child directories in pathbar when changing to a parent
2204  - Reroot pathbar inside home directory, use icons [Jonathan]
2205  - Make the user actually select a file before hitting OK [Federico]
2206  - Fix folder mode to not have tree [Jonathan]
2207  - Add gboolean return values to operations that can fail [Federico]
2208  - Improve internal error handling [Morten Welinder, Federico]
2209  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
2210    Alex Larsson]
2211 * GtkTextView bug fixes [Paolo Borelli]
2212 * Win32 
2213  - Implement/stub missing GDK functions [Tor]
2214  - .defs file updates [Tor, J Ali Harlow]
2215  - Misc fixes [Hans Breuer]
2216 * Fix problem with excess symbol exports on Linux [James Henstridge]
2217 * Fix problem with 32-bit BMPs [Matthias]
2218 * Include config.h first everywhere [Morten]
2219 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
2220 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
2221   Vitaly Tishkov]
2222 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
2223   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
2224 * Misc bug fixes
2225
2226 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
2227   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
2228   Olivier Ripoll
2229
2230 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
2231 =================================================
2232 * GtkFileChooser [Federico Mena Quintero]:
2233  - Enable DND in the shortcuts list [Federico]
2234  - More folder modes [Jonathan R Blandford]
2235  - Resizing toplevel as contents change [Jonathan] 
2236  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
2237  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
2238  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
2239 * GtkComboBox
2240  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
2241  - Always grab when popping the list up [Damon, Matthias]
2242  - Fixes for dynamic changes to the model [Owen]
2243  - Improve popup positioning [Matthias]
2244 * Implement computation of bidi-base direction from text
2245   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
2246 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
2247   Owen]
2248 * Fix wrong interpretation of new_order array for
2249   gtk_tree/list_store_reorder() [Owen]
2250 * Improve space allocation in menubars [Soeren Sandmann]
2251 * Improve key bindings in GtkEntryCompletion [Matthias]
2252 * Hide XCursor dependency [Soeren]
2253 * Make mouse wheel scrolling usable [Soeren]
2254 * Use resize cursors for resize grips [Soeren]
2255 * Set the right window group for menu and combo popups [Frederic Crozat,
2256   Jean-Philippe Chancelier, Soeren]
2257 * Add a way to list the mnemonic labels of a widget [Owen]
2258 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
2259 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
2260 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
2261 * Export GtkWindow key-press-event internals to allow 
2262   custom implementations [Tim Janik]
2263 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
2264 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
2265 * Memory leak fixes [Owen]
2266 * Win32 fixes [Hans Breuer]
2267 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
2268   Tomasz Lloczko, Mitch, Manish Singh, Owen]
2269 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
2270 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
2271   sr@Latn,sq,sv,th,zh_CN)
2272
2273 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
2274 =================================================
2275 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
2276 * Add some extra GtkExpander docs [Federico Mena Quintero]
2277 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
2278 * Updated translation (ga)
2279
2280 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
2281 =================================================
2282 * GtkFileChooser [Federico Mena Quintero]:
2283  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
2284  - Correctly handle typed-in filenames in save mode, folder mode, and
2285    multiple-selection mode in all combinations.
2286  - Don't erase the filename in the entry when changing folders.
2287  - Support icons in GtkFileSystemUnix.
2288  - GtkFileChooserDialog now comes up at a reasonable size.
2289  - GtkFileSystemUnix now notifies correctly on ::create_folder().
2290  - Slight GUI reorganization.
2291  - File system module support. [Alexander Larsson]
2292  - Pathbar widget. [Jonathan R. Blandford]
2293  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
2294    Padraig O'Briain, Alexander, Jonathan]
2295  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
2296  - Memory leak fixes [Morten Welinder]
2297 * GtkTreeView:
2298  - Fix return values. [Federico, R. McFarland]
2299  - Properly cancel the arrow animation. [Michael Zucchi]
2300  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
2301  - Don't darken the sort column unless there are three visible columns
2302    [Jonathan]
2303 * GtkToolbar:
2304  - Improve the sliding implementation. [Soeren Sandmann]
2305  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
2306    Olivier Andrieu]
2307  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
2308 * Menus:
2309  - Make menus work better on Xinerama [Matthias]
2310  - Fix keynav in RTL mode. [Matthias]
2311  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
2312  - Make tearoff menu items work anywhere in menus. [Matthias]
2313  - Improve popup/popdown behaviour. [Soeren]
2314 * gdk-pixbuf:
2315  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
2316  - Work around some libjpeg header file craziness [Manish Singh]
2317 * Assume gravity works. [Soeren]
2318 * Cache GCs for drawing. [Brian Cameron, Soeren]
2319 * Handle focus adjustment correctly for deeply nested focus locations. 
2320   [Matthias, Owen Taylor]
2321 * Use reference counting for shared data in GtkActionGroup. 
2322   [Matthias, Adam Hooper]
2323 * Add a "use-separator" style property to GtkMessageDialog, and make
2324   it not resizable. [Federico]
2325 * Add 'const' to uses of GdkColor that need it. [Federico]
2326 * Put focusable labels in the focus chain. [Federico]
2327 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
2328 * Add properties to GtkAdjustment [Murray Cumming]
2329 * Add change notification to GtkAccelMap [Matthias, Owen]
2330 * Add settings to suppress icons in buttons and menus. [Matthias]
2331 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
2332 * Make size of indicator in menu items themeable. [Bill Hanemann, 
2333   Narayana Pattipati, Matthias]
2334 * Fixes to GtkIconTheme [Torsten Schoenfeld]
2335 * Improve drawing of GtkExpander. [Mark McLoughlin]
2336 * Improve drawing of paned handles. [Soeren]
2337 * Remove broken hangul input module. [Changwoo Ryu]
2338 * Remove C++-style comments. [Damien Carbery]
2339 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
2340 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
2341 * Accessibility improvements for tooltips, GtkScale. [Padraig]
2342 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
2343 * Win32 fixes. [Tor Lillqvist]
2344 * Documentation:
2345  - New section on how to check for modifier keys correctly. [Federico]
2346  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
2347    Tim-Philipp Müller, Matthias]
2348 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
2349   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
2350 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
2351   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
2352   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
2353   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
2354   Yu Shao, Yao Zhang
2355
2356 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
2357 =================================================
2358 * GdkPixbuf
2359  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
2360  - Add a function to determine the type and size of a file without
2361    loading it completely.  [Matthias Clasen]
2362  - Turn pixbuf attributes into construct-only properties. [Matthias]
2363  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
2364    [Matthias, Owen Taylor]
2365 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
2366 * Do not interpret distant clicks as double clicks, using a
2367   new double-click-distance setting.  [Matthias]
2368 * Improve the GDK API for dealing with group leaders. [Matthias]
2369 * Utility function for application launching in multi-screen scenarios.
2370   [Mark McLoughlin]
2371 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
2372 * Misc Win32 improvements [Tor Lillqvist, Hans]
2373 * GtkFileChooser [Federico]
2374  - Fix new filename entry in Save mode [Jan Arne Petersen]
2375  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
2376  - Added support for file system volumes such as CD-ROMs, 
2377    floppies, and network shares.
2378  - Add a "New Folder" button for Save mode in GtkFileChooser.
2379  - Better support for Folder mode.
2380 * GtkTreeView
2381  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
2382  - Add a single-paragraph mode and a language property to 
2383    GtkCellRendererText [Kristian Rietveld]
2384  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
2385  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
2386 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
2387 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
2388 * Improve the GtkCalendar drawing code.  [Matthias]
2389 * GtkCalendar supports starting the week on any day [Matthias]
2390 * Make GtkToolbar compatible with 2.2 again [Soeren]
2391 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
2392   Olexiy Avramchenko, Jody, Soeren]
2393 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
2394 * Add a way to lock individual accelerator paths  [Matthias]
2395 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
2396   a menu shell.  [Matthias]
2397 * Fix dynamic menus. [Matthias, Michael Meeks]
2398 * Add xalign, yalign properties to GtkButton. [Jody]
2399 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
2400   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
2401 * Support for "no focus" windows. [Matthias]
2402 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
2403   Theppitak Karoonboonyanan]
2404 * FAQ updates [Tony Gale]
2405 * Split the translations into two domains: ui strings and
2406   error messages go to gtk20, property nicks and blurbs to 
2407   gtk20-properties. [Matthias]
2408 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
2409   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
2410 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
2411   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
2412   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
2413   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
2414   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
2415   Adam Wright
2416
2417 Overview of Changes in GTK+-2.3.1
2418 =================================
2419 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
2420 * GDK
2421  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
2422  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
2423 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
2424 * Action-based menu/toolbar API [Matthias]
2425  - Add "name" construct-only parameter to GtkActionGroup
2426  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
2427 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
2428   [Gregory Merchan, Matthias]
2429 * GtkComboBox [Kristian Rietveld]
2430  - Make model and text_column properties not construct-only [Murray Cumming]
2431  - Fix sizing
2432  - Add mouse wheel support [Matthias]
2433 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
2434 * GtkExpander
2435  - Add a "use_markup" property, gtk_expander_set/get_use_markup
2436  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
2437 * GtkFileChooser [Federico Mena Quintero]
2438  - Add a GtkFileSystemWin32 [Hans]
2439  - Use GtkEntryCompletion in GtkFileChooserEntry 
2440  - Add a render_icon to GtkFileSystemIface to allow the 
2441    GnomeVFS backend to supply appropriate icons
2442  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
2443  - Support drops on the bookmarks list
2444  - Display error dialogs on failed operations
2445  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
2446  - Ignore filters for folders [Dave Malcom]
2447  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
2448 * Menus
2449  - Make torn-off menus transient-for the window they were torn from
2450    [Matthias, Jon-Kare Hellan]
2451  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
2452    for use by position functions [Matthias]
2453  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
2454 * Make g_message_dialog_new_with_markup() automatically escape
2455   arguments, add g_message_dialog_set_markup() [Owen]
2456 * Add read-only min-position/max-position properties to GtkPaned
2457 * GtkToolbar [Soeren]
2458  - Support gaps in the toolbar with expand=true/draw=false separators
2459  - Improve drop-location preview handling
2460  - Take a GtkRadioToolButton as the parameter to
2461    gtk_radio_tool_button_new_from_widget [Murray Cumming]
2462  - Many misc toolbar bug fixes [Soeren, Marco]
2463 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
2464 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
2465   to go along with properties [Owen Taylor]
2466 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
2467   signal to fix handling of accelerators on insensitive parent
2468   menu-items. [Tim Janik]. (*Note*: the details here will probably
2469   change, since similar problems for mnemonics aren't handled.)
2470 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
2471   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
2472   [IBM L3 NLS Support Team]
2473 * Fix string setters for self-assignment [Matthias, Soeren]
2474 * Finish multi-head handling in gtk-demo [Matthias]
2475 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
2476 * Reference doc improvements [Matthias, Soeren,
2477   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
2478 * FAQ updates [Tony Gale]
2479 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
2480   sr@Latn,sv,th)
2481
2482 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
2483   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
2484   Padraig O'Briain, Tomas Ögren, Danilo Segan
2485
2486 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
2487 =================================================
2488
2489 * New Widgets
2490  - GtkFileChooser: a replacement for GtkFileSelection with 
2491    replaceable backends, many new API features, better user
2492    interface (UI is still a work in progress) [Owen Taylor, 
2493    Federico Mena Quintero]
2494  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
2495  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
2496  - "Picker button" widgets based on code from libgnomeui: 
2497    GtkFontButton, GtkColorButton [Matthias Clasen]
2498
2499 * Widget improvements:
2500  - Autocompletion for entries: GtkEntryCompletion [Kristian]
2501  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
2502  - Add input-only event boxes for trapping events [Alex Larsson]
2503  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
2504  - Support up to four scroll arrows on GtkNotebook and make which
2505    ones are displayed themeable. [Matthias]
2506  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
2507    automatic week start selection, DND support, improve API 
2508    for setting options [Matthias]; mousewheel support [Abigail Brady]
2509  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
2510    [Soeren, Matthias]
2511  - New functions: gtk_window_set_default_icon(), 
2512    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
2513    [Matthias]
2514  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
2515    "has_resize_grip" for GtkStatusBar. [Matthias]
2516  - Add child properties for GtkPaned [Matthias, Soeren]
2517
2518 * Menus
2519  - New action-based menu API: GtkUIManager, GtkActionGroup, 
2520    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
2521    Marco Pesenti Gritti, Philip Langdale]
2522  - Support for tabular menus [Kristian]
2523  - New positioning algorithm for popup menus [Soeren]
2524
2525 * GtkTextView [Matthias]
2526  - Add properties "accepts_tab" [Soeren], "overwrite" property 
2527    [Jeroen Zwartepoorte], "buffer"
2528  - Add gtk_text_buffer_select_range()
2529  - Implement drag-selection by words/lines (also for Gtkentry)
2530  - Some fixes to invisible text handling
2531  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
2532  - Clean up handling of horizontal paging
2533  - Fix scrolling with non-visible cursor
2534  - Add internals documentation [Havoc Pennington]
2535
2536 * GtkToolbar [Soeren]
2537  - Add a more consistent and extensible toolbar API; preserve
2538    old API for backwards compatibility [James, Anders Carlsson, Owen]
2539  - Support for sliding buttons like OS X
2540  - Keyboard navigation
2541  - Support "priority text"
2542  - Overflow menu
2543  - Better handling of really wide buttons [David Bordoley]
2544  - Drawing improvements
2545  - Support context menu
2546
2547 * GtkTreeView [Kristian Rietveld]
2548  - Handle RTL [Matthias, Jonathan]
2549  - Add expand flag to column packing parameters [Jonathan, Kristian]
2550  - gtk_tree_path_free now silently returns on NULL paths
2551  - Move row reference updating code to closures
2552  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
2553    get rid of gtk-tree-model-drop-append.
2554  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
2555
2556 * gdk-pixbuf
2557  - Add a loader for PCX files [Josh Beam]
2558  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
2559  - Support TGA files with arbitrary origins [Matthias]
2560  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
2561    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
2562  - Add saving support for ICO and CUR
2563  - Improve handling of GIFs with oversized frames [Matthias]
2564
2565 * GDK:
2566  - Support for full-color / alpha-channel cursors [Matthias]
2567  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
2568  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
2569  - Many small changes to reduce round trips on startup; 
2570    add gdk_display_flush() [Owen]
2571  - Use Xlib asynchronous APIs to reduce roundtrips on startup
2572    and during DND [Owen]
2573  - Other changes to improve DND for large-latency connections [Owen]
2574  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
2575    in GtkWindow)
2576  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
2577  - Other small linux-fb fixes [Eric Warmenhoven]
2578
2579 * Miscellaneous
2580  - Add support for named themable icons; use this facility to 
2581    provide the default stock icon images [Owen Taylor, based
2582    on code by Alex Larsson]
2583  - Add gtk_widget_queue_resize_no_redraw() for more efficient
2584    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
2585  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
2586  - Default theme improvements, especially for menus. Add some
2587    more style properties. [Soeren]
2588  - Add authentication stock icon [Matthias, art by Jakub Steiner]
2589  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
2590  - Convert build system to automake-1.7; many cleanups and
2591    improvements. [James Henstridge, Owen]
2592  - Win32 fixes for new widgets [Hans]
2593  - Add right-to-left variants of some stock icons [Matthias]
2594
2595 * Documentation
2596  - Use XML source for man pages; add man pages for tools that didn't
2597    have them before [Matthias]
2598  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
2599  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
2600  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
2601    Martin Pool, Mariano Suarez-Alvarez]
2602
2603 * Deprecations
2604  - GtkItemFactory [Replaced by GtkUIManager]
2605  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
2606  - Miscellaneous functions that were renamed in 
2607    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
2608
2609 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
2610   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
2611   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
2612   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
2613   Vasilis Vasaitis, Morten Welinder
2614
2615 ----------------------------------------------------------------------
2616
2617 Overview of Changes in GTK+ 2.2.4
2618 =================================
2619 * Revert TreeView fix which broke context menus in different applications
2620   [Kristian Rietveld]
2621 * Typo fixes [Kjartan Maraas]
2622 * Make pressing END not put the menu in scrolling mode [Kris]
2623 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
2624 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
2625
2626 Overview of Changes in GTK+ 2.2.3
2627 =================================
2628 * GdkPixbuf [Matthias Clasen]
2629  - Fix some problems with overflows when scaling down [Tomas Ögren]
2630  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
2631  - Prefer 32-bpp ICOs, fix bugs with them
2632  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
2633    [Jens Elker]
2634  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
2635 * Win32 [Tor Lillqvist]
2636  - Add multiple monitor support
2637  - Major event and key handling rewrite, including IME fixes
2638  - Fix handling of toplevel window positions
2639  - Add support for all window geometry hints (gridded geometry, etc.)
2640  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
2641  - Fix GdkImage memory leak [J. Ali Harlow]
2642  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
2643  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
2644  - Build fixes and improvements [Peter Zelezny]
2645 * X11
2646  - Fix extremely common crash where we interpreted the timestamp
2647    field of a XKB event as a window ID and found a pixmap that matched.
2648    [Owen Taylor, with essential backtrace from Kjartan Maraas]
2649  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
2650  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
2651  - Workaround Xinerama servers reporting wrong depths [Owen]
2652 * GtkTreeView [Kristian Rietveld]
2653  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
2654  - Don't get confused by the Control key when handling selection
2655    from an accelerator like <Control>B [Michael Natterer]
2656  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
2657    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
2658    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
2659 * Input methods
2660  - Handle input methods exiting and starting while the 
2661    app is running [Hidetoshi Tajima]
2662  - Fix infinite loop when closing input methods [Owen,
2663    Takuro Ashie, Hidetoshi]
2664  - Add a 'cedilla' input method with c+acute => cedilla and use
2665    as the default for languages that use cedilla. [Gustavo De Nardin,
2666    Owen, Fco. Javier F. Serrador]
2667  - Fix status window for multihead [Owen, James Su]
2668  - Remember imcontext attributes when switching methods [Owen, 
2669    Botond Botyanszki]
2670 * GtkFileSelection [Owen]
2671  - Fix selection of "UntitledN" on initial map [Mark Finlay]
2672  - Fix an annoying bug with cursor positioning on failed completion
2673  - Misc Fixes [Owen, Tor]
2674 * Other widgets
2675  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
2676  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
2677    Kristian]
2678  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
2679  - Don't include menu labels in gtk_notebook_forall [Owen]
2680  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
2681    focus [Owen]
2682  - Accept color drops with wrong format from KDE [Matthias]
2683 * Fix problem from gnome-theme-manager playing tricks and
2684   making event->window a pixmap. [Anders Carlsson]
2685 * Ignore Caps-lock when matching accelerators
2686 * Fix 5-year-old bug where toplevels didn't fully refresh properly
2687   on theme change [Owen, Rajkumar Siva]
2688 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
2689   from a tarball [Owen]
2690 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
2691   Morten Welinder]
2692 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
2693   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
2694   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
2695   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
2696   Luis Villa]
2697 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
2698   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
2699
2700 Overview of Changes in GTK+ 2.2.2
2701 =================================
2702
2703 * GdkPixbuf [Matthias Clasen]
2704  - Fix animation of slow-loading progressive GIFS
2705  - Fix long-standing animated GIF display bug with transparency
2706  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
2707 * GDK [Owen Taylor]
2708  - Draw continuous underlines between Pango layout runs when 
2709    possible [Kang Jeong-Hee]
2710  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
2711    Major rewrite of 16-bit handling for pixbuf_from_drawable()
2712 * X11 backend [Owen]
2713  - Fix build on X11R5 [Albert Chin]
2714  - Fix switching keyboard layouts while running [Egmont Koblinger]
2715  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
2716  - Zero unused fields in client messages we send Lubos Lunak]
2717  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
2718  - Fix wrong initialization that was keeping XShm from being used.
2719 * Win32 backend [Tor Lillqvist]
2720  - Tweak line drawing
2721  - Mouse/cursor fixes [Allin Cottrell]
2722  - Better handling of floppy drives in GtkFileSelection
2723  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
2724 * Input methods [Hidetoshi Tajima]
2725  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
2726  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
2727  - Miscellaneous GtkIMContextXIM fixes 
2728  - Fix translation of input context names
2729 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
2730 * Add Delete to GtkEntry context menu, Delete/Select All 
2731   to GtkTextView context menu [Matthias]
2732 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
2733 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
2734 * GtkTextView
2735  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
2736  - Don't scroll to cursor on focus in [Paolo Maggi]
2737  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
2738    Yao Zhang]
2739  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
2740    Padraig O'Briain, Owen]
2741 * GtkTreeView [Kristian Rietveld]
2742  - Fix prelighting [Sven Neumann]
2743  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
2744  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
2745  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
2746    Alexandre da Silva Costa]
2747  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
2748    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
2749    Mariano Suarez-Alvarez, Owen]
2750 * Fix handling of border width for GtkToolbar [Rodney Dawes]
2751 * Rewrite adjustment handling of GtkViewport, fixing many bugs
2752   [Owen, Thomas Leonard, Michael]
2753 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
2754   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
2755   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
2756   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
2757   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
2758   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
2759 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
2760   Doug Quale, Manish Singh, Morten Welinder]
2761 * Switch to using libtool-1.5
2762 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
2763   Christian Rose]
2764 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
2765 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
2766   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
2767
2768 Overview of Changes in GTK+ 2.2.1
2769 =================================
2770 * Win32 [Tor Lillqvist]
2771  - Improve setting of window position / decorations
2772  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
2773  - Fix various file selection bugs
2774  - Improve scheme for locating pixbuf loader modules
2775  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
2776 * GtkTreeView [Kristian Rietveld]
2777   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
2778   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
2779     Sandmann, Jarek Dukat]
2780   - TreeView search now works on all values transformable by GValue and not
2781     just strings [Muktha Narayan]
2782   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
2783   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
2784     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
2785     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
2786 * GtkTextView [Matthias Clasen]
2787  - Fix keynav with invisible cursor
2788  - Fix misdrawing of cursor [Owen Taylor] and selection
2789  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
2790 * Fix problem with accidental inclusion of a main() [Matthias]
2791 * Documentation improvements [Matthias, Havoc Pennington]
2792 * Fix problem with GtkColorsel and pixmap themes [Daniel]
2793 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
2794 * Warning fixes [Manish Singh]
2795 * configure fixes [Akira Tagoh]
2796 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
2797 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
2798   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
2799   Soeren Sandmann, Hidetoshi Tajima, Owen]
2800
2801 ----------------------------------------------------------------------
2802
2803 Overview of Changes in GTK+ 2.2.0
2804 =================================
2805 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
2806 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
2807 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
2808   James M. Cape]
2809 * Example portability fix [Sven Neumann]
2810 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
2811
2812 Overview of Changes in GTK+ 2.1.5
2813 =================================
2814 * GtkFileSel fixes [Owen Taylor]
2815   - Fix ..<tab> to go up a dir [Francisco Bustamante]
2816   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
2817   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
2818 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
2819 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
2820 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
2821   Narayana Pattipati, Marius Andreiana]
2822 * Xinerama fixes for GtkMenu [Matthias Clasen]
2823 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
2824 * Documentation additions and fixes [Matthias]
2825 * New and updated translations (am,bg,da,fr,fi,de)
2826 * Miscellaneous bug and build fixes
2827
2828 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
2829    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
2830
2831 Overview of Changes in GTK+ 2.1.4
2832 =================================
2833 * Improved default color scheme [Soeren Sandmann, with advise from
2834   Tuomas Kuosmanen and Garrett LeSage]
2835 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
2836   [Kristian Rietveld]
2837 * Support move-resize emulation for all edges. [Matthias Clasen]
2838 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
2839 * Remove extra selections for ButtonRelease in XInput code 
2840   [Garry Osgood, Owen]
2841 * Another attempt at fixing X focus tracking [Owen]
2842 * linux-fb VT switch improvements [Eric Warmenhoven]
2843 * Win32 [Tor Lillqvist]
2844   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
2845   - Improve maximized/minimized tracking
2846   - Bug fixes
2847 * Fix problem with gtk_combo_set_popdown_strings() not changing
2848   the entry text [Owen]
2849 * Support RTL flipping for statusbars [Matthias]
2850 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
2851   Richard Hult, Carlos Garnacho Parro]
2852 * Use octal escapes rather than literal UTF-8 in strings [Owen]
2853 * Make a lot of read-only data const. [Matthias, Morten Welinder]
2854 * Misc bug fixes
2855 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
2856
2857 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
2858    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
2859    Kjartan Maraas, Christian Neumair
2860
2861 Overview of Changes in GTK+ 2.1.3
2862 =================================
2863
2864 GDK:
2865 * Win32 [Tor Lillqvist]
2866   - fixes to multihead API stubs 
2867   - Comprehensively implement tiles and stipples
2868   - Handle tracking minimized/maximized [Arnaud Charlet]
2869 * linux-fb fixes [Eric Warmenhoven]
2870 * Use g_get_application_name() for default window titles and
2871   for the title of the client leader window [Owen, Havoc Pennington]
2872 * Complete resize-grippy support, move-resize emulation 
2873   [Anders Carlsson, Matthias Clasen]
2874
2875 GTK+ Core:
2876 * On screen change, recreate the widget's Pango context [Owen]
2877 * Fix problems with focus ending up on unmapped widgets [Owen]
2878 * Make g_object_set (gtk_settings_get_default (), ...) to override
2879   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
2880 * Make GtkInputDialog multihead aware [Owen]
2881 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
2882
2883 Widget improvements:
2884 * Draw/check menu items insensitive [Soeren, Tim Evans]
2885 * Fix color usage for radio/check menu item indicators [Soeren]
2886 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
2887 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
2888   GtkCheckMenuItem [Matthias Clasen]
2889 * GtkCombo improvements [Owen]
2890   - Don't leave it behind when switching desktops [Matthias Clasen]
2891   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
2892   - Don't change entry contents until window is popped back up
2893   - Keynav fixes
2894 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
2895 * GtkNotebook keynav improvements [Owen]
2896 * Handle painting text on dark-colored progressbars [Soeren]
2897 * GtkTreeView  [Kristian Rietveld]
2898   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
2899   - Add GTK_CELL_RENDERER_FOCUSED flag
2900   - Keynav fixes, including adding boolean return values for keybinding
2901     signals (API breakage for API that no one should have been using)
2902     [Narayana Pattipati]
2903   - Add gtk_tree_view_column_cell_get_position()
2904   - Add an inconsistent state for GtkCellRendererToggle
2905   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
2906     Morten Welinder, Robert Kinsella, Soeren]
2907
2908 Input Methods:
2909 * Sort the input method list in the right click popup [Abigail Brady]
2910 * GtkIMContextXIM bug fixes [HideToshi Tajima]
2911
2912 General:
2913 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
2914 * Deprecation cleanups [Manish Singh]
2915 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
2916 * Doc improvements, including adding Since: for 2.2. additions 
2917   [Matthias Clasen]
2918 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
2919   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
2920 * Build fixes [Owen, Jeff Waugh, Dan Mills]
2921
2922 Overview of Changes in GTK+ 2.1.2
2923 =================================
2924
2925 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
2926 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
2927 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
2928 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
2929 * Add simple support for startup notification [Havoc Pennington]
2930 * Handle focus indication for check and radio buttons without children
2931   [Dave Camp, Owen]
2932 * Much work on improve submenu navigation [Soeren Sandmann]
2933 * Add "selected_shadow_type" property for menus [Soeren]
2934 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
2935 * Rework GtkPaned keynav [Soeren, Calum Benson]
2936 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
2937 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
2938 * Tree view fixes and speedups 
2939   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
2940 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
2941 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
2942 * Win32 fixes [Tor Lillqvist]
2943 * Misc cleanups and bug fixes
2944
2945 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
2946    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
2947    Matt Wilson,
2948
2949 Overview of Changes in GTK+ 2.1.1
2950 =================================
2951 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
2952 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
2953 * linux-fb improvements including window maximization. [Eric Warmenhoven]
2954 * Fix to compile again with Xft version 1 [Owen Taylor]
2955 * Fix handling of pointer on multiple screens [Owen]
2956   - Add gdk_event_set/get_screen() via evil hack
2957   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
2958   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
2959   - Add gdk_display_get_pointer()
2960   - Make drag-and-drop between multiple screens work
2961 * Export gdk_event_new(), discourage stack allocated events [Owen]
2962 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
2963 * Basic support for RandR extension [Keith Packard, Owen]
2964 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
2965 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
2966 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
2967 * Fix handling of GtkSettings set from RC files on reload [Owen]
2968 * GtkTreeView work [Kristian Rietveld]
2969   - Stop editing on a focus out event for GtkCellRendererText 
2970     [Andreas J. Guelzow]
2971   - Don't accept drops on auto-sorted models
2972   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
2973 * Fixes for GtkIMContextXIM 
2974   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
2975 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
2976   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
2977   Vitaly Tishkov, Dan Winship, Yao Zhang]
2978 * Some performance tweaks [Soeren, Padraig O'Briain]
2979 * Miscellaneous bug fixes
2980
2981 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
2982   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
2983
2984 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
2985 =================================================
2986
2987 Multihead support: [Erwann Chenede, Owen Taylor]
2988 * Multihead support 
2989 * Add GdkDisplay, GdkScreen structures
2990 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
2991   (In other cases, make the variants methods on GdkDisplay/GdkScreen
2992 * Adapt GTK+ widgets to be multihead safe
2993 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
2994 * Add multihead support to demos/tests.
2995
2996 GDK:
2997 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
2998 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
2999 * Miscellaneous linux-fb improvements [Eric]
3000 * Xinerama support [Erwann Chenede, Matthias Clasen]
3001 * Allow GDK backends to add custom argument parsing [Sven Neumann]
3002 * Add support for some addition NET window manager spec hints [Havoc Pennington]
3003 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
3004
3005 GtkTreeView: [Kristian Rietveld]
3006 * Support stock pixbufs in GtkCellRendererPixbuf 
3007 * Allow setting the cell background for cell renderers
3008 * Support focusing individual cell renderers and other focus fixes
3009 * Make resizing tree views more efficient [Soeren Sandmann]
3010 * Add gtk_tree_model_get_string_from_iter
3011 * Improve gtk_list_store_remove API
3012 * API additions:
3013   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
3014   Add gtk_tree_selection_get_selected_rows(),
3015   gtk_tree_selection_count_selected_rows() 
3016   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
3017
3018 GTK+:
3019 * Add style property for drawing menu items without shadow [Soeren]
3020 * gtk_widget_modify_color_component/font(): Allow clearing
3021   current modifications. [Owen]
3022 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
3023 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
3024 * Fix menus resizing when popped up or torn off [Owen]
3025 * Improve label behavior when it gets a too small allocation [Soeren]
3026 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
3027 * Theme drawing improvements [Soeren]
3028 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
3029 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
3030 * Add gtk_menu_shell_select_first() [Owen]
3031 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
3032 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
3033 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
3034
3035 GdkPixbuf:
3036 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
3037 * Use iTXT chunks when necessary in PNG image saver [Matthias]
3038 * Add incremental loading for progressive jpegs [Matthias]
3039 * Add load-at-size functionality [Matthias]
3040 * Add a loader for .ANI animations [Matthias]
3041 * Load hotspot for .ICO files [Matthias]
3042
3043 Docs:
3044 * Convert docs to Docbook XML [Matthias]
3045 * Doc improvements and fixes [Matthias, Soeren, 
3046   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
3047   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
3048 * Tutorial improvements [Tony Gale]
3049
3050 General:
3051 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
3052 * Clean up GDK and demos for deprecated functions [Manish Singh]
3053 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
3054   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
3055   Shivaram Upadhyayula]
3056
3057 Overview of Changes in GTK+ 2.0.9
3058 =================================
3059 * Fix colormap refcounting, which caused frequent metacity crashes
3060   [Christopher James Lahey]
3061 * Lots of work on the Win32 backend [Tor Lillqvist]
3062  - Scrolling fixes
3063  - GdkGC clipping fixes and improvements
3064  - Started implementing all fill styles
3065 * GtkTreeView bug fixes [Kristian Rietveld]
3066  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
3067 * Various bug fixes
3068
3069 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
3070    Josh Parsons, Peter Bloomfield
3071
3072 Overview of Changes in GTK+ 2.0.8
3073 =================================
3074 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
3075 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
3076 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
3077 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
3078 * Updated translation (el)
3079
3080 Overview of Changes in GTK+ 2.0.7
3081 =================================
3082 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
3083 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
3084 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
3085 * Win32 fixes and improvements [Tor Lillqvist]
3086  - Keyboard handling fixes [Florent Duguet]
3087  - Fixes for building and running on Cygwin [Masahiro Sakai]
3088  - Fix gdk_window_scroll(), other GdkWindow fixes
3089  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
3090    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
3091 * Improve tracking of toplevel focus state [Owen]
3092 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
3093 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
3094 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
3095 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
3096 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
3097 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
3098 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
3099   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
3100     Elstner, Morten Welinder]
3101   - gtk_tree_selection_selected_foreach now immediately returns if 
3102     the model is being changed [Havoc Pennington]
3103   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
3104 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
3105 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
3106 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
3107   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
3108 * Many miscellaneous bug fixes
3109
3110 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
3111    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
3112    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
3113    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
3114    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
3115
3116 Overview of Changes in GTK+ 2.0.6
3117 =================================
3118
3119 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
3120   Josh Green, Matthias Clasen]
3121 * Fix problem with keynav and insensitive menu items [Owen Taylor]
3122 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
3123 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
3124 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
3125 * Cycle between multiple menubars with F10, not control-tab 
3126   [Calum Benson, Padraig]
3127 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
3128   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
3129 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
3130   J. Ali Harlow]
3131 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
3132
3133 Overview of Changes in GTK+ 2.0.5
3134 =================================
3135
3136 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
3137   also another fix from testing this function with non-UTF-8 filenames.
3138 * Fix incorrect property notification in GtkTextView. [James M. Cape]
3139
3140 Overview of Changes in GTK+ 2.0.4
3141 =================================
3142
3143 * Fix a number of types which were registered with the 
3144   type system with the wrong names [James Henstridge, Jonathan Blandford]
3145 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
3146 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
3147   Josh Parsons]
3148 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
3149   Owen Taylor]
3150 * Calculate screen size on win32 from the "logical DPI" 
3151   [Joaquin Cuenca Abela, Tor Lillqvist]
3152 * Misc Win32 bug fixes. [Florent Duguet, Tor]
3153 * Fix theme changes for GtkMenu [Soeren Sandmann]
3154 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
3155 * Fix encoding handling for gtk_file_selection_set_filename()
3156   [Sebastian Ritau, Owen]
3157 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
3158 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
3159 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
3160 * Misc bug fixes
3161 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
3162
3163 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
3164   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
3165   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
3166
3167 Overview of Changes in GTK+ 2.0.3
3168 =================================
3169
3170 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
3171 * Improve GdkRGB support for low color depths (Tor Lillqvist).
3172 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
3173 * Include internal children when focusing. (Jonathan)
3174 * Win32 fixes (Tor Lillqvist, David Sterba)
3175 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
3176 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
3177 * GtkMenu fixes. (Soeren Sandmann)
3178 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
3179 * Misc input-method related fixes (Yao Zhang, Federico)
3180 * Fix stuck grab during DND. (Dave Camp, Owen)
3181 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
3182 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
3183   Michael Meeks)
3184 * Handle Xlib internal connections (HideToshi Tajima)
3185 * Many miscellaneous bug fixes.
3186
3187 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
3188 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
3189 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
3190 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
3191 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
3192 Timo Sirainen, Graham Swallow.
3193
3194 Overview of Changes in GTK+ 2.0.2
3195 =================================
3196
3197 * GtkTreeView cursor movement fixes [Kristian Rietveld]
3198 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
3199
3200 Overview of Changes in GTK+ 2.0.1
3201 =================================
3202
3203 * GtkTreeView fixes and performance improvements 
3204   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
3205 * GtkTextView fixes [Havoc Pennington]
3206 * Fix problems with accelerators on Solaris [Padraig O'Briain]
3207 * Some fixes for key bindings on keypad keys [Owen Taylor]
3208 * Fix problem with RENDER use on big endian machines 
3209   [Owen Taylor, with help from Tuomas Kuosmanen]
3210 * Win32 fixes, especially dashed line drawing 
3211   [Tor Lillqvist, Hans Breuer]
3212 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
3213 * Compiler warning cleanups [Erwann Chenede]
3214 * Fix handling of font-name XSETTING [Richard Hestilow]
3215 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
3216 * Fix problems with inappropriate menu scroll arrows [Owen]
3217 * Stock icon improvements [Jakub Steiner, Tuomas]
3218 * Much work on pixbuf loader robustness [Matthias Clasen]
3219 * Documentation improvements [Matthias, Vitaly Tishkov]
3220 * Fix some crashes in GtkWindow accelerator handling code 
3221   [Dave Camp, Matt Wilson]
3222 * Misc bug fixes
3223
3224 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
3225   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
3226   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
3227   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
3228   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
3229
3230 Overview of Changes in GTK+ 2.0.0
3231 =================================
3232
3233 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
3234 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
3235 * Bug fixes. [Thomas Leonard, Owen Taylor]
3236
3237 Overview of Changes in GTK+ 2.0.0 rc1
3238 =====================================
3239
3240 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
3241 * Text widget fixes [Havoc Pennington]
3242 * Efficiency fixes when using Xft [Owen Taylor]
3243 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
3244 * Try to fix key handling without XKEYBOARD extension [Owen]
3245 * Documentation fixes and improvements 
3246   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
3247 * Widget drawing improvements [Soeren Sandmann]
3248 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
3249 * Try to build libraries with only shared library dependencies on Xft to 
3250   deal with transition to Xft2 [Owen]
3251 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
3252 * Don't use red as the default cursor color [Owen]
3253 * Bug fixes, bug fixes, bug fixes.
3254
3255 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
3256   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
3257   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
3258   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
3259   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
3260   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
3261   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
3262
3263 Overview of Changes in GTK+ 1.3.15
3264 ==================================
3265
3266 * New stock and improved icon images
3267   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
3268 * Widget drawing improvements for check and radio buttons,
3269   spinbuttons [Soeren Sandmann]
3270 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
3271 * Add GtkSetting for font name. [Richard Hestilow]
3272 * Much improved key matching code, accelerators work independent
3273   of group [Owen]
3274 * Make mnemonics work for embedded GtkPlug widgets [Owen]
3275 * Keynav improvements for GtkTreeView [Kristian Rietveld]
3276 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
3277 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
3278   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
3279   add compatibility macros.
3280 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
3281 * GtkTextView bug fixes [Havoc Pennington]
3282 * Pad class structures for future binary compatibility [Owen]
3283 * Tutorial improvements [Sven Neumann, Matthias Clasen]
3284 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
3285 * Fix problems with initial widget size [Owen]
3286 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
3287 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3288 * Miscellaneous bug fixes
3289
3290 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
3291   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
3292   Nicolas Setton
3293
3294 Overview of Changes in GTK+ 1.3.14
3295 ==================================
3296
3297 * Keyboard focus improvements [Owen Taylor]
3298 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
3299 * Fix accidentally exported variables [Mark McLoughlin]
3300 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
3301 * Default to yellow tooltips [Owen]
3302 * RC file fixes for reloading, priorities [Owen, Matthias]
3303 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
3304 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
3305 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
3306   scrolled windows [Soeren Sandmann, Padraig, Owen]
3307 * Add Emacs/Default key themes [Owen]
3308 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3309 * Ethiopic input methods [Daniel Yacob]
3310 * Opaque paned window resizing [Soeren]
3311 * Tweak table expansion behavior [Tim Janik]
3312 * Fix GtkCalendar focus drawing [Bill Haneman]
3313 * Allow themeable cursor thickness [Bill]
3314 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
3315 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
3316   scrollbars. [Jody Goldberg]
3317 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
3318 * Bug fixes
3319
3320 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
3321  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
3322  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
3323  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
3324  Kevin Vandersloot,  Morten Welinder, Peter Williams
3325
3326 Overview of Changes in GTK+ 1.3.13
3327 ==================================
3328
3329 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
3330 * Tree view support for low-vision themes [Bill Haneman]
3331 * Text view bug fixes. [Havoc Pennington]
3332 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
3333   Archaeopteryx Software]
3334 * Documentation improvements [Matthias Clasen, Havoc Pennington]
3335 * Accelerate alpha compositing using RENDER extension if present,
3336   and optimize the non-RENDER case a lot. [Owen Taylor]
3337 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
3338 * Fixed the infamous changing directory deletes filename bug 
3339   [Owen and a cast of thousands]
3340 * Add mouse cursor hiding for text widgets [Anders Carlsson]
3341 * Simple Hangul input module [Yusuke Tabata]
3342 * Removed the scary startup warning.
3343 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
3344 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
3345   instead of the deprecated GtkCList [Owen]
3346 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
3347 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
3348 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
3349   etc. [Havoc, Owen]
3350 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
3351 * gtk_image_menu_item_new_from_stock() now falls back to
3352   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
3353   [Havoc Pennington]
3354 * GdkModifierType is now consistently used for modifier mask parameters
3355   [Mark Patton]
3356 * gtk_widget_set_accel_path() is now publically exported.
3357
3358 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
3359   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
3360   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
3361   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
3362   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
3363   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
3364   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
3365
3366 Overview of Changes in GTK+ 1.3.12
3367 ==================================
3368
3369 * Fix problems with PNG saving [Michael Natterer]
3370 * Cleanups of deprecated usages [Sebastian Wilhelmi]
3371 * Win32 fixes [Tor Lillqvist]
3372 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
3373   Vitaly Tishkov]
3374 * Frame buffer port fixes [Manish Singh]
3375 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
3376 * Menu behavior improvements [Kristian Rietveld]
3377 * Make focus line width configurable, focus color work on 
3378   dark themes. [Bill Haneman, Owen Taylor]
3379 * Add state argument to gtk_paint_focus() [Bill]
3380 * Added incremental revalidation to tree view, for better apparent speed 
3381   [Jonathan Blandford]
3382 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
3383 * Display XIM status in a separate window [HideToshi Tajima]
3384 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
3385 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
3386   [Dov Grobgeld, Havoc]
3387 * Pass key releases along to input methods [Owen]
3388 * Many bug fixes
3389
3390 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
3391   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
3392   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
3393   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
3394   Matt Wilson
3395
3396 Overview of Changes in GTK+ 1.3.11
3397 ==================================
3398
3399 * Massive rework of accelerator API and implementation (Tim Janik)
3400 * Major fixes to resizing and redrawing to eliminate hysteresis
3401   and optimize. (Owen Taylor, Soeren Sandmann)
3402 * Make many widgets NO_WINDOW to improve appearance and reduce
3403   drawing overhead (Owen)
3404 * Text view fixes (Havoc Pennington)
3405 * Make child widgets in GtkTextView work (Havoc)
3406 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
3407 * Clean up GtkTreeView drag and drop support (Owen)
3408 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
3409 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
3410   functions (Owen, Damian Ivereigh)
3411 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
3412 * Change button ordering in standard dialogs to correspond to 
3413   GNOME usability project proposal (Gregory Merchan)
3414 * Add support for context sensitivity in input methods (Owen)
3415 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
3416 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
3417 * Remove need for X connection for class initialization (Jacob Berkman)
3418 * Propagate key events to parents of focused widget (Owen)
3419 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
3420 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
3421 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
3422   Jacob Berkman, others.)
3423
3424 Other Contributors:
3425   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
3426   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
3427   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
3428   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
3429   Michael Natterer
3430
3431 Overview of Changes in GTK+ 1.3.10
3432 ==================================
3433
3434 * GtkTextView fixes [Havoc Pennington]
3435 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
3436   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
3437 * gtkdemo improvements [Kristian Rietveld]
3438 * Drag and drop fixes to generic code and widgets 
3439   [Owen Taylor, Damian Ivereigh]
3440 * Documentation improvement [Havoc Pennington, Matthias Clasen]
3441 * Spelling fixes [Jacob Berkman]
3442 * Move signals to the GtkEditable interface [Kristian]
3443 * Further stock image improvements [Jakub Steiner]
3444 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
3445   [Sven Neumann]
3446 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
3447 * Automatically call setlocale(), unless explicitly disabled [Owen]
3448 * Property addition to various widgets [Michael Meeks, Owen]
3449 * Support building with automake-1.4 [James]
3450 * Make GtkRadioButton groups act as a single focus point [Owen]
3451 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
3452 * Draw spinbuttons variably sized [Kristian]
3453 * Separate GdkAtom out from X atoms for compatibility with future
3454   multihead changes [Owen]
3455 * Require gdk_threads_init() to be explicitly called instead
3456   of piggybacking off of g_thread_init(). [Owen]
3457 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
3458 * Bug fixes and cleanup [Matthias, others]
3459
3460 Other Contributors:
3461   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
3462   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
3463   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
3464  
3465
3466 Overview of Changes in GTK+ 1.3.9
3467 =================================
3468
3469 * Add editable text cells to GtkTreeView.
3470   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
3471 * Text widget no longer always has a \n in it. [Havoc Pennington]
3472 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
3473 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
3474 * Minor fix for major resizing problems in recent releases [Owen Taylor]
3475 * Restore ability to set _set properties to TRUE for 
3476   GtkCellRendererText, GtkTextTag [Owen]
3477 * Cursor drawing improvements [Owen]
3478 * Win32 fixes [Hans Breuer]
3479 * Mark various functions as deprecated or private.
3480 * Misc bug fixes, portability fixes, and cleanups.
3481
3482 Other Contributors: 
3483  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
3484  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
3485  James Henstridge, Detlef Reichl
3486
3487 Overview of Changes in GTK+ 1.3.8
3488 =================================
3489
3490 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
3491 * GtkOptionMenu scrollwheel support [Alex]
3492 * GtkModule search paths [Owen]
3493 * Documenatation updates [Havoc,Jrb]
3494 * Major Gdk cleanup [Owen]
3495 * Miscellaneous other fixes/cleanups
3496
3497 Other Contributors:
3498   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
3499   Matt Wilson, James Henstridge
3500
3501 Overview of Changes in GTK+ 1.3.7
3502 =================================
3503
3504 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
3505 * Added publically installed utility gdk-pixbuf-csource to generate
3506   inlined pixbufs in C source code [Tim Janik]
3507 * Optional movement of button children on press [Soeren, Owen Taylor]
3508 * Interactive searching in GtkTreeView [Kristian Rietveld]
3509 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
3510 * Animation of expander motion for GtkTreeView [Anders Carlsson]
3511 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
3512 * New/improved stock icons [Jakub Steiner] 
3513 * Code and API rework for window resizing [Havoc Pennington]
3514 * Converted accel groups to GObject [James Henstridge]
3515 * More property support improvements
3516 * Add facility for "secondary" buttons in 
3517   GtkButtonBox/GtkDialog [Gregory Merchan]
3518 * Disentangled child visability from MAPPED state [Owen]
3519 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
3520 * Added priorities for styles in RC files, 
3521   support multiple parse contents [Owen]
3522 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
3523 * Key binding improvements [Havoc]
3524 * Added GtkWidget::event-after signal since normal event handling
3525   is now aborted as soon as a handler returned TRUE [Tim]
3526 * Dnd fixes and improved icon support [Owen]
3527 * Removed GtkPacker widget
3528 * Fixing missing paired getters/setters [Kris]
3529 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
3530 * Added window grab groups [Owen]
3531 * Many frame buffer improvements [Alex]
3532 * Win32 fixes and improvements [Hans Breuer]
3533 * Warning fixes [Darin Adler]
3534 * Miscellaneous bug and API fixes [Matthias et. al]
3535
3536 Other Contributors:
3537   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
3538   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
3539   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
3540   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
3541   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
3542   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
3543
3544 Overview of Changes in GTK+ 1.3.6
3545 =================================
3546
3547 * Properly renders strikethrough text
3548 * win32 fixes
3549 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
3550   relative font scaling
3551 * Added "format_value" signal to GtkScale to reformat value text
3552 * framebuffer fixes
3553 * Property support added to lots of widgets
3554 * Many GtkTreeView new features and API/implementation fixes
3555 * Lots of new_with_mnemonic() convenience functions
3556 * Change GtkImageMenuItem API to be more consistent/useful
3557 * Added lots of new stock items/icons
3558 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
3559   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
3560   themes won't need broken hacks
3561 * Convenience API for GtkRange similar to the one added to GtkSpinButton
3562   a while back
3563 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
3564   and move some attributes from program settings to user settings.
3565   Allows nice 1-pixel-bevel themes.
3566 * Moved ::focus virtual function from GtkContainer to GtkWidget
3567 * Plenty of bug fixes
3568
3569 Overview of Changes in GTK+ 1.3.5
3570 =================================
3571
3572 * New default theme based on Raleigh theme for 1.2.x.
3573 * Dependency on the ATK library added as a step to
3574   providing accessibility-enabling interfaces
3575 * XEMBED-based GtkPlug/GtkSocket now basically works.
3576 * Drag and drop of column headers in GtkTreeView
3577 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
3578   and API sanitation
3579 * Key binding fixes
3580 * Configurable padding/spacing in a lot of places
3581 * Invisible text in GtkTextView fixed
3582 * SHM segments now created with a mode of 0600
3583 * Bug fixes
3584
3585 Overview of Changes in GTK+ 1.3.4
3586 =================================
3587
3588 * Win32 fixes
3589 * GtkTreeView improvements and fixes
3590 * Fix glib-2.0.m4
3591 * Miscellaneous bug fixes
3592
3593 Overview of Changes in GTK+ 1.3.3
3594 =================================
3595
3596 [ 5600 lines of ChangeLog ]
3597
3598 * API cleanups
3599 * Win32 work (Tor, Hans Breuer)
3600 * Focus improvements (Owen)
3601 * Frame buffer improvements (Alex)
3602 * Work on GtkTextView (Havoc)
3603 * Much work on GtkTreeView (Jonathan)
3604 * Selectable labels (Havoc)
3605 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
3606 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
3607 * Added ability to have resize grips in status bars (etc.) using
3608   _NET_WM_MOVERESIZE protocol. (Havoc)
3609 * Added mnemnonic mechanism to make setting underline accelerators
3610   much easier. (Alex)
3611 * Add per-style property mechanism to allow themes to change 
3612   geometry parameters. (Tim)
3613 * Added global settings mechanisms for settings such as double-click
3614   time. (Tim, Owen)
3615 * Various support functions for new and old WM properties (Havoc, Alex)
3616 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
3617
3618 Overview of Changes in GTK+ 1.3.2
3619 =================================
3620
3621 GTK Core:
3622
3623 * New stock-icon and stock-item system. Use themeable pixbufs in
3624   dialogs, buttons, etc. [Havoc]
3625 * Theme engines reworked to use derivation and new object system. [Owen]
3626 * Added GtkClipboard object for simple selection handling. [Owen]
3627 * Make GtkEditable an interface, move implementation to GtkOldEditable for
3628   compat. [Owen]
3629 * Better handling of default directionality. [Robert]
3630 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
3631 * Move theme engines to GTypePlugin. [Owen]
3632
3633 GDK:
3634
3635 * Beginning of implementation of client parts of new window manager spec. [Owen]
3636 * Make gdk_drawable_get_image() work with backing store. [Havoc]
3637
3638 Widgets:
3639
3640 * New text widget [Havoc]
3641   - Adjustable tab handling.
3642   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
3643   - Many cleanups and small improvements.
3644 * Improvements to submenu navigation [Nils Barth/David Santiago] and
3645   scrolling menus. [Alex]
3646 * Simplification of progress bar API. [Havoc]
3647 * Make GtkImage a generic image-display widget. [Havoc]
3648 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
3649   large datasets, etc. [Jonathan]
3650 * New GtkMessageBox widget for message display. [Havoc]
3651 * Allow labels to have contents set from XML-like markup language. [Havoc]
3652 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
3653
3654 Internationalization:
3655
3656 * Proper character set conversion for clipboard/selection. [Owen]
3657 * New input method system via loadable modules; support on-the-spot
3658   preedit in GtkEntry and new text widget; allow switching input methods
3659   on the fly; include modules for XIM and demo Cyrillic-transliteration 
3660   module. [Owen]
3661 * VIQR, Thai, and Inuktitut input methods. [Robert]
3662 * Convert po files to UTF-8. [Robert]
3663
3664 gdk-pixbuf:
3665
3666 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
3667 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
3668 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
3669
3670 Ports:
3671
3672 * Much work on Win32 Port. [Tor/Hans]
3673 * Much work on Linux-FB Port. [Elliot/Alex]
3674
3675 Misc:
3676
3677 * Start of new gtk-demo demo program. [Owen/Jonathan]
3678 * Bug fixes and more bug fixes.
3679
3680
3681 Overview of Changes in GTK+ 1.3.1:
3682
3683 * GTK+ now uses the Pango library for text manipulation. All
3684   strings in GTK+ now are in Unicode, languages written
3685   from right-to-left, and complex-text languages are now supported.
3686 * The gdk-pixbuf library for image loading and manipulation is 
3687   has been integrated with GTK+.
3688 * The GTK+ object system has mostly been moved to GLib, separating
3689   it from the GUI code. Many significant enhancements have been
3690   made as part of this.
3691 * A new text widget is now included. This started as a port
3692   of the Tk text widget, and includes such features of the Tk
3693   text widget as tags, marks, and unicode text support. It
3694   has been enhanced to support model-view operation and the
3695   full power of Pango.
3696 * The GDK library has been extensively revised to support multiple
3697   windowing systems. The only fully functional backend in 1.3.1
3698   is the X11 backend, however, ports to Win32, Linux-framebuffer,
3699   Nano-X, BeOS, and MacOS exist in various states of completion,
3700   and at least some of these will be finished and integrated in 
3701   before the final GTK+-2.0 release.
3702 * 32-bit coordinates are now supported throughout GDK and GTK+
3703   (they are emulated where not supported by the windowing system.)
3704 * Many minor bug fixes and enhancements. Incompatible changes
3705   are documented in docs/Changes-2.0.txt
3706
3707 Overview of Changes in GTK+ 1.2.8:
3708
3709 * GNU Make 3.79 bug workaround
3710 * FAQ and tutorial updates and improvements
3711 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
3712
3713 Overview of Changes in GTK+ 1.2.7:
3714
3715 * More header cleanups.
3716 * Fixed activation bug for insensitive widgets.
3717 * Locale fixes to RC file parsing code.
3718 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
3719   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
3720 * Upgrade to libtool 1.3.4.
3721
3722 Overview of Changes in GTK+ 1.2.6:
3723
3724 * container queue_resize fixes
3725 * gtk[vh]scale: minor fixups
3726 * rename idle to idle_id in testgtk to avoid conflicts with 
3727   broken libs
3728 * More consistent naming of gtkrc files
3729 * Added language support: ro, uk
3730
3731 Overview of Changes in GTK+ 1.2.5:
3732
3733 * more GtkCTree and GtkWindow bug fixes.
3734 * more redraw/resize queue fixes, better expose event
3735   discarding code.
3736 * more miscellaneous bugs fixed
3737 * new configure.in option --disable-rebuilds to completely disable
3738   rebuilds of autogenerated sources.
3739 * check for 5.002 now, to avoid failing autogeneration build rules due
3740   to old perl versions.
3741 * fonts (and fontsets) are cached now.
3742 * more autogeneration make rules and dependency fixups, we should be
3743   save with autogeneration up to make -j12 now ;)
3744 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
3745   GtkWindow on every size change.
3746 * major rework of window manager hints handling code, fixed a bunch of
3747   races with the new resizing code.
3748 * the new wm hints and resizing code is absolutely perfect and bug free now,
3749   it only lacks testing ;)
3750 * fixed up various rc style memory problems.
3751 * gtk_widget_modify_style() now properly changes the style of realized widgets
3752   and references the style passed into it. if people worked around this bug,
3753   this will introduce a slight memory leak in their code.
3754   The code should typically look like:
3755             GtkRcStyle *rc_style = gtk_rc_style_new ();
3756             [...]
3757             gtk_widget_modify_style (widget, rc_style);
3758             gtk_rc_style_unref (rc_style);
3759 * fix problems with positioning menus offscreen.
3760 * GtkText fixes for some crashes and drawing errors.
3761 * Better handling for unexpected window destroys in GDK and GTK+.
3762   This should make it possible to use a GtkPlug and catch the
3763   case where its parent socket is randomly killed.
3764 * FAQ updates.
3765 * FileSelection i18n patches, RadioButton fixups.
3766 * many translation improvements.
3767 * miscellaneous other bugs fixed.
3768
3769 Overview of Changes in GTK+ 1.2.4:
3770
3771 * DnD improvements (drags can be canceled with Esc now).
3772 * suppressed configure event reordering in Gdk.
3773 * rewrite of Gtk's configure event handling.
3774 * major improvements for the object argument system (Elena Devdariani).
3775 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
3776   GtkCTree.
3777 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
3778 * configure's --with-glib= is "officially" unsupported.
3779 * upgrade to libtool 1.3.3.
3780 * various buglets fixed.
3781
3782 Overview of Changes in GTK+ 1.2.3:
3783
3784 * Upgrade to libtool 1.3
3785 * Check for dgettext (for systems with old versions of GNU Gettext)
3786 * Many bug fixes (see ChangeLog for details)
3787
3788 Overview of Changes in GTK+ 1.2.2:
3789
3790 * Improved Dnd behaviour with Motif applications.
3791 * Bug fixes for the Gtk selection code.
3792 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
3793 * Bug fixes and leak plugs for the Gdk IM code.
3794 * Added gtk_object_get() facility to retrieve object arguments easily.
3795   The var args list expects ("arg-name", &value) pairs.
3796 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
3797   problems where closed pipes were no longer signaling GDK_INPUT_READ on
3798   systems with a native poll().
3799 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
3800   anymore).
3801 * We don't attempt to lookup xpm color "None" anymore, this should prevent
3802   eXodus (commercial X windows server) from popping up a color dialog every
3803   time a transparent pixmap is created.
3804 * Fixed bug where Gtk timeout/idle handlers would execute without the global
3805   Gdk lock being held.
3806 * Other minor bug fixes.
3807
3808 Overview of Changes in GTK+ 1.2.1:
3809
3810 * Many Bug fixes have been applied to the menu and accelerator code.
3811 * GtkItemFactory can "adopt" foreign menu items now and manage their
3812   accelerator installation. This is often required to get GtkItemFactory
3813   like accelerator propagation between different windows with the same
3814   menu hierarchy and for centralized parsing and saving of accelerators.
3815 * GtkCList/GtkCTree buttons should always display correctly now.
3816 * Miscellaneous other bug fixes.
3817
3818 What's New in GTK+ 1.2.0 (since 1.0.x):
3819
3820 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
3821   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
3822 * Many new features and robustness for existing widgets
3823 * Theme support
3824 * New DND implementation
3825 * Internationalization of standard dialogs
3826 * New key binding system
3827 * Tearoff menus and menu accelerators
3828 * Wide character support for entry and text
3829 * Resizing code has been overhauled
3830 * Queued redraws of partial areas
3831 * Far better support for object arguments
3832 * Speed optimizations
3833 * Runtime loading of dynamic modules
3834 * Support for GLib log domains
3835 * Tutorial improvements
3836 * A bug fix or two
3837
3838 Overview of Changes in GTK+ 1.1.16:
3839
3840 * Major fixes and improvements for handlebox
3841 * A change to the way widget->requisition works. Now,
3842   widget->requisition is always what the widget requested,
3843   unmodified by the usize. See Changes-1.2.txt for details.
3844   This correct various bugs with gtk_widget_set_usize().
3845 * Fixes for XIM on X11R5 systems
3846 * Don't allow cut-and-paste of text in password-style entries
3847 * --enable-debug is now on by default for the development release.
3848   (When compiling for "production", use --enable-debug=minimum)
3849 * Handle systems where Helvetica is not present more gracefully
3850 * Fixes for memory leaks
3851 * CList and CTree fixes
3852 * Bug fixes for drawing problems. 
3853 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
3854   GtkColorsel, Focusing, DND
3855 * Tutorial improvements
3856
3857 Overview of Changes in GTK+ 1.1.15:
3858
3859 * Tutorial Updates
3860 * Added --libs gthread to gtk-config 
3861 * Bug fixes
3862
3863 What is new in GTK+ 1.1.14:
3864
3865 * Additions to docs/Changes-1.2.txt
3866 * Just warn when loading theme engine fails
3867 * CLAMP GtkScale digits to a meaningful range
3868 * GTK_LOCALDIR is now defined in a better fashion
3869 * New functions (feature freeze, we know...):
3870     gtk_menu_set_title()
3871     gtk_toggle_button_get_active()
3872 * Some locale fixups in gtkrc code
3873 * Fixes to make gtk_radio_button_set_group() keep only
3874   one radio button in the group active
3875 * Foreign windows are now always treated as viewable; this fixes
3876   a problem where updating didn't occur properly in GtkPlug
3877 * DND fixes for 64 bit architectures, and for specifying operations 
3878   with modifier keys.
3879 * Major revisions to GtkLayout: avoid having to create window
3880   for NO_WINDOW children, adjust allocations of children as 
3881   scrolled so queued draws work, and a resize is queued instead
3882   of allocating directly in a put() or move()
3883
3884 What is new in GTK+ 1.1.13:
3885
3886 * Dnd and selection bug fixes and memory purification.
3887 * Widget sensitivity fixups.
3888 * Tooltips windows are now named "gtk-tooltips" so rc file rules
3889   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
3890   widgets.
3891 * Spin buttons now update their values upon value retrieval.
3892 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
3893   a lot. Gtk makes full use of the draw_area coalescing code now, which
3894   got minorly improved as well.
3895 * Containers map their Gdk windows after their children now to reduce
3896   expose event generation.
3897 * Gdk event queue fixups, this solves the double-click problems people were
3898   recently having.
3899 * Account for the fact that GSource's are only properly reentrant from
3900   within dispatch(), thus we don't do Gdk event processing from within
3901   check() or prepare() anymore.
3902 * Rc files feature a bg_pixmap value of "<none>" now.
3903 * Improved session management support in Gdk.  
3904 * Automatic disabling of NLS if no gettext is found should work now.
3905 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
3906 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
3907   and GNU libtool 1.2d.
3908 * More bug fixes all over the place.
3909
3910 What is new in GTK+ 1.1.12:
3911
3912 * Korean translation added
3913 * Fixed memory leaks
3914 * A few other bug fixes
3915
3916 What is new in GTK+ 1.1.11:
3917
3918 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
3919 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
3920   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
3921 * Lots of cast corrections
3922 * Many fixes 
3923
3924 What is new in GTK+ 1.1.9:
3925
3926 * Check for broken glibc 2.0 mb functions and avoid them
3927 * Label and Entry display fixes 
3928 * Move main thread back to GDK, for locking when translating events
3929 * Bug fixes
3930
3931 What is new in GTK+ 1.1.8:
3932
3933 * Added support for gettext and the localization of the standard
3934   dialogs.
3935 * Added line-wrapping for the label, and JUSTIFY_FILL
3936 * Support reordering via drag and drop in  CList and CTree.
3937 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
3938 * Extended gtkpaned API to support minimum sizes and proportional
3939   resizing.
3940 * Changed the handling of shared memory segments so as to 
3941   remove the need for GTK+ to set up signal handlers.
3942 * Re-implemented event loop in terms of the event loop
3943   that has been added to GLib 1.1.8
3944 * Added 'grab_focus' signal to allow keyboard accelerators
3945   for entries.
3946 * Load locale specific RC files if present.
3947 * Bug fixes.
3948
3949 What is new in GTK+ 1.1.7:
3950
3951 * Fixed memory mis-allocation in default files code
3952 * Various event handling fixes
3953 * Wide character support for entry and text
3954 * Destroy widgets _after_ propagating unrealize signals through 
3955   widget hierarchy
3956 * Only build XIM-support if available
3957 * Tutorial and examples updates
3958 * Added gtk_drag_source_unset()
3959
3960 What is new in GTK+ 1.1.6:
3961
3962 * The signal system now features emission hooks with special semantics,
3963   refer to the ChangeLog for this.
3964 * Minor? speedups and memory reductions to the emission handling of the
3965   signal system.
3966 * _interp() function variants are deprecated now. the corresponding *_full()
3967   variants are provided for a long time now.
3968 * Dnd abort timeout increased to 10 minutes.
3969 * GtkScrolledWindow inherits from GtkBin now.
3970 * GTK_POLICY_NEVER is implemented for scrolled windows now.
3971 * Lots of API clean ups.
3972 * Incremental freezing abilities.
3973 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
3974 * New window functions for transient relationship, default size, and 
3975   geometry hints
3976 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
3977   GTK_RC_FILES environment variable and functions are provided to configure
3978   this behavior
3979 * Read doc/Changes-1.2.txt to properly adapt your code.
3980 * Bug Fixes.
3981
3982 What is new in GTK+ 1.1.5:
3983
3984 * Theme integration
3985 * Widget style modification is now handled through GtkRcStyles
3986 * GtkPixmaps now grey out pixmaps when insensitive
3987 * Notebook enhancements
3988 * Shadow configurability for menubars and handleboxes
3989 * DND enhancements
3990 * gtkfilesel now supports automounters better
3991 * Implementation of expose compression
3992 * Queued redraws of partial areas
3993 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
3994   to a scrolled window don't get an automatic viewport anymore. a convenience
3995   function gtk_scrolled_window_add_with_viewport() is supplied for this task
3996 * Deprecated functions will now issue a message, informing the programmer about
3997   the use of this function. These functions will get removed in future versions
3998 * Non-functional functions got removed entirely
3999 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
4000   A new function gtk_object_default_construct() is provided now which should
4001   be called after every gtk_type_new() to perform the auto-construction
4002 * Improved argument support of several widgets
4003 * Bug Fixes
4004
4005 What is new in GTK+ 1.1.3:
4006
4007 * GtkCList/GtkCTree now have the ability to:
4008     - hide/show individual columns
4009     - disable/enable column resizing
4010     - set min and max for column widths
4011     - set expander style of the ctree
4012     - set/get row and cell styles
4013     - set spacing between tree expander and cell contents in ctree
4014     - toggle auto_resize for columns
4015 * Must enhanced DND support, removed old DND code
4016 * Idle functions are now implemented via GHook, giving a slight speed
4017   improvement
4018 * An environment variable GTK_MODULES which takes a colon separated
4019   list of module names GTK+ will now automatically load at gtk_init() startup
4020 * GtkFontSel now has support for an extra 'base' filter
4021 * New function gdk_window_set_root_origin to get the real geometry taking
4022   into account window manager offsets
4023 * New function gtk_text_set_line_wrap to toggle line wrapping
4024 * New function gtk_widget_add_events which safely adds additional
4025   events to a widget's event mask
4026 * New function gdk_event_get_time to get the timestamp from a generic
4027   event
4028 * New widget GtkCalendar
4029 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
4030   pointer grabs and selection handling in DND code
4031 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
4032   data portion without invocation of its destroy notifier 
4033 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
4034   instead 
4035 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
4036   instead
4037 * Removed functions gtk_object_set_data_destroy[_by_id] 
4038 * Documentation additions/updates 
4039 * HTML and plain text files are now included in the distribution
4040 * Bug fixes, typeness corrections, and general fixups
4041
4042 What is new in GTK+ 1.1.2:
4043
4044 * Gtk+ is now featuring runtime loading of dynamic modules via the
4045   --gtk-modules= command line switch. such modules have to export a
4046   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
4047   function which will be invoked to initialize the module. since such
4048   modules may create new widget types, they are always resident.
4049 * The tutorial has been updated again.
4050 * Changes to menus including tearoff menus and accelerators.
4051 * Better support for modal dialogs.
4052 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
4053 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
4054 * GtkCTree rows can be unselectable now.
4055 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
4056   Hamann on Tue Aug 18 00:29:13 1998).
4057 * A bunch of varargs functions changed to get va_lists working on systems that
4058   implement va_lists as arrays.
4059 * Improvements to the gdkrgb code.
4060 * Improvements to Gdk color handling so we greatly reduce server traffic and
4061   don't leak colors anymore.
4062 * Improved internal widget tree iterators (the GtkContainer::foreach signal
4063   vanished because of this).
4064 * Option menus can have the keyboard focus now.
4065 * More fixups to the text widget.
4066 * GtkFileSelection should behave much more nicely in combination with AFS now.
4067 * Support for label underlining.
4068 * Support for GLib 1.1.3 log domains.
4069 * Documentation improvements.
4070 * Configuration fixes on various platforms.
4071 * Miscellaneous fixes to XInput support.
4072 * Build with shared library dependencies on Linux
4073 * Fix for a major bug in the type systems memory allocation code that could
4074   cause random crashes.
4075 * Libtool update to version 1.2b.
4076 * Lots of bugfixes and cleanups again ;)
4077
4078
4079 What is new in GTK+ 1.1.1:
4080
4081 * Tutorial updates and additions.
4082 * Key binding support for GtkListItems and GtkList.
4083 * Extended selection mode and autoscrolling for GtkLists.
4084 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
4085 * GtkCTreeNodes can now be created from GNode trees.
4086 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
4087
4088
4089 What is new in GTK+ 1.1.0:
4090
4091 * New widget GtkFontSelector.
4092 * New featureful progress bar.
4093 * New container widget GtkPacker.
4094 * New object GtkItemFactory, GtkMenuFactory is deprecated.
4095 * New key binding system, configurable via rcfiles, similar to styles.
4096 * New widget GtkCTree with drag selections and keyboard movement and
4097   and horizontal scrolling. Features also implemented for GtkCList.
4098 * Significant speedups to widget creation and destruction through caching
4099   colormap and visual queries to the XServer.
4100 * Speedups for type creation and especially gtk_type_is_a() checks.
4101 * Speedups in signal lookup, creation and emissions and connection handling.
4102 * Minor speedups with object data allocation and destruction.
4103 * Additions to the signal handling API (e.g. *_emitv).
4104 * Support for rc-file reparsing.
4105 * Resizing logic is now implemented on container widget basis, rather than
4106   for toplevel GtkWindows only.
4107 * Buttons support relief styles now.
4108 * Some widgets are now allocated through memchunks to behave more memory wise.
4109 * Newly included file gtkfeatures.h which defines compatibility macros to
4110   test for certain API features upon program compilation.
4111 * Child arguments support for container widgets.
4112 * Far better support for object arguments, revamp of the underlying
4113   mechanism for speed and reusability. Child/object arguments don't
4114   need to be preceded by the "GtkType::" portion anymore.
4115 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
4116   is now performed by a new widget GtkAccelLabel.
4117 * Overhaul of the resizing code. Resizing behaviour can now be specified
4118   on GtkContainer basis, so the underlying algorithm isn't only available
4119   for GtkWindows.
4120 * GtkTables are now fully resizable.
4121 * The GtkType system now supports an additional base class initialization
4122   function.
4123 * GtkStyles and key bindings can now be looked up depending on the base
4124   types of a widget, through a new keyword `class' in rc files.
4125 * GtkButton derives from GtkBin (finally).  
4126 * More descriptive error messages on rc parsing.  
4127 * Runtime information is available to query enum/flag definition values.
4128 * Upgrade to libtool-1.2
4129 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
4130   including those that already went into the 1.0.x branch.
4131 * A big bunch of features and cosmetic fixups that just got lost in
4132   the masses of changes.