]> Pileus Git - ~andy/gtk/blob - NEWS
More updates
[~andy/gtk] / NEWS
1 Overview of Changes in GTK+ 3.3.20
2 ==================================
3
4 * Theming:
5  - Reduced memory consumption in the css parser
6  - Fixed Windows theme rendering under XP
7  - Support for background-position
8
9 * Build requirements:
10  - cups 1.2 is now required for the cups print backend
11  - X11 pre-R6 is no longer supported
12  - XI2 is a build requirement
13
14 * Bug fixes
15  657385 gtk_menu_popup() not introspected
16  662023 gnome-panel crashes with multiple screens
17  670176 Warning when removing a child from a box if the child has...
18  671065 gtk: Prefer group-0 keycodes
19  671453 Improve the configure check for XInput 2.2
20  671488 smooth-scroll support for textview
21  671659 generates too many scroll events with a delta of 0
22  671819 Crash (stack overflow) in gtk_range_grab_notify
23  671898 Collate should be enabled by default
24  672009 gtk 3.3.18, missing "enter" events with pads devices, le...
25  672117 Link from stable gtk reference to unstable broken
26  672125 gtk_enumerate_printers() doesn't call the destroy notify...
27  672173 shell window: category view broken with gtk+ 3.3.19+
28  672182 Commit 66c99016 breaks building if cups 1.2 is not available
29  672367 Toggle-able table cells lack the 'toggle' action
30  671588 selectable labels loose the selection too easily
31         x11: Avoid spurious focus events on grabs
32
33 * Translation updates
34  Arabic
35  Assamese
36  Basque
37  Brazilian Portuguese
38  British English
39  Bulgarian
40  Catalan
41  Catalan (Valencian)
42  Danish
43  Esperanto
44  French
45  Galician
46  German
47  Gujarati
48  Hungarian
49  Latvian
50  Lithuanian
51  Norwegian bokmål
52  Portuguese
53  Punjabi
54  Russian
55  Serbian
56  Spanish
57  Traditional Chinese
58
59
60 Overview of Changes in GTK+ 3.3.18
61 ==================================
62
63 * Add support for touch devices
64  - New device types GDK_SOURCE_TOUCHSCREEN and
65    GDK_SOURCE_TOUCHPAD for direct and indirect
66    touch devices
67  - New event GdkEventTouch and GDK_TOUCH_MASK
68  - New signal GtkWidget::touch-event
69
70 * Add support for smooth scrolling
71  - Scroll events can contain scroll deltas,
72    obtainable via gdk_event_get_scroll_deltas()
73  - Scroll direction for such events is GDK_SCROLL_SMOOTH
74  - To receive scroll events, widgets must now
75    set either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK
76
77 * GtkScrolledWindow will do kinetic scrolling
78   with touch devices
79
80 * XInput2 is now required for building the X11
81   backend, support for XInput1 has been removed
82
83 * Deprecations are now versioned, and new API is
84   marked with the version it was introduced.
85   Use these with GDK_VERSION_{MIN,MAX}_REQUIRED
86
87 * Theming:
88  - Memory consumption of the CSS parser has been reduced
89  - CSS selectors of the form "a + b" and "a ~ b" work now
90
91 * Bug fixes:
92  650693 Drawing errors in column headers when adding...
93  655065 Build failure on OS X 10.7 Lion
94  668141 button: don't be active when holding the mouse...
95  669335 Render a background in the scrollbars junction area
96  669342 overlay: add left/right/top/bottom style classes...
97  670555 I can't change GtkInfoBar text color via the theme
98  670881 Deactivate the menu if the window is withdrawn
99  671057 colorchooser can't remove palette
100  671070 Correct GroupSwitch mask
101  671170 GtkTable and GtkGrid alignment problem
102
103 * Translation updates:
104  Basque
105  Belarusian
106  Brazilian Portuguese
107  Bulgarian
108  Estonian
109  Finnish
110  Galician
111  Hungarian
112  Kazakh
113  Korean
114  Polish
115  Persian
116  Punjabi
117  Serbian
118  Slovenian
119  Swedish
120  Telugu
121  Spanish
122  Ukranian
123  Vietnamese
124
125
126 Overview of Changes in GTK+ 3.3.16
127 ==================================
128
129 * The widget-factory theme test is now installed
130   as a demo named gtk3-widget-factory
131
132 * The Raleigh theme is now a pure fallback theme
133   that doesn't share any CSS with other themes
134   anymore
135
136 * GtkColorSelectionDialog has been deprecated in
137   favor of a new color chooser widget named
138   GtkColorChooserDialog
139
140 * The GtkApplication session support has been simplified
141
142 * Bug fixes:
143  612283 Clarification for GtkListStore::gtk_list_store_insert_with_values
144  668114 odd spacing in about dialog credits
145  669116 GtkNotebook's child-notify::position not always emitted...
146  669208 x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonRelease
147  669511 gtkcsstypes.c: variable is declared at middle of block
148  669636 gtkactiongroup: clarify set_translation_domain docs
149  669638 gtkbuilder-menus: translation-domain can be NULL
150  669794 Orca + Trees/Tables == incorrect cells presented, crashes...
151  669947 gtkuimanager: clarify @pos of insert_action_group
152  670077 license text has poor alignment with close button
153  670078 no stroke around credits scrollable area
154  670400 First shortcut capture is broken
155
156 * Translation updates:
157  Belarusian
158  Bulgarian
159  Danish
160  Estonian
161  Galician
162  Hebrew
163  Italian
164  Japanese
165  Kazakh
166  Lithuanian
167  Norwegian bokmål
168  Spanish
169  Traditional Chinese
170
171
172 Overview of Changes in GTK+ 3.3.14
173 ==================================
174
175 * Theming
176  - Fixes for border handling in GtkEntry,
177    GtkCellRendererText, GtkComboBox
178  - Parse values more carefully, supporting
179    percentages, angles
180  - Implement CSS linear-gradient syntax
181  - Support background-size
182  - Support a gtk.gresource file in themes
183
184 * Bugs fixed
185  543520 Cups custom options are not sent properly
186  649121 Crash in GtkAppChooserDialog packagekit button
187  669176 Regression: atk-add-key-event-listener doesn't work
188
189 * Updated translations
190  Galician
191  Norwegian bokmål
192  Spanish
193
194
195 Overview of Changes in GTK+ 3.3.10
196 ==================================
197
198 * GtkApplication:
199  - Move application menu handling over from GIO
200  - Fix resize grip positioning in GtkApplicationWindow
201
202 * Wayland:
203  - Make combo boxes work
204  - Make key modifiers work like on X11
205  - Make mouse buttons work correctly
206
207 * Quartz:
208  - Make key modifiers work more like they do on X11
209
210 * Printing:
211  - Fix handling of custom cups options
212
213 * Accessibility:
214  - Bring key snooping support back for now
215
216 * Translation updates:
217  Spanish
218
219
220 Overview of Changes in GTK+ 3.3.8
221 =================================
222
223 * GtkApplication:
224  - Supports logout notification and inhibiting
225  - Buttons, toolbuttons and switches can now be connected
226    to GActions
227
228 * GtkSpinButton no longer allows to change the value
229   when not editable
230
231 * GtkLabel link support has been rewritten to be be
232   more robust
233
234 * GtkBuilder:
235  - Supports the 'id' in GtkComboBoxText
236  - Can parse GVariant-valued properties
237  - Support loading from a GResource
238
239 * GtkImage:
240  - Support loading from a GResource
241
242 * GtkUIManager:
243  - Support loading from a GResource
244
245 * Accessibility:
246  - key snooping support has been removed
247
248 * Wayland backend:
249  - Cursor handling updates
250  - Look for cursors in the 'weston' directory
251  - Make resize grips work
252  - Implement device grabs
253  - Implement window geometry hints
254  - Set surface type based on window type hint
255  - Add basic clipboard and selection implementations
256  - Implement client-side keyboard repeat
257  - Update GdkWindow focus state to match reality
258
259 * Theming:
260  - Improved CSS compliance for selector matching
261  - Improved CSS compliance for value resolution,
262    including full support for 'inherit', 'initial',
263    'currentColor', 'none'
264  - Support border-style properties
265  - 'window-unfocused' has been renamed to 'backdrop'
266
267 * New deprecations:
268  - GdkColor
269  - GtkButton::inner-border
270
271 * Miscellaneous:
272  - Turn default theme css files and dnd cursors into
273    GResources
274
275 * Bugs fixed:
276  543520 Cups custom options are not sent properly
277  612396 ...default of entry-text-column for GtkComboBoxText
278  613728 Rationalize GtkTreeView focus
279  620240 GNOME Drag & Drop broken for remote X sessions
280  629878 Missing "Back" and "Forward" icons for Firefox
281  631414 Add symbolic constants for event emission control
282  639875 crashes when unparenting a tab from a window...
283  657367 GtkAction: Hold a reference to proxy widgets
284  659516 gtk_css_provider_to_string lacks "since" tag
285  660139 GtkGrid gives Gtk-Warnings about negative sizes when empty
286  660309 check x11 backend when create xim module
287  663479 "Finishing" ("Completion") and "Advanced" tabs are empty
288  665015 "Widget (%s) has more than one label" unwanted warnings
289  666103 Should be able to match the parent where a dropdown menu...
290  666600 allocate the CSS border and deprecate GtkButton-inner-border
291  666685 SIGSEGV in _gtk_tree_selection_internal_select_node
292  666710 Fix compose sequences disabling other sequences
293  666842 [patch] "sticky" window state reported wrongly on X11
294  667018 Fix compilation on Windows
295  667229 gtkspinbutton: Respect value of inherited 'editable' property
296  667394 Gtk(Tool)Button: add an 'action-name' property
297  667473 gdk_rgba_free (NULL)
298  667485 gdk_rgba_parse error checking
299  667534 Non-XInput2 build fix
300  667546 GApplication doc mentions g_application_set_app_menu
301  667628 GtkWindow:application property should have G_PARAM_CONSTRUCT
302  667695 GAction leaked in examples/plugman.c
303  667705 fix up GtkApplication on OS X
304  666921 Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec...
305
306 * Translation updates:
307  Arabic
308  Bulgarian
309  Finnish
310  Hebrew
311  Norwegian bokmål
312  Spanish
313
314
315 Overview of Changes in GTK+ 3.3.6
316 =================================
317
318 * GtkApplication has grown support for exporting application
319   menus and menubars on the bus, as a GMenuModel. The
320   new GtkApplicationWindow toplevel automatically
321   displays these menu models when needed.
322
323 * GtkSpinButtons have received a long-overdue face-lift
324   to make them easier to use with both mouse and touch.
325
326 * GtkScale has gained a has-origin property to request
327   filled-in drawing of the trough.
328
329 * GtkWindow can now request that the window manager hide
330   the titlebar when the window is maximized.
331
332 * The GtkTreeView accessibility support and the core
333   treeview code have been extensively refactored;
334   performance should be much improved. But watch out
335   for regressions.
336
337 * The GtkFileChooser entry completion code has been
338   extensively refactored; it now uses GtkEntryCompletion
339
340 * Excessive dependencies have been culled from Requires:
341   lines in pc files. Dependent modules may have to declare
342   dependencies that they were getting 'for free' in the past.
343
344 * Theming improvements:
345  - The background-clip and background-origin CSS properties
346    have been implemented
347
348 * Win32 improvements:
349  - Theming of column headers, radio buttons and menuitems,
350    notebook tabs, etc has been fixed
351  - Menus, tooltips, and other popups show above the task bar
352
353 * Wayland:
354  - The Wayland backend has been updated to the current Wayland API
355
356 * Bugs fixed:
357  603823 Print to File suggests ".ps" as filename...
358  640317 gtk_draw_insertion_cursor should be moved to gtk_render
359  646461 Leak in gtkfilechooserbutton.c: model_free_row_data
360  650943 Clicking resize grip causes strange mouse grabbing beh...
361  661428 Allow themes to know when a toplevel window appears un...
362  662814 Request for way to tell gtk_recent_manager_add_item_qu...
363  664137 Crash in Audacious audio player when browsing the add ...
364  664456 segfault on arrow keypress in empty GtkIconView
365  664467 prop-editor is broken for GdkColor properties
366  664469 color button doesn't notify "color" and "alpha" when c...
367  664537 GtkCssProvider: don't segfault when CSS file is not found
368  664640 CUPS authentication does not work
369  665140 Draw the scale split
370  665326 FTBFS: missing Xi/Pango/Fc for gtk-query-immodules-3.0
371  665616 Add hide-titlebar-when-maximized setting
372  665741 Crashes in treeview when pressing End key.
373  665999 Introspection wrong for GDK_INPUT_ONLY vs GDK_INPUT_OUTPUT
374  666242 Separators in menuitem are not vertically aligned
375  641999 Consider adding a workarea API
376  657578 Toggling the state of a GtkCheckButton causes accessible...
377  659445 Accessible event.any_data is incorrect for text-removed...
378  663573 Rework GtkFileChooserEntry
379  666392 widget: Flip the sensitive flag even if the state doesn't...
380  666552 Layered region is leaked in GdkWindow
381
382 * Updated translations
383  Breton
384  Kazakh
385  Russian
386  Slovak
387  Spanish
388
389
390 Overview of Changes in GTK+ 3.3.4
391 =================================
392
393 * The beagle search backend has been dropped
394
395 * Stop using GDK/GTK_DISABLE_DEPRECATED guards for deprecated
396   functions; instead use function attributes
397
398 * Make GtkCellRendererAccel support naked keyvals, so it can
399   be used in gnome-control-center
400
401 * GDK changes
402  - Make the Mod1 == Alt assumption official
403  - The Broadway backend has initial support for V7+ websockets
404
405 * GtkApplication no longer uses gtk_main internally
406
407 * GtkNotebook now destroys its action widgets, instead of leaking them
408
409 * Theming improvements:
410  - Background images can now be tiled instead of stretched,
411    using the background-repeat CSS property
412  - Unfocused windows can be themed differently, using
413    the 'window-unfocused' state flag
414
415 * Accessibility improvements:
416  - Much better treeview performance
417  - Completely ignore invisible columns in treeviews
418  - Many a11y/treeview-related crashes fixed
419  - Combo box keybindings are reported again
420  - Textview respects display lines again
421
422 * OS X improvements:
423  - Improved handling of motion events and event state
424  - Handle recursive CFRunLoops
425  - More fixes to accel handling
426
427 * Win32 improvements:
428  - Many fixes, making this the first version of GTK+ 3 that
429    works well on Windows
430
431 * Bugs fixed:
432   84314 gdk_display_sync() and gdk_flush()
433  142874 use of SetWindowLong in gdkwindow-win32.c causes incorrect...
434  169811 configure_event and window-state-event are not emitted con...
435  171456 "Keep Above" option in Gimp broken on Win32
436  324254 Realizing a top-level window widget early positions it at 0,0
437  516822 gtk_window_fullscreen does not resize correctly if removing...
438  542777 Scroll-Wheel doesn't scroll (Win)
439  552041 Windows' System Menu from taskbar is buggy
440  603559 gtk should handle missing immodules better
441  604156 gtk_window_set_modal() freezes application completely
442  606727 Can't bind keys on numerical keypad with numlock on
443  612359 Dialog positioning hints fail on Windows 7
444  616544 win32 drag and drop (DnD) broken for GTK+ 3
445  628049 Native windows don't work very well
446  631384 Images pasted from clipboard are shifted/wrapped
447  647460 typo in msw_style.c?
448  652239 win32: resurect Windows clipboard selection notification
449  658841 Ensure native window in gdk_win32_drawable_get_handle()...
450  658842 Fix win32 _gdk_windowing_window_at_pointer - port to gtk3
451  659151 Cannot obtain accessible keybinding for comboboxes
452  659257 Gtk-WARNING **: GtkRecentChooserWidget 0x80da890 is mapped...
453  661858 Add annotations for some GtkRadio* constructors
454  661859 Add annotations for some GtkSymbolicColor constructors
455  661997 Gtk crashes when changing the TreeView model while rubber...
456  662160 gtk_print_operation_cancel fails
457  662628 Add keyboard brightness to keyname-table.h
458  662670 Pressing "Enter" in print dialog box will not cause printing
459  662691 menuitem: Always treat submenus as popup
460  662755 Keycode support in GtkCellRendererAccel broken
461  662839 Fix XIGrabKeycode usage
462  662870 Fix introspection annotations for GtkRadioToolButton
463  662953 x11: Fix window manager change detection
464  663073 gtk_dialog_new_with_buttons should be G_GNUC_NULL_TERMINATED
465  663138 iconview: layout items immediately when setting a GtkTreeModel
466  663182 Dragging any item on OS X crashes Banshee
467  663345 'from gi.repository import Gtk' fails in jhbuild
468  663396 With multiple master devices, right clicking may show popup...
469  663522 css: start background-repeat
470  663605 Fix event->state of many event types on quartz
471  663694 GtkTreeViewAccessibleCellInfo are leaked
472  663761 gtk: Fix GtkCellRenderer ignoring keycodes
473  663825 calling gtk_progress_bar_set_fraction with a fraction > 1.0...
474  663856 Make option-foo accelerators use the right symbol
475  663994 GtkTextView no longer reports the correct line text to ATs...
476  664021 GtkSpinButton: Clarify clamping behavior in gtk_spin_button...
477  664027 Build fails with undefined reference to `gdk_keymap_get_mod...
478  664132 gdk_cairo_region_create_from_surface broken on PPC...
479
480
481 Overview of Changes in GTK+ 3.3.2
482 =================================
483
484 * GtkCellRendererAccel can show virtual modifiers
485
486 * Theming improvements:
487  - CSS: 'transparent' can be used a color
488  - Improved notebook tab rendering
489  - Support opacity and rounded corners for tooltips
490
491 * OS X improvements:
492  - Disable mnemonics
493  - Make Option work as a modifier
494  - Cleanup of modifiers: Alt/Option is MOD1, Command is MOD2
495  - Fix keyval <> Unicode and lowercase/uppercase mapping
496
497 * Improvements of cross-platform key and button event handling:
498  - Support '<Primary>' in accelerator strings
499  - Use approprivate modifiers for extending and modifying
500    selections, depending on the platform
501  - Use the appropriate button for triggering context menus,
502    depending on the platform
503
504 * Bugs fixed:
505  628936 gtk build fails because of objective-c elements
506  653289 GtkCellRendererText "edited" signal not emitted...
507  655057 rendering issues with map plugin
508  657770 Write to released memory in gtkdnd-quartz.c
509  658767 Drag and Drop NSEvent capture is racy
510  658772 Directory paths for resource directories are hard-coded
511  659022 gtk_tree_model_filter_clear_cache_helper: assertion failed
512  659655 3 errors in Spanish translation of gtk+
513  660687 roxterm X crashes with accessibility enabled
514  660730 Use of "struct stat" breaks Windows
515  659602 Provide an abstraction for the platform's use...
516  659406 Abstract what triggers a context menu
517  660619 __SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined
518  599617 a modern tooltip look
519  628936 gtk build fails because of objective-c elements
520  631167 GtkComboBox with has-entry=true should not require...
521  651818 Crash in gtk_app_chooser_refresh()
522  659672 gtk_tree_view_column_dispose() does not remove from tree...
523  660139 GtkGrid gives Gtk-Warnings about negative sizes...
524  660833 all: add an 'only-child' pseudo-class selector
525  661032 out-of-tree builds result in broken gtk-doc documentation
526  661089 gtkfontbutton.c will not compile on Solaris
527  661780 GTK_STOCK_INDENT references wrong images
528  661835 GMountOperation on OpenBSD: remove the need for kvm(3)
529  662024 tests/css/parser/selector.errors missing from EXTRA_DIST
530  662132 --sync
531  662177 Toolbar returns invalid paths for toolbar items
532  662230 treemodel: document gtk_tree_path_free() as allow-none
533  662308 Scrollbars seem to unconditionally reserve a space...
534  662467 tooltip: only update shape if the window is realized
535  662481 Clean up the gtkprivate directory redefinition mess
536  662629 notebook: update tab area allocation when switching page
537
538 * Translation updates
539  Brazilian Portuguese
540  British English
541  Catalan (Valencian)
542  Czech
543  Dutch
544  Esperanto
545  Japanese
546  Galician
547  Latvian
548  Serbian
549  Spanish
550  Simplified Chinese
551  Traditional Chinese
552  Vietnamese
553
554
555 Overview of Changes in GTK+ 3.2
556 ===============================
557
558 * GtkFontChooser:
559  - More speed ups. The font chooser will now load
560    instanteously, even if you have thousands of fonts
561
562 * Bug fixes
563  659826 new broadband connection weirdness in assistant
564  659966 Fix module blacklisting
565  640741 Fix return value fo gtk_tree_view_column_cell_get_position
566         Assertion in the treeview accessible code
567         Fix erroneous beeping in textview keynav
568
569 * Translation updates
570  Assamese
571  Basque
572  Brazilian Portuguese
573  Bulgarian
574  Catalan
575  Czech
576  Danish
577  French
578  Galician
579  German
580  Hungarian
581  Japanese
582  Korean
583  Latvian
584  Lithuanian
585  Oriya
586  Polish
587  Portuguese
588  Russian
589  Slovenian
590  Spanish
591  Swedish
592  Telugu
593
594
595 Overview of Changes in GTK+ 3.1.92
596 ==================================
597
598 * GtkIconView:
599  - Cells will now be prelighted, if you set the
600    GtkCellRendererPixbuf::follow-state property.
601
602 * GtkFontChooser:
603  - Speed up population of the font list somewhat.
604    More speedups are expected in 3.2
605
606 * Bugs fixed:
607  615501 GtkIconView does not support prelight cells
608  658981 Inability to effectively clear string indicator in stf imp...
609  659241 GtkPaned initially allocates space for separator, even if...
610  659247 link-button: Reset the mouse cursor when destroyed
611
612 * Translation updates:
613  Asturian
614  Belarussian
615  Brazilian Portuguese
616  British English
617  Bulgarian
618  French
619  Galician
620  German
621  Latvian
622  Portuguese
623  Punjabi
624  Russian
625  Serbian
626  Slovenian
627  Swedish
628
629
630 Overview of Changes in GTK+ 3.1.90
631 ==================================
632
633 * GtkAppChooserButton: A new function has been added
634   that makes it possible to have the button select the
635   default app (as opposed to the most-recently-used app).
636
637 * A lot of feedback on the the tree model refactoring has
638   been incorporated via new test cases and bug fixes
639
640 * The filechooser search has been ported to tracker 0.12
641   and is using the tracker DBus API directly now.
642
643 * The new fontchooser API has been reworked a bit to make
644   it follow the same pattern we use else where. GtkFontChooser
645   is now an interface that is implemented by GtkFontChooserButton,
646   GtkFontChooserDialog and GtkFontChooserWidget (to which the
647   original GtkFontChooser has been renamed).
648
649 * Bugs fixed
650  514843 gtkfilechooser should be more robust to malformed URIs...
651  617583 Dead accents keys don't work in GTK+ applications on OSX
652  642706 No way to select the default entry
653  657353 GtkTreeModelFilter hangs when filtering
654  657627 new font chooser API inconsistent
655  658272 Port gtksearchenginetracker.c to tracker 0.11/0.12
656  658379 Disabled devices still added to list on startup
657  658398 Use of uninitialized variable reported by Valgrind
658  658507 better comboboxes for right to left languages
659  658600 Geany crashes when reopening file chooser dialog
660  658696 Crash when inserting a new node
661  658774 Regression: GtkFileChooserButtons do not expand
662
663 * Translation updates:
664  Belarusian
665  British English
666  French
667  Galician
668  Indonesian
669  Italian
670  Latvian
671  Norwegian bokmål
672  Persian
673  Polish
674  Portuguese
675  Punjabi
676  Simplified Chinese
677  Slovenian
678  Spanish
679  Swedish
680  Tamil
681
682
683 Overview of Changes in GTK+ 3.1.18
684 ==================================
685
686 * GtkFileChooser:
687  - It is no possible to go to the containing folder of a
688    selected file in recent files or search results.
689
690 * Bugs fixed
691  530253 typo ifaces under gtk_tree_view_set_reorderable
692  566202 GTK_SELECTION_MULTIPLE description unclear
693  581435 gtk_tree_view_set_drag_dest_row() needs more documentation
694  655631 Description of x and y parameters in gtk_render_arrow is in...
695  657793 Support NULL sibling in gtk_grid_attach_next_to
696  657882 gtk_css_provider_propagate_error's signature not updated...
697  657963 themingengine: remove xthickness FIXME from gtk_render_line()
698  657985 reeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators
699  658008 Centered text alignment in GtkAssistant is wrong
700  658077 Add theming support to GtkPathBar
701  658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_...
702  658168 Gtk-Message: Failed to load module "gail"
703  658200 gtk_toolbar_finalize() does stuff it shouldn't
704         Fix colord support in the print dialog
705
706 * Translation updates
707  Belarusian
708  Brazilian Portuguese
709  Esperanto
710  Galician
711  Korean
712  Lithuanian
713
714
715 Overview of Changes in GTK+ 3.1.16
716 ==================================
717
718 * Make distcheck work again, and fix errors that crept in by
719   lack of a working distcheck.
720
721 * Bugs fixed:
722  656223 GtkToolShell: Move vfunc default results to default impl...
723
724
725 Overview of Changes in GTK+ 3.1.14
726 ==================================
727
728 * GtkTreeView:
729  - The GtkTreeModelFilter and GtkTreeModelSort implementations
730    have been improved and a comprehensive test suite has been added.
731
732 * GtkFileChooser:
733  - The selected file(s) can now be copied to the clipboard
734
735 * Bugs fixed:
736  656851 Allow use of GVariant in GtkListStore
737  344858 gtk_menu_item_new_with_label() created widget with refcount 2
738  349502 option to copy full path in "Save AS"/"Open file" dialogs
739  621076 GtkTreeModelFilter does not emit all signals in some situations
740  634136 GtkTable::children accessor
741  649588 crash when sending a notification: "Gdk-CRITICAL **: gdk_visual_...
742  650762 gtk_misc_set_alignment replacement with the new API functions
743  651827 Crash in check_application()
744  656986 GtkSwitch is unusable when added to primary toolbar.
745  657146 Missing files in POTFILEs.in
746  657260 Gtk should use AtkWindow and remove that hack on GailUtil
747  657359 Crash when specifying data length in gtk_css_provider_load_...
748  657384 missing accessors for GdkEvent structures
749
750 * Translation updates:
751  Galician
752  German
753  Gujarati
754  Indonesian
755  Norwegian bokmål
756  Persian
757  Russian
758  Serbian
759  Spanish
760  Swedish
761  Traditional Chinese
762  Uighur
763
764
765 Overview of Changes in GTK+ 3.1.12
766 ==================================
767
768 * GtkFontChooserDialog: A newly designed font selection dialog
769   that is intended to replace GtkFontSelectionDialog
770
771 * Drawing of focus rectangles is now optional; it can be turned
772   off altogether, or until actual keyboard interaction happens,
773   with the gtk-visible-focus setting.
774
775 * OS X: Fixes for 10.7 (Lion)
776
777 * Bugs fixed:
778  407885 A new GtkFontSelectionDialog
779  508601 Copying from GTK+ applications causes crash
780  599664 The print dialog should not block while looking for an...
781  645258 Add gtk_text_iter_assign API
782  649567 hide focus rectangles when not keynavigating
783  652991 Remove local copy of introspection.m4
784  653817 Would like GtkGrid methods to insert rows/columns
785  653964 Installing MinGW32 build misses gdk/win32 headers
786  655074 Fix crash with undecorated windows on MacOS Lion
787  655122 Crash when resizing window on MacOS Lion
788  655173 small memory leak in GtkStyleProperty
789  655495 Make X11-specific functions introspectable
790  655496 X11-specific objects methods are introspected as static functions
791  655545 condition can never be true in gtk_tree_view_real_set_cursor
792  655822 Removal of GSettings key causes crash on upgrades
793  656098 Tweak GtkAppChooser's short description
794  656421 3.1.10: G_DISABLE_DEPRECATED detection breaks compilation
795
796 * Translation updates
797  Brazilian Portuguese
798  Bulgarian
799  Russian
800  Spanish
801  Swedish
802  Traditional Chinese
803
804
805 Overview of Changes in GTK+ 3.1.10
806 ==================================
807
808 * Assorted file chooser improvements/redesign:
809  - Remove the expander in Save mode
810  - Move the path bar up in Save mode
811  - Remember the last opened directory
812  - Start in recently-used mode when no folder is set
813  - Update recent-files when confirming in the file chooser
814
815 * Accessibility:
816  - Gail has been merged into GTK+ and is no longer a module
817  - A testsuite for a11y functionality has been added
818
819 * Theming:
820  - Icon view cells can now have a border
821
822 * GtkMountOperation can now show processes on OpenBSD
823
824 * Gdk input devices now expose their XInput2 device ID
825   via gdk_x11_device_get_id()
826
827 * Bugs fixed:
828  653450 gtkfilechooser crashes when adding favorite
829  653705 GtkAssistant doesn't notice destroyed pages
830  653947 Crash in gdk/x11/gdkdevicemanager-xi2.c:get_event_window
831  654125 gdkoffscreenwindow set any impl handlers to null...
832  654179 iconview: make it possible for selected cells to render...
833  654428 focusable labels are emitting inappropriate object:text-sel...
834  654678 Message dialog's primary text font increases on every call...
835  654695 Memory corruption in gtk_theming_engine_register_property()
836  654720 void return issues cause compile issues for GTK 3.1.8
837  655009 Clamp border radius following CSS specs
838  654266 No longer possible to set empty text on a GtkProgressBar
839
840 * Translation updates:
841  Galician
842  German
843  Hebrew
844  Latvian
845  Lithuanian
846  Norwegian bokmål
847  Persian
848  Polish
849  Slovenian
850  Spanish
851  Uighur
852
853
854 Overview of Changes in GTK+ 3.1.8
855 =================================
856
857 * Theming improvements:
858   - Multiple colors are now supported
859   - Support CSS font properties like font-size, font-family, etc
860   - nth-child works for toolbars too
861
862 * Bug fixes:
863  652506 Improve GtkAssistant button labels
864  652618 themingengine: shrink the background size to the padding-box
865  652769 Reordering/removing hidden children in GtkBox results in 100% CPU
866  653053 Avoid GApplication being released twice...
867  653191 uninitialized variable in completion_match_func
868  653333 Assigned value is garbage or undefined in gtktoolpalette.c:565
869  653512 GtkEntryCompletion: Use a PAGE_STEP macro instead of a magic number
870  653785 GtkStyleContext ignores style classes when getting style properties
871
872 * Translation updates:
873  Belarusian
874  Dutch
875  Galician
876  Hebrew
877  Norwegian bokmål
878  Persian
879  Slovenian
880  Spanish
881
882 Overview of Changes in GTK+ 3.1.6
883 =================================
884
885 * GtkOverlay is a new container that allows to place one or more
886   'overlay' widgets on top of another widget. This can be used
887   for 'floating statusbars' and similar interfaces.
888
889 * GtkLockButton has been simplified in appearance to look like
890   a normal button
891
892 * GtkNotebook now supports height-for-width layout
893
894 * Accessibility for menuitems and combo boxes has been restored
895
896 * The horizontal and vertical subclasses of GtkBox, GtkPaned,
897   GtkSeparator, GtkScrollbar, GtkScale and GtkButtonBox have
898   been deprecated
899
900 * The print dialog can now display color profile information
901
902 * Many enhancements and fixes to CSS theming
903  - The CSS parser has been rewritten with the goal of better
904    CSS compliance and improved error handling
905  - A testsuite for the parser has been added
906  - Attributes can be inherited from parent widgets
907  - Shorthand properties are supported
908  - Color and font attributes are now inherited
909  - Borders and padding are now handled much more consistently,
910    and border-radius support is more complete
911  - text-shadow, box-shadow and icon-shadow attributes are now
912    supported
913  - nth-child works for boxes
914
915 * Bug fixes:
916  353712 allow reducing selection in GtkLabel
917  576492 GtkBuilder does not respect G_PARAM_CONSTRUCT properties
918  624539 Keep track of last focused window
919  634491 gtk_tree_path_append_index() is linear in the number of indices
920  634994 Explicitly declare internal reserved bits in GdkModifierType
921  641087 Wish: GtkApplication::window-added signal
922  642768 Make tracker search backend a bit less verbose
923  642773 Make file search non-case sensitive
924  642929 GtkFileChooserDialog with GTK_FILE_CHOOSER_ACTION_CREATE_...
925  644906 gtkimcontextime.c: NULL pointer reference
926  646859 GtkCssProvider.load_from_data introspection
927  649314 Add support for the text-shadow property
928  649779 Add missing gtk_widget_override_* annotations
929  649972 Crash when loading an ui file with an empty GtkGrid
930  649979 Argument count TypeError from Gtk.TreeView.enable_model_drag_...
931  650012 GtkAppChooser* documentation does not document the content_type
932  650110 Add sanity check in GtkEntryCompletion
933  650114 gtk_entry_set_completion does not destroy idle source
934  650167 Unused variable in GtkEditable example code
935  650202 Optimization in theme_subdir_load (gtkicontheme.c)
936  650302 Combo box menu items should expose their displayed text
937  650382 GtkButton uses wrong values in grab
938  650418 menu: don't use the border as a padding value
939  650420 all: avoid boxed structs copying where possible
940  650424 treeview: theming-related fixes
941  650530 GtkAssistant beautification patches
942  650664 gtkstatusbar: gtk_misc_set_alignment () function replacement
943  651194 Should support border-image as a shorthand property
944  651706 gdk: Update keysyms list from latest X.org headers
945  651707 Move private functions to private headers
946  651734 GtkLockButton: symbolic icon is fuzzy
947  651979 compose-parse.py can not work with the newest gdkkeysyms.h...
948  652045 file open dialog refuses to open or complete non-local files
949  652102 Issues when redrawing multiple GdkWindows
950  652103 Add a GtkPrinterOptionWidget type of label to just show info...
951  652282 build: fix win32 configure checks
952
953  * Updated translations
954  Catalan (Valencian)
955  Esperanto
956  Galician
957  Hebrew
958  Norwegian bokmål
959  Slovenian
960  Spanish
961
962
963 Overview of Changes in GTK+ 3.1.4
964 =================================
965
966 * GtkAssistant has received a visual refresh; as a side-effect,
967   the various image properties are no longer used
968
969 * GtkTextView can now handle RGBA colors
970
971 * GtkFileChooser now remembers the last opened directory
972
973 * GtkLockButton is a new widget to control dialogs with
974   PolicyKit (or other) permissions
975
976 * Size allocation changes:
977  - GtkPaned and GtkMenuBar now do height-for-width
978  - GtkAccelLabel is smarter about hiding the accel if too small
979  - GTK+ now warns if widgets are under-allocated; this
980    may cause considerable noise, it will be turned off
981    before the next stable release
982  - Label size allocation has been reworked, check your labels
983  - No longer try to guess the size of labels; this makes
984    it more important to give windows reasonable default
985    sizes or set width-chars/max-width-chars on labels
986  - The computation of initial window size has been reworked,
987    check your windows
988
989 * A test framework for mozilla-style reftests has been added
990
991 * GDK Broadway backend changes:
992  - Improved key event handling
993  - Make resize grips work
994  - Make window close buttons work
995  - Stream data over websocket
996
997 * Bugs fixed:
998  618815  mnemonics aren't displayed when Alt is already pressed...
999  626457  Add a lock button widget
1000  626503  Critical warning in GtkTreeView
1001  642214  GTK+ 3.0 fails to compile caused by linking with libuuid...
1002  644426  GNOME-wide default to remember last folder
1003  646517  "Sending message (completed)" ellipsized in French
1004  646876  Free MenuPopulateData struct in all the cases.
1005  647284  GtkLabel does not honor width-chars anymore.
1006  647790  GtkMenuShell: don't leak a GSList
1007  647806  gtk_combo_box_set_active_id() nit picks
1008  647962  Desensitize "Select All" when GtkEntry is empty
1009  648136  design refresh for gtkassistant
1010  648419  crash in remove_capslock_feedback at gtkentry.c...
1011  648570  Mnemonics don't show under some letters
1012  648943  Drop the last remaining translated g_warning/g_error calls
1013  649295  gtkdnd: Add API that takes GIcon
1014  649313  gdk_window_set_cursor() sets cursor for random set of devices
1015  649457  probable leak in icon theme
1016  649593  GtkProgressBar theming fixes
1017
1018 * Translation updates:
1019  Galician
1020  Greek
1021  Lithuanian
1022  Luganda
1023  Spanish
1024  Uighur
1025
1026
1027 Overview of Changes in GTK+ 3.1.2
1028 =================================
1029
1030 * Theming fixes and enhancements
1031  - GtkNotebook has an initial-gap style property
1032  - GtkNotebook tab drawing fixes
1033  - Fix problems with transparent backgrounds in panel applets
1034  - Style classes for 'inline' and 'primary' toolbars and sidebars
1035  - Dark theme information is made available to window managers via
1036    the _GTK_THEME_VARIANT property
1037  - Improved rendering of insensitive text
1038  - Support non-uniform border withs in the default engine
1039  - Fix prelight on treeview expanders
1040  - Make it possible to give combo boxes, buttons, entries a
1041    uniform height
1042
1043 * GtkEntry supports 'hinting'
1044
1045 * GtkExpander can resize toplevel windows when expanding
1046
1047 * GtkGrid supports RTL flipping
1048
1049 * GtkStatusIcon reads the _NET_SYSTEM_TRAY_ICON_SIZE property
1050   to get information about the preferred icon size
1051
1052 * To help with debugging of rendering problems, GDK consults
1053   the GDK_RENDERING environment variable. Possible values include
1054   'similar', 'image' and 'recording'
1055
1056 * Fix some problems with XI2 and input methods
1057
1058 * New, experimental GDK backends:
1059  - broadway, which targets HTML5
1060  - wayland, which targets the wayland display server
1061  To build these backends, use the --enable-broadway-backend
1062  and --enable-wayland-backend configure options.
1063  To use them at runtime, set the GDK_BACKEND environment variable
1064  to 'broadway' or 'wayland'. Other backend-specific setup may
1065  still be required, such as running a wayland server.
1066
1067 * Bugs fixed:
1068  440963 Add hinting to GtkEntry
1069  635254 Check whether a resolution is set in GtkPrintSettings...
1070  639584 initial emission of GtkWidget:style-set is not happening
1071  640692 GtkNotebook has wrong background colour when border and...
1072  642712 improve the file chooser design
1073  642918 Sensitivity of buttons sometimes screws up
1074  643805 Allow GtkExpander to resize the toplevel upon expanding...
1075  643841 Make initial gap before the first tab of the notebook...
1076  644276 paned: don't set the "pane-separator" style class...
1077  644348 notebook: make GtkNotebook respect the focus-padding...
1078  644353 Missing annotations in Gtk/Gdk Window...
1079  644355 credits toggle inconsintency
1080  644570 handles with a background image don't work
1081  644777 range: allow stepper-spacing > 0 and trough-under-...
1082  644836 gdk_keyval_to_unicode returns incorrect value...
1083  644847 GdkDeviceManagerXI2: process send_event core events
1084  644925 widget: reset widget style after applying style classes...
1085  644975 styleproperties: make sure to merge the font...
1086  644976 Fix "backspace", "enter", "escape" input.
1087  645057 ./configure fails on gtk+3.0 git head
1088  645134 switch: fix boundaries for the switch motion
1089  645172 radiobutton: don't forget to set the insensitive state...
1090  645176 Closing display causes segfault
1091  645232 symbolic status icons are the wrong size
1092  645234 Leaky calls to gdk_device_manager_list_devices()
1093  645235 Free the motion hint infos in GdkDisplay
1094  645236 Don't leak translate queue in GdkDisplay
1095  645341 pre dialog set CAPSLOCK is ignored.
1096  645354 window: Export theme variant to X11
1097  645405 themingengine: don't hardcode white to draw insensitive...
1098  645458 styleproperties: don't replace when merging...
1099  645937 Drawing model docs are outdated
1100  645960 GtkTreeSelection has no property to set mode
1101  646338 gdk_x_io_error() should call _exit(), not exit()
1102  646446 gtkprintunixdialog.c: set_cell_sensitivity_func leaks badly
1103  646457 Leak in gtkfilechooserdefault.c: search_selected_foreach...
1104  646458 Leak in gtkfilechooserdefault.c: list_row_activated
1105  646460 Weirdness in gtkfilechooserbutton.c: set_info_get_info_cb
1106  646461 Leak in gtkfilechooserbutton.c: model_free_row_data
1107  646462 Leak in gtkappchooserbutton.c: select_application_func_cb
1108  646500 GTK+ 3.1 causes terminals to start up with 0 height
1109  646815 Ref leak in gtk_color_button_clicked
1110  646882 Theming fixes for GtkButton and GtkCombobox
1111  646886 Do not leak list when drawing notebook.
1112  647086 Mismatched style_context_[save/restore] calls
1113  647152 Assertion `GTK_IS_PRINTER (printer)' failed...
1114  647244 Toggling the 'Deletable' option under the general...
1115  647275 Opening messages in Evolution and Empathy...
1116  647278 Small cleanup in statusbar
1117  647594 README link to mailing list is broken
1118  554057 Calling gtk_menu_shell_select_item() on GtkMenuBar...
1119
1120 Updated translations:
1121  Afrikaans
1122  Assamese
1123  Bengali
1124  Brazilian Portuguese
1125  British English
1126  Bulgarian
1127  Catalan
1128  Czech
1129  Danish
1130  Dutch
1131  French
1132  Galician
1133  German
1134  Greek
1135  Hindi
1136  Hungarian
1137  Indonesian
1138  Japanese
1139  Korean
1140  Kurdish
1141  Portuguese
1142  Romanian
1143  Russian
1144  Serbian
1145  Simplified Chinese
1146  Slovenian
1147  Spanish
1148  Swedish
1149  Traditional Chinese
1150  Uighur
1151  Ukrainian
1152
1153
1154 Overview of Changes in GTK+ 3.0.2
1155 =================================
1156
1157 * GtkSettings have been made multi-backend-safe
1158
1159 * Many improvements to themability and the default theme
1160  - GtkScale slider theming can adjust to scale marks, using style classes
1161  - A new style class for 'primary' toolbars
1162  - Widget style classes can now be specified in GtkBuilder files
1163  - Improved scrollbar drawing
1164  - Improved combobox drawing
1165  - Improved spinbutton drawing
1166  - Improved switch drawing
1167  - Improved checkbutton drawing
1168  - Improved menu drawing
1169  - Improved notebook tab drawing
1170
1171 * Bugs fixed:
1172  643041 Gtk-CRITICAL **: gtk_render_slider: assertion `height > 0'...
1173  643131 gtk_tray_icon_dispose
1174  643170 gtk_file_chooser_set_filename does not work if "Show hidden...
1175  643216 Extraneous emits of GdkScreen::monitors-changed
1176  643321 Keypresses in window contextual menu go through to app
1177  643347 consider allowing style data in builder data
1178  643370 gtk_style_context_get_font return NULL
1179  643440 gdkconfig.h included in tarball
1180  643496 GtkDialog does not use separators any more. Description is...
1181  643543 App Chooser classes abort if no content-type is given
1182  643584 crash in gdk_event_free()
1183  643630 Tabs disappear from notebook on scrolling back and resizing...
1184  643685 Normalise marks positions internally in GtkScale
1185  643911 Inactive tab content allocation should respect tab-overlap
1186  643912 Tab allocation should respect tab-curvature
1187  643925 Mouse wheel is following URLs
1188  643967 Add a style property to flip rendering order
1189  644089 treeview: propagate the selected state from the row
1190
1191 * Translation updates:
1192  Esperanto
1193  German
1194  Latvian
1195  Portuguese
1196  Russian
1197  Simplified Chinese
1198  Slovenian
1199  Spanish
1200  Ukrainian
1201
1202
1203 Overview of Changes in GTK+ 3.0.1
1204 =================================
1205
1206 * A autoconf macro, GTK_CHECK_BACKEND, has been added
1207   to allow easy checking for certain gdk backends
1208
1209 * A number of memory leaks and segfaults involving accessibility
1210   have been fixed
1211
1212 * Bugs fixed:
1213  586201 GtkLinkButton doesn't implement neither HyperLink nor...
1214  599907 Gail implementation of atk_add_key_event_listener return...
1215  626730 Check menu item does not set indeterminate state
1216  630971 gailstatusbar attempts to cast a GtkHBox to a GtkBin
1217  633291 Handle Shift-keys in X11 gdk_test_simulate_key()
1218  642213 gtk_widget_render_icon_pixbuf fails with non-standard...
1219  642263 undefined reference to "GTK_IS_SOCKET" and "GTK_IS_PLUG"
1220  642541 Missing semi-colon in gtkseparatormenuitem.c
1221  642677 "migrating" guide not in sync with GTK+ 3.0
1222  642681 gtk_combo_box_text_get_active_text doesn't work as stated
1223  642751 Typo in migrating-2to3.xml
1224  642771 Fix tiny leak in tracker backend
1225  642772 GTK does not correctly process input sent via SendInput...
1226  642778 TextView broken for large files
1227  642782 gail_misc_buffer_get_run_attributes doesn't set background-gdk...
1228  642791 Fix a typo in gtk_socket_notify
1229
1230
1231 * Translation updates:
1232  Bengali India
1233  British English
1234  Bulgarian
1235  Hebrew
1236  Hungarian
1237  Korean
1238  Norwegian bokmål
1239  Punjabi
1240  Spanish
1241  Uighur
1242  Ukranian
1243  Vietnamese
1244
1245
1246 Overview of Changes in GTK+ 3.0.0
1247 =================================
1248
1249 * Library sonames have been changed from libgdk-3.0 and libgtk-3.0
1250   to libgdk-3 and libgtk-3.
1251
1252 * Bugs fixed:
1253  632775 Back / Forward button's icons don't respect RTL settings
1254  639846 GdkEventScroll events are sent twice
1255  639945 Gtk.Widget does not have drag_* methods (but in pygtk it did)
1256  640801 Crash gtk_tree_view_reset_header_styles at gtktreeview.c:11871
1257  641196 Fix another GtkFixed regression, in gtk_fixed_forall()
1258  641302 show something nicer than XF86AudioMute etc
1259  641367 [region] gnome-applications ignore layout switching
1260  641409 not chaining up in ::style-updated
1261  641429 Errors creating a GtkWidget without a display
1262  641431 Apply button goes grey after two mode switching
1263  641517 "Migrating from libunique to GtkApplication" examples do not do...
1264  641558 GtkCssProvider leaks path string
1265  641621 Use faster new G_VALUE_COLLECT_INIT variant instead...
1266  641640 Update autotools configuration
1267
1268 * Translation updates:
1269  Arabic
1270  English
1271  Galician
1272  Hebrew
1273  Korean
1274  Norwegian bokmål
1275  Polish
1276
1277
1278 Overview of Changes in GTK+ 2.99.3
1279 ==================================
1280
1281 * This release adds some forgotten padding to class structs,
1282   and thus breaks ABI for a last time before 3.0
1283
1284 * Many Introspection annotation improvements
1285
1286 * We no longer build the gtk-update-icon-cache utility, and
1287   use a preexisting one, if --enable-gtk2-dependency is passed
1288   to configure
1289
1290 * GtkBuilder can now fill GtkComboBoxText and GtkMenToolButton
1291   widgets with data, as well as GtkFileFilters and GtkTextTagTables
1292
1293 * GtkImage now has a ::use-fallback property to allow generic
1294   fallback with GIcons and icon-names (e.g. for symbolic icons)
1295
1296 * There's a new gtk_text_view_get_cursor_locations() to enable
1297   popup-at-cursor functionality
1298
1299 * The application chooser widgets can now set a custom
1300   dialog heading
1301
1302 * The file chooser and application chooser widgets have received
1303   minor visual improvements
1304
1305 * gtk-auto-mnemonics is now backed by an XSetting
1306
1307 * Defaults for GtkSettings, as well as theme-specific settings,
1308   are now read from key files
1309
1310 * Key themes are now supported again, their syntax has been changed
1311   to be CSS-like
1312
1313 * More objects use GtkStyleContext directly now:
1314   GtkTreeView
1315   GtkIconView
1316   GtkCellArea
1317   GtkCellRendererText
1318   GtkCellRendererPixbuf
1319   GtkCellRendererAccel
1320   GtkCellRendererProgress
1321
1322 * GtkPlug and GtkSocket have been reduced to X11-specific API, and
1323   using them requires including the <gtk/gtkx.h> header, and uses
1324   of GdkNativeWindow in their APIs have been replaced by the X11
1325   Window type.
1326   A number of other API changes were necessary in GDK to ensure
1327   that multiple GDK backends can coexist:
1328   - GdkNativeWindow has been dropped
1329   - The GdkEventOwnerChange owner field is a GdkWindow now
1330   - The GdkEventSelection requestor field is a GdkWindow now
1331   - The GtkWidget::client_event vfunc is gone
1332   - GdkEventClient is gone, together with related API:
1333     gdk_add_client_message_filter
1334     gdk_display_add_client_message_filter
1335     gdk_screen_broadcast_client_message
1336     gdk_event_send_client_message
1337     gdk_event_send_client_message_for_display
1338     gdk_event_send_clientmessage_toall
1339   - gdk_drag_get_protocol_for_display has been changed to
1340     gdk_window_get_drag_protocol
1341
1342 * Migration guide and tutorial and other documentation improvements
1343
1344 * Bug fixes
1345  322926 FileChooser: Alt-Shift-Down should work like Alt-Down
1346  351755 GTK_RANGE (range) -> round_digits should be exposed...
1347  586635 gtk_info_bar_add_button() should return GtkButton*
1348  590459 Text is sometimes not pasted at the right location
1349  598952 Implement object attribute to expose toolkit/source
1350  626336 Warning when activating GtkButton outside of an event...
1351  634677 assertion in finalize assuring that buffer is NULL...
1352  635287 Specify packages when generating GIR
1353  636691 Rendering icons with prelight state doesn't...
1354  638920 gail should provide toolkit as an AtkAttribute
1355  639139 Subclassing GtkIconView broken lately in master
1356  639186 gtk_paper_size_new fails to recognize valid name
1357  639325 Generated introspection broken
1358  639380 Critical warnings when detaching tab
1359  639455 accel cell renderer critical warning
1360  639520 Update docs about colormap to use visual instead.
1361  639531 No error is given when attempting to save to "nonexistent...
1362  639625 Crashes on dereferencing a NULL GtkBorder.
1363  639750 Support css3 colors
1364  639754 Must widget class names begin with uppercase letter?
1365  639767 password not accepted in gnome-screensaver dialog
1366  639792 Regional panel: "Add" dialog: combos not sorted
1367  639822 Synthesized button2/button3 does not transfer source_device
1368  639845 insensitive and separator items in comboboxes not working...
1369  639931 gtk_application_add_window() docs should mention window destr...
1370  639949 pygobject leaks references on GtkWindows
1371  640005 removable media dialog should use app names
1372  640006 choose app dialog shows other apps by default
1373  640011 Selects application on cancel
1374  640105 Crash showing a offscreen window with a textview inside
1375  640161 GtkFileChooserWidget 0xbbf6c0 is mapped but visible=1...
1376  640188 gdk_pixbuf_get_from_drawable missing from migration guide
1377  640195 gdk_cairo_create gets cairo context with badly clipped...
1378  640282 insensitive, active check button becomes sensitive
1379  640313 BadDevice X error when ungrabbing a SLAVE device
1380  640391 Display lines between rows when window is focused
1381  640487 crash on gtk_statusbar_remove_all()
1382  640698 Incompatibility in 'matched-selected' signal invocation
1383  640712 GtkAssistant fonts are too big
1384  640744 mount-operation: don't show the dialog until the tree...
1385  640902 X11 headers included by default in public headers
1386  640965 XCompose does not work with GTK+ 2.99.x
1387  640983 GtkSettings: Fix theme not updating for dark theme
1388  640999 GtkSpinner Class check macro is invalid
1389  641023 assertion `hash_table != NULL' failed in gtkplug.c
1390  641039 Cannot expand/collapse nodes by mouse
1391  641042 assertion `G_IS_OBJECT (object) in gdkevents.c
1392  641059 Fix several bugs handling GtkTrayIcon symbolic colors
1393  641073 Please be consistent with GtkEntryCompletion
1394  641176 Fix crash in gtk_fixed_remove()
1395
1396 * Translation updates
1397  Arabic
1398  Basque
1399  Catalan
1400  Chinese
1401  Esperanto
1402  Estonian
1403  Galician
1404  German
1405  Greek
1406  Hebrew
1407  Italian
1408  Kazakh
1409  Norwegian bokmål
1410  Persian
1411  Punjabi
1412  Spanish
1413  Uighur
1414
1415
1416 Overview of Changes in GTK+ 2.99.2
1417 ==================================
1418
1419 * More widget are using GtkStyleContext directly:
1420  GtkToolItemGroup, GtkMenuItem, GtkImageMenuItem, GtkMenu,
1421  GtkTearoffMenuItem, GtkCheckMenuItem, GtkMenuShell
1422
1423 * gtk-builder-convert now accepts a --target-version option
1424
1425 * Bug fixes:
1426  637965 GtkTreeCellDataFunc called with a wrong column arguments
1427  639127 Misc Win32 GDK building problems
1428  639157 GtkOrientable should add/remove "horizontal" and "vert...
1429  639209 Allow toggling the GtkSwitch by clicking the handle
1430  639286 include gtk/gtktextattributes.h not installed
1431  639327 gtk-builder-convert needs to convert gtkcomboboxentry...
1432
1433 * Translation updates:
1434  Arabic
1435  Basque
1436  Hebrew
1437
1438 Overview of Changes from GTK+ 2.99.0 to 2.99.1
1439 ==============================================
1440
1441 * More widgets are using GtkStyleContext directly:
1442   GtkColorButton, GtkColorSelection, GtkHSV,
1443   GtkFontSelection, GtkPrintUnixDialog, GtkImage,
1444   GtkLayout, GtkViewport, GtkTextDisplay, GtkTextUtil,
1445   GtkCalendar
1446
1447 * GtkBuilder support has been added for setting menus
1448   on GtkMenuToolButtons and for adding tags to
1449   GtkTextTagTable as well as adding items to
1450   GtkComboBoxText
1451
1452 * Bug fixes:
1453  350618 start rubber banding on "white space"
1454  612918 Support disabling X11 extensions
1455  635687 problem with pygtk or gtk with gtk.Plug and gtk.Socket...
1456  638017 GtkTextView: Crash in gtk_text_view_set_tabs()
1457  638119 GtkSpinner animation not correctly stopped...
1458  638880 Need a setter for has_user_ref_count
1459  639030 Small cleanup in gailtextview code.
1460  639047 Fix remaining usage of g[dk]ktargetlib.
1461  639079 Obtain the fg color from the renderer
1462  639105 Port GtkTextDisplay to StyleContext.
1463  639106 New CSS style misses distinction between "selected focused"...
1464  639127 Misc Win32 GDK building problems
1465  639157 GtkOrientable should add/remove "horizontal" and "vertical"...
1466
1467 * Translation updates:
1468  British English
1469  Galician
1470  Hebrew
1471  Indonesian
1472  Spanish
1473
1474
1475 Overview of Changes from GTK+ 2.91.7 to 2.99.0
1476 ==============================================
1477
1478 * Deprecations and removals:
1479  - Long-obsolete linuxfb-related GtkWindow APIs have been dropped
1480  - All remaining G_SEALed struct members have been removed
1481  - GtkThemeEngine has been removed
1482  - gdk_display_get_window_at_device_position() has been renamed to
1483    gdk_device_get_window_at_position()
1484  - gdk_display_get_device_state() has been renamed to
1485    gdk_device_get_position()
1486  - gdk_device_set_source() has been dropped
1487  - gdk_set_pointer_hooks(), gdk_display_set_pointer_hooks() and
1488    gdk_display_set_device_hooks() have been removed
1489  - The deprecated GtkNotebook:tab-pack child property has been removed
1490  - The deprecated gtk_quit_add() functions have been removed
1491  - The GtkRange update-policy facility has been removed
1492
1493 * The gtk-update-icon-cache and gtk-builder-convert utilities have
1494   been renamed back to their un-suffixed names. Distributions will
1495   have to resolve the conflict between GTK+ 2.x and 3.0 packages
1496   by dropping one set of the utilities and adding a dependency.
1497
1498 * It is now possible to include multiple GDK backends in a single
1499   library. The --with-gdk-backend option has been split into separate
1500   --enable-{x11,win32,quartz}-backend options.
1501
1502 * The GDK Quartz backend has been ported to the new GDK backend API
1503
1504 * A number of widgets have been ported to use GtkStyleContext directly:
1505   GtkAccelLabel, GtkArrow, GtkSeparator, GtkSpinButton, GtkMessageDialog,
1506   GtkFrame, GtkEventBox, GtkScrolledWindow, GtkProgressBar, GtkEntry,
1507   GtkFileChooserEntry, GtkSwitch, GtkHandleBox, GtkToolbar, GtkFixed,
1508   GtkToolPalette, GtkAboutDialog, GtkAssistant, GtkTrayIcon, GtkPaned,
1509   GtkToolButton, GtkSocket, GtkRecentChooser, GtkTooltip, GtkPathBar,
1510   GtkWin32EmbedWidget, GtkCellView, GtkDialog, GtkDrawingArea, GtkPlug,
1511   GtkEntryCompletion, GtkFileChooserButton, GtkFileChooser, GtkHandleBox,
1512   GtkLinkButton, GtkOffscreenWindow
1513
1514 * Various problems with width-for-height geometry management have been
1515   fixed in GtkAlignment, GtkCheckButton, GtkBin
1516
1517 * The GtkComboBox, GtkIconView and GtkCellView widgets have been ported
1518   to use GtkCellArea for their cell layouts
1519
1520 * The cups print backend can now send print jobs directly in PDF if
1521   cups supports it
1522
1523 * GtkNumerableIcon is a variant of GEmblemedIcon for using numbers
1524   as emblems
1525
1526 * Bugs fixed:
1527  144324 Leaking dnd contexts with XDnD
1528  165987 unsets DESKTOP_STARTUP_ID
1529  307963 GtkSpinButton clamps value with the wrong maximum.
1530  321958 gtk.Calendar Notes should also say the format of year
1531  533745 Segfault on gdk.DragContext.drag_get_selection()
1532  553404 Out-of-date comment in gtk_text_view_add_child_in_window()
1533  559503 Description should mention gregorian
1534  560177 Applications should send print jobs to CUPS in PDF format...
1535  562182 gtk_init() docs inaccurate
1536  599130 Ending a drag using space or enter doesn't always cause a...
1537  617312 Move documentation to inline comments: GtkDialog
1538  617315 Move documentation to inline comments: GtkDrawingArea
1539  617322 Move documentation to inline comments: GtkEntryCompletion
1540  617327 Move documentation to inline comments: GtkExpander
1541  617471 Migrate API docs from templates to source files...
1542  621720 Use $(AM_V_GEN) to silent the build a bit.
1543  622125 Note that gtk_show_uri needs gvfs to spawn URLs
1544  629955 Deprecate/remove gtk_main and gtk_init_add/remove* API
1545  633795 gdk_event_get_state wrongly extracts GDK_PROPERTY_NOTIFY...
1546  634711 Xlib warning when RANDR is missing
1547  635299 add gtk_selection_data_get_data_with_length API...
1548  637691 Eating events breaks proxied DND
1549  637721 gtk 2.91.6 issue with gtkcellrendererprogress
1550  637736 [GtkAboutDialog] Newlines are ignored in translator-credits
1551  637763 [GtkAboutDialog] no longer display contact link
1552  637834 gtk_widget_verify_invariants: relax toplevel checks
1553  637849 Shell segfaults when unicode characters after U+00FF...
1554  637895 gdk_pointer_grab() deprecated comment is not helpful enough
1555  637907 gtkwindow.h includes a private header
1556  637910 GtkSpinner - does not animate
1557  637958 print dialog doesn't fit on netbook screen size
1558  637974 Gtk+ 2.91.7 build of introspection fails
1559  638179 in draw signal handle call gtk_style_context_add_provider...
1560  638193 GtkSpinButton documentation out of date
1561  638231 GtkSwitch states translation
1562  638386 gdk_x11_display_init_input careless
1563  638580 'application' window's property released too late
1564  638608 gtkenums: add GTK_STATE_FLAG_NORMAL = 0
1565
1566 * Updated translations:
1567  Estonian
1568  Kurdish
1569  Norwegian bokmål
1570  Punjabi
1571  Spanish
1572  Swedish
1573  Uighur
1574
1575
1576 Overview of Changes from GTK+ 2.91.6 to 2.91.7
1577 ==============================================
1578
1579 * The treeview-refactor branch has been merged, bringing more
1580   flexible cell arrangement with GtkCellArea, GtkCellAreaBox, etc
1581
1582 * The gdk-backend branch has been merged. This branch cleans up the
1583   internal frontend/backend separation in GDK, with the ultimate goal
1584   of allowing to build a single gdk library that contains multiple
1585   backends (interesting combinations are x11+wayland or quartz+x11).
1586
1587   For now, GDK is still restricted to a single backend, but
1588   as a first step, the libraries no longer include the backend name
1589   in their soname, but are just libgdk-3.0.so and libgtk-3.0.so.
1590
1591   Only the x11 backend has been kept up to date with this cleanup
1592   work, other backends are broken in this release.
1593
1594 * Deprecations and removals:
1595  - G_SEALed struct members have been removed from GtkWindowGroup,
1596    GtkDrawingArea, GtkTreeStore, GtkTreeModelSort, GtkTreeSelection,
1597    GtkSocket, GtkPrintJob, GtkSelectionData
1598  - Input device handling:
1599    - gdk_display_list_devices, gdk_display_get_core_pointer,
1600      gdk_input_set_extension_events, gtk_widget_set_extension_events,
1601      gdk_devices_list have been removed
1602    - gdk_display_warp_device has been replaced by gdk_device_warp
1603    - gdk_enable_multidevice has been replaced by gdk_disable_multidevice
1604  - Drag-and-Drop:
1605    gdk_drag_context_new, gdk_drag_find_window and gdk_drag_get_protocol
1606    have been removed
1607  - Property handling:
1608    Functions that deal with X11-specific encodings such as Compound Text
1609    have been moved to backend-specific API:
1610    gdk_string_to_compound_text[_for_display],
1611    gdk_utf8_to_compound_text[_for_display], gdk_free_compound_text,
1612    gdk_text_property_to_text_list[_for_display], gdk_free_text_list,
1613    gdk_text_property_to_utf8_list
1614  - Foreign windows:
1615    Functions for dealing with GdkWindow wrappers around foreign
1616    windows have been moved to backend-specific API.
1617  - Application launching:
1618    The gdk_spawn_* APIs have been removed, since they were trivial
1619    wrappers around g_spawn_* on most platforms and can be replaced
1620    by GIO GAppInfo APIs.
1621  - Misc. other functions: gdk_net_wm_supports, gdk_set_locale,
1622    gdkx_visual_get have been either removed, gdk_set_sm_client_id
1623    has been moved to backend-specific API.
1624
1625 * A number of GTK+ widgets have been ported to use GtkStyleContext
1626   directly for rendering
1627
1628 * The tracker search backend for the file chooser has been updated
1629   to work with libtracker-sparql as available in tracker >= 0.9
1630
1631 * The GtkAboutDialog has been given a facelift. It no longer
1632   opens second-level dialogs
1633
1634 * The GDK X11 backend now uses XI2 (including multi-device capabilities)
1635   by default. Use gdk_disable_multidevice() to switch back to the
1636   XI1/Core implementation
1637
1638 * Bug fixes:
1639  629923 Consider always calling unmap() when unsetting MAPPED flag
1640  634657 Dynamically attached calendar does not respond to mouse clicks
1641  635401 Setting conflict warning does not disappear when conflict is fixed
1642  636732 Gtk+ fails to build
1643  636777 Leak in gtk_css_provider_get_named
1644  637018 Add checks for id-column/entry-text-column >= 0
1645  637069 Custom print settings set in custom-widget-apply are lost
1646  637155 Remove vestiges of support for themes using XSHAPE
1647  637156 Optimize gtk_widget_shape_combine_region (widget, NULL, ...)
1648  637189 gtk_cell_renderer_spin_start_editing uses g_ascii_strtod but...
1649  637243 docs: fix link failure on gtk-doc scanner binaries
1650  637256 gtkstylecontext: fix typos in annotations
1651  637464 Fix GdkWindowFilter internal refcounting
1652  637471 GTK2_RC_FILES should be renamed to GTK3_RC_FILES
1653  637520 Gtk+ seems to have broken Mutter
1654  637606 Missing out annotations for gtk_accelerator_parse and...
1655  637608 Problems with the new AboutDialog
1656
1657 * Translation updates:
1658  Estonian
1659  Hebrew
1660  Kazakh
1661  Norwegian bokmål
1662  Persian
1663  Spanish
1664  Vietnamese
1665
1666
1667 Overview of Changes from GTK+ 2.91.5 to 2.91.6
1668 ==============================================
1669
1670 * Deprecations, cleanups and API changes:
1671  - GdkDrawable and some X11-specific APIs have been removed
1672  - GtkStyle and GtkRcStyle have been deprecated
1673  - The GdkWindowClass enumeration is now GdkWindowWindowClass
1674  - gdk_window_get_geometry lost its depth argument
1675  - The old, unused gtk_decorated_window_... functions have
1676    been removed.
1677
1678 * GtkComboBox has gained an 'active id' property that is
1679   intended for easy binding to settings
1680
1681 * GtkAppChooser: A new family of widgets that allow choosing
1682   an application to open a file. This is strongly based on
1683   the corresponding nautilus dialog, which it is replacing.
1684
1685 * The GtkStyleContext branch has been merged, changing the APIs
1686   that are used to do themed drawing, and the theme engine interfaces.
1687   Among the new classes are GtkStyleContext (replacing GtkStyle) and
1688   GtkCssProvider (replacing the gtkrc parser). The migration guide
1689   contains a chapter about porting from GtkStyle to GtkStyleContext.
1690
1691 * Bugs fixed:
1692  549720 Add a way to hide GtkScale's slider
1693  582557 need open with dialog box to use with IBM's Lotus Notes...
1694  619148 "active ID" properties (GtkComboBox)
1695  636060 use ATK_DEFINE_TYPE where possible
1696  636129 invalid uninstantiatable type `(null)' in cast to `GtkSpinner'
1697  636388 gtk3-demo craches (segfault) when pressing a key in the textarea...
1698  636511 New style override functions do not work on textview
1699
1700 * Updated translations:
1701  Estonian
1702  Galician
1703  Hebrew
1704  Persian
1705  Slovenian
1706  Spanish
1707
1708
1709 Overview of Changes from GTK+ 2.91.4 to 2.91.5
1710 ==============================================
1711
1712 * GtkSwitch: a new widget that provides switch-like on/off functionality
1713
1714 * Deprecations and cleanups:
1715  - GtkCallbackMarshal and GtkFunction have been deprecated
1716  - gtk_init_add has been removed
1717  - The ::size-request signal has been removed
1718  - GtkRuler has been removed
1719
1720 * The default value for the GtkBox::fill property has been changed
1721   back to TRUE
1722
1723 * Bugs fixed:
1724  613942 Deprecate GtkRuler, GtkVruler and GtkHRuler
1725  629955 Deprecate / remove gtk_main and gtk_init_add / remove* API
1726  633324 Stop invoking size-request completely
1727  633896 Printing: Use XDG_DOCUMENTS_DIR as the default location...
1728  634474 infinite loop in gtk_icon_view_accessible_set_adjustment
1729  634558 Selecting "Search" should focus text box for keyboard entry
1730  634592 GtkNotebook doesn't expand (in a typical GtkDialog)
1731  634697 gdk: Add XSetting for "gtk-cursor-blink-timeout"
1732  634821 Fix a BadMatch when create an icon pixmap for an ARGB visual
1733  634987 add a switch widget
1734  635175 Leak in gtk_plug_realize
1735  635253 GtkRadioButton constructors don't mark group as "allow-none"
1736  635307 iconcache: Ensure we don't lose data on power loss
1737  635380 gdk_event_apply_filters is unsafe against changes in filter list
1738  635588 clicking URL to be opened freezes the application for 3-5 seconds
1739  635693 Bad pointer grab bug with GtkMenu/GtkComboBox
1740  635879 Change the gdk_rgba_parse() function to be usable from bindings
1741
1742 * Updated translations:
1743  Arabic
1744  British English
1745  Catalan
1746  Czech
1747  German
1748  Hungarian
1749  Indonesian
1750  Norwegian bokmål
1751  Romanian
1752  Thai
1753  Uyghur
1754
1755
1756 Overview of Changes from GTK+ 2.91.3 to 2.91.4
1757 ==============================================
1758
1759 * Bugs fixed:
1760  609622 disappearing statusicon
1761  631331 window icons don't work anymore
1762  632894 Only show Desktop in file chooser button if there is one
1763  633670 Child minimum/natural size is not respected by GtkScrolledWindow
1764  633762 Correctly convert colors to CSS and deal with librsvg limitations
1765  633915 gtk_button_box_child_requisition() mishandles size allocations
1766  634060 Support for GIcon pixbufs
1767  634338 Move GtkPaned documentation to inline comments
1768  634339 Move GtkProgressBar documentation to inline comments
1769  634340 Move GtkPageSetup documentation to inline comments
1770
1771 * Translation updates
1772  Japanese
1773  Estonian
1774
1775
1776 Overview of Changes from GTK+ 2.91.2 to 2.91.3
1777 ==============================================
1778
1779 * The scrollable interface has gained some extra properties
1780   to influence scrolling behaviour: [hv]scroll-policy
1781
1782 * The size_request vfunc and signal have been deprecated and
1783   are no longer used inside GTK+ itself
1784
1785 * GtkAssistant has added a custom page type that gives full
1786   control of button visibility
1787
1788 * The homogeneous parameter has been removed from gtk_box_new
1789
1790 * Bugs fixed:
1791   61852 GtkTextBuffer needs a case insensitive search
1792  576498 GtkAssistant seals members without adding accessors
1793  612611 auto-mnemonics breaks menu scrolling
1794  633050 need gtk_combo_box_new_with_model_and_entry
1795  633216 Make gdk_rgba_to_string() take a const GdkRGBA
1796  633274 Add error trap around call to XFixesChangeSaveSet()
1797  633374 Port tests to GtkScrollable API...
1798  633500 statusbar labels behind resize grip on startup
1799
1800 * Updated translations:
1801  Catalan (Valencian)
1802  Estonian
1803  Galician
1804  Hebrew
1805
1806
1807 Overview of Changes from GTK+ 2.91.1 to 2.91.2
1808 ==============================================
1809
1810 * GtkApplication has been rewritten. It mostly relies on GApplication
1811   API now. Remaining functions include gtk_application_new() and
1812   gtk_window_set_application()
1813
1814 * A GtkScrollable interface has been added and implemented by all
1815   scrollable widgets. GtkScrolledWindow has ::min-display-width/height
1816   properties to control the minimal size of the content area.
1817
1818 * GtkComboBox changes:
1819  - Popups can be wider than the combo box itself
1820  - The deprecated GtkComboBoxEntry subclass has been removed
1821  - The deprecated combo box text convenience API has been removed
1822
1823 * GtkRecentManager changes:
1824  - Store xbel file in XDG_USER_DATA
1825  - Add gtk_recent_info_create_app_info()
1826  - Add gtk_recent_info_get_gicon()
1827  - Coalesce multiple changes
1828
1829 * GtkIconView allows tree models (ignoring anything below the root level)
1830
1831 * GtkProgressBar, GtkSpinButton, GtkEntry and GtkCalendar no longer have
1832   their own input-output window
1833
1834 * gtk_widget_hide_all() has been removed
1835
1836 * GtkGrid: A legacy-free, height-for-width grid container
1837
1838 * GDK gained a GdkRGBA color struct containing 4 doubles, and various
1839   GdkColor APIs have GdkRGBA counterparts now.
1840
1841 * Bugs fixed:
1842  324899 GtkComboBoxText needs API to remove all items
1843  438318 Deprecate and remove hide_all()
1844  524304 Use XDG_USER_DATA to store the recent files
1845  617174 gtkrecentinfo & GIcon
1846  632381 gtk_combo_box_text_new_with_entry() adds two text cell renderers
1847  632538 Move setting property registration in gtksettings.c
1848  632539 Do not install gtkprivate.h
1849  632677 restore copyright header
1850  632736 change the window class of entry from INPUT_OUTPUT to INPUT_ONLY
1851  632936 gtkcellrenderer gdkrgba changes not correct
1852
1853 * Translation updates:
1854  Arabic
1855  Galician
1856  Hebrew
1857  Japanese
1858  Norwegian bokmål
1859  Spanish
1860  Telugu
1861
1862
1863 Overview of Changes from GTK+ 2.91.0 to 2.91.1
1864 ==============================================
1865
1866 * GTK+ can now add a resize grip to any window. The resize
1867   grip functionality in GtkStatusbar has been removed.
1868
1869 * A very old bug in the handling of geometry widgets has
1870   been fixed, and a way to set geometry in terms of the
1871   geometry widget has been added: gtk_window_resize_to_geometry()
1872
1873 * The GtkFileChooser now uses GSettings to store its settings
1874   instead of the keyfile ~/.config/gtk-2.0/gtkfilechooser.ini
1875
1876 * GtkWrapBox has been dropped from GTK+ again. The widget
1877   will be available in libegg until clear use cases have
1878   been established.
1879
1880 * GtkWidget now has horizontal and vertical expand flags, in
1881   the form of ::hexpand and ::vexpand properties. These flags
1882   are intended to obsolete most custom container-specific
1883   expand child properties, over time.
1884   Expandability is inherited up the widget hierarchy.
1885
1886 * GtkComboBoxEntry has been deprecated in favor of a
1887   ::has-entry property on GtkComboBox.
1888
1889 * The GtkComboBox text convenience API (gtk_combo_box_new_text(), etc)
1890   has been deprecated in favor of a new GtkComboBoxText class.
1891
1892 * GtkLinkButton has gained a ::activate-link signal that
1893   can be used to suppress the default behavior.
1894
1895 * The very outdated tutorial has been dropped from the GTK+ distribution,
1896   and a new 'Getting started' section has been added to the API
1897   documentation that will accumulate tutorial material over time.
1898
1899 * Bugs fixed:
1900   68668 Fix handling of geometry widget
1901  313350 Return type of gtk_accelerator_get_default_mod_mask...
1902  351247 GtkScrolledWindow is mis documented
1903  423201 gtk_combo_box_entry_active_changed does not transform...
1904  563002 Doesn't call 'update-preview' on set_filename
1905  612396 Implement GtkComboBoxText subclass to supersede "text"...
1906  613728 Rationalize GtkTreeView focus
1907  628902 use expand flags to determine window resizability
1908  629722 save_entry_get_info_cb() doesn't behave correctly
1909  629778 Scrolled window does not behave properly with height-for...
1910  629955 Deprecate / remove gtk_main and gtk_init_add / remove* API
1911  630850 Use GSettings for the filechooser settings
1912  630900 GtkCellRendererClass: unify const of GdkRectangle args
1913  631203 Scrolling in GtkTextView can use 100% cpu
1914  631311 Obvious fix for nasty crash in menu code
1915  631473 Fix GTK+3 documentation
1916  631475 Two old GDK_foo key macros left in gdk/quartz/gdkkeys-quartz.c
1917  631599 Allow to use arbitrary surfaces for offscreen windows
1918  631719 Action-based menu accelerators don't synch with GtkMenuItem
1919  631794 Warn when calling gtk_window_parse_geometry() on an empty...
1920  631976 Remove GtkWidgetAuxInfo from GtkScrolledWindow
1921  632059 Move the introduction of the tutorial in the reference
1922  632095 GtkTargetEntry: Add boxed type and constructor
1923  632140 optionally take hotspot coordinates from the pixbuf...
1924  632218 BadMatch when starting gnome-shell
1925
1926 * New or updated translations:
1927  Catalan
1928  Estonian
1929  Galician
1930  Greek
1931  Kazakh
1932  Kikongo
1933  Lithuanian
1934  Punjabi
1935  Slovenian
1936  Spanish
1937
1938
1939 Overview of Changes from GTK+ 2.90.7 to 2.91.0
1940 ==============================================
1941
1942 * The rendering cleanup work has landed. This is a large change that
1943   affects many APIs.
1944   - All gtkstyle functions have been changed to take a cairo_t argument
1945     instead of a window + area.
1946   - GdkPixmap is gone. APIs that took pixmaps are being replaced by ones
1947     that take pixbufs or cairo surfaces, or regions (where pixmaps were
1948     used as masks). In background handling, pixmaps have been replaced
1949     by cairo patterns, see gdk_window_set_background_pattern().
1950   - GdkColormap is gone. It is replaced by visuals, see
1951     gtk_widget_set_visual().
1952   - The ::expose-event signal on GtkWidget has been replaced by a
1953     ::draw signal.
1954   - gtk_widget_get_snapshot() has been removed. Instead, gtk_widget_draw()
1955     can render a widget onto an cairo_t.
1956
1957 * The GtkSizeRequest interface has been merged into GtkWidget, and
1958   GtkCellSizeRequest has been merged into GtkCellRenderer. The wrapper
1959   functions have been renamed to include 'preferred', e.g
1960   gtk_size_request_get_width() is now gtk_widget_get_preferred_width()
1961   and gtk_cell_size_request_get_width_for_height() is now
1962   gtk_cell_renderer_get_preferred_width_for_height().
1963
1964 * GtkObject has been removed. The ::destroy signal has been moved
1965   to GtkWidget. At the same time, GtkWidgetFlags have been removed,
1966   they already had getters and setters anyway.
1967
1968 * GtkWidget has gained generic alignment and padding properties:
1969   halign, valign, margin-left, margin-right, margin-top, margin-bottom
1970   These can be used instead of container-specific child properties or
1971   GtkMisc and GtkAlignment widgets.
1972
1973 * Container widgets can now let GTK+ handle border-width for them, using
1974   gtk_container_class_handle_border_width()
1975
1976 * The GtkEditableClass struct has been renamed to GtkEditableInterface
1977
1978 * Mouse wheel scrolling has been removed from GtkNotebook
1979
1980 * The default policy for scrolled windows has been changed to 'automatic'
1981
1982 * Global url hooks have been removed from GtkAboutDialog and GtkLinkButton
1983
1984 * The global window creation hook has been removed from GtkNotebook
1985
1986 * The error handling in GDK has been modernized and avoids synchronizing
1987   X requests as much as possible
1988
1989 * Fixed Bugs:
1990  323904 GtkEditable header is slightly incorrect
1991  339745 Return value of gtk_link_button_set_uri_hook not usable
1992  468672 GTK_POLICY_AUTOMATIC should be the default policy...
1993  486839 Filechooser 'Places' items should not move up and down...
1994  601731 Drag and Drop from Workspace to Activities Overview
1995  617316 Move documentation to inline comments: GtkEditable
1996  621590 Add length to gtk_tree_path_get_indices
1997  623664 Missing accessors for gtk_menu_get_position_func{,_data}
1998  628829 Chain get_width_for_height default impl to vfunc...
1999  629177 Do not use deprecated gtk_widget_get_child_requisition()
2000  629277 Hanging because do_syntheszie_crossing_event is called...
2001  629387 Use gint16 for GtkBorder
2002  629598 Do not use deprecated gtk_widget_size_request()
2003  629608 Revamp and modernize X error traps
2004  629733 There is a misprint in the description of the gtk_check_...
2005  629748 Fails to build without XComposite
2006  629785 Do not use deprecated gtk_cell_renderer_get_size()
2007  630033 Improve tests for X error traps, fix two bugs
2008  630226 Removing tab scrolling from GtkNotebook
2009  630520 Don't try to unref event->dnd.context unconditionally...
2010  630521 Remove some remaining API warts from tab dnd api
2011  630532 invalid drop point in drag-data-received callback
2012
2013 Updated translations:
2014 Catalan
2015 Czech
2016 Danish
2017 Dutch
2018 German
2019 Gujarati
2020 Japanese
2021 Simplified Chinese
2022
2023
2024 Overview of Changes from GTK+ 2.90.6 to 2.90.7
2025 ==============================================
2026
2027 * Various deprecated APIs have been removed:
2028  - the GtkWidget::draw-border style property
2029  - the GtkEntry::state-hint style property
2030  - the GtkTreeView::row-ending-details style property
2031  - the GtkRange::trough-side-details style property
2032  - the GtkRange::stepper-position-details style property
2033  - the GtkRange::activate-slider style property
2034  - the GTK_CALENDAR_WEEK_START_MONDAY option
2035  - the GtkFrame::shadow and GtkHandleBox::shadow properties
2036  - the GtkTextView::page-horizontally signal
2037  - the GDK_WINDOW_DIALOG window type
2038  - the GTK_SELECTION_EXTENDED selection mode
2039  - the GtkProgressBarOrientation, GtkAnchorType and GtkVisibility
2040    enumerations
2041  - GtkDialog separators, including the GtkDialog::has-separator
2042    property, including setter/getter, the GTK_DIALOG_NO_SEPARATOR
2043    flag and the GtkMessageDialog::use-separator style property
2044  - gtk_status_icon_set/get_blinking
2045  - gdk_window_et_deskrelative_origin
2046  - The GtkItem class has been removed. Its functionality has
2047    been merged into is sole subclass, GtkMenuItem
2048
2049 * The GtkIconView::orientation property has been renamed
2050   to 'item-orientation'
2051
2052 * GtkProgressBar and GtkCellRendererProgress implement GtkOrientable
2053   now, and their 'orientation' property have been split into
2054   a 'orientation' property of type GtkOrientation and a boolean
2055   'inverted' property
2056
2057 * GDK no longer exports variables: gdk_threads_lock, gdk_threads_unlock,
2058   gdk_threads_mutex and gdk_display are no longer available
2059
2060 * GTK no longer exports variables: gtk_major_version, gtk_minor_version,
2061   gtk_micro_version, gtk_binary_age, gtk_interface_age have been
2062   converted to functions. gtk_debug_flags has a getter and a setter.
2063   Misc. variables that had been exported by the semi-private text
2064   API have been removed.
2065
2066 * All GDK keysym names have been changed from GDK_keysym to GDK_KEY_keysym;
2067   the previous names are still available in gdkkeysyms-compat.h.
2068
2069 * GtkWrapBox is a new container, which distributes its children
2070   over multiple rows/columns
2071
2072 * GTK+ now uses standard icon names when looking up stock icons
2073
2074 * More widgets and cell renderers have been converted to support
2075   width-for-height: GtkCellRendererText, GtkAccelLabel, GtkCellView,
2076   GtkComboBox, GtkMenu, GtkMenuItem
2077
2078 * Button boxes are now semi-homogeneous.
2079
2080 * The directfb backend has been removed
2081
2082 * Bugs fixed:
2083   77669 GtkWrapBox for gtk itself, not gimp?
2084   84188 "Dialogue" button widths should not be homogenous
2085  414712 gtk_container_set_focus_child leaks widget
2086  527499 FileFilter combo becames too wide
2087  528257 File selector and stock string problems
2088  605186 Use G_DEFINE_INTERFACE macro
2089  614006 File chooser crashes when creating a new folder...
2090  616401 Noneffective gdk_keymap_map_virtual_modifiers in early use
2091  626710 GailScaleButton calculates wrong value for minimum increment
2092  627028 Marked state of calendar day is not accessible
2093  627139 gtkfilechooserentry shows completion progress tooltip on first show
2094  627445 Removal of GtkWidget::draw-border breaks gtk_widget_queue_draw()
2095  627580 GtkFontSelection: don't notify the non-existent "font" property
2096  627643 gtkaboutdialog gettext problem
2097  627828 Drag and drop between treeviews in different window groups broken...
2098  627843 set_active_iter doc: remove restriction on path length
2099  627867 tests/testsocket is broken
2100  627912 misprint in the desc. of "hover-expand" and "hover-selection"...
2101  628160 introspection: Update to new scanner API
2102  628308 docs referencing non existing icons
2103  628656 _gdk_windowing_get_startup_notify_id memory leak
2104  628807 Add more "reserved for expansion" fields to GtkWidgetClass
2105  628808 Warn if a widget requests minimum size > natural size
2106  628884 Use a bitfield for Widget::private_flags, ::state, ::saved_state
2107  628935 add gtk_radio_button_join_group method for bindings
2108  629110 gtk_spinner_accessible_get_type always returns null
2109
2110 * Translation updates
2111  Arabic
2112  Armenian
2113  Brazilian Portuguese
2114  British English
2115  Bulgarian
2116  Danish
2117  Estonian
2118  French
2119  Galician
2120  Hebrew
2121  Hungarian
2122  Indonesian
2123  Kazakh
2124  Norwegian bokmål
2125  Norwegian Nynorsk
2126  Portuguese
2127  Serbian
2128  Slovenian
2129  Spanish
2130  Telugu
2131  Traditional Chinese
2132
2133
2134 Overview of Changes from GTK+ 2.90.5 to 2.90.6
2135 ==============================================
2136
2137 * All drawing done by GTK+ itself has been ported from
2138   GDK drawing APIs to cairo
2139
2140 * GtkExpander and GtkFrame now implement GtkSizeRequest
2141
2142 * GtkExpander gained a ::label-fill property to make the label
2143   fill the entire horizontal space
2144
2145 * Allow windows to be dragged by clicking on empty
2146   areas in menubars and toolbars
2147
2148 * GtkAboutDialog can now refer to licenses using a ::license-type
2149   enumeration instead of embedding the license text
2150
2151 * Deprecations and cleanups:
2152  - Remove GtkNotebookPage
2153  - Remove public struct members in many classes
2154  - Remove the GtkRecentManager::limit property
2155  - Remove all GDK drawing functions, ie gdk_draw_*. Use cairo instead
2156  - Remove all GdkGC functions. Use cairo instead
2157  - Remove all of GdkImage. Use cairo instead
2158  - Remove all of GdkRGB. Use cairo instead
2159  - Remove gdk_{bit,pix}map_create_from_data
2160  - GDK no longer depends on the render X extension
2161
2162 * New accessors:
2163  - gdk_cursor_get_cursor_type
2164  - gdk_device_get_n_axes
2165  - gdk_display_is_closed
2166  - gtk_notebook_get_tab_[hv]border
2167
2168 * New cairo-related APIs:
2169  - gdk_window_create_similar_surface
2170  - gdk_window_get_background_pattern
2171
2172 * Bugs fixed:
2173   90935 GtkIMContextClass inheritance ...
2174   97414 gtkaccellabel: s/seperator/separator/
2175  336225 Support for common licenses in about dialog
2176  554926 gtk_init_with_args: not setting translation domain...
2177  557263 Notebooks return 1 selection even if they have no pages
2178  579583 GtkStatusIcon's scroll-event documentation missing "Since: ..."
2179  580291 Gail does not work with custom treemodels
2180  596125 Property string fixes
2181  604391 Gtk-CRITICAL when switching between tab
2182  605190 Should delete the description of xim related options...
2183  609264 gtk_(tree/list)_store_set documentation unclear about ownership
2184  611313 Window dragging from menubars/toolbars
2185  612919 crash in System Monitor: I was moving up-down wit...
2186  614049 Allow packing options for GtkExpander label widgets
2187  614443 Doxygen 'forgets' #define documentation under certain conditions
2188  615474 gtk_widget_set_has_window() documentation is not correct
2189  618327 GtkNotebookPage should be deprecated
2190  621571 Fix damage events on offscreen windows
2191  622658 GTK_STOCK_FILE Stock Label
2192  623603 meld built with pygtk-2.16.0 giving warnings
2193  623865 gtkdnd: pointer grab may never finish (ungrab before grab)
2194  624087 Missing accessor for GdkCursor.type
2195  624224 Missing accessor for GdkDisplay.closed
2196  624270 crash in gtk_entry_completion_default_completion_func
2197  624333 Deprecate GtkRecentManager:limit
2198  624362 access an invalid ActionGroup
2199  624367 GtkButtonBox is broken
2200  624397 Move GtkBoxChild from public .h to gtkbox.c
2201  624432 GtkRadioMenuItem is broken
2202  624540 GtkRadionAction loop in its activate handler
2203  624687 switch-page bug when activated from menu
2204  624707 warnings when showing gnome-terminal menus on gtk master
2205  624779 GtkCalendar padding/margin/spacing/border/whatever is hard-coded
2206  625104 Don't try and use the child of a GtkSeparatorMenuItem
2207  625235 Tooltips cause warnings
2208  625300 Buttons order in dialogs broken in gtk+3
2209  625416 gtk_file_chooser_default_map should not reload directory
2210  625650 Add annotations to gtk_tree_model_iter_next() and...
2211  625655 win32 compile failure due to G_SEAL
2212  625715 comment string in GtkAboutDialog is not centered
2213  625953 GailAdjustment does not implement get_minimum_increment...
2214  626052 Activating a file in GtkFileChooserDialog activates action...
2215  626276 gtk_tree_selection_set_select_function() should allow...
2216  626514 License dialog doesn't take into account long copyrights
2217
2218 * Translation updates:
2219  Asturian
2220  Galician
2221  German
2222  Hebrew
2223  Indonesian
2224  Norwegian bokmål
2225  Punjabi
2226  Romanian
2227  Simplified Chinese
2228  Slovenian
2229  Spanish
2230  Swedish
2231  Traditional Chinese
2232
2233
2234 Overview of Changes from GTK+ 2.90.4 to 2.90.5
2235 ==============================================
2236
2237 * Support NOCONFIGURE in autogen.sh to avoid running configure
2238
2239 * The cairo dependency has been bumped to 1.9.10
2240
2241 * Drop aliasing hacks instead use -Bsymbolic-funtions.
2242
2243 * Bugs:
2244  589904 Certain drawing in some widgets does not pass on...
2245  610346 Confusion between GtkWindow:allow-grow and GtkWindow:resizable
2246  613284 Replace GdkRegion with cairo_region_t
2247  617386 Migrate API docs from templates to source files (GtkButton)
2248  617389 Migrate API docs from templates to source files (GtkCalendar)
2249  617392 Migrate API docs from templates to source files (GtkCellEditable)
2250  621414 Can't select file on file browser popup after choosing to sort...
2251  622677 Remove GdkWindowObject public structure
2252  623239 also show num-lock warning
2253  623307 Annotate gdk_display_manager_list_displays return value
2254  623389 [iconview] Fix segfault when using rubberband selection
2255  623476 [windows] gdk fails to compile
2256  623520 gtk+ 3 fails to build from outside git source tree
2257  623845 Use -Bsymbolic
2258  461618 use GSlice for gtkrequisition
2259
2260 * Deprecations and cleanups:
2261  - GdkRegion has been removed, and region-using code has been ported
2262    to cairo_region_t and cairo_rectangle_int_t.
2263  - The deprecated GdkFont has been removed, together with vestigial
2264    uses in GTK+, including the GdkFontSel::font property and a GdkFont
2265    member in GtkStyle.
2266  - The GdkWindowObject structure has been removed from public headers.
2267  - The GdkWindow::allow-grow and ::allow-shrink properties have been removed.
2268
2269 * Quartz:
2270  - Misc fixed to clipping and color handling
2271  - Update the DND code for GdkDevice changes
2272
2273 * Translation updates:
2274  Breton
2275  Czech
2276  Estonian
2277  Galician
2278  Hebrew
2279  Kazakh
2280  Norwegian bokmål
2281  Slovenian
2282  Simplified Chinese
2283  Spanish
2284
2285
2286 Overview of Changes from GTK+ 2.90.3 to 2.90.4
2287 ==============================================
2288
2289 * GSEAL is now enabled by default
2290
2291 * gdk-pixbuf has been moved into a separate module
2292
2293 * The GtkExtendedLayout interface has been renamed to
2294   GtkSizeRequest
2295
2296 * gtk_init warns if it detects GTK2.x and GTK3 being used
2297   in the same process
2298
2299 * Misc new API:
2300  gtk_accessible_set_widget
2301  gtk_message_dialog_get_message_area
2302  gtk_font_selection_dialog_get_font_selection
2303  gtk_window_group_get_current_grab
2304  gtk_table_get_size
2305  gtk_button_get_event_window
2306  gdk_device_manager_get_client_pointer
2307  gdk_image_get_pixels
2308
2309 * Bugs fixed:
2310  522756 gnome-appearance-properties crashed with SIGSEGV...
2311  620832 make _gtk_window_group_get_current_grab() public
2312  621250 Missing accessors for GtkRange has_stepper_X
2313  621685 Add gdk_device_manager_get_client_pointer() ...
2314  621690 Enable per-device events on gtk_widget_realize()
2315  621927 Bug in gtk/Makefile.in: affects gtktypefuncs.c
2316  622011 Don't handle "connecting-to-device" state reason
2317  622581 [GSEAL] GtkButton has no accessor for event_window
2318  622765 Duplicate symbols in Gdk on OSX
2319  622827 test/testapplication.c doesn't build in quartz
2320
2321 * Translation updates:
2322  Arabic
2323  Armenian
2324  Galician
2325  Slovenian
2326  Spanish
2327
2328
2329 Overview of Changes from GTK+ 2.90.2 to 2.90.3
2330 ==============================================
2331
2332 * GtkProgress has been removed. It was entirely deprecated for
2333   a long time
2334
2335 * GtkApplication has been updated to match the GApplication API
2336   as of GLib 2.25.9
2337
2338 * XI2:
2339  - Device grabs now take precedence over GTK+ grabs
2340  - Various other bug fixes
2341
2342 * Extended Layout:
2343  - Prevent negative allocations (as seen in emacs and gedit)
2344
2345 * Win32: XP theming is back !
2346
2347 * Misc new API:
2348  - Add an accessor for GtkViewport->view_window
2349  - Add an accessor for GdkDragContext->source_window
2350  - gtk_icon_theme_load_symbolic_for_style a variant of
2351    gtk_icon_theme_load_symbolic taking a GtkStyle
2352
2353 * Introspection:
2354  - Misc annotation fixes
2355
2356 * Cleanups:
2357  - GTK_OBJECT_FLAGS and GtkObjectFlags have been depreated
2358
2359 * Bugs fixed:
2360  620618 get rid of GtkProgress
2361  615666 GTK_OBJECT_FLAGS() should be deprecated
2362  617444 GNU emacs warnings with extended layout GTK+
2363  621631 Non-consistent style in GtkUIManager docs
2364  621136 GtkCalendar: Some functions always return TRUE
2365  621003 GtkApplication] Update for GApplication API changes
2366  621683 gtk_menu_attach_to_widget() should emit an "attach-widget"...
2367  621479 typo in GTK docs on library.gnome.org
2368  621081 GtkViewport missing accessor for view_window.
2369  620440 Combo-boxes loose focus
2370  621775 Space symbol missed in Resources chapter
2371  621578 Symbolic color cut-and-paste mess
2372  621111 gtk_init_with_args()'s GOptionEntry argument should be const
2373  602289 gdk_spawn_on_screen(_with_pipes) uses gint for pid
2374
2375 * Updated translations:
2376  Galician
2377  Norwegian bokmål
2378  Spanish
2379
2380
2381 Overview of Changes from GTK+ 2.90.1 to 2.90.2
2382 ==============================================
2383
2384 * GtkApplication: an application class, based on GApplication. Currently,
2385   this is fairly minimal, but it is good enough already to replace libunique.
2386   Future work:
2387   - Add a way to say "This is my application menubar", which gets
2388     put into all toplevel windows on non-OS-X, and into the top
2389     on OS X
2390   - Support session management
2391   - Maybe support application settings
2392
2393 * Misc new api:
2394  - gtk_window_has_group: determines if a window is part of a window group
2395  - gtk_status_bar_remove_all: removes all messages from a statusbar
2396
2397 * DND on offscreen windows works now
2398
2399 * GtkIconView:
2400  - arrow keynav can now be connected over adjacent icon views
2401
2402 * GtkAssistant:
2403  - gtk_assistant_commits: prevents going back beyond a certain
2404    point in the page sequence, adjust shown buttons appropriately
2405  - It is now officially supported to have a progress page at the
2406    end of the page sequence
2407
2408 * Introspection:
2409  - Many annotation fixes
2410  - gdkx.h api is exported in a separate typelib, GdkX11-3.0
2411
2412 * Cleanups:
2413  - the draw_string function has been removed from GtkStyle
2414  - gdk_get/set_use_xshm have been removed
2415  - Deprecated gdk_color api has been removed
2416
2417 * Documentation related to GTK+ 1.2, etc has been removed. Instead
2418   there is an initial GTK+ 3 porting guide now.
2419
2420 * Bugs fixed:
2421  620509 Progress bar rendering is broken
2422  607628 DnD operation doesn't work when using offscreen.
2423  619838 kill off references to gtk 1.2 in docs/comments
2424  608218 GtkOffscreenWindow causes bad window with GtkEntry
2425  619649 Remove deprecated code from GdkColor
2426  619080 text-inserted events should not be emitted unless text...
2427  620511 Use g_source_set_name for all custom GSources in GTK+
2428  603637 gtk printer dialog does not show remote printer
2429  618271 Add gtk_window_has_group()
2430  617863 Actually expose the X11 funcs through introspection
2431  620244 misprint in the description of the function gtk_widget_list_...
2432  549127 Print error dialog not shown
2433  611709 gseal hides GtkStatusBar->messages but doesn't give anything...
2434  596428 GtkAssistant: Support ending with a progress page
2435
2436 * Translation updates:
2437 Esperanto
2438 Hebrew
2439 Irish
2440
2441
2442 Overview of Changes from GTK+ 2.90.0 to 2.90.1
2443 ==============================================
2444
2445 * Printing: The list of locales using US Letter papersize has
2446   been updated to match the CLDR 1.8.1
2447
2448 * The default location for the 'module cache' files (ie the files
2449   produced by gdk-pixbuf-query-loaders and gtk-query-immodules) has
2450   been changed to $libdir/gtk-3.0/3.0.0/{loaders,immodules}.cache.
2451   This should avoid multilib problems with the previous location.
2452
2453   Additionally, the query utilities accept an --update-cache argument
2454   to update the cache file directly, instead of writing to stdout
2455
2456 * gtk_radio_action_join_group: A binding-friendly way to manage
2457   radio actions.
2458
2459 * GtkAdjustment enforces values to the range [lower, upper - page_size]
2460
2461 * GDK has been GSEALed, with the addition of suitable accessors
2462
2463 * The XI2 branch with better support for multiple input devices has
2464   been merged, together with backends for XInput, XInput2, win32 and
2465   Quartz, and corresponding updates to input-device handling code
2466   in GTK.
2467
2468 * A number of orientable widgets are no longer abstract: GtkBox,
2469   GtkButtonBox, GtkPaned, GtkRuler, GtkScale, GtkScrollbar, GtkSeparator.
2470   All of these can now be instantiated and flipped between horizontal
2471   and vertical orientation at runtime. Their H/V subclasses are still
2472   available, as convenience API.
2473
2474 * More deprecated API has been removed
2475
2476 * Bugs fixes:
2477  613132 GtkBoxChild should probably be deprecated
2478  592580 GDK needs sealing
2479  618870 GTK+ uses wrong pkg-config to reveal the CAIRO_PREFIX
2480  616817 Remove code to support deprecated GtkToolbar api
2481  619114 undefined reference to `XkbBell'
2482  617863 Actually expose the X11 funcs through introspection
2483  613302 GtkWidget not emitting the unmap signal
2484  565559 Incorrect leave-notify signals for treeview
2485  533946 GtkHScale does not update correctly
2486  618000 Sync paper size fallbacks with CLDR 1.8.1
2487  614581 Gtk print dialog freezes on start up
2488  551322 configure does not use -lm in jasper (JPEG2000) testing
2489  619474 Fixes for GtkAdjustment for GTK+ 3
2490  555087 Shouldn't the return type of gtk_entry_completion_get_model...
2491  619385 Fix compilation warning: Do not break strict-aliasing rules
2492  596725 Add XInput2 support
2493
2494 * Updated translations
2495  Arabic
2496  Estonian
2497  Galician
2498  Italian
2499  Indonesian
2500  Oriya
2501  Shavian
2502
2503
2504 Overview of Changes from GTK+ 2.20.x to 2.90.0
2505 ==============================================
2506
2507 * GtkExtendedLayout: Width-for-height geometry management.
2508   This change is known to currently cause minor problems in
2509   some applications, see
2510   617444 GNU emacs warnings with extended layout GTK+
2511   617556 inkscape toolbars broken with extended layout
2512
2513 * gtk_icon_theme_load_symbolic: Support for 'symbolic' icons
2514
2515 * Applications can indicate their preference for a dark theme
2516   variant by setting GtkSettings::gtk-application-prefer-dark-theme
2517
2518 * GtkTreeModelFilter can be more usefully subclassed
2519
2520 * Tooltip positioning has been changed to make it less likely
2521   that the tooltip covers up the widget that it relates to
2522
2523 * Deprecated functions have been removed (though some more work
2524   remains to be done in GDK)
2525
2526 * This release is parallel installable with GTK+ <= 2.22, by renaming
2527   .pc files, libraries, include paths, module paths, gtkrc files, etc
2528   to include a '3.0' in its name.
2529
2530 * Updated translations:
2531  Basque
2532  Bengali
2533  Bengali India
2534  Catalan
2535  Catalan (Valencian)
2536  Crimean Tatar
2537  Danish
2538  Dutch
2539  Galician
2540  Greek
2541  Indonesian
2542  Kannada
2543  Kazakh
2544  Latvian
2545  Marathi
2546  Norwegian bokmål
2547  Spanish
2548  Thai
2549  Ukrainian
2550
2551
2552 Overview of Changes from GTK+ 2.19.7 to 2.20.0
2553 ==============================================
2554
2555 * Support the tracker 0.8 api in the file chooser search code
2556
2557 * Bug fixes:
2558  609929 Dragging between two windows cause the menu widget...
2559  613241 entry sends extra notify::text with "" on destroy
2560  610946 error during gtk+ build + nonsense error messages
2561  610176 Some cups1.2 feature use not shielded by API version-check
2562  612574 GtkMenuItem does not emit notify::label when label...
2563  612505 Entry layout not updated when underlying buffer changes
2564  612346 gdk_window_set_icon_name doesn't work
2565  612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
2566  611118 Set APPLICATION_ID when launching desktop app
2567  612768 DND cause crash in VNC environment
2568  612575 Improve docs of gtk_notebook_set_tab_label_packing
2569  605333 Confusing error in documentation
2570  613028 Do not get a GtkSettings for size lookup if...
2571
2572 * Translation updates:
2573  Basque
2574  Brazilian Portuguese
2575  Catalan
2576  Dutch
2577  Estonian
2578  Finnish
2579  Galician
2580  Gujarati
2581  Italian
2582  Punjabi
2583  Romanian
2584  Spanish
2585  Swedish
2586  Traditional Chinese
2587  Vietnamese
2588
2589
2590 Overview of Changes from GTK+ 2.19.6 to 2.19.7
2591 ==============================================
2592
2593 * Bug fixes:
2594  611707 Move documentation from templates to inline comments
2595   69872 GTK_WIDGET_SET_FLAGS should be deprecated
2596  612066 empathy hangs when clicked on information about contact...
2597  557420 Some compose sequences don't work anymore...
2598  569042 gailbooleancell does not seem to attend to changes...
2599  600992 File chooser reference counting issues
2600  610905 gtk_drag_source_set need instrospection hint
2601  611051 Search Entry Clear Icon not accessible
2602  611217 Incorrect translator comment
2603  611317 Document targets in drag and drop
2604  611319 gtk_window_set_transient_for undocumented NULL value for parent
2605  611658 Update documentation for gtkvscrollbar
2606  611662 Update documentation for gtkvseparator
2607  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
2608  611831 Move documentation to inline comments: GtkVBox
2609  612119 Do not scroll when middle pasting
2610
2611 * Translation updates:
2612  Afrikaans
2613  Arabic
2614  Basque
2615  British English
2616  Bulgarian
2617  Czech
2618  Danish
2619  French
2620  Galician
2621  German
2622  Greek
2623  Hungarian
2624  Lithuanian
2625  Low German
2626  Norwegian bokmål
2627  Polish
2628  Portuguese
2629  Russian
2630  Slovenian
2631  Swedish
2632
2633
2634 Overview of Changes from GTK+ 2.19.5 to 2.19.6
2635 ==============================================
2636
2637 * Bugs fixed:
2638  610701 gnome-shell crashes frequently
2639  604799 Crash when button is pressed.
2640  609744 crash at parse_data_for_row_pseudocolor
2641  600789 gdk/gdkwindow.c "find_native_sibling_above" will crash
2642  610141 gtk_assistant_get_nth_page() function fails to deliver...
2643  609952 destroying a notebook window when the last tab got dragged...
2644  603923 [annotations] gtk_tree_store_newv/set_column_types
2645  610474 [annotations] Add allow-none
2646  609650 GtkPlug Embedded signal is not emitted when plug...
2647  610381 More space between toolbar icon and label
2648  548026 No accessor for GtkWidget.requisition
2649  609514 fix introspection comments for gtk_tree_view_get_path_at_pos
2650  610235 msgid in bad English
2651  607697 GDK_META_MASK always set on Alt-Enter with gtk+ 2.19.x
2652  610632 gtk_info_bar_set_default_response problem
2653  609172 gdk/directfb: little cleanups
2654  610184 gtk_assistant_set_current_page() segfaults...
2655
2656 * Updated translations
2657  Bulgarian
2658  Czech
2659  Estonian
2660  German
2661  Japanese
2662  Korean
2663  Lithuanian
2664  Norwegian bokmål
2665  Oriya
2666  Polish
2667  Romanian
2668  Slovenian
2669  Spanish
2670
2671
2672 Overview of Changes from GTK+ 2.19.4 to 2.19.5
2673 ==============================================
2674
2675 * GSEAL work:
2676  - Add accessors for GtkPaned members
2677  - Add gtk_widget_style_attach
2678  - Seal GtkTextTag
2679  - Deprecate GtkCurveType
2680  - More GtkWidget flags accessors
2681
2682 * Bugs fixed:
2683  403485 Move docs from tmpl/* to the source files
2684  556263 Deprecate GtkCurve
2685  554420 Seal GtkTextTag
2686  561816 Optimize gtk_paned_set_position notifications
2687  606288 Not using GtkOptionMenu deprecated symbols in test file
2688  607061 GtkPlug socket window is sometimes incorrectly unref'd
2689  607344 GtkCalendar: crash when using tooltips via glade
2690  607885 GtkPaned::handle lack accessor
2691  608162 gtktoolbutton doesn't create right proxy menu item...
2692  608345 wrong reference on gdk_keymap_translate_keyboard_state
2693  608370 dnd drag-dest signal handlers don't get correctly disconn...
2694  608410 GOK types backwards in text entry fields
2695  608615 DnD events sent to wrong window
2696  608807 Marks on GtkScale widgets can overlap
2697  609188 gdk/directfb: compiler warning in _gdk_windowing_pointer_grab()
2698  609191 gdk/directfb: use G_DEFINE_TYPE in gdkcolor-directfb
2699  609199 gdk/directfb: use G_DEFINE_TYPE in gdkgc-directfb
2700  609201 gdk/directfb: max cursor size is artificially limited
2701  591186 GTK Menu Bar is unreadable under Windows 7
2702
2703 * Updated translations
2704  Bengali
2705  Brazilian Portuguese
2706  Czech
2707  Estonian
2708  French
2709  Norwegian bokmål
2710  Slovak
2711  Spanish
2712  Thai
2713
2714
2715 Overview of Changes from GTK+ 2.19.3 to 2.19.4
2716 ==============================================
2717
2718 * GSeal:
2719  - New accessors for GtkEntry windows
2720  - New accessors for GtkRange members
2721
2722 * Bugs fixed:
2723  607082 Add accessors for sealed GtkRange members
2724  567729 Add GtkToolPalette
2725  591102 gdk_pixbuf_save() creates a zero-size file...
2726  600865 gnome-panel crashed with "BadPixmap...
2727  601412 action area presence makes gnome-terminal window grow...
2728  603144 Suspected wrong builtin page size: Chinese PRC6 and...
2729  606009 weirdness with clipping in abiword - csw
2730  606698 Misplaced declaration of gtk_print_job_set_status
2731  606761 pixops.c: variables are declared at middle of block
2732  607217 Mixing calls to _set_markup and _set_text causes...
2733  607269 gtk_label_set_attributes with empty list no longer...
2734  607322 Double-click doesn't work if the item is selected...
2735  607687 f-spot crashes when using themes using the pixmap...
2736  607778 Add accessors for GtkEntry's windows
2737  607770 Leak in GtkTreeView with HildonPannableArea
2738  603245 drawing artifacts with action widgets and long tab...
2739
2740 * Updated translations:
2741  Arabic
2742  Asturian
2743  Basque
2744  Bengali
2745  Bulgarian
2746  Burmese
2747  Norwegian bokmål
2748  Slovenian
2749  Spanish
2750  Swedish
2751
2752
2753 Overview of Changes from GTK+ 2.19.2 to 2.19.3
2754 ==============================================
2755
2756 * GSeal:
2757  - Deprecate widget flag macros
2758    GTK_WIDGET_STATE
2759    GTK_WIDGET_SAVED_STATE
2760    GTK_WIDGET_FLAGS
2761    GTK_WIDGET_TOPLEVEL
2762    GTK_WIDGET_NO_WINDOW
2763    GTK_WIDGET_COMPOSITE_CHILD
2764    GTK_WIDGET_APP_PAINTABLE
2765    GTK_WIDGET_CAN_DEFAULT
2766    GTK_WIDGET_CAN_FOCUS
2767    GTK_WIDGET_DOUBLE_BUFFERED
2768    GTK_WIDGET_HAS_DEFAULT
2769    GTK_WIDGET_HAS_GRAB
2770    GTK_WIDGET_RECEIVES_DEFAULT
2771  - Also deprecate the type macros
2772    GTK_WIDGET_TYPE
2773    GTK_OBJECT_TYPE_NAME
2774    GTK_OBJECT_TYPE
2775
2776 * GtkOffscreenWindow: A new toplevel container widget to manage
2777   offscreen rendering of child widgets
2778
2779 * OS X:
2780  - Memory leak fixes and other improvements
2781
2782 * Bugs:
2783  604901 Provide generic offscreen rendering container
2784  597100 There is a misprint in the documentation...
2785  598383 GtkWidget::state-changed signal should be documented
2786  602284 Need a way to retrieve the preedit string in a GtkTextView
2787  605090 Fix some compilation warnings
2788  605199 Contradiction in the description of function...
2789  606068 Setup libjpeg error handling earlier...
2790  606230 gtk_combo_box_set_active_iter & unsetting the active item
2791  606291 Fix some issues in "Migrating from GtkOptionMenu...
2792  606434 prop-editor should support GdkColor
2793
2794 * Translations:
2795  Asturian
2796  Basque
2797  Kannada
2798  Norwegian bokmål
2799  Slovenian
2800  Spanish
2801  Swedish
2802  Thai
2803  Ukrainian
2804
2805
2806 Overview of Changes from GTK+ 2.19.1 to 2.19.2
2807 ==============================================
2808
2809 * Introspection:
2810  - Introspection data for gdk-pixbuf, gdk and gtk is now
2811    included in GTK+ itself. As a consequence, the atk dependency
2812    has been bumped to 2.29.2, and a gobject-introspection dependency
2813    has been added. configure with --disable-introspection in order
2814    to not build introspection data.
2815
2816 * Client-side windows:
2817  - Fix some issues with handling of button and motion events
2818  - Fix damage reporting for drawing on offscreen windows
2819  - Fix problems with handling of input extension events
2820
2821 * Printing:
2822  - Add api to handle printer hard margins
2823
2824 * Simple IM Context:
2825  - Sync with Xorg compose file
2826  - Make Compose-vowel-minus combinations consistent
2827
2828 * GDK:
2829  - gdk_screen_get_primary_monitor: New function to get the
2830    'primary' monitor in a multi-monitor setup
2831
2832 * gdk-pixbuf has gained the ability to store and retrieve embedded
2833   ICC color profiles in png and tiff images
2834
2835 * Keyboard handling:
2836  - Mnemonic underlines can now optionally be hidden until the Alt key
2837    is pressed, this can be turned on with the gtk-auto-mnemonics setting
2838  - Using the Super, Meta and Hyper modifiers in accelerators is working
2839    more reliably
2840
2841 * Bugs fixed:
2842  603652 Sporadic crashes with GtkSocket
2843  605008 the region of damage event doesn't be copied in gdk_event_copy
2844  588554 only show the accelerator when pressing alt
2845  601473 GDK_BUTTON?_MOTION_MASK appears to be broken
2846  601712 Add API for determining primary monitor
2847   50942 selection/arrow key improvement
2848  427409 editing shortcut always fails with super key
2849  468989 need a way to get the printer's hard margins
2850  502266 gtk_tree_selection_get_selected_rows free example produces...
2851  592279 Introspection support
2852  597386 Cannot click buttons more than once without moving the mouse...
2853  599213 Use GtkCellEditable:editing_canceled property instead...
2854  599397 Button stuck at pressed look after screen rotation
2855  601383 gtk_icon_view_get_selected_items: example code gives...
2856  602099 Actions can be activatable too
2857  603619 the colormap of offscreen's pixmap doesn't inherit...
2858  603904 gdk_draw_line doesn't have expose area.
2859  604117 Add info about single includes when compiling GTK+ apps
2860  604289 Please permit progress pages to be final in a dialog
2861  604462 gtktoolitem.c: return-value is different type
2862  604747 Using gdk_draw_line, the expose area of damage event is wrong
2863  604787 property-notify-event is not delivered to a non-toplevel...
2864  604881 GtkCellEditable::editing-cancelled should be writable
2865  591085 GtkBuilder object ID bounded to GtkWidget "name" property
2866
2867 * Updated translations:
2868  Arabic
2869  Estonian
2870  Hebrew
2871  Low German
2872  Norwegian bokmål
2873  Slovenian
2874  Spanish
2875  Telugu
2876  Vietnamese
2877
2878
2879 Overview of Changes from GTK+ 2.19.0 to 2.19.1
2880 ==============================================
2881
2882 * Client-side windows:
2883  - Avoid some unnecessary exposes
2884  - Avoid unnecessary redraws related to clearing windows
2885
2886 * GtkNotebook gained an 'action area'
2887
2888 * GtkStatusbar gained a 'message area'
2889
2890 * GtkToolPalette is a new container to show tool items
2891   in collapsible groups in a grid
2892
2893 * gdk-pixbuf can now handle compressed TIFF images
2894
2895 * GSEAL work:
2896  - New accessor: gtk_window_get_window_type()
2897
2898 * Bugs fixed:
2899  590017  Does not compile under MinGW32 + Wine
2900  569430 Gail should include a reciprocal relationship for NODE_CHILD_OF
2901  598758 Need context for a propper translation
2902  594535 No accesor for GtkStatusbar->label and ->frame
2903  602725 fix setting icon-size on GICON images
2904  599402 Landscape and Reverse Landscape icons need to be swapped
2905  588740 JPEG images open with blur effect?
2906  601337 Only use gdk_input_select_events() if XINPUT_NONE is defined
2907  598050 Flickering in a gtk_socket
2908  600158 Do not use static GTypeInfo and GInterfaceInfo
2909  561973 Problem dragging images from Firefox to GTK+ app on Windows
2910  601512 Remove unnecessary check in GtkTreeModelFilter
2911  600222 Check for existence of cairo-svg.h in configure.in
2912  595498 No accesor for GTK_WINDOW ()->type
2913  116650 "action area" for GtkNotebook (e.g. for tab close button)
2914  600150 GtkColorSelection tooltip issues
2915  480065 wrong tree collapsed (or expanded) after having scrolled
2916  596473 Second double-click of GtkTreeView row doesn't emit...
2917  601869 GtkUIManager assumes too much about popup menus
2918  581145 Wrong positioning for fullscreen gedit toolbar animation
2919  602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
2920  561130 get_monitor_geometry segfaults if called with non-existant...
2921  597026 Missing include for memset()
2922  585383 Segfault in gdk_pixbuf__ico_image_save
2923  597865 Move documentation from templates to inline comments
2924  123569 Catch contents being reparented out of socket
2925  561334 Incorrect named constant in documentation of two GtkButton...
2926  601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
2927  601409 action area presence modifies notebook behaviour
2928  603268 wrong Since: markers in toolpalette merge
2929  603271 wrong toolbar style
2930  601959 must release compose key before continuing compose sequence
2931  603302 Incorrectly warn about links on text with color and underline
2932  603201 gtk_about_dialog_set_url_hook has no effect anymore
2933  591438 dfb_events_dispatch is not thread safe
2934  589842 GtkAction API to have its menu item proxies have always-show...
2935  584700 TIFF pixbuf loader should support compression
2936  603128 Adding new UI that was recently removed may cause wrong order
2937  601682 Print preview should use gtk_show_uri by default
2938  596083 Deprecate notebook label packing functionality
2939
2940 * Updated translations:
2941  Estonian
2942  Galician
2943  Japanese
2944  Low German
2945  Norwegian bokmål
2946  Punjabi
2947  Slovenian
2948  Spanish
2949  Swedish
2950
2951
2952 Overview of Changes from GTK+ 2.18.x to 2.19.0
2953 ==============================================
2954
2955 * A throbber widget and cell renderer have been added: GtkSpinner and
2956   GtkCellRendererSpinner
2957
2958 * GtkFileSystemModel has been reimplemented, for major speedups and
2959   other improvements
2960
2961 * Synchronize compose sequences with the current X.org Compose file
2962
2963 * Win32:
2964  - The GDI+ image loader works again
2965  - XP themes have been disabled since they don't work currently
2966
2967 * OS X:
2968  - Fix crashes due to unimplemented GdkWindowImplIface methods
2969  - Use standard Mac keyboard shortcuts (Cmx-X, Cmd-C instead of
2970    Ctrl-X, Ctrl-C, etc)
2971  - Add a pixbuf loader for the QTIF format
2972  - Improve multi-monitor handling
2973
2974 * GSEAL work:
2975  - New accessor for GtkDialog buttons: gtk_dialog_get_widget_for_response
2976  - New accessor for GtkViewport bin_window: gtk_viewport_get_bin_window
2977  - Add a GtkCellEditable::editing-canceled property
2978
2979 * Deprecations:
2980  - GtkInputDialog has been deprecated
2981  - GtkCurve and GtkGammaCurve have been deprecated
2982  - The tab-packing feature in GtkNotebook has been deprecated
2983
2984 * Bugs fixed:
2985  594644 Cannot compile GTK+ with MinGW 4.4.0
2986  581150 GtkIconView tries to paint items with invalid sizes
2987  598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX
2988  598218 Substitute deprecated gtk_*_ref/unref calls
2989  381371 Print margins not correct in WIN32 - not allowing for...
2990  597596 Toolbar button accessible objects don't have label name
2991  599118 Translators comment for "Finishing" labels
2992  598261 Add support to GtkTooltip to handle GIcons
2993  530351 Use standard mac shortcuts
2994  597865 Move documentation from templates to inline comments
2995  596083 Deprecate notebook label packing functionality
2996  594903 Deprecate GtkInputDialog
2997  599403 Avoid using accel group internals in GtkSocket
2998  590800 The window content is not updated correctly when scrolling
2999  598515 Do not assign the GtkSpinner parent class twice
3000  552678 gdi+ pixbuf loaders fail on "large" images
3001  598217 Substitute deprecated gdk_*_ref/unref calls
3002  596238 Make Quartz backend properly implement the GdkScreen...
3003  599446 atk_object_set_name () assertion in gtk_tool_button_set_label
3004  592582 Print preview doesn't reflect the printout
3005  563010 GtkFileChooserButton cannot have none file selected again
3006  596019 No accesors for GtkDialog buttons
3007  366217 Add QTIF image support
3008  594962 No accessor for GTK_ENTRY (entry)->editing_canceled
3009
3010 * Updated translations:
3011  Arabic
3012  Brazilian Portuguese
3013  Bulgarian
3014  Catalan
3015  Finnish
3016  Greek
3017  Norwegian bokmål
3018  Oriya
3019  Punjabi
3020  Romanian
3021  Russian
3022  Serbian
3023  Shavian
3024  Slovenian
3025  Spanish
3026  Swedish
3027  Slovenian
3028  Vietnamese
3029
3030
3031 Overview of Changes from GTK+ 2.18.1 to 2.18.2
3032 ==============================================
3033
3034 * GTK+ now ignores SIGPIPE in gtk_init(). Previously
3035   this was done deep in the lpr printbackend.
3036
3037 * Fix compilation of the DirectFB backend.
3038
3039 * Bugs fixed:
3040  597386 Cannot click buttons more than once...
3041  588059 sometimes notification icons are not visible with csw
3042
3043 * Updated translations:
3044  Italian
3045  Japanese
3046  Serbian
3047
3048
3049 Overview of Changes from GTK+ 2.18.0 to 2.18.1
3050 ==============================================
3051
3052 * Client-side Windows:
3053  - Fix a problem with the F-Spot screensaver
3054  - Request native events that are necessary for grab emulation
3055  - Fixes for input device and extended input event handling
3056  - Allow up to 255 buttons in extended input events
3057
3058 * OS X:
3059  - Improve handling of multi-monitor setups
3060  - Basic DND works
3061  - Other improvements
3062
3063 * Filechooser:
3064  - Support Tracker 0.7 in the search code
3065
3066 * Bugs fixed:
3067  596423 Landscape pages are the wrong way around
3068  588449 DnD doesn't work on GDK/Quartz
3069  596080 Mention "gtk-tooltip" in gtk_widget_set_tooltip_window
3070  596580 Blank rows in entry autocompletion
3071  588649 extended input events sent to widgets that didn't...
3072  596081 Update tracker support for version 0.7
3073  596345 clicking empty space in backgrounds...
3074  596494 New property "cursor" in 2.18's GdkWindow with wrong...
3075  596012 popup menu position is horribly off on gdk quartz...
3076  596250 Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSOR
3077  586207 Printing dialog with a CUPS printer connected...
3078
3079 * Translation updates:
3080  Assamese
3081  British English
3082  Czech
3083  Estonian
3084  French
3085  Galician
3086  German
3087  Hungarian
3088  Slovenian
3089  Spanish
3090  Swedish
3091
3092
3093 Overview of Changes from GTK+ 2.17.11 to 2.18.0
3094 ===============================================
3095
3096 * Add GtkTreeModelFilter testsuite and fix multiple bugs
3097
3098 * Client-side windows:
3099  - Fix issues around recursion and gdk_window_process_updates
3100  - Fix issues with grabs and cursors
3101  - Handle window hierarchy and geometry changes in expose handlers
3102  - New function, gdk_window_flush, that may be needed in certain
3103    situations
3104  - Automatically flush windows when doing non-double-buffered exposes
3105
3106 * Quartz backend:
3107  - Fix various 'stuck UI' issues
3108  - Fix the size of the root window
3109
3110 * Bugs fixed:
3111  588455 run application broken when setting background color...
3112  346800 Rework sort/filter models to use indices to parents
3113  593678 select "Manage Custom Sizes" from print dialog hangs gedit
3114  594652 gtk printer dialog does not understand boolean printer options
3115  594668 Add new Xorg keysyms
3116  591583 Padre (a wxPerl+Gtk IDE) hangs when editing Perl code...
3117  594600 Windows only allows 64-character system-tray tooltips
3118  594679 Fix warning in testwindows.c
3119  594880 Drawing issues in ExoIconView
3120  593507 AbiWord's main drawing area not exposed properly
3121  594913 is_composited race ...
3122  594738 Windows often do not respond to events on dual-head
3123  503776 crash when trying to print to non-existent lpr printer
3124  595599 Don't focus unmapped radio buttons
3125  595790 Segfault in gtkiconfactory.c on NULL GError
3126  588649 extended input events sent to widgets that didn't...
3127  550939 GtkFileChooser listbox does not refresh selection
3128
3129 * New deprecation:
3130  gdk_event_get_graphics_exposes has been deprecated
3131
3132 * Updated translations:
3133  Afrikaans
3134  Assamese
3135  Bengali India
3136  Brazilian Portuguese
3137  British English
3138  Catalan
3139  Danish
3140  Dutch
3141  German
3142  Greek
3143  Gujarati
3144  Hindi
3145  Italian
3146  Japanese
3147  Lithuanian
3148  Maithili
3149  Malayalam
3150  Marathi
3151  Norwegian bokmål
3152  Oriya
3153  Polish
3154  Romanian
3155  Simplified Chinese
3156  Slovenian
3157  Traditional Chinese
3158  Ukrainian
3159
3160
3161 Overview of Changes from GTK+ 2.17.10 to 2.17.11
3162 ================================================
3163
3164 * Client-side windows:
3165  - Add gdk_cairo_reset_clip that lets you get back the original
3166    drawable clip
3167  - Add gdk_window_restack to more conveniently restack child windows
3168  - Add gdk_window_is_destroyed as a replacement for GDK_WINDOW_DESTROYED
3169  - Deprecated GDK_WINDOW_OBJECT and GdkWindowObject
3170
3171 * GSEAL:
3172  - Add gtk_widget_set_receives_default and gtk_widget_get_receives_default
3173    accessors for GTK_RECEIVES_DEFAULT
3174
3175 * GtkTreeView:
3176  - Correctly propagate insensitive state to cell renderers
3177
3178 * GtkTextView:
3179  - Merge a number of scrolling-related fixes from Maemo
3180
3181 * Bugs fixed:
3182  564160 gtk_combo_box_entry_set_text_column too restrictive
3183  593868 gtk_im_multicontext_set_client_window recreate a new slave...
3184  593644 gdk_x11_screen_get_window_manager_name should not cache...
3185  594178 gdk-pixbuf-query-loaders segfault in write_loader_info
3186  567124 proposal to delay doing something related to immodule...
3187  588788 GTK+ compilation should work with automake1.10
3188  584638 Build of gtkupdateiconcache without NLS breaks
3189  593788 misprint in the returning value of gdk_selection_property_get
3190  593606 Missing include in gtk/gtkcellrendereraccel.c
3191  593877 Undefined symbols while compilation
3192
3193 * Translation updates:
3194  French
3195  Hebrew
3196  Hungarian
3197  Norwegian bokmål
3198
3199
3200 Overview of Changes from GTK+ 2.17.9 to 2.17.10
3201 ===============================================
3202
3203 * Client-side windows:
3204  - Regression fixes continue
3205  - Multiple clipping issues have been fixed
3206  - gdk_window_beep() works again
3207  - gtk-demo now has a few offscreen window demos
3208
3209 * GSEAL:
3210  - Several more getters and setters have been added:
3211    gtk_widget_is_toplevel(), gtk_widget_is_drawable(), gtk_widget_set_window()
3212
3213 * Bugs fixed:
3214  592752 aisleriot card drag start makes card appear behind...
3215  592901 Crash in JPEG pixbuf loader instead of error
3216  592263 redraw problem in text view
3217  593011 Cannot move applet with middle click
3218  592624 BadAccess from gdk_window_x11_set_events
3219  592606 Activate the default button in a respose-request callback
3220  593249 emacs and acroread don't work properly
3221  592883 Spin cell rendererer problem with double click
3222  588199 GtkTreeView rendering glitch while using a default...
3223  543310 set_enable_tree_lines doesn't work when a cellrenderer...
3224  589636 csw broke DND from panel menus
3225  593595 broken clip handling in GtkLabel
3226  590921 NULL should not be a valid return value for gdk_window_new()
3227  590861 cups_printer_create_cairo_surface() sets a fallback resolution...
3228  544724 delete new line requires two keystrokes
3229  593001 Emit 'update-custom-widget' on page setup change
3230  593317 gtkwindow leaks startup ID
3231  593080 mem leak
3232  593481 GtkEntryCompletion action-activated signal is emitted...
3233  593135 gtk_entry_set_icon_from_pixbuf only works one time
3234  593012 configure doesn't handle --enable-{cups,papi} correctly
3235  592862 There is a misprint on the returning value of gdk_pixmap_lookup()
3236  586466 GtkPrintOperation printing fails if it is the only event source
3237  434318 printer detail acquisition needs events
3238  593712 configure fails to to check properly for cups...
3239
3240 * Translation updates:
3241  Asturian
3242  Basque
3243  Bengali India
3244  Czech
3245  Finnish
3246  Hindi
3247  Kannada
3248  Oriya
3249  Polish
3250  Serbian
3251  Tamil
3252  Telugu
3253
3254
3255 Overview of Changes from GTK+ 2.17.8 to 2.17.9
3256 ==============================================
3257
3258 * Client-side windows:
3259  - Add a compatibility mode that falls back to always using native windows,
3260    triggered by the GDK_NATIVE_WINDOWS environment variable
3261
3262 * Bugs fixed:
3263  589367 gedit crashed with SIGSEGV in IA__g_list_last()
3264  478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip.
3265  592461 preserve errno and use g_strerror
3266  592403 crash when close the second terminal...
3267  591549 Default printer in a network
3268  526149 GtkCellRendererAccel editing conflicts with mnemonics
3269  528283 Problems when using PageUp & PageDown to navigate Playlists pane
3270
3271 * Updated translations:
3272  Bengali
3273  Brazilian Portuguese
3274  Breton
3275  Bulgarian
3276  Catalan
3277  Estonian
3278  Galician
3279  Irish
3280  Korean
3281  Norwegian bokmål
3282  Portuguese
3283  Punjabi
3284  Spanish
3285  Swedish
3286  Thai
3287
3288
3289 Overview of Changes from GTK+ 2.17.7 to 2.17.8
3290 ==============================================
3291
3292 * Client-side windows:
3293  - various fixes to expose handling
3294  - fix memory leaks
3295
3296 * Minor API additions:
3297  - New setter as part of the GSEAL effort: gtk_widget_set_allocation
3298
3299 * Bugs fixed:
3300  585211 Add accessor function for GtkWidget->allocation
3301  588437 gtk 2.17.3 causes dragging in firefox bookmarks sidebar t...
3302  589367 gedit crashed with SIGSEGV in IA__g_list_last()
3303  589877 Client side windows leak gdk regions
3304  590959 Set child_has_focus flag properly
3305  591432 There is incomplete information on the returning value of...
3306  591434 firefox-3.5 crashed with SIGSEGV in _gdk_window_process_u...
3307  591526 Accelerator keys with <super> modifier also triggered by ...
3308  591751 bad memory access with duplicated id
3309  591998 Support silent build rules with automake 1.11
3310  592003 Shift+click should always modify selection
3311
3312 * Updated translations:
3313  Brazilian
3314  Bulgarian
3315  Irish
3316  Swedish
3317
3318
3319 Overview of Changes from GTK+ 2.17.6 to 2.17.7
3320 ==============================================
3321
3322 * Client-side windows: a number of regressions related to embedding
3323   have been fixed
3324
3325 * Printing: The file backend supports SVG output
3326
3327 * Minor API additions:
3328  - GtkIconView gained an icon-padding property that can be used to fine-tune
3329    how much space each column needs
3330  - GtkTreeViewColumn grew a sort-column-id property that can be used to set
3331    up sort columns in GtkBuilder files
3332  - GdkWindow gained a cursor property and associated getter
3333  - GtkFileChooser has a create-folders property to allow disabling the
3334    "New Folder" button
3335  - gtk_print_operation_get_n_pages_to_print: returns the number of pages
3336    that are being printed
3337  - New getters and setters as part of the GSEAL effort:
3338    gtk_widget_get_allocation, gtk_widget_get_visible, gtk_widget_set_visible
3339
3340 * Bugs fixed:
3341  589336 Add GtkTreeViewColumn:sort-column-id property
3342  534462 Disable interactive search in the file chooser's shortcuts pane
3343  161489 n the file chooser, let the left/right arrow keys switch focus...
3344  514260 Better filtering for "Recently Used" files
3345  509650 ATK_STATE_SHOWING state is not set properly on menu items
3346  586374 code does not follow documentation (-> carshes when using...
3347  590442 csw broke gvim x11 embedding
3348  498010 gtk_tree_view_set_cursor fails if model!=NULL
3349  555109 Synthesized crossing events should have proper coordinates
3350  570516 Can't disable folder creation
3351  573321 additional check in gtk_tree_model_filter_convert_child_i...
3352  576601 Double clicking prints to the wrong printer
3353  586100 ITEM_PADDING breaks vertical icon views
3354  588438 awn uses 100% cpu with gtk+ 2.17.3 (csw)
3355  589732 behavior change of gdk_window_get_type_hint
3356  589745 Apply message in GtkAssistant
3357  590084 print to FILE with multiple pages per sheet has bad results
3358  590086 configure.in is broken on non-X platforms
3359  590309 Default cover pages for CUPS printers incorrectly set
3360  590448 [win32] build fails because gdk-pixbuf manges a path
3361  590959 Set child_has_focus flag properly
3362  591288 compat problem with draw_drawable being NULL
3363  539377 Unnecessary warnings when GtkTreeView is not realized.
3364  546005 priv->tree is not created for unrealized (I think) treeview
3365  564695 Pressing enter key in print to file "Name" box does not p...
3366  591218 Remove some unused variables
3367  357655 "Print to SVG file" for GtkPrintOperation
3368  591462 gdk_window_set_cursor doesn't work on the root window
3369
3370 * Updated translations:
3371  Basque
3372  Brazilian Portuguese
3373  Breton
3374  Estonian
3375  Galician
3376  Hebrew
3377  Norwegian bokmål
3378  Spanish
3379  Swedish
3380
3381
3382 Overview of Changes from GTK+ 2.17.5 to 2.17.6
3383 ==============================================
3384
3385 * Client-side windows:
3386  - Several optimizations, such as client-side tracking of
3387    viewable windows
3388  - Clipping for drawing pixbufs on windows has been fixed
3389  - Rendering to large subwindows has been fixed
3390
3391 * Changes that are relevant for translators:
3392  - Markup has been removed from several strings
3393
3394 * Bugs fixed:
3395  588398 Leak with testgtk::preview_(color|gray) and more
3396  588943 set correct selection before emitting cursor-changed...
3397  588076 Gnumeric fonts stopped working on upgrading gtk+ 2.17.2 -...
3398  574674 GtkMenuItem gets Selected and Focused states when SelectC...
3399  582674 Menu item and menu accessibles retain "showing" state aft...
3400  588553 [csw] gdk_draw_pixbuf doesnt draw outside expose events s...
3401  588897 Strange include x11/gdkx.h
3402  588958 Typo in startup-id window property
3403  589035 Context needed for a propoer translation
3404  589275 [csw] Trying to destroy NULL regions
3405  588964 Remove markup from translatable string in gtkfilechooserd...
3406  587337 Suggest to use Glade instead gtk-builder-convert script
3407
3408 * Updated translations:
3409  Estonian
3410  French
3411  Spanish
3412  Swedish
3413  Thai
3414
3415
3416 Overview of Changes from GTK+ 2.17.4 to 2.17.5
3417 ==============================================
3418
3419 * Client-side windows:
3420  - Quite a few fixes have happened for the win32 and directfb backends
3421
3422 * GSEAL:
3423  - Accessors have been added for sealed members in GtkCellRenderer and
3424    GtkWidget
3425
3426 * Changes that are relevant for distributors:
3427  - The jpeg2000 pixbuf loader is now optional. Pass --with-libjasper
3428    to configure to build it
3429
3430 * Bugs fixed
3431  588373 Menus broken by client-side-windows
3432  588379 testgtk::panes does not change the cursor on mouse over
3433  588388 shape rendering is back
3434  588461 gtk_editable_get_chars() behaviour change in 2.17.4
3435  588666 Incorrect clamping of max_length
3436  588665 insert-text signal is not emitted
3437  588395 Crash when opening a GtkBuilder file
3438  524066 Mandatory jpeg2000?
3439  527583 GtkAssistant should set buttons as default widget
3440  588694 Missing % in C code
3441  588484 Iconview DnD fails when Destination is empty
3442  583522 Trivial error in GtkBuilder migration documentation
3443  150951 collapsed save dialog needs to indicate filesystem...
3444
3445 * Updated translations:
3446  Brazilian Portuguese
3447  Norwegian bokmål
3448  Spanish
3449  Traditional Chinese
3450
3451
3452 Overview of Changes from GTK+ 2.17.3 to 2.17.4
3453 ==============================================
3454
3455 * GtkEntry now has model-view separation, with GtkEntryBuffer.
3456   One intended use case for this is to support 'secure memory'
3457   for password entries.
3458
3459 * The print dialog can now optionally include the page setup
3460   controls, avoiding the need for a separate page setup dialog
3461   in many applications.
3462
3463 * Coloring of visited links in GtkLabel can now be turned off, with
3464   the ::track-visited-links property.
3465
3466 * Support for clipmasks in gdk_draw_pixbuf now works, this will
3467   introduce visual changes in code that uses clipmasks when drawing
3468   pixbufs. However, since this never worked that is unlikely to happen.
3469   Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
3470   pixbufs will now produce truncated results at the edges.
3471
3472 * A number of regressions from the client-side window merge have
3473   been fixed.
3474
3475 * The directfb GDK backend has been fixed to build with csw.
3476
3477 * Bugs fixed:
3478  569393 gtk calendar localization YM note is wrong
3479  587559 Popup closes immediately
3480  551409 Print dialog should include page size and orientation
3481  588115 gvim clipboard broken
3482
3483 * Updated translations:
3484  Dutch
3485  Estonian
3486  Spanish
3487  Ukrainian
3488  Vietnamese
3489
3490
3491 Overview of Changes from GTK+ 2.17.2 to 2.17.3
3492 ==============================================
3493
3494 * GtkFileChooser:
3495  - Shows the size column by default now
3496
3497 * GtkStatusIcon:
3498  - Has a title property, which can be used by ATs when they
3499    read status icons
3500
3501 * GtkInfoBar:
3502  - The default theme now includes color definitions for infobars
3503  - The ::use-tooltip-style style property has been removed
3504
3505 * GtkMountOperation now supports interaction during unmount operations.
3506
3507 * The client-side windows branch has been merged; GDK now maintains
3508   its own window hierarchy client-side, and only uses X windows where
3509   unavoidable. Some of the benefits of this change are
3510   - Reduced flicker
3511   - The ability to do transformed and animated rendering of widgets
3512   - Easier embedding of GTK+ widgets e.g. into Clutter scene graphs
3513   This is a fundamental change to the way GDK works, so watch out for
3514   regressions.
3515
3516 * Bugs fixed:
3517  586315 Crash in GTK+ 2.14 when calling gtk.FileChooser.list_shor...
3518  461944 pressing the volume icon in full screen shuts down the sound
3519  490724 iconview item's height would be changed event with same m...
3520  564063 regression: Left margin in popup menus
3521  582025 Accelerators fail for submenus
3522  585626 Setting widget tooltip hammers X11 server on any TCP/IP X...
3523  585802 Add API to make GtkStatusIcon accessible with a name
3524  585858 right-click Add-to-Booksmarks is sometimes greyed out
3525  586330 GtkButton ignores user_underline when an image is set
3526  318807 Offscreen windows and window redirection
3527  587716 GtkInfoBar broken on resize
3528  587485 GMountOperation::show-processes support
3529
3530 * Updated translations
3531  Brazilian Portuguese
3532  Estonian
3533  Hebrew
3534  Spanish
3535  Swedish
3536  Vietnamese
3537
3538
3539 Overview of Changes from GTK+ 2.17.1 to 2.17.2
3540 ==============================================
3541
3542 * GtkInfoBar: A new widget to show a transient 'message area'
3543   inside a content pane. The API is similar to GtkDialog and
3544   supports theming for different message types (warnings,
3545   errors, etc)
3546
3547 * GtkFileChooser:
3548   - Improve path bar by ellipsizing long names and preventing
3549     vertical size changes
3550   - Backup files are now hidden by default
3551   - GTK+ remembers the file chooser sorting state now
3552
3553 * GtkButtonBox: Implements the GtkOrientable interface now.
3554
3555 * Printing:
3556  - GTK+ supports printing an application-defined 'selection' now,
3557    in addition to usual page ranges.
3558
3559 * Changes that are relevant for theme authors:
3560  - The new GtkInfoBar widget uses symbolic colors for theming
3561    its background color depending on the message type. By default,
3562    it uses the same background color as tooltips. This can be turned
3563    off with style property.
3564  - The GTK+ file chooser (as well as nautilus and other users of GIO
3565    icon information) can now show different icons for xdg user dirs.
3566    The icon names are folder-documents, folder-download, folder-music,
3567    folder-pictures, folder-publicshare, folder-templates, folder-videos,
3568    with an automatic fallback to the standard folder icon.
3569
3570 * Bugs fixed:
3571  584021 titchy leak
3572  579590 gtk_entry_set_icon_from_stock should warn when invalid st...
3573  584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C...
3574  171416 Resume editing if name of new folder is "Type name of new...
3575  420335 Page assignment when printing 4 pages to a sheet
3576  161670 Bad behaviour from gtk_file_chooser_set_filename
3577  327152 Long names in the FileChooserDialog directory buttons sho...
3578  355851 File Dialog shows Backup Files
3579  390312 Gtk grabs keyboard on DND
3580  486839 Filechooser 'Places' items should not move up and down th...
3581  562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk...
3582  565317 Resulting image of GtkCellRendererPixbuf depends on order...
3583  565998 configure script doesn't check for cairo-xlib.pc
3584  580079 Better configure detection of Xinerama on Solaris
3585  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
3586  580560 Backspace key does not go to the parent directory
3587  584598 GtkButtonBox silently ignores gtk_orientable_set_orientation
3588  584637 Missing conditionals for X11 shape extension in GdkWindow
3589  584805 GtkEntryCompletion selection reset when calling gtk_entry...
3590  584832 Duplicate the exec string returned by gtk_recent_info_get...
3591  585024 some gtksettings properties need extra initialisation
3592  585371 Add additional sizes to the font selector
3593  585791 use g_*gettext instead of *gettext directly
3594  562579 [Patch] Remove error dialog when directory does not exist
3595  344519 custom print ranges
3596  484922 Should remember the sort state of columns
3597  555344 consider adding a message area widget
3598
3599 * Updated translations:
3600  Danish
3601  Brazilian Portuguese
3602  Estonian
3603  Oriya
3604  Bengali India
3605  Norwegian bokmål
3606  Hindi
3607  Spanish
3608
3609
3610 Overview of Changes from GTK+ 2.17.0 to 2.17.1
3611 ==============================================
3612
3613 * GtkLabel:
3614  - GtkLabel can show embedded URLs, much like SexyUrlLabel
3615
3616 * Printing:
3617  - GTK+ includes a print backend that works with the PAPI
3618    printing service.
3619  - The file and lpr backends can print multiple pages per sheet.
3620
3621 * Changes that are relevant for theme authors:
3622  - The URL support in GtkLabel uses the link-color / visited-link-color
3623    style properties
3624
3625 * Bugs fixed:
3626  576091 GtkTooltip destroy the custom widget
3627  315462 GtkButton doesn't center its child when the child is too ...
3628  390331 "Pages per sheet" does not work for LPR printing
3629  531490 gdk_window_set_events (0) will _ADD_ events to the root w...
3630  574386 Remove deprecated call to gtk_status_icon_set_tooltip in ...
3631  576678 cups printbackend doesn't list printers on NetBSD
3632  579366 gtkbuilderparser leaks RequiresInfo objects.
3633  579884 casting problem in gmodule
3634  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
3635  581876 Remove deprecated call to gtk_action_connect_proxy in tes...
3636  581878 Remove deprecated call to gtk_scale_button_get_orientatio...
3637  582003 Calling gdk_window_get_events() changes the event mask, b...
3638  582488 GtkNotebook behaves poorly when allocated less than reque...
3639  582950 Use number of pages to print when showing printing progress
3640  582963 Crash when printing from a thread
3641  583050 unclear disposition of function gtk_combo_box_get_active...
3642  583522 Trivial error in GtkBuilder migration documentation
3643  535557 gdk_window_set_icon_name should accept NULL to unset
3644  549859 "file" printer doesn't support n-up
3645
3646 * Updated translations:
3647  Arabic
3648  British English
3649  Catalan
3650  Czech
3651  Danish
3652  Estonian
3653  French
3654  German
3655  Greek
3656  Hungarian
3657  Irish
3658  Italian
3659  Kannada
3660  Portuguese
3661  Russian
3662  Slovenian
3663  Spanish
3664  Ukrainian
3665  Simplified Chinese
3666
3667
3668 Overview of Changes from GTK+ 2.16.x to 2.17.0
3669 ==============================================
3670
3671 * GtkBuilder:
3672   - Scale marks can now be specified in builder markup
3673   - GtkAssistant action widgets can be added in builder markup
3674
3675 * Changes that are relevant for theme authors
3676  - GtkEntry now has a ::invisible-char style property that allows
3677    themes to set the preferred invisible character
3678
3679 * Printing:
3680  - GTK+ supports authentication of users against CUPS servers now.
3681
3682 * Bugs fixed:
3683  578634 gtkdial example fails to compile
3684  580678 Minor improvement to GTK+ mediaLib code
3685  580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
3686  581110 Handlebox widget uses static variables, crashes in multi...
3687  553385 gtk-builder-convert creates untranslated combobox models
3688  580814 GtkTextLayout incorrectly assumes pango iterates in logi...
3689  579366 gtkbuilderparser leaks RequiresInfo objects
3690  579741 gailcombox should emit property-changed:accessible-name...
3691  574386 Remove deprecated call to gtk_status_icon_set_tooltip...
3692  384940 handle rejecting jobs and authentication meaningfully
3693
3694 * Updated translations
3695  Arabic
3696  Brazilian Portuguese
3697  British English
3698  Catalan
3699  Czech
3700  Estonian
3701  Italian
3702  Kannada
3703  Oriya
3704  Simplified Chinese
3705  Slovenian
3706  Spanish
3707  Ukrainian
3708
3709
3710 Overview of Changes from GTK+ 2.16.0 to 2.16.1
3711 ==============================================
3712
3713 * GtkBuilder:
3714  - Accessible action names can now be marked as translatable.
3715  - gtk-builder-convert correctly handles response ids in all dialogs.
3716  - gtk-builder-convert warns about duplicate ids.
3717
3718 * GDK:
3719  - GDK no longer refuses to work on 30-bit visuals
3720
3721 * Win32:
3722  - The appearance of GTK+ menus on Vista has been improved.
3723
3724 * Bugs fixed:
3725  575700 Crash when moving a GtkWindow
3726  574283 unused assignment and dead code in gtk_widget_set_tooltip_window
3727  538840 [Win32] GTK menu theming could be improved
3728  576254 <object> requires attribute "id"
3729  576306 gdkscreen.c: get_nearest_monitor too simple...
3730  437533 Implement draw_shape PangoRenderer method
3731  577224 crash when setting new icon after setting icon...
3732  576150 Doc bug for GtkMenuPositionFunc
3733  562863 GtkVscrollbar is hardly documented
3734  575644 Cygwin gail build patch
3735  571374 Add 30-bit visuals to the list of supported depths
3736  577650 gtkitemfactory.h fails to compile
3737  578094 ProcessIdToSessionId needs to be declared as WINAPI
3738  518642 Custom tags and translatable content
3739  532858 segv setting GBoxed subclass <property>
3740  557629 Response ID not converted for GtkFileChooserDialog
3741  577789 about dialogue doesn't linkify licence text
3742  577824 empathy_chat_window_init: GClosure is leaked
3743  577964 Page Range entry is not accessible
3744  578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed
3745  578271 PageSetup should be sent to the previewer
3746  578276 gtk-builder-convert improperly converts GtkComboBox
3747  578290 two memory leaks
3748  578354 Memory leak in gdkscreen-x11
3749  578365 GtkMountOperation does not allow passwordless mount of sf...
3750  578366 file descriptor leak
3751  573922 Using NET_WM_USER_TIME even if startup notification times...
3752  561345 Title of Print Preview window should not be previewXXXXXX...
3753  577868 about dialogue changes appearance on style-set (change th...
3754  572797 GtkCellRendererAccel display string i18n in OTHER mode
3755
3756 * Updated translations:
3757  Arabic
3758  Assamese
3759  Basque
3760  Bulgarian
3761  Crimean Tatar
3762  Danish
3763  Galician
3764  German
3765  Greek
3766  Gujarati
3767  Japanese
3768  Kannada
3769  Malayalam
3770  Marathi
3771  Oriya
3772  Pashto
3773  Russian
3774  Spanish
3775  Telugu
3776  Turkish
3777
3778 Overview of Changes from GTK+ 2.15.5 to 2.16.0
3779 ==============================================
3780
3781 * The new function gtk_style_get_property was renamed to
3782   gtk_style_get_style_property to avoid binding problems.
3783
3784 * Bugs fixed:
3785  574059 search button not available in some cases
3786  574622 GtkEntry: Should we wrap icon-press and icon-release signals?
3787  574561 gtk_style_get "shadows" g_object_get
3788  574794 Can not resize shaped windows on Windows
3789  570896 gdkevents-win32.c(2947) : error C4053: one void operand for '?:'
3790  573067 Intra-app dnd of text behavior on Windows is wrong
3791  572455 GtkEntry window layed out wrong if the widget has focus
3792
3793 * Updated translations:
3794  Assamese (as)
3795  Bengali (bn_IN)
3796  Czech (cs)
3797  Gujarati (gu)
3798  Hindi (hi)
3799  Japanese (ja)
3800  Kannada (kn)
3801  Lithuanian (lt)
3802  Malayalam (ml)
3803  Polish (pl)
3804  Romanian (ro)
3805  Tamil (ta)
3806  Telugu (te)
3807
3808
3809 Overview of Changes from GTK+ 2.15.4 to 2.15.5
3810 ==============================================
3811
3812 * GtkAction:
3813  - Rename gtk_activatable_reset to gtk_activatable_sync_action_properties
3814    to make it easier to bind
3815
3816 * GDK:
3817  - The DirectFB backend has been restored to basic function
3818  - The RANDR support in the X11 backend has been made more robust
3819
3820 * Changes that are relevant for theme authors:
3821  - GtkEntry now has a ::progress-border property and use fg/bg[SELECTED]
3822    for drawing progress
3823
3824 * Bugs fixed:
3825  457086 numpad does not work when the Thai-Lao input method is used
3826  554407 directfb backend does not implement GdkWindowImpl
3827  543710 Dead keys do not work anymore with DirectFB
3828  560671 the client_message API doesn't work in DirectFB
3829  513422 Unknown meaning of translatable messages
3830  533456 Memory leak when window is destroyed
3831  572387 gdm crashes after gtk 2.15.4 upgrade
3832  565199 Ellipsize text in Places list
3833  495320 GtkRange does not use gdk_event_request_motions
3834  572904 GtkRadioAction broken in trunk
3835  573383 Setting a textview's buffer to NULL doesn't do a complete job
3836  573416 GtkMountOperation fixes for ask_password()
3837  572968 GtkIconView: image_description setter function strdups wrong...
3838  572972 GtkRecentChooserDefault: memory leak in copy_activated_cb
3839  572996 crash in Home Folder: Trying to open the sidebar
3840  573069 Gdk-CRITICAL warnings with Gtk 2.14 when dragging GtkNotebook...
3841  573113 Can't build tests due to testfilechooserbutton.c
3842  573211 Setting screen for popup windows
3843  573287 Warning on startup
3844  572273 No replacement documented for gtk_action_connect_proxy
3845  573515 po-properties/ special Makefile.in.in handling causes failure...
3846  552619 File Chooser no longer automatically enters newly created dir...
3847  573087 gdkwindow.c: {x,y}_offset used uninitialized
3848  573688 Don't steal update region in gtk_text_view_paint
3849  546285 Allow GtkEntry to draw progress
3850  569671 gdk_pixbuf_new_from_file() can't open image/x-portable-pixmap
3851  573393 Deprecated functions in gdk-Threads example code snippet
3852  571001 STATE_SHOWING missing on table items
3853  520395 event.any_data incorrect with spin buttons and combo boxes...
3854  325809 getAccessibleAtPoint for tables does not seem to take column...
3855  561631 gailbutton.c:571:idle_do_action: code should not be reached
3856  519090 Add accessibility support to GtkScaleButton
3857
3858 * Updated translations:
3859  British English (en_GB)
3860  Estonian (et)
3861  Hungarian (hu)
3862  Japanese (ja)
3863  Korean (ko)
3864  Kurdish (ku)
3865  Maithili (mai)
3866  Dutch (nl)
3867  Oriya (or)
3868  Swedish (sv)
3869  Traditional Chinese (zh_HK)
3870  Traditional Chinese (zh_TW)
3871
3872
3873 Overview of Changes from GTK+ 2.15.3 to 2.15.4
3874 ==============================================
3875
3876 * GtkAction:
3877  - More compatibility fixes to make PolicyKit-gnome work
3878
3879 * GtkFileChooserButton:
3880  - Don't emit file-set when the dialog is canceled. But emit it
3881    when a file is received via DND
3882
3883 * GDK
3884  - Use Xrandr 1.3 for tracking monitor information, if available
3885
3886 * Bugs fixed: 
3887  538439 tooltip may appear in upper left corner...
3888  571015 libprintbackend-cups has unlocalized strings
3889  353196 Add a file-set signal to GtkFileChooserButton
3890  571249 Icons are not drawn properly when initial widget...
3891  571196 gtk_binding_entry_add_signall deprecated without alternative
3892  508545 No way to identify terminal classes from documentation
3893  570824 TreeView is not keyboard (re)focusable after selecting a cell...
3894  568571 Asian am/pm format on cups print backend's time parsing
3895  571576 gdk_pixbuf_save_to_stream() broken
3896  571873 Compile error with gdk/win32/gdkselection-win32.c
3897  572041 Focus should change when advancing forward in GtkAssistant
3898  572040 GtkAssistant does not expose page titles
3899  570406 gailutil.def is in srcdir, but used from builddir
3900
3901 * Updated translations:
3902  Belarusian Latin (be@latin)
3903  Bulgarian (bg)
3904  Catalan (ca)
3905  Danish (da)
3906  Spanish (es)
3907  Basque (eu)
3908  Finnish (fi)
3909  French (fr)
3910  Gujarati (gu)
3911  Hungarian (hu)
3912  Japanese (ja)
3913  Korean (ko)
3914  Latvian (lv)
3915  Norwegian bokmål (nb)
3916  Polish (pl)
3917  Brazilian Portugese (pt_BR)
3918  Slovak (sk)
3919  Albanian (sq)
3920  Serbian (sr)
3921  Swedish (sv)
3922  Thai (th)
3923  Vietnamese (vi)
3924
3925
3926 Overview of Changes from GTK+ 2.15.2 to 2.15.3
3927 ==============================================
3928
3929 * Keyboard shortcut handling has been changed, to help with a longstanding
3930   complaint about the way GTK+ handles multiple layouts. GTK+ now only uses
3931   keys from groups other than the current group if they are not present in
3932   the current group. Feedback on this change is appreciated.
3933
3934 * Bugs fixed:
3935  569336 change in gtkbutton klass is causing crash...
3936  569435 make maintainer-clean removes non-generated sources
3937  145058 Inputting "^^" requires four keystrokes on Win32...
3938  559408 Transparency lost when images are copied...
3939  359288 Toolbar items are not shown after hiding
3940  569918 64bit portability issue in gtkrecentchooser.c
3941  162726 Multiple Latin layouts in XKB break keyboard shortcuts
3942  569635 fontchooser should reload list of families/styles on...
3943
3944 * Updated translations:
3945  Norwegian bokmål (nb)
3946  Oriya (or)
3947  Brazilian Portugese (pt_BR)
3948  Thai (th)
3949  Traditional Chinese (zh_HK)
3950  Traditional Chinese (zh_TW)
3951  
3952
3953 Overview of Changes from GTK+ 2.15.1 to 2.15.2
3954 ==============================================
3955
3956 * GtkAction:
3957  - Make toolitems pick up icon names from actions
3958  - Draw proxies of radio actions properly
3959  - Make menu proxies of recent actions work
3960  - Avoid accidental activations when changing actions on proxies
3961  - Make derived button classes work as proxies
3962
3963 * Input methods:
3964  - Avoid an assertion due to early use of input methods
3965
3966 * GtkScale:
3967  - Avoid a segfault in the marker drawing code
3968
3969 * GtkImageMenuItem:
3970  - Add a property to override the show-menu-images setting
3971
3972 * Bugs fixed:
3973  566628 gdk_display_close always asserts on win32 and quartz
3974  569240 Crasher when using markers
3975  569104 Toggle menu entries showed as check menu entries...
3976  322932 Always show icons on panel menus
3977
3978 * Updated translations:
3979  Finnish (fi)
3980  German (de)
3981
3982
3983 Overview of Changes from GTK+ 2.15.0 to 2.15.1
3984 ==============================================
3985
3986 * GtkFileChooser:
3987  - Remember the file chooser's size across invocations
3988  - Handle uris that are entered in the entry
3989  - Improve autocompletion, in particular for uris
3990
3991 * GtkEntry:
3992  - New property "im-module" for selecting input methods per-widget
3993  - New icon-related API got renamed for consistency
3994  - Added properties and setters for icon tooltips
3995
3996 * GtkTextView:
3997  - New property "im-module" for selecting input methods per-widget
3998  - New signal "paste-done" to allow better handling of async pasting
3999
4000 * GtkScale:
4001  - New api to add annotated marks: gtk_scale_add_mark.
4002
4003 * GtkAction:
4004  - Rework the way actions and proxies interact, to make the
4005    interaction less ad hoc, more extensible, and better suited
4006    for support in GUI builders like glade.
4007
4008    To be used as a proxy, a widget must now implement the
4009 `  GtkActivatable interface, and GtkActivatable implementations
4010    are responsible for syncing their appearance with the action
4011    and for activating the action.
4012
4013    All the widgets that are commonly used as proxies implement
4014    GtkActivatable now.
4015
4016    This is a big change, and it is not unlikely to break some
4017    current users of GtkAction, so feedback about problems caused
4018    by this is appreciated.
4019
4020  - Add a "gicon" property to specify the icon with a GIcon
4021
4022 * GDK:
4023  - On X11, GDK now caches cursors to avoid cursor theming overhead
4024  - New cursor type for blank cursors: GDK_BLANK_CURSOR
4025
4026 * New deprecations:
4027    gtk_scale_Button_get_orientation()
4028    gtk_scale_button_set_orientation()
4029    gtk_action_connect_proxy()
4030    gtk_action_disconnect_proxy()
4031    gtk_widget_get_action()
4032    gtk_action_block_activate_from()
4033    gtk_action_unblock_activate_from()
4034    direct access to "gtk-action" object data
4035
4036 * Changes that are relevant for translators:
4037  - Navigation and Media stock labels have separate message contexts now
4038  - The caps lock warning string has been changed
4039
4040 * Bugs fixed:
4041  566083 Icon pixmap hardcoded during DnD
4042  566334 compile failure for gtk+ on Mac OS X
4043  565998 configure script doesn't check for cairo-xlib.pc
4044  566391 gtk_about_dialog_set_url_hook should activate...
4045  566568 gtk_tree_model_get_value docs typo
4046  566628 gdk_display_close always asserts on win32
4047  566733 Add GIcon to GtkAction, GtkToolButton
4048  567024 gtktoolbutton doesn't create right proxy menu item...
4049  523554 Copy from GIMP to Word broke
4050  567468 no check for trailing != NULL in gtk_text_layout_get..
4051  492794 Pasting external text at end of view yields wrong...
4052  164002 query scripts don't work uninstalled on windows
4053  566532 GtkScaleButton implementation of GtkOrientable
4054  450716 New API to change global IM
4055  562701 GtkEntryCompletion popup sizes its rows wrong...
4056  567944 [Win32] Sorted treeview columns can be unreadable
4057  567655 gtk_status_icon_set_tooltip_text/markup should use...
4058  567887 gtk_entry_get_storage_type() should be...
4059  568196 Please change context of Forward stock label
4060  563280 stock items & translation context
4061  568233 Wrong statement about GtkEntry's "activate" signal
4062  568263 gtk can't recognize the wrong X Selection TARGETS...
4063  565656 Add marks to scales
4064  567413 GtkComboBoxEntry doesn't emit "changed" signal...
4065  545980 GtkFileChooserEntry should handle URIs
4066  566862 pixbuf_new_from_file does not autodetect format
4067  568552 gtk_combo + gtk entry in invisible mode takes 100% cpu
4068  561801 "scheduled printing" doesn't function as expected
4069  566535 gtk_widget_get_snapshot does not work if double buff...
4070  567021 gtkimage accessors docs
4071  567761 Spellfixes in GTK+ documentation
4072  568744 Spellfixes in GtkTreeView's documentation
4073  536965 GtkPlug: crash on theme change
4074  567124 proposal to delay doing something related to immodule...
4075  568305 gdk-pixbuf mishandles BI_BITFIELDS bmps
4076
4077 * New and updated translations:
4078  Crimean Tatar (crh)
4079  Spanish (es)
4080  Hebrew (he)
4081  Hungarian (hu)
4082  Italian (it)
4083  Korean (ko)
4084  Lithuanian (lt)
4085  Norwegian bokmål (nb)
4086  Norwegian Nynorsk (nn)
4087  Swedish (sv)
4088  Thai (th)
4089  Simplified Chinese (zh_CN)
4090
4091
4092 Overview of Changes from GTK+ 2.14.x to 2.15.0
4093 ==============================================
4094
4095 * GtkFileChooser
4096  - Optionally shows file sizes
4097  - Mounts volumes when necessary
4098  - Picks better mime icons
4099
4100 * GtkEntry
4101  - Can show icons at either side of the entry, which can be made
4102    clickable, drag sources, etc
4103  - Can show progress information
4104  - Picks the best available placeholder character for invisible entries 
4105    unless it is explicitly set. See the invisible-char-set property
4106  - Input methods work again in invisible entries
4107  - Invisible entries can optionally display a caps-lock warning. This
4108    can be turned off with the caps-lock-warning property
4109
4110 * GtkStatusIcon
4111  - Uses an extension of the tray icon spec to negotiate RGBA support.
4112    This is also supported by the GNOME panel. For details, see the
4113    section on "Visual and bckground pixmap handling" in the System
4114    Tray Protocol Specification.
4115  - Supports scroll events, middle clicks and rich tooltips
4116
4117 * GtkLinkButton
4118  - Respects user-defined tooltips 
4119  - Has a default url hook
4120
4121 * GtkBuilder
4122  - Can construct menus
4123  - Can associate accel groups with windows
4124  - Child properties can now be translatable, e.g. GtkAssistant::page-title
4125
4126 * GtkOrientable
4127  - A new interface implemented by all widgets that have horizontal and
4128    vertical variants
4129
4130 * Printing support
4131  - Print-to-file can save to non-local files
4132  - Page rendering can be deferred to a thread to avoid blocking the mainloop
4133
4134 * GDK
4135  - GdkKeymap emits a state-changed signal when the caps lock state changes
4136
4137 * Newly deprecated functions:
4138   gdk_window_get_toplevels(),
4139   gtk_font_selection_dialog_get_apply_button(),
4140   gtk_status_icon_set_tooltip(),
4141   gtk_toolbar_set_orientation()
4142
4143 * Changes that are relevant for theme authors
4144  - The GtkMenu::arrow-placement style property allow more space efficient
4145    layout of scrolling menus
4146  - Submenu arrows can be scaled relative to the font size, with the
4147    GtkMenuItem::arrow-scaling style property
4148  - Themes can set the GtkDialog::content-area-spacing style property to 
4149    change the spacing between elements of the content area
4150  - The GtkEntry::state-hint style property can be used to request that
4151    GTK+ should pass the correct state when drawing the background of entries
4152  - The GtkEntry::prelight style property can be used to suppress prelighting
4153    of icons in entries on mouseover
4154  
4155 * Changes that are relevant for translators
4156  - GTK+ has been switched to use the two-argument C_() macro
4157    instead of Q_() for messages with context
4158
4159 * Bugs fixed:
4160  434987 MS Windows style should use pango_win32_font_description_from_logfont
4161  325095 show a 'size' column
4162  552837 mem leak in gtkimmulticontext
4163   83935 GtkEntry's default invisible char should be U+25CF
4164  553000 incorrect i18n header in gtkfilesystem.c
4165  552789 Show size column in the search and recently used files modes
4166  553135 eog crash: assertion failed. 
4167  382544 GtkIconView: Selection/focus should be painted around the items
4168  541391 Unfocussable Treeview swallows focus
4169  408244 add GtkDialog::content-area-spacing
4170  538782 Make GtkMenu's arrow size themable
4171  553385 gtk-builder-convert creates untranslated combobox models
4172  553241 double freed pointer in lpr_write cause firefox3 crash
4173  553917 Typo in gdkwindow-win32.c
4174  553133 GtkFileChooser won't ask to mount a volume
4175  553211 GtkFileChooserButton unsets filter after first use
4176  553578 tabs are not drawn correctly
4177  553803 eventually call XCloseDevice on XOpenDevice results
4178  552956 Should check composite extension version
4179  552959 GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real transparency
4180  553575 Only draw focus when navigating with the keyboard
4181  339367 Incorrect spotlocation
4182  554141 uninitialized data use/free in gtkclipboard-quartz.c
4183  371908 Password Entry broken
4184  317002 Disable input method completely in GtkEntry when it...
4185  487624 Tooltips doesn't get updated if ther's no mouse motion...
4186  107000 Add signals to GdkKeymap for monitoring caps_lock, etc
4187  530568 Entries with visibility=FALSE should warn for caps-lock on
4188  553086 hard to see current immodule
4189  541009 Get rid of separate subclasses for horizontal and vertical...
4190  344522 support non-local destination files (GtkPrint)
4191  553582 Add orientation API to GtkSeparator
4192  554506 combining diacritics broken, became deadkeys
4193  553585 Add orientation API to GtkRuler
4194  554690 mem leak in filechooser
4195  554691 mem leak in filechooser
4196  554696 invalid free function used
4197  554698 mem leak in filechooser
4198  554701 filechooser spams console with useless warnings
4199  554704 gtkfilesystemmodel does too much work
4200  530575 GtkEntry with invisible chars has a confused cursor in overwrite mode
4201   96431 Can't cut and paste / DND within invisible entry
4202  132501 Make utility window translate to tool window in win32
4203  539464 gtk_cell_view_get_model is missing in GtkCellView
4204  553573 Add orientation API to GtkBox
4205  555387 Changing the sensitivity of a statusbar mistakenly requires a display
4206  436533 Allow more space efficient scroll arrows placement
4207  555270 Allow unsetting a MessageDialog's image
4208  554702 gtkfilesystem leaks GError
4209  554192 double press on the "circumflex" dead key...
4210  516425 Optionally display accelerators in popups
4211  550342 Splash screens have a caption
4212  555578 GtkTable propertiy maxima are wrong
4213  555523 gtk_scale_button_set_adjustment should accept NULL
4214  555573 gtk_font_selection_set_font_name shouldn't require a screen
4215  555676 gtk_widget_real_grab_focus assumes toplevel == window
4216  555000 Wrong treatment on non-spacing marks dead keys in GtkIMContextSimple
4217  551355 Make glib build with libtool 2.2
4218  555186 Setting gtk-toolbar-icon-size with custom icon_size
4219  555625 Updated gtk_compose_seqs_compact table
4220  555386 format not a string literal and no format arguments
4221  552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false
4222  555779 GtkCellRendererPixbuf crashed on failed GIcon lookup
4223  556150 gtk 'object' property test fixing
4224  556527 The current page property is not passed to GtkPrintUnixDialog
4225  556578 GIMP windows stay on top of other windows
4226  557059 crash when compositing emblems with icon
4227  557266 Window Management Problem
4228  555920 gtkentry.c passes wrong enum to pango_layout_set_alignment
4229  528320 Incorrect icons displayed for files with custom mimetype icons
4230  557524 "va_end(args);" should be added into gtk_text_buffer_insert_with_...
4231  556835 gtkentry.c: variable is declared at middle of block
4232  556954 gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation...
4233  557315 stale clipboard target cache
4234  530454 Clarify page_nr when printing
4235  557065 gtkcellrendererpixbuf spams console over and over...
4236  557894 Wrong return value for gdk_pointer_grab_info_libgtk_only
4237  558397 gtk_widget_error_bell undefined without a screen
4238  557762 Misleading error message in GDK DirectFB
4239  557316 GtkLinkButton should consider user-defined tooltip
4240  339714 Set printer dpi on cairo ps/pdf surfaces when printing
4241  558522 scroll arrow painted insensitive even though there are pages...
4242  347230 testicontheme shortcomings
4243  558323 glitches when popping up combos in treeviews
4244  558667 gtk_font_selection_dialog_get_apply_button - deprecate
4245  412134 Add API to query style properties from the style
4246  322934 Replace menu's proxy icons with empty space hiding icons
4247  409435 GtkStatusIcon enhancements: scroll events, middle click, rich tooltips
4248  558278 Crash when calling a callback set by gdk_add_client_message_filter()
4249  558929 gtkstatusicon.c: 'event' is a member of the structure
4250  558001 gtk_icon_view_enable_model_drag_[source|dest] problem
4251  557212 Problem with which window gains focus and is visible
4252  559404 gtk_editable_insert_text counts length in bytes
4253  558586 handling of keyboard under darwin (quartz)
4254  558409 GtkLabel::use-underline doesnt work with GtkLabel::attributes
4255  553586 Add orientation API to GtkPaned
4256  560135 Print when the user double clicks a printer
4257  553765 Add orientation API to GtkRange
4258  550942 Rework of gdkeventloop-quartz.c
4259  525550 GTK+ 2.13.0 GtkCurve test fails
4260  559619 invisible-char default cannot be tested
4261  560139 GtkEntry doesn't paint with the right state
4262  560602 Wrong GtkMenuItem default value (test fails)
4263  377699 realizing gtk.Progress() causes SEGV
4264  561335 Fix typos in GtkToolItem documentation
4265  561539 Alignments miscalculate dimensions when allocated less...
4266  559947 Unchecked dependency on python>=2.4
4267  561504 testgtk should load rc file from sub folder
4268  539263 Deprecate gdk_window_get_toplevels
4269  554076 eventually release g_new-ed supported_atoms
4270  559622 GdkDevice test segfaults
4271  554453 "typeahead find" widget of GtkTreeView appears on wrong monitor...
4272  562817 GtkDialog: typo
4273  555334 connected server feature
4274  562878 password save incorrectly set in gtkmountoperation
4275  559914 eog doesn't apply paper setup
4276  562998 GtkFontButton documentation improvements
4277  557420 Some compose sequences don't work anymore (or only in specific order)
4278  546285 Allow GtkEntry to draw progress
4279  563547 Update gdkx11 atom precache table
4280  563285 test print backend does not compile
4281  559325 documentation for gdk_display_get_window_at_pointer() is wrong
4282  554274 Add default hook for GtkLinkButton
4283  546378 GtkAssistant page title is not translatable
4284  563991 gtk_file_chooser_button_new_with_backend is deprecated...
4285  563994 Input method module interface not documented
4286  564066 Crash in gtk_rc_parse_default_files
4287  563835 Typo in gtk_widget_has_screen() docs
4288  564212 gtk_icon_view_accessible_model_rows_reordered explain new_order...
4289  563751 xatom cache is prefilled too late
4290  556839 Crash when opening a link
4291  549251 GTK icon view accessible issue
4292  558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8
4293  555560 gtk_combo_box_set_active fails with no model
4294  563158 CellRendererProgress pulsing and progressing rows can not...
4295  556233 local-only causes G_IS_FILE warning
4296  562579 Remove error dialog when directory does not exist
4297  561494 FileChooser network browsing and authentication support
4298  339318 Allow page rendering to (optionally) happen in a thread
4299   85292 add an icon to gtkentry
4300  564881 gtkstatusicon.c: 'event' bug again
4301  552545 leaks GpImage
4302  553374 gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE
4303  555791 Natuilus Crashes when opening USB MP3 Player Contents
4304  561186 GdkPixbuf API type checking needs cleanup
4305  559009 gtk_radio_button_get_group documentation needs to say...
4306  523264 Update GTK+ reference documentation screenshots
4307  563876 [Regression] GTK_MODULES env var is no longer relevant
4308  554950 gail must make itself resident
4309  555953 libferret missing link against libgtk-x11
4310  554002 Orca App-Preferences dialog page tabs are "off" by one...
4311  353088 gtk_expander_get_label should return the full label text
4312  512743 Applications with lists crash in libgail
4313  564555 synaptic cannot be started...
4314  565203 icons are misplaced when horizontal gtkiconview is...
4315  549251 GTK icon view accessible issue 
4316  558694 Paned window splitter keynav broken
4317  565846 va_end(args) should be added into gtk_tree_store_new
4318
4319 * New and updated translations:
4320  Arabic (ar)
4321  Asturian (ast)
4322  Catalan (ca)
4323  Danish (da)
4324  German (de)
4325  British English (en_GB)
4326  Spanish (es)
4327  Finnish (fi)
4328  Galician (gl)
4329  Hebrew (he)
4330  Japanese (ja)
4331  Georgian (ka)
4332  Malayalam (ml)
4333  Marathi (mr)
4334  Portugese (pt)
4335  Brazilian Portugese (pt_BR)
4336  Romanian (ro)
4337  Russian (ru)
4338  Slovak (sk)
4339  Serbian (sr, sr@latin)
4340  Swedish (sv)
4341  Thai (th)
4342
4343
4344 Overview of Changes from GTK+ 2.14.1 to 2.14.2
4345 ==============================================
4346
4347 * Don't use XRRGetScreenResources, since it doesn't work well
4348
4349 * Bugs fixed:
4350  551063 deprecated marking without a link to what new code should use
4351  319849 gtkcalendar look in RTL locales
4352  550989 gdk_display_put_event should call g_main_context_wakeup
4353  550062 Small update in gdk/gdkkeysyms.h
4354  551325 Reference to wrong parameter in gtk_editable_insert_text
4355  551386 gtk_printer_set_is_default() always sets TRUE
4356  550676 Memory leak, update keyboard layout data structure
4357  551699 gtk_scrolled_window_destroy() is broken
4358  551567 DND mark broken
4359  551378 Print dialog: should try UDS when fetching PPD for localhost
4360  536542 gtk_list_store_set() documentation doesn't say whether...
4361  552153 GtkModules loading with XSettings doesn't work...
4362  552001 gtkimcontextsimple.c: variable is declared at middle...
4363  551987 GtkPaned redrawing problem
4364  551722 gtk_widget_set_scroll_adjustments() should check...
4365  552107 Small libtool fixes
4366  552500 GtkPrintSettings API doc not precise enough
4367  408154 Change GtkEntryCompletion max-items to style property
4368  329593 Entering characters on a line very cpu intensive and slow
4369  552667 gtkimage containing gicon leaks memory
4370  552668 format not a string literal and no format arguments...
4371  346903 gtk_enumerate_printers needs events to complete
4372  550969 fix a typo which breaks the static build
4373  517233 Calling gdk_pixbuf_loader_close causes "GError set over...
4374  551063 deprecated marking without a link to what new code should use
4375  540967 docs build slowly because of entities
4376
4377 * Updated translations:
4378  Afrikaans (af)
4379  Arabic (ar)
4380  Assamese (as)
4381  Bulgarian (bg)
4382  Bengali India (bn_IN)
4383  Catalan (ca)
4384  Finnish (fi)
4385  French (fr)
4386  Gujarati (gu)
4387  Croatian (hr)
4388  Italian (it)
4389  Lithuanian (lt)
4390  Malayalam (ml)
4391  Marathi (mr)
4392  Dutch (nl)
4393  Oriya (or)
4394  Brazilian Portugese (pt_BR)
4395  Portugese (pt)
4396  Telugu (te)
4397  Thai (th)
4398  Turkish (tr)
4399
4400
4401 Overview of Changes from GTK+ 2.14.0 to 2.14.1
4402 ==============================================
4403
4404 * Fix a deadlock in pixbuf loader initialization
4405
4406 * Updated translations:
4407  Ukrainian (uk)
4408
4409
4410 Overview of Changes from GTK+ 2.13.7 to 2.14.0
4411 ==============================================
4412
4413 * Bugs fixed:
4414  548354 Remove repeated code in gtk_cell_view_size_allocate
4415  548346 gtk_color_selection_dialog_get_color_selection always...
4416  535158 can't rearrange the order of multi pages per side
4417  545875 evo crashed when trying to print pages 6-7 of a 1 page...
4418  549236 missing Since 2.14 in gtk_file_chooser_get_file
4419  549354 Crash trying to open a file on a remote folder
4420  549734 gtk_selection_data_get_data prototype is wrong
4421  549262 GtkScrolledWindow should not accept focus unless...
4422  549810 Memory leaks in printing code 
4423  437791 Animation is played at the wrong speed
4424  549943 gtk_tool_shell_get_relief_style() always returns...
4425  547449 Entry/Combo popup misplaced after resize
4426  550528 IconView DND interface does not work if only used as source
4427  548993 regression: gdk 2.13 leaves stray windows in certain cases
4428  520165 typeahead find (interactive search) only accepts one char...
4429  528091 Arrows for scrollable notebooks don't work with unset GTK...
4430  528975 Can not maximize the window
4431  543308 FileChooser size problems since gtk+-2.13.x 
4432  549322 Typo in gdk_pixbuf_save_to_buffer docs
4433  549711 Race condition when loading gdk-pixbuf image modules
4434
4435 * Updated translations:
4436  Czech (cs)
4437  German (de)
4438  Spanish (es)
4439  Estonian (et)
4440  British English (en_GB)
4441  Finnish (fi)
4442  French (fr)
4443  Irish (ga)
4444  Galician (gl)
4445  Japanese (ja)
4446  Hebrew (he)
4447  Hungarian (hu)
4448  Korean (ko)
4449  Maithili (mai)
4450  Norwegian bokmål (nb)
4451  Polish (pl)
4452  Pashto (ps)
4453  Brazilian Portugese (pt_BR)
4454  Albanian (sq)
4455  Swedish (sw)
4456  Telugu (te)
4457  Thai (th)
4458  Vietnamese (vi)
4459
4460
4461 Overview of Changes from GTK+ 2.13.6 to 2.13.7
4462 ==============================================
4463
4464 * Bugs fixed:
4465  545031 list of recently used files is created world-readable
4466  535573 Deadlock in gdkeventloop-quartz.c:poll_func()
4467  546771 Add writable property "visited" to GtkLinkButton
4468  546756 gnome-panel crashed with SIGSEGV in g_type_check_...
4469  547027 menus are broken
4470  544863 gtkquartz.h not included in released 2.13.5 package
4471  547211 Duplicated mnemonic
4472  547270 Make GtkHSV public
4473  546616 CUPS print backend uses 1.2 API without guards
4474  546754 2.13.6 update create rendering issue in the evo...
4475  546730 gtk_status_icon_get_gicon() should use a return...
4476  526234 make shift+ctrl+del delete till the end of line
4477  547456 gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't...
4478  547516 Add comments for translators in gtkprintbackendcups.c
4479  547673 Accessors for GtkFileSelection.font_entry and...
4480  547775 Documentation of gtk-button-images is not correct
4481  547846 gtktestutils functions lack Since: tags
4482  547655 gio_can_sniff configure test can fail...
4483  547944 Self-reference in gtk_page_setup_load_file's docs
4484  547680 fontconfig monitoring can crash apps
4485  546549 Better Type Checking
4486  532644 TIFF loader need to exclude CR2 files
4487
4488 * Updated translations:
4489  Arabic (ar)
4490  Spanish (es)
4491  Basque (eu)
4492  Finnish (fi)
4493  Galicican (gl)
4494  Japanese (ja)
4495  Kannada (kn)
4496  Marathi (mr)
4497  Norwegian bokmål (nb)
4498  Portugese (pt)
4499  Brazilian Portugese (pt_BR)
4500  Swedish (sv)
4501  Thai (th)
4502
4503
4504 Overview of Changes from GTK+ 2.13.5 to 2.13.6
4505 ==============================================
4506
4507 * Fix problems on 64-bit Windows
4508
4509 * Fix a long-standing, well-known problem with the handling
4510   of insensitive buttons, bug 56070
4511
4512 * Fallback to Xinerama if the Xrandr implementation
4513   is just a stub
4514
4515 * gdk_threads_add_timeout_seconds[_full]: New functions with
4516   second-granularity to complete the set of gdk_threads_ timeout
4517   functions
4518
4519 * Support rendering icons with emblems specified as GEmblemedIcon
4520
4521 * GtkFileChooser has a GFile-oriented API now, functions
4522   for creating filechoosers with specific backends have been
4523   deprecated, since GIO is used directly.
4524  
4525 * GtkAdjustment has been sealed, adding getters and setters
4526   for all struct fields.
4527
4528 * Bugs fixed:
4529  544265 GDK assumes XFIXES extension
4530  543915 "Sole completion" translation issue
4531  544510 SetTimer callback signatures has the wrong type
4532  544390 evince crashes after clicking print
4533  361561 StatusIcon signals not documented as definitely public API.
4534  368234 Incorrect tabs rendering during reorder with rounded themes
4535  545976 Deprecate gtk_file_chooser_*_with_backend
4536  545978 Make filechooser GFile API public 
4537  544863 gtkquartz.h not included in released 2.13.5 package
4538  424207 printing hangs on unreachable cups server
4539   56070 Can't click button after setting it sensitive
4540  545931 small documentation typos
4541  344383 use po/LINGUAS
4542   65818 rename gtk_window_set_default() and add getter for it
4543  539733 No way to control treeview separator height
4544  523950 GtkTreeModelFilter's visible function may get an empty...
4545  526575 Missing return type in gtk_ui_manager_get_toplevels...
4546  429411 add style properties to set minimum progressbar w...
4547  429427 Add "arrow-spacing" style property to GtkRange
4548  544302 GtkStatusIcon should support GIcon
4549  339699 implement gtk_print_operation_set_show_dialog for...
4550  538686 gtkprintoperation-win32.c: devmode_from_settings
4551  540379 gtk_tree_view_enable_model_drag_dest and ...
4552  544684 Win64 issue, window handles are assumed to be 32-bit
4553  540834 Insensitive widgets cannot be grabbed
4554  515596 GtkUIManager's embedded UI definition example is invalid
4555  534979 GtkImageMenuItem is a bin but has two children
4556  382291 Automatically dim the combobox when the model is empty
4557  545982 missing braces cause bogus warnings when using GtkBuilder
4558  544858 Seal GtkAdjustment
4559
4560 * Updated translations:
4561  Spanish (es)
4562  Galician (gl)
4563  Japanese (ja)
4564  Korean (ko)
4565  Norwegian bokmål (nb)
4566  Portugese (pt)
4567  Brasilian Portugese (pt_BR)
4568  Albanian (sq)
4569  Swedish (sv)
4570
4571
4572 Overview of Changes from GTK+ 2.13.4 to 2.13.5
4573 ==============================================
4574
4575 * gdk-pixbuf:
4576  - Use GIO for mime type sniffing when possible
4577
4578 * Printing:
4579  - Handle paused printers and printers that don't accept jobs
4580
4581 * GtkBuilder:
4582  - Support building parts of the XML tree with the new functions
4583    gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string
4584
4585 * Bugs fixed:
4586  540917 deprecate pack_start_defaults()
4587  541645 gtkfilechooserdefault segfaults when bookmark does not contain ://
4588  493008 gdk_screen_get_window_stack is not 64-bit-compatible
4589  539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates
4590  327582 Incomplete docs for GtkSettings::gtk-icon-sizes
4591  343663 source-buffer highlighting highlights "char" in gtk_text_iter_...
4592  541811 g_return_if_fail (widget->parent == container)
4593  541540 Dead link to pkg-config site in GTK+ online FAQ
4594  513580 Broken link in GTK+ FAQ
4595  531129 gtk_style_copy() does not include a return value or description
4596  510225 gtk_widget_get_composite_name retval should be freed
4597  507953 gtk_tree_view_set_tooltip_column() shows markups
4598  469068 clarify gdk_cairo_create()
4599  528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView
4600  540994 [Win32] Some windows don't appear at the top when created
4601  541964 [Win32] Setting modal hint to current value might confuse the stack
4602  541950 Removing recently-added accelerator UI causes a wrong g_warning
4603  542234 iconview a11y implementation segfaults
4604  541399 Widget tooltips: treat "" same as NULL
4605  334418 Support easy input of ellipsis
4606  321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
4607  316087 Resizing columns is chaotic
4608  542853 jasper test fails due to incomplete library arguments
4609  507394 mem leak from gtk_selection_add_targets
4610  488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_...
4611  479780 Bookmarks in left pane of FileChooser cannot be renamed
4612  542523 GtkTextTag should handle setting properties to NULL
4613  384940 handle rejecting jobs and authentication meaningfully
4614  339591 Detect list of availible cover pages
4615  543244 crashes when renaming a bookmark
4616  447998 GtkBuilder does not support building parts of the xml tree
4617  543217 GTK application crashed with directfb backend
4618  543545 GtkAssistant crashes when gtk_widget_hide() is called inside ...
4619  401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_...
4620  543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory
4621  488019 Mention bind_textdomain_codeset in gettext related FAQ
4622  528822 typo in GtkCombo docs
4623  540967 docs build slowly because of entities
4624  537430 label pango attributes & i18n
4625  543989 Crash in gtk_tree_view_size_allocate_columns
4626  535223 gbookmark file inefficiency ...
4627
4628 * Updated translations:
4629  Assamese (as)
4630  Czech (cs)
4631  German (de)
4632  Spanish (es)
4633  Galician (gl)
4634  Hebrew (he)
4635  Polish (pl)
4636  Pashto (ps)
4637  Traditional Chinese (zh_HK)
4638  Traditional Chinese (zh_TW)
4639
4640
4641 Overview of Changes from GTK+ 2.13.3 to 2.13.4
4642 ==============================================
4643
4644 * Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks)
4645
4646 * GtkScaleButton has an orientation property 
4647
4648 * Bugs fixed:
4649  538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore
4650  538362 Get Win32 icons back in the file chooser
4651  538182 pango_cairo_context_update_layout is not noop after...
4652  508751 gnome-terminal crashed with SIGSEGV after keypress
4653  419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER...
4654  538784 Don't change the filename in the name entry in CREATE_FOLDER...
4655  538395 gtk_combo_box_append_text() on non-compliant model segfaults
4656  539363 Segfault when creating GtkPlugs
4657  539466 GtkMenuShell API/ABI break in trunk
4658  442042 GtkScaleButton is too limited
4659  540318 Invalid URL
4660  530255 GtkAboutDialog cuts off comments label
4661  540310 Avoid unnecessary repaints when resizing GtkWindow
4662  434535 printoperation's create_surface doesn't check temp file...
4663  539790 [PATCH] Please add three new settings to GtkSettings
4664  539164 Windows' System Menu blocks main loop
4665  541162 [Win32] Update for the new GdkWindowImpl stuff
4666  455268 Add gtk-enable-tooltips GtkSetting
4667  537591 Don't hardcode minimum width of menuitems
4668  541249 [Win32] Fix some internal static methods
4669  541305 [Win32] Scrolling was broken after GdkWindow refactoring
4670  540529 Remove all GIMP references
4671  538547 Update doc-shooter in gtk documentation
4672  535498 Printing demo broken
4673  539944 Add GtkScaleButton API so struct fields can be marked...
4674  540915 GtkBuilder sets properties in reverse order
4675  538863 Fixes assertion on entering empty folder
4676  540861 invalid UTF-8 in input device name
4677  540612 mem leak in filechooser
4678  540618 gtk_menu_shell_select_first prints warning on GtkMenubar...
4679  539944 Add GtkScaleButton API so struct fields can be marked...
4680  536966 Paper selector crashes
4681  378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
4682  516092 use gtk_drag_*_add_*_targets instead of hardcoded target ...
4683  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
4684  538378 GtkFileSystemError should be public
4685  539095 directfb functions need to be renamed due to the offscree...
4686  539470 Fix critical warnings when the GIcon can't be found for a...
4687  539732 Warnings on destruction of GtkDialog.
4688  540235 Getting the current folder fails
4689  537639 complete the gtk_clipboard_request/wait_for/is_available_... 
4690
4691 * Updated translations:
4692  Catalan (ca)
4693  Spanish (es)
4694  Estonian (et)
4695  Hungarian (hu)
4696  Korean (ko)
4697  Norwegian bokmål (nb)
4698  Occitan (oc)
4699  Swedish (sv)
4700  Thai (th)
4701
4702  
4703 Overview of Changes from GTK+ 2.13.2 to 2.13.3
4704 ==============================================
4705
4706  * Support runtime font configuration changes
4707  
4708  * Use GIO for mime information
4709
4710  * Use GIO directly for the file chooser, do not load filesystem
4711    implementation modules. This change causes some regressions on Win32, 
4712    which will be addressed by improved Win32 support in GIO.
4713
4714  * GTK+ no longer uses translations when the application is not
4715    translated to the current locale
4716  
4717  * Bugs fixed: 
4718  520874 Should use gio directly
4719  536185 monitor font configuration
4720  536757 openoffice.org menus are placed at wrong position
4721  536990 updateiconcache.c: 'close ()' is redundant 
4722  535608 do not string-copy accel paths in the menu code
4723  488119 critical warnings from gtk_tree_view_get_visible_range
4724  536730 memory corruption in gtktreeview
4725  131920 gtkNotebook sends incorrect switch_page value
4726  526987 GtkCellRendererCombo should allow model to be NULL
4727  536765 GtkComboBox should set COMBO type hint for its menu
4728  503071 Application direction changes to right to left even if...
4729  517706 Connecting GtkButton with "use-stock" == FALSE to a...
4730  519092 Add accessibility support to GtkVolumeButton
4731  524222 GtkToolbar with mix of buttons with and without icons...
4732  537985 gtk_init_with_args() doesn't open a display after...
4733  531960 crash in eog-image.c:1154: (priv->image != NULL)
4734  408154 Change GtkEntryCompletion max-items to style property...
4735  506853 gtk_tree_view_enable_model_drag_[source|dest] problem
4736  536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o...
4737  537685 print to file crashes when the target can not be written 
4738
4739 * Updated translations:
4740  Arabic (ar)
4741  Czech (cs)
4742  Estonian (et)
4743  Hebrew (he)
4744  Norwegian bokmål (nb)
4745  Thai (th)
4746
4747
4748 Overview of Changes from GTK+ 2.13.1 to 2.13.2
4749 ==============================================
4750
4751  * Fix an oversight in the header cleanup that went into 2.13.1, which
4752    removed gtkmarshal.h from the set of headers pulled in by gtk.h
4753  
4754  * Add a function to retrieve the XID of a status icon, to allow
4755    notification bubbles to follow the icon
4756  
4757  * Bugs fixed:
4758  533108 leak of GDI region in function 'handle_wm_paint'
4759  530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
4760  535830 wrong content type adding an item
4761  536126 gtk.h don't include gtkmarshal.h
4762  535497 Print preview doesn't work
4763  535862 gtk_action_create_icon can't create icons from the icon themes
4764  536092 GtkEntryCompletion's popup window should set type hint
4765  535303 add _get_implementation to GtkStatusIcon
4766
4767  * Updated translations:
4768  Estonian (et)
4769  Galician (gl)
4770  Italian (it)
4771  Vietnamese (vi)
4772
4773
4774 Overview of Changes from GTK+ 2.13.0 to 2.13.1
4775 ==============================================
4776
4777  * Add GtkMountOperation, a subclass of GMountOperation that
4778    can show password dialogs when mounting volumes
4779
4780  * Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf
4781
4782  * Add support for pixmap redirection, new api includes the 
4783    gtk_widget_get_snapshot() function and the GtkWidget::damage-event 
4784    signal and the lower-level gdk_window_redirect_to_drawable() and
4785    gdk_window_remove_redirection() functions
4786
4787  * Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
4788    gnome_url_show()
4789
4790  * Add a "changed" signal to GtkCellRendererCombo
4791  
4792  * Sync keysyms and compose sequences with recent X.org 
4793
4794  * GtkBuilder
4795    - supports custom stock icons 
4796    - supports Pango attributes in labels
4797  
4798  * GtkRecentManager
4799    - uses GIO to monitor .recently-used.xbel
4800    - limits the growth of .recently-used.xbel with a 
4801      gtk-recent-files-max-age setting
4802
4803  * Filechooser autocompletion has been reworked
4804
4805  * The cups print backend displays printer status information
4806  
4807  * On OS X, accelerators are displayed using Unicode characters,
4808    matching the native behaviour
4809
4810  * GtkIconTheme and GtkImage support GIcon
4811
4812  * Bugs fixed: too many to list here
4813  
4814  * New and updated translations:
4815  Arabic (ar)
4816  Valencian-Catalan (ca)
4817  German (de)
4818  Canadian English (en_CA)
4819  British English (en_GB)
4820  Spanish (es)
4821  Estonian (et)
4822  Galician (gl)
4823  Hebrew (he)
4824  Hungarian (hu)
4825  Kannada (kn)
4826  Norwegian bokmål (nb)
4827  Dutch (nl)
4828  Norwegian Nynorsk (nn)
4829  Occitan (oc)
4830  Slovak (sk)
4831  Albanian (sq)
4832  Swedish (sv)
4833  Telugu (te)
4834  Vietnamese (vi)
4835
4836
4837 Overview of Changes from GTK+ 2.12.x to 2.13.0
4838 ==============================================
4839
4840  * gdk-pixbuf:
4841   - Support loading the OS X icns format
4842   - Support loading of JPEG2000 images
4843   - Support loading from and saving to GIO streams
4844
4845  * GDK:
4846   - Add GdkAppLaunchContext, to provide startup notification
4847     with g_app_info_launch()
4848   - Use RandR 1.2 instead of Xinerama when available, and expose
4849     more monitor information
4850
4851  * Accessibility:
4852   - The gail module is now shipped as part of GTK+
4853   - GtkStatusIcon supports keyboard navigation 
4854
4855  * GtkCalendar:
4856   - Support displaying details for each day
4857
4858  * GtkBuilder:
4859   - gtk-builder-convert has been improved
4860   - Translation-domain works properly
4861   - Support accessibility
4862
4863  * Testing support:
4864   - Add utilities for testing GTK+ applications
4865   - Add some unit tests for GTK+ 
4866
4867  * New settings:
4868   - for disabling display of accelerators and mnemonics
4869   - for position of vertical scrollbars in scrolled windows
4870   - for the default input method 
4871
4872  * GtkToolShell: new interface for containers of GtkToolItems
4873
4874  * Bug fixes:
4875  - too many to list here
4876
4877  * Updated translations:
4878   Arabic (ar)
4879   Assamese (as)
4880   Belarusian (be)
4881   Belarusian Latin (be@latin)
4882   Czech (cs)
4883   German (de)
4884   Greek (el)
4885   Estonian (et)
4886   Finnish (fi)
4887   French (fr)
4888   Irish (ga)
4889   Hebrew (he)
4890   Indonesian (id)
4891   Kurdish (ku)
4892   Marathi (mr)
4893   Norwegian bokmål (nb)
4894   Occitan (oc)
4895   Brazilian Portugese (pt_BR)
4896   Slovenian (sl)
4897   Swedish (sv)
4898   Telugu (te)
4899   Russian (ru)
4900
4901
4902 Overview of Changes from GTK+ 2.12.0 to 2.12.1
4903 ==============================================
4904
4905  * Bugs fixed: 
4906  472965 a small improvement for scrolling behavior with PgUp/PgDown
4907  460194 Gtk tooltips + swt crash
4908  478803 Segfault in gtk_print_operation_run when no range specified
4909  480123 Crash from GTK's new search feature
4910  483223 im-xim.so leaves callbacks connected to display "closed" ...
4911  476342 Icon cache validation causes severe page-in
4912  484008 configure fails during CUPS version tests on some platforms
4913  327243 GtkFileChooserButton emits two "selection-changed" signal...
4914  465380 gtkfilechooser cannot show the modified date on none UTF-...
4915  467269 Inkscape Flickers horribly
4916  476686 gtkrecentchooser select-multiple property
4917  478173 GTK's Tracker search engine does not work anymore
4918  478371 totem volume slider appears on all workspaces
4919  482089 GtkPrintOperation check for null default signal handler b...
4920  482504 Missing locale to UTF-8 conversion for modification time ...
4921  482841 critical warnings on gdk_display_close after _gtk_tooltip...
4922  483563 remains of gtk_widget_ref() in gtkdnd.c
4923  483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
4924  484650 Typo in docs for GdkGrabBroken
4925  484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
4926  486360 Failed to convert Empathy Glade files
4927  389358 print dialog: unit selection dialog can't be closed
4928  448343 File chooser should maintain sort state during folder swi...
4929  477447 GtkPaned documentation doesn't mention behaviour with onl...
4930  482034 GtkMenuPositionFunc push_in parameter description
4931  482837 duplicate declaration of gtk_notebook_create_window()
4932  478637 Notebook tab labels not correctly centered in ms-windows ...
4933  484132 gtk_recent_info_get_icon docs
4934  486636 "Cannot open display" message doesn't include display whe...
4935  455284 Ctrl+L should work depending if it has focus or not
4936  478377 10x speed up for window motion/scroll (gdk-quartz)
4937  485301 Filename is garbled in print dialog on none UTF-8
4938  485437 Fix testxinerama.c to not query current monitor by default
4939  486155 Docs for gtk_text_iter_forward_line()
4940  339877 pixbuf loader incorrectly returns wbmp
4941  456137 Pidgin will crash in fail-safe session due to a NULL poin...
4942  456676 Critical warning in gtk_drag_drop_finished()
4943  352643 crash in gtk_entry_completion_default_completion_func
4944  477280 volume button docs fix
4945  477704 Add docs for GtkTreeModelForeachFunc
4946  476920 Move GtkFileSelection to the deprecated section
4947
4948  * Updated translations:
4949  - Arabic (ar)
4950  - Assamese (as)
4951  - Belarusian Latin (be@latin)
4952  - Catalan (ca)
4953  - Estonian (et)
4954  - Basque (eu)
4955  - Hebrew (he)
4956  - Ido (io)
4957  - Italian (it)
4958  - Japanese (ja)
4959  - Georgian (ka)
4960  - Kannada (kn)
4961  - Korean (ko)
4962  - Lithuanian (lt)
4963  - Dutch (nl)
4964  - Polish (pl)
4965  - Romanian (ro)
4966  - Slovenian (sl)
4967
4968
4969 Overview of Changes from GTK+ 2.11.6 to 2.12.0
4970 ==============================================
4971
4972  * GtkTooltips
4973  - All widgets have been ported to the new tooltips code
4974  - Tooltips are disabled in touchscreen mode 
4975
4976  * GtkBuilder
4977  - Support custom tabs in GtkPrintUnixDialog
4978
4979  * Bugs fixed:
4980  459561 critical warnings with custom tooltips
4981  461648 GdkWindowQueueItem::serial overflow
4982  463773 Openoffice and flash run into a deadlock when used with KDE
4983  468801 thunar segfaults when selecting targa image
4984  473441 [patch] Ungrab windows when gdk_window_destroy() is calle...
4985  473954 gnome-background-properties: crash on drag-n-drop to "Add...
4986  461945 totem outputs errors in terminal
4987  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
4988  405868 Missing implementation of gdk_window_get_geometry()
4989  441219 Do not allow moving cursor to separators
4990  447214 rename the tips_data_list field back
4991  451202 New tooltips API has too long default timeout
4992  451397 Use new tooltip API in gtk+
4993  452225 check and option mark drawing is a mess of inconsistency
4994  457642 tooltips on notebook's tab labels
4995  458088 Improve mouse cursor for paned widgets
4996  458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window...
4997  458280 remove set-toolip handler from menutoolbutton
4998  458298 broken cursor movement with inline selection
4999  459459 Missing implementation of gdk_window_set_decorations() an...
5000  459515 gtk_menu_key_press() buglets
5001  459566 update testtooltips
5002  459667 Missing implementation of gdk_window_set_keep_above and g...
5003  460272 GtkFrame publishes incorrect defaults for "label-xalign"
5004  460534 No expose events if input swamps main loop with scrolled ...
5005  461225 gtk_tree_view_set_tooltip_cell() documentation: cell
5006  463907 'Recent Documents' is broken in gnome-panel 2.19.5
5007  464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul...
5008  465039 "keynav-failed" signal not emitted when treeview has just...
5009  467003 tooltips do not pick up theme changes
5010  467117 Documentation for the GtkPaned key binding signals
5011  467414 gtkcupsutil.c won't build with cups 1.3
5012  468055 Incorrect compose mapping for capital U with macron
5013  468245 Tooltip timer doesn't get reset when mouse leaves into ot...
5014  469214 Recently used blocks side-panel browsing until loaded
5015  469374 menu accelerators don't work
5016  469395 make dist failure
5017  471132 Highlighting a suggestion with the keyboard changes the U...
5018  471215 Cursor drawing broken
5019  472974 gtk-builder-convert doesn't set correctly the tab label f...
5020  472981 make gtk-builder-convert not remove some empty properties
5021  356630 Print to file dialog suggests "output.pdf" even for ps ou...
5022  447883 PATCH Documentation about SVN in HACKING and README.cvs-c...
5023  459340 GtkContainer API documentation refers deprecated gtk_widg...
5024  459732 build system: cups detection with only cups-config might ...
5025  460207 there are still references to deprecated gdk_pixbuf_rende...
5026  461483 Wrong check in gtk_window_group_remove_window
5027  472643 gtk_builder_add_from_file: *filename marked as constant b...
5028  474696 ToolbarContent should use GSlice
5029  459313 A few functions that don't appear in 2.12 new symbols
5030  468832 crash while reading ANI file
5031  470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh...
5032  473340 gtk_print_operation_get_error() is listed twice
5033  473463 GtkButton doesn't have a GdkWindow like the docs say it does
5034  474282 Dead code in gtkmisc.c
5035  472951 gtkprintunixdialog should support custom tabs as buildable
5036  383003 Dragging text including non-ascii chars from epiphany to ...
5037  449371 Open with menu has no effect
5038  404541 GtkIconView crashes when I select icons with rubberband w...
5039  467324 Iter swapping causes segmentation fault
5040  475158 Random crash while scrolling trough notebook tabs
5041  450032 GtkRecentAction should have defaults
5042  458283 wrong tooltip on menutoolbutton
5043  467717 Extra trailing comma after last enum definition
5044  467719 config.h should always be included first if using AC_SYS_...
5045  474897 rendering problem with latest gtk+
5046  475400 Fix a typo in gtkentry.c
5047  436576 GtkFileChooserButton title from supplied dialog
5048  475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS
5049  105895 Please add common keybindings for the TreeView
5050  306445 stock icon for the "open recent" menu
5051  449371 Open with menu has no effect
5052  426246 "Spurious" expose events during asynchronous GtkWindow re...
5053  436576 GtkFileChooserButton title from supplied dialog
5054  474897 rendering problem with latest gtk+
5055  475400 Fix a typo in gtkentry.c
5056  476688 scale button uses wrong value type in getter
5057  476665 gtkcellrendereraccel missing property getter
5058  476689 gtktreeview tooltip column property getter uses wrong val...
5059
5060  * Updated translations
5061  - Bulgarian (bg)
5062  - Bengali (bn_IN)
5063  - Danish (da)
5064  - German (de)
5065  - Canadian English (en_CA)
5066  - Spanish (es)
5067  - Estonian (et)
5068  - Basque (eu)
5069  - Finnish (fi)
5070  - French (fr)
5071  - Irish (ga)
5072  - Gujarati (gu)
5073  - Hungarian (hu)
5074  - Italian (it)
5075  - Japanese (jp)
5076  - Kannada (kn)
5077  - Macedonian (mk)
5078  - Malayalam (ml)
5079  - Norwegian bokmål (nb)
5080  - Dutch (nl)
5081  - Oriya (or)
5082  - Polish (pl)
5083  - Portugese (pt)
5084  - Brazilian Portugese (pt_BR)
5085  - Russian (ru)
5086  - Albanian (sq)
5087  - Serbian (sr, sr@Latn)
5088  - Swedish (sv)
5089  - Telugu (te)
5090  - Thai (th)
5091  - Ukrainian (uk)
5092  - Vietnamese (vi) 
5093
5094
5095 Overview of Changes from GTK+ 2.11.5 to 2.11.6
5096 ==============================================
5097
5098  * GtkBuilder:
5099  - The gtk-builder-convert script is more versatile
5100  - GtkBuilder suppports GdkPixbuf properties
5101  - GtkBuilder parses, but doesn't yet implement <accessibility> 
5102  - Support for accelerators in actions has been added
5103
5104 * GtkTooltips:
5105  - The old tooltips API has been deprecated
5106  - The has-tooltip property has getter and setter
5107
5108 * GtkTreeView: 
5109  - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
5110    gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
5111    gtk_tree_view_set_tooltip_column()
5112
5113 * GtkIconView:
5114  - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
5115    gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
5116    gtk_icon_view_set_tooltip_column()
5117
5118 * Bug fixes:
5119  452598 crash in Evolution: Added an Evolution attac...
5120  447966 Add builder support for GdkPixbuf properties
5121  453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
5122  453365 gdk_pixbuf_get_file_info crashes on tif files
5123  361781 GtkViewport size request includes xthickness/ythickness f...
5124  427899 GtkFrame's label may exceed the frame area
5125  430049 gtk_selection_data_set_text() ignores length argument
5126  436965 Add files to /po[-properties]/POTFILES.in
5127  437281 gtk_button_set_image destroyes the old image
5128  448604 gtk+ printbackends build fix
5129  449311 GtkVolumeButton should use new tooltip API
5130  451164 I translate gnome-desktop. But i have no svn account and ...
5131  451575 (API) Changes needed for GtkTooltips deprecation
5132  452425 Setting "tooltip-text" property to NULL has bad effects
5133  452861 gtk_label_set_pattern() is not working anymore
5134  452988 error handling in GtkCellLayout custom parser
5135  453411 Button state not included in key events
5136  453413 Key event state is not right for modifier keys
5137  454654 Accelerator support for actions
5138  454700 Minor update for gdk_threads_enter
5139  454703 gdk_window_invalidate_rect accepts NULL
5140  454830 gtk-builder-convert not converting menus
5141  452056 GtkComboBox doesn't emit 'changed' signal when active row...
5142  452278 GtkBuilder API Documentation
5143  453316 small documentation fix in GtkDrawingArea API documentation
5144  453673 small doc quirk in gtk/gtktreeview.c
5145  453930 small doc quirk in gtk/gtktooltip.c
5146  454596 [patch] gdkpixbuf-scale slight api doc improvement
5147  454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
5148  457384 critical warning from entrycompletion
5149  112404 Problem with focus when closing transient window
5150  172424 Most GtkWidget events have no documentation
5151  408327 Improving tooltip positioning
5152  439480 translations
5153  439715 GtkFileChooser - recent files option takes up 100% CPU.
5154  455482 remove old tooltips work-around from uimanager
5155  455721 mem leak when adding shortcut
5156  455901 mem leak in path bar
5157  455984 need a way to convert to bin_window coordinates
5158  457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
5159  458298 broken cursor movement with inline selection
5160  456258 GtkScaleButton: value parameter of signal "value-changed"...
5161  457774 GtkTreeView::test_expand_row and test_collapse_row
5162  455645 intern action names 
5163
5164 * Updated translations:
5165  Bengali (bn_IN)
5166  Greek (el)
5167  Spanish (es)
5168  Estonian (et)
5169  Finnish (fi)
5170  Galician (gl)
5171  Gujarati (gu)
5172  Hungarian (hu)
5173  Japanese (ja)
5174  Lithuanian (lt)
5175  Norwegian bokmål (nb)
5176  Dutch (nl)
5177  Swedish (sv) 
5178  Thai (th)
5179  Vietnamese (vi)
5180  
5181
5182 Overview of Changes from GTK+ 2.11.4 to 2.11.5
5183 ==============================================
5184
5185 * OS X port:
5186  - Many improvements
5187
5188 * Win32 port:
5189  - Inconsistent checkboxes are drawn correctly now
5190
5191 * GtkBuilder:
5192  - Ship a Python script, gtk-builder-convert, to 
5193    convert glade files to GtkBuilder syntax
5194
5195 * GtkFileChooser:
5196  - Improved display of the time column
5197  - Support search on OS X, using Spotlight
5198
5199 * GtkTreeView:
5200  - New function gtk_tree_view_is_rubber_banding_active() to
5201    check whether rubber banding is active
5202
5203 * GtkVolumeButton uses the range 0.0 to 1.0, and
5204   correctly adapts tooltips to display percentages
5205
5206 * Bugs fixed:
5207  447967 Improve reference counting
5208  447995 Add a script that converts libglade files
5209  451428 GtkBuilder API changes
5210  449862 gdk_x11_display_get_xdisplay doesn't check pointers befor...
5211  451303 Crashes on empty property
5212  164809 Checkboxes with inconsistent status are not drawn properl...
5213  426987 Panel freezes after upgrading gtk icon cache
5214  439567 Add functions to transform pixbufs based on orientation tags
5215  448313 Block cursor problem on one-character line
5216  449016 Prevent C++ keyword clashes
5217  449167 faulty enter-leave compression
5218  450469 Draw no bevel when "GtkToolbar::shadow-type" is "none"
5219  451070 Broken CUPS SSL printing in gtk 2.10.13
5220  451345 gtk-demo does not open GtkBuilder example twice
5221  451353 Parsing properties broken
5222  451484 Miscalculation in GtkButtonBox CENTER_MODE
5223  451866 GtkVolumeButton range
5224  452046 some fixes for gdk composited window support
5225  452463 type-func attribute on wrong element ?
5226  452464 inconsistent handling of booleans
5227  452465 error handling in gtk_builder_value_from_string_type()
5228  452954 GtkBuilder documentation fixes/improvements
5229  446532 [patch] Improve performance of gtk_recent_manager_get_items
5230  451314 Warning message is wrong for delayed property assigning
5231  392283 GtkNotebook tabs drawn incorrectly with the Wimp theme
5232  449492 debug spew on toolbar focus move
5233  324543 GtkFileChooser: show file 'modified' TIMES, not just DATES
5234  327912 Many mouse cursors are not supported
5235  353805 Detecting Bidi Keyboard Layouts
5236  451527 Confusing GtkRadioButton variable names in some functions
5237  393579 Need tree view API for querying whether rubberbanding is ...
5238
5239 * Updated translations
5240  Spanish (es)
5241  Estonian (et)
5242  Hungarian (hu)
5243  Japanese (ja)
5244  Korean (ko)
5245  Norwegian bokmål (nb)
5246  Russian (ru)
5247  Sinhala (si)
5248  Vietnamese (vi)
5249
5250
5251 Overview of Changes from GTK+ 2.11.3 to 2.11.4
5252 ==============================================
5253
5254 * The multipress input method correctly handles control keys
5255
5256 * The memory management of GtkRecentManager has been
5257   changed, deprecating the screen-related functions in favour
5258   of gtk_recent_manager_get_default().
5259
5260 * Bugs fixed: 
5261  448928 Some GtkBuildable methods named too generically
5262  448193 gtkbuilder.h causes compile error with C++
5263  354887 GtkFileChooserButton displays unnecessary authentication ...
5264  440450 GTK font selection minimum size is too large for 150dpi s...
5265  447214 gtk_tooltips_widget_remove() is slow
5266  448299 dgettext arguments interchanged
5267  448321 Drawing problems with block cursor
5268  448341 There is no GtkTooltip documentation in the gtk+ reference
5269  448484 GtkAccelGroup forgets to remove closure invalidate notifi...
5270  448544 Refcount issues in GtkCellRendererSpin
5271  412357 GtkMenuShell not defined as an abstract base type
5272  403717 print preview operation should pass settings to preview p...
5273
5274
5275 Overview of Changes from GTK+ 2.11.2 to 2.11.3
5276 ==============================================
5277
5278 * GtkBuilder: GTK+ supports constructing user interfaces 
5279   from XML descriptions now, similar to libglade.
5280
5281 * The new tooltip code now has convenience api to set
5282   text tooltips: gtk_widget_set_tooltip_text(),
5283   gtk_widget_set_tooltip_markup()
5284  
5285 * GtkTextView, GtkEntry:
5286  - gtk_widget_modify_cursor() is a new function in the 
5287    gtk_widget_modify family to override the style-provided 
5288    cursor colors
5289  - Use a block cursor in overwrite mode
5290
5291 * GtkFileChooser:
5292  - Use xdg-user-dirs to find the Desktop directory
5293  - gtk_file_system_create() is now public API
5294
5295 * GtkMenu:
5296  - GtkMenuItem gained a submenu property
5297  - GtkMenuShell obtained a move-selected signal 
5298
5299 * OS X port:
5300  - Many improvements
5301
5302 * Bugs fixed:
5303  445691 Crash when spawning a new process
5304  447163 Implicit pointer conversion gdk_font_ref()
5305  420249 deadlock on print operation
5306  440918 out-of-bound access on loading pnm
5307  142494 treeview coordinate systems need documentation/auditing
5308  343012 RC parser rejects lower-case identifiers.
5309  350460 Popup windows (esp. menus) misbehave wrt focus
5310  410815 Icon view gets confused when scaling down the pixbuf column
5311  435471 small GtkComboBox cleanup
5312  435840 GTK_WIDGET_SAVED_STATE inconsistency
5313  442617 gdk_spawn overrides envp, breaking child setup funcs whic...
5314  443913 When .recently-used.xbel is empty, recently-used uses %10...
5315  444097 Cannot compile gtksearchenginesimple.c
5316  444310 update_buttons_state on a bare assistant causes gtk+ to c...
5317  444734 Compact file-chooser folder selection not working with gt...
5318  444786 Error loading 'gtk-select-color' in Stock icons and Items
5319  445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong
5320  445284 Custom (pixbuf etc.) cursor reverts to default cursor on ...
5321  445539 Unititialized var in gtkrc.c trunk
5322  445855 gtk_scale_button_new() uses private API.
5323  446138 Tiny doc update for gdk_window_get_pointer()
5324  446513 gtknotebook.h: create_window is wrong declaration
5325  446616 glib requirement insufficient
5326  447065 GtkMenuItem: add "submenu" property and some cleanup
5327  426192 Symbolic colors are not working under "engine" sections o...
5328  446107 tiff load dialogue has unreadable text
5329  447396 Typo in documentation of gtk_widget_modify_cursor
5330  79585  API to change cursor color
5331  80378  Visible (Cursor-shape) indicator for Overtype mode
5332  158008 Stock button for Dont Save, Discard Changes, Do Not Save
5333  334576 GtkCellRendererProgress ignores xalign attribute
5334  344836 Add orientation property to CellRendererProgress
5335  172535 Add support for UI builders in gtk+
5336  446833 gtk_menu_shell_move_selected should be a vcall
5337  447586 gtknotebook.c: decreasing unknown size pointer
5338
5339 * Updated translations
5340  Spanish (es)
5341  Swedish (sv)
5342
5343
5344 Overview of Changes from GTK+ 2.11.1 to 2.11.2
5345 ==============================================
5346
5347 * The GtkListStore and GtkTreeStore have new API
5348   to set values using vectors of columns and values
5349
5350 * Bugs fixed:
5351  389603 GtkFileChooserWidget crashes when the window is too narrow
5352  444351 metacity cores on startup
5353  379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow
5354  442888 problem with GTK+ medialib integration
5355  444236 gtk-demo says invisible text doesn't work
5356  444457 Segfault in gdk_window_set_opacity when opacity < 1.0
5357  399071 add gtk_tree_store_set_with_valuesv
5358  434021 crash on startup with jhbuild
5359
5360 * Updated translations:
5361  Spanish (es)
5362
5363
5364 Overview of Changes from GTK+ 2.11.0 to 2.11.1
5365 ==============================================
5366
5367 * GtkTextView:
5368  - Marks can be created independent from buffers
5369  - Cursor color follows text color
5370
5371 * OS X port:
5372  - Many improvements
5373
5374 * GDK:
5375  - Add support for composited child windows
5376
5377 * Bugs fixed:
5378  347883 do-overwrite-confirmation does nothing in 2.10
5379  440890 Crash in gtktooltip.c (GTK+ 2.11.0)
5380  440982 crash in gtk due to missing stock icon gtk-clear
5381  418047 GtkIconView sizing is very broken
5382  438440 All tests for Gtk2 failing when installing from CPAN
5383  314172 gtk_toolbar_set_icon_size() should be 'undeprecated'
5384  348493 _gdk_quartz_copy_to_image needs implementing for pixmaps
5385  398414 Printing to file with multiple pages per sheet
5386  412882 gdkwindow should support the concept of "composited"
5387  430218 Some file names are being cut unnecessarily with RTL Inte...
5388  435405 text view recreates pangolayouts all the time
5389  439565 Crash in GtkIconView a11y code
5390  440040 Reference counting in GtkPrintOperation goes awry
5391  440511 xcursors.h: illegal initializing
5392  440780 GtkAction set_short_label might be broken
5393  441443 jpeg loader does not set error upon abortion
5394  442172 Small cleanup in gtk_notebook_set_current_page and fix ty...
5395  442183 Updated gdk/gdkkeysyms-update.pl
5396  443247 Two GtkNotebook cleanups
5397  441767 Icon cache isn't validated properly
5398  442326 Overview navigator traps mouse on wrong screen in dual mo...
5399  79585  GtkTextView API to change cursor color
5400  132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer
5401  348065 [PATCH] Remove automagic status of xinerama dependency
5402  441443 jpeg loader does not set error upon abortion
5403  386935 gtk_notebook_set_window_creation_hook only allows one...
5404  414947 Move "move-focus" signal to GtkWidget
5405
5406
5407 * Updated translations:
5408  Thai (th)
5409  Spanish (es)
5410  Norwegian bokmål (nb)
5411
5412
5413 Overview of Changes from GTK+ 2.10.x to 2.11
5414 ============================================
5415
5416 * Printing support:
5417  - Cups backend: Work with "BrowseShortNames Off"
5418  - Cups backend: Fix handling of multi-valued options
5419  - Cups backend: Work with raw printers
5420  - Cups backend: don't lock up when met with larger numbers of printers 
5421  - Improved sensitivity handling of controls in the unix dialog
5422  - Support half-open ranges
5423  - Add a test print backend for easier debugging
5424  - Add API to list paper sizes
5425  - Add API to serialize and deserialize page setups and print settings
5426  - Print settings can be passed to the preview command 
5427  - Make more GtkPrinter public
5428
5429 * GtkFileChooser:
5430  - Improve file chooser dialog size logic
5431  - Add a GtkFileChooserButton::file-set signal
5432  - Add a search mode with backends for Beagle, Tracker and simple search
5433  - Add recent files support
5434
5435 * New tooltips API, that allows complex tooltips (markup, images),
5436   tooltips on insensitive widgets, tooltips on treeviews, etc
5437
5438 * GtkScaleButton, GtkVolumeButton: new widgets for volume controls 
5439   frequently seen in multimedia applications
5440
5441 * Input Methods:
5442  - New Thai and Lao input method
5443  - New multipress input method for phone pads
5444
5445 * Recent files:
5446  - GtkRecentChooserMenu supports custom menu items
5447  - GtkRecentAction was added
5448
5449 * Keyboard navigation improvements:
5450  - Infrastructure for notification of failed keyboard navigation
5451  - Better support for restricted sets of keys
5452  - Only handle keys for notebook tab reordering and scrolledwindow 
5453    scrolling if it make sense
5454  - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable  
5455    the display of accelerators and mnemonics
5456  - Popup/popdown of comboboxes is keybindable
5457
5458 * Windows port: 
5459  - Windows 9x/ME is not supported anymore 
5460  - Many ms-windows theme improvements
5461  - The file chooser uses native icons
5462  - Support drop shadows 
5463  - Use native cursors
5464
5465 * OS X port:
5466  - Many improvements
5467
5468 * Icon theme support:
5469  - Add api to list contexts of an icon theme 
5470  - The builtin stock icons have been replaced by a new set of icons 
5471    which are visually compatible with Tango
5472  - Support fallback to more generic icon names 
5473  - Validate icon caches when they are created and before they are used
5474
5475 * GtkRange has gained support for fill levels
5476
5477 * GtkEntry:  
5478  - inline-selection mode for entry completion that is closer to what 
5479    web browsers need
5480  - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
5481
5482 * GtkTextView:
5483  - Support accumulative and negative margins
5484  - GTK_JUSTIFY_FILL works
5485
5486 * GtkLabel:
5487  - GTK_JUSTIFY_FILL works
5488
5489 * GtkStatusIcon: 
5490  - Multiscreen support
5491  - gtk_status_icon_position_menu() works on Windows
5492  - Don't take up space when invisible
5493
5494 * GtkCellRendererProgress:
5495  - Respect themes 
5496  - Support activity mode
5497
5498 * GtkNotebook: 
5499  - Support scrolling during tab DND
5500  - Allow dropping tabs anywhere
5501  - Deprecate numeric group-ids in favour of a more flexible group property
5502
5503 * GtkTreeView:
5504  - Lots of scrolling fixes
5505  - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
5506    according to platform conventions
5507
5508 * GtkButtonBox:
5509  - Can center buttons now
5510
5511 * GtkComboBoxEntry 
5512  - Can add an arbitrary child widget
5513
5514 * GtkAboutDialog:
5515  - The "name" property has been replaced by "program-name" to avoid
5516    a clash with the preexisting "name" property on GtkWidget
5517
5518 * GDK changes:
5519  - Add gdk_event_request_motions() which works with input devices
5520  - Add API for changing startup notification id on a window
5521  - Add API for sending startup notification messages
5522  - Don't deadlock with xcb-based libX11
5523  - The handling of _NET_WM_USER_TIME has been changed to reduce
5524    the amount of root window property changes
5525  - New gdk_threads api() to allow fully threadsafe handling of idles 
5526    and timeouts
5527
5528 * gdk-pixbuf changes: 
5529  - Optional support for Sun mediaLib hardware acceleration
5530  - Support exif rotations in tiffs and jpegs
5531  - Allow arbitrary split between builtin vs modular loaders
5532  - Support v5 and OS/2 bmps
5533  - Support scaling animations
5534
5535 * Miscellaneous GTK+ changes:
5536  - New function gtk_window_set_opacity(), to set the opacity
5537    of toplevel windows
5538  - Allow to restrict drags within an application or widget 
5539  - Support opening/closing of submenus on click
5540  - Configurable cursor blinking timeout
5541  - Insensitive widgets don't install cursors
5542
5543 * Bug fixes:
5544  - too many to list here
5545
5546 * New and updated translations:
5547  Arabic (ar)
5548  Assamese (as)
5549  Belarusian Latin (be@latin)
5550  Bulgarian (bg)
5551  Bengali (bn)
5552  Catalan (ca)
5553  Czech (cs)
5554  Welsh (cy)
5555  German (de)
5556  Greek (el)
5557  Canadian English (en_CA)
5558  British English (en_GB)
5559  Esperanto (eo)
5560  Spanish (es)
5561  Estonian (et)
5562  Finnish (fi)
5563  French (fr)
5564  Gujarati (gu)
5565  Hebrew (he)
5566  Hindi (hi)
5567  Hungarian (hu)
5568  Indonesian (id)
5569  Italian (it)
5570  Kurdish (ku)
5571  Lithuanian (lt)
5572  Latvian (lv)
5573  Macedonian (mk)
5574  Malayalam (ml)
5575  Marathi (mr)
5576  Norwegian bokmål (nb)
5577  Nepali (ne)
5578  Oriya (or)
5579  Brazilian Portugese (pt_BR)
5580  Romanian (ro)
5581  Russian (ru)
5582  Slovenian (sl)
5583  Serbian (sr) 
5584  Serbian Latin (sr@Latn)
5585  Swedish (sv)
5586  Tamil (ta)
5587  Thai (th)
5588  Turkish (tr)
5589  Ukainian (uk)
5590  Vietnamese (vi)
5591  Walloon (wa)
5592  Simplified Chinese (zh_CN)
5593  Chinese (Hong Kong) (zh_HK)
5594  Chinese (Taiwan) (zh_TW)
5595
5596
5597 Overview of Changes from GTK+ 2.10.1 to 2.10.2
5598 ==============================================
5599
5600
5601 * Many fixes and improvements for the OS X backends
5602
5603 * Revert to using gtk modules with global binding,
5604   since the local binding that was introduced in 
5605   2.10 breaks the accessibility support of current 
5606   OpenOffice.org releases.
5607
5608 * GtkRecenManager 
5609  - Poll for changes to the XBEL file
5610  - Fix initial bad placement of recent files menu
5611  - Show nonexisting resources by default, and do 
5612    not mark them as insensitive
5613  - Allow adding a filter to GtkRecentChooserMenu
5614
5615 * GtkFileChooser
5616  - Improve the fallbacks for icons
5617  - Make  / and ~ activate the location entry again
5618
5619 * Bugs fixed:
5620  348828 Segmentation Fault in gtk_combo_box_menu_setup 
5621         when removing combobox child
5622  349552 problem with parsing (enum) style properties
5623  351581 API Documentation issues with 2.15 release
5624  348652 reorder() from ComboBoxEntry produces Gtk+ assert 
5625         error
5626  349128 Fix docs about GtkTreeModel::row-deleted
5627  350605 Crash caused by the recent menu
5628  348096 GtkStyle leaks GtkRcContext
5629  348145 Background images not working with Quartz backend
5630  329752 Problem with has_selection notification when 
5631         deleting the selection
5632  347856 gtk_recent_chooser_add_filter not implemented 
5633         for GtkRecentChooserMenu
5634  348245 Disabling pdf printing doesn't hide option
5635  348278 textview doesn't update on hinting setting change
5636  348289 Filechooser is blocked by higher priority idle
5637  348478 entry completions needs to reset the IM context 
5638         before emitting action-activate signal
5639  348538 Remove old email addreses from the tutorial
5640  348626 drag-to-child should not work
5641  348634 IconView does not update background
5642  348706 don't allow dnd onto arrows
5643  348740 configure script does not honour PKG_CONFIG variable
5644  348787 Segfault in gtk_font_button_update_font_info()
5645  348824 test attached calendar-sane-timer patch in head
5646  348971 gtk_status_icon_get_geometry returns bogus data
5647  349382 valgrind uninitialized memory warnings setting 
5648         partly uninitialized X properties
5649  349570 notebook arrow PRELIGHT drawing doesn't work
5650  349834 Memleak from gtk_tree_view_set_enable_tree_lines
5651  349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
5652  349859 gtk_paint_tab doesn't work when widget is now 
5653         option menu
5654  349997 Indirect leak from XkbGetMap
5655  350039 GtkFileChooserEntry leaks sources
5656  350050 GdkGC leak from GtkRuler
5657  350139 Should use evince preview mode
5658  350258 Memory leak in gtk_entry_drag_data_received()
5659  350329 The CUPS printer backend in GTK+-2.10.1 fails 
5660         with CUPS 1.1.
5661  350517 reset_style_idle() interferes with application 
5662         idles
5663  350860 Balloon messages sent to tray do not have the 
5664         correct window in XEvent
5665  350938 TreeViewColumn rendering off when "spacing" 
5666         property set
5667  351112 gtk_notebook_set_current_page fails when the 
5668         notebook has not yet been shown
5669  351519 Directfb backend fails to build
5670  165714 GtkEntryCompletion doesn't complete on paste
5671  168737 Different button sizes in About dialogs
5672  345666 The icons of file, directory and device at 
5673         GtkFileChooser
5674  349429 spin button does not use correct value for 
5675         inner_border
5676  349501 fix in the documentation of function 
5677         gtk_list_store_insert_with_values()
5678  350072 stdout output from colorselection
5679  351759 Wrong range value in documentation of 
5680         gtk_color_selection_set_current_alpha
5681  349277 Wrong message for problems with serializing 
5682         texts
5683  346800 Rework sort/filter models to use indices to 
5684         parents instead of pointers
5685  349120 Small error in doc
5686  350911 gdk_pixbuf_new_from_file_at_scale() should 
5687         skip when there's enough image data 
5688  348728 GtkTable Row and Column Spacing
5689  351241 swapped argument description
5690  350023 "Running GTK+ Applications" chapter does not 
5691         document new GTK_DEBUG possibilities
5692  351812 file print backend filename encoding issue
5693
5694 * New and updated translations (bg,bn_IN,de,dz,el,es,
5695   et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
5696   sv,th,tr,tt,uk,zh_HK,zh_TW)
5697
5698
5699 Overview of Changes from GTK+ 2.10.0 to 2.10.1
5700 ==============================================
5701
5702 * Drop Pango requirement 1.12.0
5703
5704 * Many fixes and improvements for the OS X 
5705   and directfb backends
5706
5707 * The printing framework now supports a subset
5708   of the Cups 1.2 custom PPD option spec
5709
5710 * Bug fixes:
5711  348134 box gaps on left and right can be drawn wrong
5712  348014 crash on Epiphany Web Browser
5713  348063 _gtk_icon_cache_get_icon crashes when no 
5714         cache available
5715  348096 GtkStyle leaks GtkRcContext
5716  157439 The "adding to panel" is buggy when switching 
5717         to an rtl environment
5718  346751 symbolic colors can't be use in properties
5719  347976 Context menus appear in strange locations
5720  348001 xid / fid X11 font id's are used intermixed
5721  348049 Tabs "magically" re-order
5722  348094 Adjustment leak from gtkiconview
5723  348115 improve notebook visuals when dragging
5724  348120 gtkentrycompletion leaks action_view
5725  348227 gtkimcontextsimple doesn't terminate a string 
5726         with null
5727  348424 mem leak in GtkPrintSettings
5728  348089 Missing chaining up in gtk_recent_chooser_menu_finalize
5729  348090 Reference leak in gtk_text_layout_set_contexts
5730  348095 gtk_menu_stop_scrolling does work even if we 
5731         were not scrolling...
5732  142582 Add animation xsetting
5733  346427 xbm loader returns false, fails to set error
5734  346733 GList of visuals is always empty and causes 
5735         crashes in gdk_rgb_choose_visual()
5736  347048 crash on using GtkAssistant
5737  164884 GtkTreeView row drag is sometimes started 
5738         spuriously
5739  302127 GtkTreeView gets angry when items deleted 
5740         from a test_expand_row handler
5741  346092 gtk_tooltip_set_delay documentation wrong
5742  346428 Be robust against broken loaders failing to 
5743         set error on failure
5744  346467 gtkwindow state assignments bug
5745  346598 modeline takes too much memory
5746  346603 Context menus only work once
5747  346639 treeview memleak
5748  346668 symbolic colors are broken when specifying 
5749         engine
5750  346713 quartz backend is missing functions that 
5751         pygtk needs
5752  346721 XBM reading in quartz backend is broken
5753  346836 Tabs jump around when opening menus
5754  347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
5755  347277 gtk_drag_get_ipc_widget() and window groups
5756  347315 SYNC extension check failing
5757  347902 GtkRange doesn't reliably update stepper 
5758         sensitivity
5759  335012 gtkcellrenderertext - gtkeditable: bad 
5760         interaction when ypad is set to hi value
5761  337910 gdk_pango_layout_get_clip_region is inefficient
5762  346605 Modifier-key events are not sent
5763  346970 gtkfilechooserbutton leaks an empty list
5764  347032 documentation of gtk_print_context_get_height() 
5765         has typo
5766  347037 GObject info missing for GtkRecentManager and 
5767         GtkRecentChooser* in gtk-doc API reference
5768  347041 documentation of gtk_paper_size_is_equal() 
5769         has a typo
5770  347043 Reference leaks in GtkFileChooserButton
5771  347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on 
5772         open file dialog
5773  347211 documentation of gtk_print_job_send() has a 
5774         typo
5775  347710 new GtkCellRendererSpin misses a lot of API 
5776         documentation
5777  347711 slight glitches in GtkAssistant API documentation
5778  347065 Fix in-line doc typos
5779  311399 relative to the window string can be better 
5780
5781 * Updated translations (bg,bn_IN,cs,de,dz,es,et,
5782   eu,fi,fr,gu,he,ko,or,th)
5783
5784 Overview of Changes from GTK+ 2.9.4 to 2.10.0
5785 =============================================
5786
5787 * Printing:
5788   - A PREVIEW capability has been added to allow hiding the
5789     preview button
5790
5791 * Bug fixes:
5792  321393 Incorrect size request after changing the font
5793  327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
5794  344074 Feature request: get printer list, and get default print
5795  344876 refcount leak when using ComboBox.set_cell_data_func
5796  345644 gtk+-2.9.4 requires CUPS-1.2.x
5797  345663 gtkaction(group)?.c: using functions without prototype declaration
5798  346079 gtk receives all sorts of events from the X server
5799  343841 Misguided iter assertion in gtk_list_store_insert_with_values()
5800  346113 unix print dialogue always has preview button
5801  346237 Possible leak in gtkprintunixdialog.c
5802  346027 cancelling printer enumeration
5803  346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h 
5804         and gtkprint-win32.h
5805  346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
5806
5807 * Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
5808
5809 Overview of Changes from GTK+ 2.9.3 to 2.9.4
5810 ============================================
5811
5812 * GtkPrintOperation:
5813  - UI improvements in the print dialog
5814  - Make printing work without a display connection
5815  - Replace "Print to PDF" by "Print to file" that
5816    can generate PDF or PostScript
5817  - Add a function to the low-level API to 
5818    enumerate all printers
5819
5820 * GtkNotebook tab DND has been improved
5821
5822 * GtkProgressbar supports text in activity mode 
5823
5824 * GtkLabel allows to set the wrap mode
5825
5826 * GtkStatusIcon supports transparency
5827
5828 * Bugs fixed:
5829  344850 Dragging a GtkTreeViewColumn segfaults when 
5830         using certain GtkTreeViewColumnDropFunc
5831  342458 Stock menu items without icons are broken in 
5832         recent GTK+ releases.
5833  335873 notebook DND + popup windows
5834  337882 gtk_progress_bar_set_text() does nothing in 
5835         activity mode
5836  339456 unix print dialogue help button bug
5837  339702 Make sure printing works without a display
5838  341571 tabs too easily reordered
5839  344074 New Feature: get printer list, and get default print
5840  344743 gtk_targets_include_text() should initialize atoms
5841  344838 Allow func to be NULL in 
5842         gtk_tree_view_set_search_position_func
5843  344891 GtkPrintOperationPreview signal defs correction
5844  345008 Need updated cairo req
5845  345093 print preview temp file issues
5846  345107 Memory leak in gtk_entry_completion_finalize: 
5847         User data not freed
5848  345194 gdk_window_set_functions() docs need to be updated
5849  345456 grid-lines property is wrongly registered and 
5850         get/set.
5851  314278 strings in gtk-update-icon-cache are not marked 
5852         for translation
5853  344707 size group with widgets in hidden container
5854  344897 Entry completion model NULL handling should be 
5855         documented
5856  345038 gtk_print_job_set_status' status
5857  345106 dialog button box spacings
5858  345176 GtkIconView doc about drag and drop
5859  345275 doc imporovements for gtk_window_move
5860  345320 Two very similiar strings should be made equal
5861  345321 Add meaning of "shortcut" as translator comment
5862  320034 transparency gtkstatusicon
5863  339592 Add print-to-postscript
5864  344867 custom paper file could use keyfile
5865
5866 * Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
5867
5868 Overview of Changes from GTK+ 2.9.2 to 2.9.3
5869 ============================================  
5870
5871 * GtkPrintOperation: 
5872  - Introduce an allow-async property 
5873  - Introduce a GtkPrintOperationAction enumeration
5874  - Rename pdf_target to export_filename
5875  - Allow to hide "Print to PDF" in the low-level API
5876
5877 * GtkNotebook:
5878  - Add a destroy notify to 
5879    gtk_notebook_set_window_creation_hook.
5880
5881 * GtkTreeView:
5882  - Support grid lines
5883
5884 * GtkRange:
5885  - Add a number of new stle properties which allow more
5886    fexible stepper theming
5887
5888 * Bugs fixed:
5889  153212 Have the Paste kbd shortcut jump to the location in 
5890         the buffer
5891  337491 _gdk_win32_drawable_release_dc: DeleteDC() called on 
5892         a GetDC() handle
5893  339739 gtk/gtkprintoperation-win32.c: 3 compile error
5894  342339 GtkRange::stepper-spacing style property not 
5895         implemented correctly
5896  343945 Buttons of a GtkAssistant are not accessible
5897  344148 Wrong reqs for ATK
5898  344209 gtk_notebook_set_window_creation_hook() has no destroy 
5899         func.
5900  344232 GtkEntry's "Delete" context menu item is sensitive on a 
5901         non-editable GtkEntry
5902  344244 Window resizing not working when keeping the aspect 
5903         fixed
5904  344288 gtk_print_operation_preview_is_selected must return 
5905         a value
5906  344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
5907  344496 CRLF converting via Clipboard
5908  344504 GtkPrintCapabilities not in gtktypebuiltins.h
5909  344505 Wrong signal registration for create_custom_widget
5910  344512 cvs build issue
5911  344513 pdf print module's print_stream not calling destroy 
5912         notify
5913  344518 NULL unref in page setup dialogue
5914  344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint 
5915         directly
5916  344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
5917  344607 memory leaks in gtkrecentchooserdefault.c and 
5918         gtkrecentchoosermenu.c
5919  344624 Memory leak in gtk_tree_model_filter_finalize: User 
5920         data not freed
5921  337603 Possible off-by-one in 
5922         gdk_pango_layout_line_get_clip_region
5923  344239 Wrong filename for gtk-find stock item.
5924  344528 comma at end of GtkPrintOperationAction enum causes 
5925         mozilla compilation error
5926  344290 horizontal-padding not take into account when placing 
5927         submenus
5928  344558 document print dialogue response codes
5929  339592 Add print-to-postscript
5930  342249 Allow to draw upper and lower sides of GtkRange's 
5931         trough differently
5932  344530 gtk_recent_chooser_widget_new_for_manager and 
5933         gtk_recent_chooser_menu_new_for_manager should 
5934         allow NULL manager arg
5935
5936 * Updated translations (es,fi,gu,ko,th,wa)
5937
5938
5939 Overview of Changes from GTK+ 2.9.1 to 2.9.2
5940 ============================================
5941
5942 * GtkPrintOperation
5943  - Support asynchronous pagination with the ::paginate signal
5944  - Add gtk_print_operation_cancel
5945  - Support application-specific widgets
5946  - Allow disabling features based on application capabilities
5947  - Optionally show progress
5948  - Change some function names in GtkPrintContext to be longer 
5949    and better
5950  - Support preview, the default implementation spawns evince,
5951    but the api allows for an internal preview implementation
5952
5953 * GtkCellView
5954  - Add a model property
5955
5956 * GtkStatusIcon
5957  - Allow to obtain screen geometry 
5958
5959 * GtkTreeView
5960  - Many bug fixes, in particular for RTL handling
5961  - Separate sensitive and selectable properties of rows
5962  - Optionally allow rubberband selection
5963
5964 * GtkButton
5965  - Add image-spacing style property
5966  - Add image-position property 
5967
5968 * GtkToolButton
5969  - Add icon-spacing style property
5970
5971 * Make GTK+ work as an untrused X client
5972
5973 * Bugs fixed:
5974  343838 gtkprintoperationpreview.h guards
5975  305530 Crashes while creating source code w/GtkFontSelection
5976  341327 Memory corruption inside glib
5977  341734 cursor blocked to dnd mode after using shift and 
5978         dnd on a GtkCalendar
5979  343453 G_DEFINE_TYPE messes up internal typenames of 
5980         GdkWindow and GdkPixmap
5981  136571 Problems running as untrusted client
5982  168105 the right edge tab does not appear when switching tab
5983  172535 Add support for UI builders in gtk+
5984  302556 GtkTreeView widget signals are badly documented
5985  324480 Selecting first item with keyboard is difficult
5986  340428 small cleanup
5987  340444 don't run the custom page size dialogue
5988  340839 Critical warnings in GtkTreeModelFilter
5989  341898 gtk_tree_view_insert_column_with_attributes doesn't 
5990         work with fixed_height_mode
5991  342003 DnD: Conditional jump or move depends on uninitialised value
5992  342072 Wrong drop location in GtkEntry
5993  342096 GtkImage animation CRITICALS on switching themes
5994  342513 widget class style property with type module
5995  342529 gdk should set resolution on PangoCairoFontmap, 
5996         not PangoCairoContext
5997  342535 Add documentation for new GtkWidget style properties 
5998         (including Since tags)
5999  342543 can't compile gtk+ on opensolaris using sun cc
6000  342569 Typo in decl of gdk_color_parse
6001  342752 Need a way to specify custom tab label for custom page 
6002         in Print dialog
6003  342754 print-editor: font button dialog doesn't get focus if 
6004         main window has a window group
6005  342781 GtkPrintUnixDialog: Collate should be insensitive unless 
6006         Copies is > 1
6007  342783 GtkPrintUnixDialog: Range textinput area should be 
6008         insensitive unless range radiobutton is selected
6009  342894 Use after free inside gtk_text_view_set_buffer
6010  342930 GtkButton should offer a way to position the image 
6011         relative to the text
6012  343088 Some typos in the PO file
6013  343425 "grab-notify"-signal is not correctly propagated for 
6014         internal children
6015  343438 gtk_color_button_set_color() doesn't emit "color-set" 
6016         signal
6017  343475 page setup unix dialog confusion
6018  343625 allow to get only some info from gtk_status_icon_get_geometry
6019  343677 GtkWindow chains key-release to key-press
6020  320431 Text too close when using East/West in a GtkToolButton
6021  321523 GtkTreeView's test_expand_row signal emitting impractical 
6022         on row expand all
6023  342007 Warning in gtk_paned_compute_position
6024  343233 gdk_rectangle_intersect doc
6025  333284 expander animation not working in RTL mode
6026  343444 change color of gtk-demo source-buffer comment color 
6027         from red to DodgerBlue
6028  343630 Small inconsistence in migration documentation
6029   80127 Rubberbanding for GtkTreeView
6030  341450 status icon + libnotify
6031  341679 Allow absolute filenames in the options entries
6032
6033 * Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
6034                         nb,nl,pt_BR,th,vi)
6035
6036
6037 Overview of Changes from GTK+ 2.9.0 to 2.9.1
6038 ============================================
6039
6040 * GtkPrintOperation
6041  - Many user interface improvements in the unix dialogs
6042  - gtk-demo has a printing demo
6043  - Don't unload print backends for now, since that has
6044    deadlock issues
6045  - Asynchronous page rendering is done in an idle
6046
6047 * GtkImage has an image property 
6048
6049 * GtkTextBuffer has a cursor-position property
6050
6051 * Arrow sizes in scrolled menus and notebooks are themable
6052
6053 * GDK keysyms have be synced with Xorg 7.1
6054
6055 * Bugs fixed:
6056  340676 print backend type modules not correctly re-registering 
6057         their types
6058  340870 gdk_window_get_toplevels docstring error
6059  323956 Unwanted accelerate key in the action-based toolbar
6060  340527 Tooltips not shown for toolbar buttons created with 
6061         uimanager/actions
6062  340516 status icon property getter assertions
6063  341091 a couple of spelling errors in gtk+
6064  335707 notebook DND with event boxes in tab labels
6065  337306 Add a GtkMessageDialog::image property
6066  139628 GtkLayout In GtkScrolledWindow does not receive the 
6067         scroll_event
6068  334412 Add cursor-position property for getting notified 
6069         about cursor movement
6070  341217 langinfo.h #include'd unconditionally stops build
6071  333632 use GtkMenu::scroll-arrow-height instead of 
6072         MENU_SCROLL_ARROW_HEIGHT
6073  325282 Add GtkNotebook::tab-overlap style property
6074  341247 possible crash with tab_label = NULL
6075  321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
6076  341416 Save FileChooserDialog doesn't response
6077  336774 gtk_recent_manager_add_full
6078  340401 critical warnings when using window groups
6079  341661 misplaced g_assert in gtk_text_view_allocate_children
6080  341692 Semicolons after G_DEFINE_TYPE
6081  341665 several misplaced g_assert
6082  341578 reverse page order issues
6083  341332 Unset background in more places
6084  341896 gtktreeview has RTL problems with toggle buttons if using 
6085         gtktreestore as a model
6086  341028 crash in new async code
6087  341035 file chooser crash
6088  340722 GtkToolbar::max-child-expand style property
6089  339589 Tooltips on orientation icons in page setup dialog
6090  340951 faq: How do I internationalize a GTK+ program? doesn't 
6091         mention glib-I18N
6092  341855 Little typo in the Tree and List Widget Overview
6093  153212 Have the Paste kbd shortcut jump to the location 
6094         in the buffer
6095  335729 Invisible rows and 
6096         gtk_tree_model_filter_convert_child_*_to_*
6097  106406 GtkTreeView Grid Lines?
6098  339592 Add print-to-postscript
6099
6100 * Updated translations (de,es,gl,gu,nl)
6101
6102
6103 Overview of Changes from GTK+ 2.8.x to 2.9.0
6104 ============================================
6105
6106 * GtkStatusIcon, a cross-platform "tray icon" API
6107
6108 * GtkAssistant, a widget for creating multi-step wizards
6109
6110 * GtkLinkButton, a widget that displays a clickable hyperlink
6111
6112 * GtkRecentChooser, widgets to display and select recently used files
6113
6114 * GtkPrintOperation, cross-platform printing support
6115
6116 * A framework for rich text copy and paste and DND
6117
6118 * GtkCellRendererAccel, a cell renderer for key combinations
6119
6120 * GtkCellRendererSpin, a cell renderer which edits numeric values 
6121   using a spin button
6122
6123 * GtkAction works with named icons in addition to stock icons
6124
6125 * GtkNotebook supports DND, allowing to reorder tabs, move tabs
6126   between notebooks and drop tabs on the desktop to open a new window
6127
6128 * GtkTreeView:
6129   - Enhanced customizability (e.g. grouping) with the
6130     show-expanders and level-indentation properties
6131   - Allow to embed the search popup
6132   - Better search popup positioning
6133
6134 * GtkFileChooser:
6135   - Communication with backends is now asynchronous to avoid
6136     blocking on file system operations. Due to the required interface
6137     changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
6138     file system backends have to be ported to the new interface, other
6139     modules, such as theme engines, input method modules or pixbuf loaders 
6140     have to be rebuilt so that they are installed in the right place
6141     for GTK+ to find them.
6142   - The location entry (popped up by C-L) has been integrated in the
6143     main dialog.
6144     
6145 * Reworked hex Unicode input now requires Ctrl-Shift-U
6146
6147 * Animations can now be globally controlled by settings
6148
6149 * The gtk-touchscreen-mode setting controls a number of changes
6150   that make GTK+ work better on touchscreens
6151
6152 * Password entries can optionally show the last entered character
6153   for a short while, controlled by the password-hint-timeout setting
6154
6155 * GTK+ can now consult an additional fallback icon theme before
6156   falling back to hicolor
6157
6158 * Improved themability:
6159   - GTK+ supports symbolic colors, which can be set system-wide
6160     using a setting, and can be modified and used in rc files
6161     and theme engines
6162   - GTK+ sets window type hints on override-redirect windows to 
6163     help compositing managers apply proper bling
6164   - Paths in rc files can now refer to all subclasses of a class 
6165   - GtkRange steppers will appear insensitive when the slider
6166     is at the end; applications which need to handle this case
6167     (e.g. to extend the range) can opt out of this.
6168   - GtkRange::activate-slider style property allows themes
6169     to draw sliders differently while they are being dragged
6170   - GtkNotebook::tab-overlap and GtkNotebook::curvature style
6171     properties allow more flexible notebook theming
6172   - The spacing of buttons around children can be themed with
6173     the GtkButton::inner-border style property. Apps can override
6174     this per-widget using the corresponding inner-border property 
6175   - GtkMenu has acquired a horizontal-padding style property 
6176   - There are style properties for the color of hyperlinks,
6177     GtkWidget::link-color and GtkWidget::visited-link-color
6178   - GtkTreeview row hinting now takes the selection into account
6179   - Scrolling menus can be forced to always display both arrows,
6180     using the GtkMenu::double-arrows style property
6181   - Separators can be themed using the wide-separators, separator-width
6182     and separator-height style properties
6183   - GtkTreeView allows more flexible theming with the row-ending-details
6184     property
6185   - The pixbuf theme engines supports customized drawing of expanders
6186     and resize grips
6187
6188 * GDK changes:  
6189   - OS X backend
6190   - DirectFB backend 
6191   - Closing displays works
6192   - gdk_screen_is_composited to check for running compositing manager
6193   - Support for Super, Hyper and Meta modifiers
6194
6195 * gdk-pixbuf changes: 
6196   - Supports saving tiff 
6197   - Supports loading 16-bit pnm
6198   - Doesn't load entire gif animation to get first frame
6199
6200 * Bug fixes
6201   - Too many to list them here
6202
6203 Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
6204 =================================================
6205 * Fix a crash with custom icon themes, which affected
6206   the gnome-theme-manager. [Kjartan Maraas]
6207 * Make sure font and cursor settings are propagated down
6208   to the screen initially. [Frederic Crozat]
6209
6210 Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
6211 =================================================
6212 * gtk-update-icon-cache no longer stores copies of symlinked
6213   icons, and it has a --index-only option to omit image data
6214   from the cache [Matthias]
6215 * Make large GtkSizeGroups more efficient [Michael Natterer]
6216 * Improve positioning of menus in GtkToolbar [Christian Persch,
6217   Paolo Borelli]
6218 * Make scrolling work on unrealized icon views [Jonathan Blandford]
6219 * Avoid unnecessary redraws on range widgets [Benjamin Berg]
6220 * Make sure that all GTK+ applications reload icon themes
6221   promptly. [Chris Lahey]
6222 * Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
6223   use the same font options and dpi value [Michael Reinsch, Owen]
6224 * Multiple memory leak fixes [Kjartan Maraas, Matthias]
6225 * Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
6226   Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume 
6227   Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
6228   Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
6229   Markku Vire, Kristian Rietveld, Tommi Komulainen]
6230 * Documentation improvements [Olexiy Avramchenko, Matthias]
6231 * Updated translations (es,et,hu,ko,lt,ro,uk)
6232
6233 Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
6234 =================================================
6235 * Require cairo 0.9.2 [Matthias]
6236 + Extend ABI checks to cover exported variables [Matthias]
6237 * Bug fixes [Benjamin Berg, Christian Persch]
6238 * Documentation improvements [Matthias]
6239 * New and updated translation (cy,de,el,id,te,zh_TW)
6240
6241 Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
6242 =================================================
6243 * Rename the default theme to "Raleigh" [Thomas Wood]
6244 * Add a performance testing framework [Federico Mena Quintero]
6245 * Catch format errors in translations. This may cause 
6246   "make check" to fail when using older versions
6247   of gettext [Matthias]
6248 * Win32
6249  - Implement the urgency hint [Tor Lillqvist]
6250  - Update ms-windows theme [Dom Lachowicz]
6251  - Improve tablet handling [Robert Ögren]
6252  - Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, 
6253    J. Ali Harlow, Hans Breuer]
6254 * Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, 
6255   Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
6256   Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
6257   Mike Morrison, David Odin]
6258 * Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
6259   Federico Mena Quintero]
6260 * New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
6261   pl,pt,sq,zh_CN,zh_TW)
6262
6263 Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
6264 =================================================
6265 * Make svg icon themes work better [Matthias]
6266 * GtkPlug/GtkSocket: Make these cross-platform
6267   and implement them for Win32 [Tor]
6268 * Make font rendering xsettings work with pangocairo [Owen]
6269 * Fix sporadic segfaults in the GtkTreeModelSort [James
6270   Bramford, Markku Vire, Kristian Rietveld]
6271 * Improve gdk-pixbuf's ability to recognize 
6272   svg images. [William Jon McCann]
6273 * Win32 
6274  - Build fixes [Tor Lillqvist]
6275  - Fix clipping issues [Robert Ögren]
6276  - Bug fixes [Peter Zelezny]
6277 * Other bug fixes [Christian Persch, Arkady L. Shane, 
6278   Matthias, Tommi Komulainen, Alexander Larsson, Owen,
6279   Thomas Vander Stichele, Robert Ögren]
6280 * Documentation improvements [Steve Chaplin, Matthias,  
6281   Federico Mena Quintero]
6282 * New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
6283
6284 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
6285 =================================================
6286 * Make sure that gtk_window_present() moves the window to the 
6287   current desktop [Elijah Newren]
6288 * GtkFileChooser
6289  - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
6290 * GtkTreeView
6291  - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
6292  - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
6293  - Add gtk_tree_row_reference_get_model() [Stefan Kost]
6294  - Make page up/down behave as in the text view [Owen Taylor]
6295  - In typeahead search, allow Ctrl-G to move to the
6296    next match.  [Matt T. Proud]
6297  - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
6298    Fernandes]
6299  - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
6300 * GtkTextView 
6301  - Make double-clicking between words select whitespace [Mike 
6302    Miller, Paolo Borelli]
6303  - Show dragged text in drag icon [Kevin Duffus, Carlos 
6304    Garnacho Parro]
6305  - Make invisible text work well enough to remove the
6306    remove the warning about it being unsupported.  [Matthias]
6307 * GtkEntry
6308  - Make double-clicking between words select whitespace [Matthias]
6309  - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
6310  - Fix the sizing of the entry completion popup [Ross Burton, Kris]
6311 * Win32
6312  - Build fixes [Tor Lillqvist]
6313  - Fix handlink of Aiptek tablets [Robert Ögren]
6314 * Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
6315   Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
6316   Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
6317   Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
6318 * Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
6319   Park Ji-In]
6320 * New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
6321
6322 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
6323 =================================================
6324 * GtkAboutDialog
6325  - Clean up the "trail" in the path bar when set_current_folder
6326    is called explicitly [Jonathan Blandford, Matthias Clasen]
6327  - Accept dropped files and directories on the file list [Sven 
6328    Neumann, Matthias]
6329 * GtkTreeView
6330  - Make reusing cell renders work as well as it did in 2.6,
6331    but document it as being unsupported. [Kristian Rietveld]
6332 * GtkAboutDialog
6333  - Optionally wrap the license [Christian Rose, Christian Persch]
6334 * Menu
6335  - Make image menu items work in vertical menubars [Matthias]
6336  - Make orientation changes of menubars work [Matthias]
6337 * Win32
6338  - Implement named cursors and other new GDK apis [Hans Breuer]
6339  - Implement getting cursor images [Tor Lillqvist]
6340 * Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, 
6341   Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
6342 * Documentation improvements [Benjamin Berg, Matthias,
6343   Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
6344 * New and updated translations (en_CA,sr,sr@Latn)
6345
6346 Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
6347 =================================================
6348 * GtkTreeView
6349  - Change the keynav for header reordering and resizing 
6350    to Alt-arrows and Shift-Alt-arrows  [Calum Benson]
6351 * GtkTextView
6352  - Make movement by paragraphs up/down symmetric [Behnam 
6353    Esfahbod]
6354  - Improve invisible text support [Matthias Clasen]
6355 * Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
6356   GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
6357 * Handle broken grabs in many places [John Ehresman, Matthias]
6358 * GDK
6359  - Add a function to move a region [Søren Sandmann]
6360  - Fix endianness issues in the pixbuf drawing 
6361    code [David Zeuthen, Owen Taylor]
6362  - Add a GrabBroken event that is emitted when grabs
6363    are broken [Simon Cooke, John Ehresman, Matthias]
6364  - Track implicit grabs [Matthias]
6365 * Win32 
6366  - Improve and simplify line segment rendering [Tor Lillqvist] 
6367 * Bug fixes [Georg Schwarz, Fabricio Barros Cabral, 
6368   Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
6369   Morten Welinder, Dan Winship, Manish Singh, Tom von
6370   Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon 
6371   McCann, David Saxton, Padraig Brady]
6372 * Documentation improvements [Matthias, Ross Burton]
6373 * New and improved translations (es,et,nl,sk,th,zh_TW)
6374
6375 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
6376 =================================================
6377 * GtkTreeView
6378  - Kris is back !!!
6379  - Lots of scrolling/validation fixes [Kristian Rietveld]
6380  - Allow to "unsort" columns. [Richard Hult]
6381  - Support wrapping in GtkCellRendererText [Matthias Clasen]
6382  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
6383  - Make enable-search control only typeahead search,
6384    not C-f search. [Sven Neumann]
6385  - Make double-click autosize treeview columns again [Matthias]
6386  - Fix insensitive appearance [Billy Biggs, Matthias]
6387 * GtkFileChooser
6388  - Don't select the first item in folder modes [Christian Neumair,
6389    Federico Mena Quintero]
6390  - Make save mode work again [Federico]
6391  - Allow bookmarks to be renamed [Sean Middleditch]
6392  - Ellipsize the preview label [Jeroen Zwartepoorte]
6393  - Use smaller icons [Vincent Noel]
6394  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
6395  - Don't stat children of /afs or /net network directories [Federico]
6396  - Improve sorting of filenames [Matthias]
6397  - Treat backup files like hidden files, and support
6398    .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
6399  - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
6400 * GtkIconView
6401  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
6402  - Implement GtkCellLayout, use cell renderers [Matthias]
6403  - Support editing [Matthias]
6404  - Support DND [Matthias]
6405  - Add API to determine the visible part of the 
6406    model [Jonathan Blandford]
6407 * GtkAboutDialog
6408  - Visual improvements, HIG compliance [Jorn Baayen]
6409 * GtkCalendar
6410  - Use nl_langinfo() to determine the first day of week,
6411    when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
6412  - Allow localization of the year format [Paisa Seeluangsawat]
6413 * GtkEntry
6414  - Allow completion popups to be wider than the entry [Ross Burton]
6415  - Add a property to suppress the popup for single matches [Matthias]
6416  - Don't blink the cursor if not editable [Nikos Kouremenos]
6417 * GtkTextView
6418  - Add a GtkTextBuffer::text property [Johan Dahlin]
6419  - Allow to set a paragraph background color [Gustavo Carneiro,
6420    Jeroen Zwartepoorte]
6421  - Don't blink the cursor if not editable [Nikos Kouremenos]
6422  - Make invisible text work a bit better [Jeroen]
6423 * GtkAlignment
6424  - Flip padding in RTL mode [Maciej Katafiasz]
6425 * GtkUIManager
6426  - Support invisible, expanding separators [Christian Persch]
6427  - Allow to construct menu tool buttons [Sven Neumann]
6428 * GtkIconCache
6429  - Cache image data and metadata as well [Anders Carlsson]
6430 * GtkMenu
6431  - Support vertical menubars [Matthias]
6432  - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
6433  - Allow to pop up menus without grabbing the keyboard [Michael 
6434    Natterer]
6435  - Allow setting background images on menus [Benjamin Otte]
6436 * gtk-demo
6437  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
6438 * Allow custom translation function for stock labels. [Funda Wang,
6439   Diego Gonzalez]
6440 * Add 16x16 versions for some some icons which were missing
6441   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
6442 * Move a lot of constant data to the .rodata section [Matthias]
6443 * Don't copy property names, nicks and blurbs [Matthias]
6444 * Use Cairo for most drawing [Owen Taylor]
6445 * Allow themes to draw outside the widget's allocation [Owen]
6446 * Allow key names to be translated [Christian Rose]
6447 * Make all cursors used by GTK+ themeable [Matthias]
6448 * Support the ICCCM urgency hint [Havoc Pennington]
6449 * GDK
6450  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
6451  - Add API to warp the pointer [Matthias]
6452  - Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
6453  - Add API to obtain the last user interaction time [Elijah
6454    Newren]
6455  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
6456  - Support Cairo drawing [Owen, Carl Worth]
6457  - Support Visuals with alpha channel [Owen, Keith Packard]
6458  - Support named cursors and cursor themes [Matthias]
6459 * gdk-pixbuf
6460  - Support saving BMP [Ivan Wong Yat Cheung]
6461  - Allow to specify compression level when saving
6462    in PNG format [Sven Neumann]
6463  - Add a way to construct animations from frames [Dom Lachowicz]
6464  - Accept BMP v4 [Matthias]
6465 * Win32 changes
6466  - Improve keyboard handling [Tor Lillqvist]
6467  - Improve clipboard handling [Ivan Wong]
6468  - Do delayed rendering for transferring images 
6469    through the clipboard [Ivan Wong]
6470  - Improve tablet handling [Robert Ögren]
6471  - Initialize input devices lazily [Robert Ögren]
6472  - Make big windows work on NT [Ivan Wong]
6473  - Implement dashed lines correctly [Ivan Wong, Hans Breuer]
6474  - Handle 16 color display mode [Tor] 
6475  - Support RGBA cursors [Tim Evans]
6476  - Fix DND on multi-monitor systems [Tor]
6477  - Use alternative button order [Tor]
6478  - Build fixes [Hans]
6479  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
6480    Robert Ögren, Kevin Stange, Tim Evans]  
6481 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
6482   Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
6483   Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
6484   David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
6485   Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
6486   Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
6487   Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
6488   Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
6489   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
6490   Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
6491   Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
6492   Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
6493   Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
6494   Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
6495   Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
6496   Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
6497   Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
6498   Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
6499   Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
6500   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
6501   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
6502   Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
6503   Vincent Noel, Vincent Untz, Yury Puzis]
6504 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
6505   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
6506   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
6507   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
6508   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
6509   Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, 
6510   Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
6511   Torsten Schoenfeld, Vincent Untz, Worik Stanton]
6512 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
6513   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
6514   sv,th,uk,vi,xh,zh_CN,zh_TW)
6515
6516 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
6517 =================================================
6518 * GtkFileChooser
6519  - Fix some possible threading deadlocks [Matthias Clasen]
6520  - Don't return errors from the private GTK_FILE_SYSTEM_ERROR
6521    domain [Murray Cumming]
6522  - Fix some crashes with unreadable directories [Federico Mena 
6523    Quintero]
6524  - Add an "Open Location" item to the context menu [Federico]
6525 * GtkTreeView
6526  - Make sorting work again in list stores [Marcin Krzyzanowski]
6527  - Restrict column reordering to button 1 [Jonathan Blandford]
6528 * GtkComboBox
6529  - Make the button prelight [Ricardo Veguilla]
6530  - Fix state propagation [Carlos Garnacho Parro]
6531 * GtkMessageDialog
6532  - Don't show secondary label until it is set [Christian Persch]
6533 * GtkMenu
6534  - Make items activate immediately on button release [Søren Sandmann]
6535  - Submenus inherit their cascading direction [Matthias]
6536 * gdk-pixbuf
6537  - Fix a possible threading deadlock when loading
6538    animations [Callum McKenzie]
6539  - Make Hyper interpolation work again [Dennis Nezic]
6540 * Win32
6541   - Improve handling of UNC paths [Tor Lillqvist]
6542   - Show the correct Desktop folder in the file chooser [Tor]
6543   - Bug fixes [Tor]
6544 * Bug fixes [Torsten Schoenfeld, Morten Welinder,
6545   Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, 
6546   Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren,
6547   Billy Biggs, Brian Tarricone, Tor, Christian, Tristan 
6548   Van Berkom, Elijah Newren, Federico, James M. Cape,
6549   Matthias, Arnaud Charlet]
6550 * Documentation improvements [Masao Mutoh, Torsten,
6551   Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen,
6552   Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias,
6553   Christian Biere, Jonathan, Tommi, Stefan Kost]
6554 * New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN)
6555
6556 Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
6557 =================================================
6558
6559 * New widgets
6560   - GtkIconView
6561   - GtkAboutDialog
6562   - GtkCellView 
6563   - GtkFileChooserButton
6564   - GtkMenuToolButton 
6565
6566 * New cell renderers
6567   - GtkCellRendererCombo 
6568   - GtkCellRendererProgress
6569
6570 * Changes in GtkFileChooser
6571   - Many tweaks to keynav and other behaviour
6572
6573 * Changes in GtkTreeView 
6574   - Hover selection
6575   - Hover expand
6576   - Separators 
6577   - Insensitive rows
6578   - Typeahead
6579
6580 * Changes in GtkComboBox
6581   - Allow trees in combo boxes
6582   - Hover selection
6583   - Hover expand
6584   - Separators 
6585   - Insensitive rows
6586   - Scrolling
6587
6588 * Changes in GtkLabel
6589   - Rotated text
6590   - Ellipsisation
6591   - Dnd from selectable labels
6592   - Selectable labels in the focus chain
6593   - Obey the Pango backspace-deletes-character attribute
6594
6595 * Changes in GtkTextView
6596   - Rotated text
6597   - Obey the Pango backspace-deletes-character attribute
6598
6599 * Changes in Clipboard/Selection/DND handling
6600   - Selection ownership change notification
6601   - API to handle text, image and file targets
6602   - Support text/plain target
6603   - Support clipboard persistence
6604   - Support xdnd v5
6605   - Reduce clipboard timeout to 30 seconds
6606
6607 * Theming
6608   - Follow icon theme specification for directory locations
6609   - Themed window icons
6610   - Themed images in GtkImage
6611   - Allow themes to displace focus rectangles on click
6612   - Various new stock icons
6613
6614 * Window Manager interaction
6615   - Support do-not-focus-on-map hint
6616   - Support _NET_WM_USER_TIME
6617
6618 * gdk-pixbuf:
6619   - License information for image loaders
6620   - Disable loaders
6621   - Simple rotation
6622   - Make thread-safe
6623
6624 * Performance improvements
6625   - Increase chunk size for incremental selection transfers
6626   - Get rid of many PLT entries
6627   - Icon theme caching
6628   - Sync counter mechanism to speed up resizes
6629   - Reimplement GtkListStore on top of a splay tree
6630   - Fix algorithmic problems in GtkUIManager
6631
6632 * Win32-specific changes
6633   - Integrate IME input method module
6634   - Integrate ms-windows (Wimp) theme engine
6635
6636 * Other changes
6637   - API for HIG-conform dialogs
6638   - API for stock-like buttons
6639   - New init API based on GOption
6640   - Setting for alternative button order
6641   - Setting for modules to load
6642   - Integrate pixbuf theme engine
6643   - Change notebook tabs with the scroll wheel
6644   - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
6645   - Clean up abi and enforce list of exported symbols
6646
6647 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
6648 =================================================
6649 * GtkListStore
6650   - Emit rows_reordered if the list is reordered [Matthias Clasen]
6651   - Add functions to allow inserting rows with values [Matthias]
6652 * GtkTextView
6653   - Add function which allow to determine the character
6654     at a position [Padraig O'Briain, Matthias]
6655 * GtkFileChooser
6656   - Center select row during typeahead [Federico Mena Quintero]
6657   - Reset filters when necessary [Carlos Garnacho Parro]
6658 * GtkMenu
6659   - Make mnemonics without Alt work in menubars [Owen Taylor]
6660   - Scroll wheel scrolling [Matthias]
6661 * GtkLabel
6662   - Add a max-width-chars property to specify the maximal 
6663     width of a label in characters [Christian Persch]
6664 * GtkIconView 
6665   - Arrange items in a grid [Matthias]
6666   - Convert hard coded spacing constants into properties [Matthias]
6667 * GtkCellRendererText
6668   - Add ::width-chars property [James M. Cape]
6669 * Win32
6670   - Implement keynav for the color picker [Hans Breuer]
6671   - Use GLib stdio wrappers [Tor Lillqvist]
6672 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
6673   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
6674   Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
6675   Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston,
6676   Jorn Baayen]
6677 * Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
6678   David Lodge]
6679 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
6680
6681 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
6682 =================================================
6683 * GtkFileChooser
6684   - Improve key bindings [Davyd Madeley, Federico Mena Quintero]
6685   - Speed up loading of large directories [Federico]
6686   - Move "Browse for other folders" expander up [Federico]
6687   - Support DND from the path bar [Federico]
6688 * GtkColorSelectionDialog
6689   - Add keynav to the color picker [Frances Keenan, Matthias Clasen]
6690 * GtkButton
6691   - Allow construction of stock-like buttons  [Matthias,
6692     Jonathan Blandford]
6693 * GtkLabel
6694   - Support DND for selectable labels [Matthias]
6695   - Support rotated text [Owen Taylor, Hans Breuer]
6696 * GtkTextView
6697   - Support rotated text [Owen Taylor]
6698   - Make it possible to select the first/last line
6699     when moving by lines  [Paolo Borelli]
6700 * GtkTreeView
6701   - Make sorting of GtkListStore stable again [Søren Sandmann]
6702   - Change the behaviour of gtk_tree_sortable_get_sort_column_id() 
6703     slightly to be more useful [Matthias]
6704 * GtkUIManager
6705   - Make some functions virtual to make deriving 
6706     GtkUIManager easier [Michael Natterer]
6707 * GtkSettings
6708   - Handle changes to gtk-menu-images and gtk-button-images
6709     much more efficiently [Matthias]
6710 * GtkClipboard
6711   - Reduce timeout to 30 seconds [Billy Biggs]
6712 * Add pixbuf theme engine [Owen]
6713 * GDK 
6714   - Compile against X11R5 [Matthias]  
6715   - Add GdkPangoRenderer [Owen]
6716   - Support rotated text [Owen]
6717   - Add dead_hook and dead_horn keysyms [Samuel Thibault]
6718   - Determine direction of XKB groups from their content 
6719     [Behdad Esfahbod, Ilya Konstantinov]
6720 * Win32
6721   - Notice when drives are plugged in or removed [Hans]
6722   - Ms-windows theme improvements: no tearoff menu items,
6723     button order, toolbar and statusbar grips, combobox 
6724     arrows [Dom Lachowicz]
6725   - Fix im module loading [Tor Lillqvist]
6726 * Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO,
6727   Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan,
6728   Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen,
6729   John Finlay, Christian Neumair, Sven Neumann, Felipe
6730   Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier 
6731   Andrieu, Jody Goldberg, Søren, Dan Winship, Federico,
6732   Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat,
6733   Dennis Cranston, Marcel Telka, Robert Ögren]
6734 * Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh,
6735   Billy Biggs]
6736 * New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN)
6737
6738 Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
6739 =================================================
6740 * gdk-pixbuf
6741   - Make thread safe [Colin Walters]
6742 * GtkFileChooser
6743   - Make tooltips work better [Matthias Clasen]
6744   - Show files (grayed out) in folder modes [Nickolay V. Shmyrev]
6745   - Add predefined filter for image files [Anders Carlsson]
6746   - Support mime subclasses, aliases and superclasses 
6747     like text/* [Tommi Komulainen, David A. Knight, Matthias]
6748 * GtkFileChooserButton
6749   - Remove support for CREATE_FOLDER and SAVE modes 
6750     until a more satisfactory UI for these can be found [Seth Nickell,
6751     Matthias]
6752   - Make file DND work better [Christan Persch]
6753 * GtkAction
6754   - Add a function to obtain the accel path [Michael Natterer]
6755 * GtkUIManager
6756   - Major performance improvement [Dave Neary, Michael, 
6757     Sven Neumann, Soeren Sandmann, Matthias]
6758 * GtkIconView
6759   - Make scrolling work with large icon views [Matthias]
6760 * GtkWindow
6761   - As a last resort, allow to use mnemonics without 
6762     modifier [Pasupathi Duraisamy, Owen Taylor]
6763 * GtkProgressBar
6764   - Support ellipsizing the text [Morten Welinder, Matthias]
6765 * GtkStatusbar
6766   - Avoid resizing if the text of the label changes [He Qiangqiang,
6767     Owen, Christian]
6768   - Draw the resize grip better [Matthias, Christian]
6769   - Ellipsize the text [Matthias]
6770 * GtkClipboard
6771   - Add API for image transfer via copy-and-paste [Matthias]
6772 * DND
6773   - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, 
6774     Matthias]
6775 * Stock icons
6776   - Add RTL variants of the media icons [Bastien Nocera]
6777 * Win32
6778   - Build fixes [Hans Breuer, Tor Lillqvist]
6779   - Implement resize grips [Robert Ögren]
6780   - Bug fixes [Robert, Tor, J. Ali Harlow]
6781 * Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu,
6782   Torsten Schoenfeld, Matthias, Philip Langdale, Christian,
6783   Frances Keenan, Owen, Murray Cumming, Christophe Fergeau,
6784   Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho
6785   Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]      
6786 * Documentation improvements [Masao Mutoh, Matthias, 
6787   Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, 
6788   Owen, Vincent Untz, Jonathan, Bastien]
6789 * Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
6790
6791 Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
6792 =================================================
6793 * GtkFileChooser
6794  - Make path bar arrows larger [Matthias Clasen]
6795  - Make SELECT_FOLDER mode work [Matthias]
6796  - Speed up the completion popup, pop it up
6797    again after Tab [Matthias, Jens Bech Madsen]
6798  - Add some tooltips [Matthias]
6799  - Make path bar scroll [Matthias]
6800  - Improve preview updating [Tommi Komulainen]
6801  - Make the key / pop up the location dialog even
6802    on French keyboards, insert the /. [Frederic Crozat, Warren Togami]
6803 * GtkFileChooserButton
6804  - Show icons next to entry [James M. Cape]
6805  - Improve ellipsisation [James]
6806 * GtkMessageDialog
6807  - API additions to create HIG-conform dialogs [David Bordoley, Carlos
6808    Garnacho Parro]
6809 * Keyboard navigation
6810  - Put selectable labels in the regular tab focus 
6811   chain [David Hawthorne, Matthias]
6812  - Skip selectable labels when looking for the initial 
6813   focus widget in dialogs [Matthias]
6814 * Icon themes:
6815  - Use an mmap()ed cache for directory data. [Martijn Vernooij,
6816    Owen Taylor, Anders Carlsson]
6817 * Clipboard, DND: 
6818  - Add convenience API for image and file transfers. [Matthias]
6819  - Add API for clipboard persistence [Anders]
6820  - Don't loose clipboard contents if a text buffer is
6821    finalized [Anders]
6822 * Add a GtkMenuToolButton widget which displays a
6823  dropdown menu from a toolbar button.  [Paolo Borelli]
6824 * Make menus scroll faster [Soeren Sandmann]
6825 * Allow themes to displace focus rectangles in buttons
6826  on click [Soeren, Matthias]
6827 * Add a public setting for button ordering [Owen Taylor, Matthias]
6828 * GtkImage
6829  - Support named icons [James Henstridge]
6830 * GtkAboutDialog
6831  - Support named icons [James Henstridge]
6832 * Add a function to obtain the string representation of
6833  accelerators used in GtkAccelLabel [John Spray, Matthias]
6834 * Win32 bug fixes [Robert Ögren]
6835  - Fix command line option handling [Tor Lillqvist]
6836  - Make IME input method work better [Tor]
6837 * Other bug fixes [Joel Fredrikson, Darren Creutz,
6838  Manish Singh, Matthias, Tristan Van Berkom, Christian Persch,
6839  Padraig O'Briain, Owen, Jonathan Blandford, 
6840  Michèle Garoche, Milosz Derezynski, Christopher Blizzard,
6841  Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van 
6842  Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo 
6843  Carneiro, John Finlay, Tim Janik, Damon Chaplin,
6844  Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero,
6845  Manuel Baena García, William Jon McCann, Olexiy Avramchenko,
6846  Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel,
6847  Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons]
6848 * Documentation improvements [John Finlay, Billy Biggs, Matthias,
6849  Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders]
6850 * New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR,
6851   sq,sr,sr@Latn,zh_TW)
6852
6853 Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
6854 =================================================
6855 * GtkFileChooser
6856  - Work better with older version of the gnome-vfs backend [Zack Cerza]
6857  - Keynav improvements [Jonathan Blandford]
6858  - Make position of pathbar down button stable [Jonathan]
6859  - Make autocompletion less annoying in save mode [Owen Taylor]
6860 * GtkFileChooserButton
6861  - Allow mnemonic activation [Dennis Cranston, James M. Cape]
6862 * GtkComboBox
6863  - Work without a model [Mariano Suarez-Alvarez
6864 * GtkTreeView
6865  - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
6866 * GtkRange
6867  - Add a::change-value signal [Thomas Fitzsimmons]
6868 * GtkEntryCompletion
6869  - Improve positioning of popups [Matthias]
6870 * Make input methods respect editability [Noah Levitt]
6871 * Add an setting to specify modules to load [Alex Graveley]
6872 * Use GOption for command line argument parsing [Anders Carlsson]
6873 * Default theme
6874  - Improve drawing of expanders [Matthias Clasen]
6875 * Add a configure option to disable the use of ELF visibility 
6876   attributes for PLT reduction
6877 * Make selection handling robust against invalid UTF-8 [Owen]
6878 * gdk-pixbuf
6879  - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
6880    optionally ignores aspect ratio [Dom Lachowicz]
6881  - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
6882  - Security fixes [Chris Evans]
6883 * Win32
6884  - Improve tablet handling [Robert Ögren]
6885  - Make tablets work on multi-monitor systems [Robert]
6886  - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
6887  - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
6888  - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
6889    Havoc Pennington]
6890  - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
6891  - Build fixes [Tor Lillqvist, Robert]
6892 * Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
6893  Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
6894  Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
6895  Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu,
6896  Morten Welinder, Jean Bréfort, Alexander Larsson]
6897 * Documentation improvements [Matthias, Jonathan]
6898 * New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk)
6899
6900 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
6901 =================================================
6902 * GtkFileChooserButton
6903  - New widget to go along with GtkFontButton and GtkColorButton
6904    for use in preference dialogs.  [James M. Cape]
6905 * GtkFileChooser
6906  - Add getter and setter for the ::show-hidden property [Jeff Franks]
6907  - Allow paths to be entered as part of the file name. [Federico Mena Quintero]
6908  - Make separator in bookmarks pane unselectable [Matthias Clasen]
6909  - Improve activation on focus [Federico]
6910  - Avoid warnings when opened on non-default screens [Abel Daniel]
6911  - Fix some memory leaks [Federico]
6912 * GtkEntryCompletion
6913  - Warn if text column has wrong type [Fernando San Martin Woerner,
6914    Gustavo Carneiro]
6915 * GtkTextView
6916  - Obey the Pango backspace_deletes_character 
6917    attribute [Noah Levitt, Teppitak Karoonboonyanan]
6918 * GtkTreeView
6919  - Add hover-expand mode [Matthias]
6920  - Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek]
6921  - Reimplement GtkListStore on top of a splay tree [Soeren Sandmann]
6922 * GtkEntry
6923  - Track the selection more accurately when dragging and
6924    selecting [Soeren]
6925 * GtkComboBox
6926  - Support trees in combo boxes [Matt Walton, Matthias]
6927  - Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias]
6928  - Handle sensitivity changes properly [Matthias]
6929  - Add a ::focus-on-click property [Matthias]
6930 * GtkIconView
6931  - Fix BROWSE selection mode [Matthias]
6932  - Make accessible [Padraig O'Briain]
6933 * GtkAboutDialog 
6934  - Change the API to be more binding-friendly [Oliver Andrieu]
6935 * GtkUIManager
6936  - Accept paths with leading '/' everywhere. [David Malcolm]
6937  - Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez]
6938  - Add a way to suppress overflow menu items [Christian Persch]
6939 * GtkPlug/GtkSocket
6940  - Use the sync counter mechanism to speed up resizes  [Soeren]
6941 * GDK
6942  - Support XDND v5 [Owen Taylor, Matthias]
6943  - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
6944  - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
6945 * gdk-pixbuf
6946  - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
6947  - Fix a problem with GDK_INTERP_NEAREST scaling which caused
6948    Nautilus thumbnails to be misdrawn [Christoph Fergeau]
6949  - Avoid segfaults in gdk-pixbuf-csource [Matthias]
6950  - Fix progressive loading of 8bit pcx files [Magnus Bergman]
6951  - Handle edge pixels consistently [Brian Cameron, Matthias]
6952  - Handle OS/2 BMPs [Jon-Kare Hellan]
6953 * Performance 
6954  - Get rid of many PLT entries for internally used exported symbols,
6955    and clean up the ABI at the same time and make make check check the
6956    list of exported symbols.  [Arjan van de Ven, Matthias]
6957 * Look up icon themes in the directories specified in the
6958   icon theme spec  [Matthias]
6959 * Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans]
6960 * Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo,
6961   Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, 
6962   Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, 
6963   Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham,
6964   Christian Persch, Vincent Noel, Christophe Fergeau]
6965 * Documentation improvements [Matthias, Mariano, Axel Simon, 
6966   Jonathan Blandford]
6967 * New and updated translations (ang,br,bs,eu,lt,wa,zh_CN)
6968
6969 Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
6970 =================================================
6971 * GtkTreeView
6972  - Support ellipsisation in GtkCellRendererText [Vincent Untz, 
6973   Jonathan Blandford, Anders Carlsson]
6974  - Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
6975  - Typeahead support [Jonathan]
6976  - Align the entry in GtkCellRendererText [Matthias]
6977  - Make DND work again [Ernst Persson, Matthias]
6978  - Improve appearance of search popup [Matthias]
6979 * GtkFileChooser
6980  - Activate the last focused widget [Federico Mena Quintero]
6981  - Add an "Add to shortcuts" item to the context menu [Federico]
6982 * GtkCombobox
6983  - Support scrolling in list mode [Matthias]
6984  - Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
6985  - Change the API for separators to use a callback function 
6986    instead of a boolean model column [Matthias]
6987 * GtkNotebook
6988  - Ignore scroll events from page content [Gabriel de Perthuis]
6989 * GtkAboutDialog
6990  - Visual improvements [Anders]
6991 * GtkIconView
6992  - Use XRender to draw selection rectangle [Anders]
6993 * GtkLabel
6994  - Support ellipsisation [Tim Van Wassenhove, James M. Cape]
6995 * Expose the menubar accel key as an XSetting [Scott James Remnant]
6996 * Add example code for clipboard handling to gtk-demo [Anders]
6997 * Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, 
6998  Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
6999  Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
7000  Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
7001 * Documentation improvements [Federico, Matthias]
7002 * Updated translations (gu,hi,pt_BR,ru,sv,uz)
7003
7004 Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
7005 =================================================
7006 * New widgets: 
7007  - GtkIconView [Anders Carlsson]
7008  - GtkAboutDialog [Matthias Clasen]
7009  - GtkCellView [Matthias]
7010 * GtkFileChooser
7011  - change to newly-created folders [Federico Mena Quintero]
7012  - always show icons [Federico]
7013  - bug fixes [Federico, Christian Neumair, Alex Roitman]
7014 * GtkComboBox, GtkComboBoxEntry
7015  - add missing getters and some more convenience API [Matthias, 
7016   Christian Neumeir, Oliver Andrieu]
7017  - improve placement and sizing of popups [Matthias]
7018  - support insensitive items [Matthias]
7019  - support separators [Matthias]
7020  - handle empty or unset models better [Mariano Suarez-Alvarez]
7021  - bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul 
7022    Pongonyshev, Christian Persch]
7023 * GtkEntryCompletion
7024  - ignore enter events when the window pops up under the 
7025    pointer [Anders]
7026  - bug fixes [Matthias]
7027  - support inline autocompletion [Matthias]
7028 * GtkUIManager
7029  - fix signal registration [Michael Natterer]
7030  - make generated XML parsable [Sven Neumann]
7031  - fix get_widget to return menus [Matthias]
7032 * GtkTreeView
7033  - hover-selection mode [Matthias]
7034  - support insensitive cells [Matthias]
7035  - support separators [Matthias]
7036  - make entry context menu work in editable text cells [Owen Taylor, 
7037   Kristian Rietveld]
7038  - make DND work with treeviews in modal dialogs [Federico]
7039  - make empty treeviews focusable [Federico]
7040  - new GtkCellRendererProgress [Matthias, Tommi Komulainen, 
7041   Christian Persch]
7042  - new GtkCellRendererCombo [Matthias]
7043  - bug fixes [Matthias, Federico]
7044 * GtkNotebook
7045  - allow to change tabs with the mouse wheel [Gabriel de Perthuis]
7046 * GtkWindow
7047  - support named themed window icons [Matthias, Calum Benson]
7048 * New stock icons: file, directory, about, edit, connect, disconnect,
7049   and media player icons for forward, next, pause, play, previous,
7050   record, rewind and stop
7051 * GDK
7052  - support do-not-focus-on-map hint [Elijah Newren]
7053  - fix RGBA cursors [Michael Natterer]
7054 * gdk-pixbuf
7055  - reorganize headers [Matthias, Jeff Franks, Havoc Pennington]
7056  - flag to mark loaded images as scalable [Dom Lachowicz]
7057  - license information for loaders [Matthias]
7058  - simple multiple-of-90° rotation support [Matthias]
7059  - allow to disable loaders [Matthias]
7060  - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron,
7061   Manish Singh, Morten Welinder]
7062 * X11 selections 
7063  - make incremental transfer of MULTIPLE work [Matthias]
7064  - don't do incremental transfer in 4k chunks [Matthias]
7065  - add selection ownership change notification [Matthias]
7066  - support text/plain targets [Matthias]
7067 * Win32 
7068  - bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, 
7069   Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti]
7070 * Performance improvements
7071  - predict exposes for override-redirect windows [Søren Sandmann]
7072  - unset the background when mapping or unmapping windows [Søren]
7073  - support the update counter spec for smoother resizing [Søren]
7074 * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, 
7075   Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten,
7076   Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, 
7077   Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, 
7078   Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, 
7079   Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, 
7080   Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, 
7081   Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil 
7082   Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry 
7083   M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan 
7084   Maraas, Damien Carbery, Elke Meier]
7085 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi 
7086   Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen 
7087   Röcker, Doug Quale, Oliver Andrieu]
7088 * Updated translations (bg,lt,ne,tk,wa,en_GB)
7089
7090
7091 Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1
7092 =================================================
7093 * GtkFileChooser
7094  - bug fixes [Morten Welinder, Federico Mena Quintero]
7095  - pre-fill the location entry [Federico]
7096  - internal api changes to allow setting a busy cursor
7097    while loading [Federico]
7098  - improve pathbar button sizing [Owen Taylor]
7099  - add keybindings for removing bookmarks [Federico]
7100 * GtkComboBox, GtkEntryCompletion
7101  - fix repositioning logic [Niklas Knutsson]
7102  - make keynav wrap around [Matthias]
7103  - improve theme compliance [Matthias, Brian Cameron]
7104 * GtkUIManager
7105  - accept unnamed <separator>s [Anders Carlsson]
7106  - robustify against gtk_widget_show_all() [Murray Cumming]
7107  - warn if an accelerator cannot be parsed  [Jody Goldberg]
7108 * Win32
7109  - fix DND positioning [Hans Breuer]
7110  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
7111  - make filechooser work on Windows [Tor]
7112  - draw arcs more correctly [Tor]
7113  - disable tables support by support, add --use-wintab to
7114    get it back  [Tor]
7115 * Make color wheel accessible [Padraig O'Briain]
7116 * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
7117 * Doc improvements [Federico, Matthias, Christian Persch]
7118   Olexiy Avramchenko, Tim-Philipp Müller]
7119 * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
7120   Jonathan Blandford, Anders Carlsson, Christian, Hans,
7121   Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
7122   Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
7123   Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
7124   John Ehresman, Chris Sherlock, Jody]
7125 * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
7126   en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
7127   mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
7128   sv,tr,uk,uz,wa,zh_CN)
7129
7130 Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0
7131 =================================================
7132 * GtkFileChooser
7133  - Handle icon theme changes [Federico, Jonathan]
7134  - Add reordering bookmarks via DND [Federico]
7135  - Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder]
7136  - Implement local-only mode so that apps don't get remote paths
7137    they don't expect [Owen Taylor]
7138  - Add Alt-Down keybinding [Mark McLoughlin, Owen]
7139  - Major rewrite of location dialog completion code [Jonathan]
7140  - Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, 
7141    Soeren Sandmann, Olivier Andrieu]
7142 * GtkComboBox [Matthias Clasen]
7143  - Handle the case of no-active-row properly
7144  - Improve positioning of popup
7145  - Miscellaneous bug fixes
7146 * Win32 [Tor]
7147  - Handle different install locations for gdk-pixbuf loaders
7148  - Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary]
7149 * Improve handling of foreign GdkWindows on destruction [Soeren, Owen]
7150 * Require Control-Tab to focus labels [Owen]
7151 * RTL flipping for GtkArrow [Semion Chichelnitsky]
7152 * Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich]
7153 * Change layout algorithm for mixed gridded/non-gridded menus
7154   to fix performance problems [Soeren, Owen, Christian Persch]
7155 * Doc improvements [Matthias, Owen]
7156 * Misc bug fixes
7157 * Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro,
7158   ru,sq,uk,zh_CN)
7159
7160 Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, 
7161   Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, 
7162   Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship
7163
7164 Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6
7165 =================================================
7166 * GtkComboBox
7167  - Make menu positioning more like GtkOptionMenu [Matthias Clasen]
7168  - Improve keybindings [Matthias]
7169  - Bug fixes [Matthias, Owen, Damon Chaplin]
7170 * GtkFileChooser
7171  - Keep child directories in pathbar when changing to a parent
7172  - Reroot pathbar inside home directory, use icons [Jonathan]
7173  - Make the user actually select a file before hitting OK [Federico]
7174  - Fix folder mode to not have tree [Jonathan]
7175  - Add gboolean return values to operations that can fail [Federico]
7176  - Improve internal error handling [Morten Welinder, Federico]
7177  - Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon,
7178    Alex Larsson]
7179 * GtkTextView bug fixes [Paolo Borelli]
7180 * Win32 
7181  - Implement/stub missing GDK functions [Tor]
7182  - .defs file updates [Tor, J Ali Harlow]
7183  - Misc fixes [Hans Breuer]
7184 * Fix problem with excess symbol exports on Linux [James Henstridge]
7185 * Fix problem with 32-bit BMPs [Matthias]
7186 * Include config.h first everywhere [Morten]
7187 * Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti]
7188 * Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, 
7189   Vitaly Tishkov]
7190 * Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn,
7191   nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN)
7192 * Misc bug fixes
7193
7194 Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, 
7195   Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, 
7196   Olivier Ripoll
7197
7198 Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5
7199 =================================================
7200 * GtkFileChooser [Federico Mena Quintero]:
7201  - Enable DND in the shortcuts list [Federico]
7202  - More folder modes [Jonathan R Blandford]
7203  - Resizing toplevel as contents change [Jonathan] 
7204  - Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor]
7205  - Miscellaneous fixes.  [Jonathan, Morten Welinder, Alexander Larsson]
7206  - Add combo box to pick folder in Save mode. [Jonathan, Federico]
7207 * GtkComboBox
7208  - Memory leak/crash fixes [Damon Chaplin, Matthias Clasen]
7209  - Always grab when popping the list up [Damon, Matthias]
7210  - Fixes for dynamic changes to the model [Owen]
7211  - Improve popup positioning [Matthias]
7212 * Implement computation of bidi-base direction from text
7213   in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor]
7214 * Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann,
7215   Owen]
7216 * Fix wrong interpretation of new_order array for
7217   gtk_tree/list_store_reorder() [Owen]
7218 * Improve space allocation in menubars [Soeren Sandmann]
7219 * Improve key bindings in GtkEntryCompletion [Matthias]
7220 * Hide XCursor dependency [Soeren]
7221 * Make mouse wheel scrolling usable [Soeren]
7222 * Use resize cursors for resize grips [Soeren]
7223 * Set the right window group for menu and combo popups [Frederic Crozat,
7224   Jean-Philippe Chancelier, Soeren]
7225 * Add a way to list the mnemonic labels of a widget [Owen]
7226 * Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain]
7227 * Export insertion cursor drawing functionality [Alexander Larsson, Owen]
7228 * Support squiggly red underlines in text views [Nicolas Setton, Owen]
7229 * Export GtkWindow key-press-event internals to allow 
7230   custom implementations [Tim Janik]
7231 * Add gtk_drag_source_set/get_target_list() [Mitch Natterer]
7232 * Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi]
7233 * Memory leak fixes [Owen]
7234 * Win32 fixes [Hans Breuer]
7235 * Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim,
7236   Tomasz Lloczko, Mitch, Manish Singh, Owen]
7237 * Documentation improvements [Matthias, Federico, Torsten Schoenfeld]
7238 * Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije,
7239   sr@Latn,sq,sv,th,zh_CN)
7240
7241 Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4
7242 =================================================
7243 * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
7244 * Add some extra GtkExpander docs [Federico Mena Quintero]
7245 * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
7246 * Updated translation (ga)
7247
7248 Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3
7249 =================================================
7250 * GtkFileChooser [Federico Mena Quintero]:
7251  - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen]
7252  - Correctly handle typed-in filenames in save mode, folder mode, and
7253    multiple-selection mode in all combinations.
7254  - Don't erase the filename in the entry when changing folders.
7255  - Support icons in GtkFileSystemUnix.
7256  - GtkFileChooserDialog now comes up at a reasonable size.
7257  - GtkFileSystemUnix now notifies correctly on ::create_folder().
7258  - Slight GUI reorganization.
7259  - File system module support. [Alexander Larsson]
7260  - Pathbar widget. [Jonathan R. Blandford]
7261  - Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson,
7262    Padraig O'Briain, Alexander, Jonathan]
7263  - Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer]
7264  - Memory leak fixes [Morten Welinder]
7265 * GtkTreeView:
7266  - Fix return values. [Federico, R. McFarland]
7267  - Properly cancel the arrow animation. [Michael Zucchi]
7268  - Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker]
7269  - Don't darken the sort column unless there are three visible columns
7270    [Jonathan]
7271 * GtkToolbar:
7272  - Improve the sliding implementation. [Soeren Sandmann]
7273  - Add writeonly ::group property to GtkRadioToolButton. [Soeren, 
7274    Olivier Andrieu]
7275  - Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren]
7276 * Menus:
7277  - Make menus work better on Xinerama [Matthias]
7278  - Fix keynav in RTL mode. [Matthias]
7279  - Fix grid mode, removing of items. [Matthias, Vincent Noel]
7280  - Make tearoff menu items work anywhere in menus. [Matthias]
7281  - Improve popup/popdown behaviour. [Soeren]
7282 * gdk-pixbuf:
7283  - Fix some problems with indexed BMPs [Kazuho Okui, Matthias]
7284  - Work around some libjpeg header file craziness [Manish Singh]
7285 * Assume gravity works. [Soeren]
7286 * Cache GCs for drawing. [Brian Cameron, Soeren]
7287 * Handle focus adjustment correctly for deeply nested focus locations. 
7288   [Matthias, Owen Taylor]
7289 * Use reference counting for shared data in GtkActionGroup. 
7290   [Matthias, Adam Hooper]
7291 * Add a "use-separator" style property to GtkMessageDialog, and make
7292   it not resizable. [Federico]
7293 * Add 'const' to uses of GdkColor that need it. [Federico]
7294 * Put focusable labels in the focus chain. [Federico]
7295 * Make destroying widgets in focus-out-event work. [Owen, Grant Gayed]
7296 * Add properties to GtkAdjustment [Murray Cumming]
7297 * Add change notification to GtkAccelMap [Matthias, Owen]
7298 * Add settings to suppress icons in buttons and menus. [Matthias]
7299 * Add Xft settings for hinting and antialiasing. [Federico, Owen]
7300 * Make size of indicator in menu items themeable. [Bill Hanemann, 
7301   Narayana Pattipati, Matthias]
7302 * Fixes to GtkIconTheme [Torsten Schoenfeld]
7303 * Improve drawing of GtkExpander. [Mark McLoughlin]
7304 * Improve drawing of paned handles. [Soeren]
7305 * Remove broken hangul input module. [Changwoo Ryu]
7306 * Remove C++-style comments. [Damien Carbery]
7307 * Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias]
7308 * RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky]
7309 * Accessibility improvements for tooltips, GtkScale. [Padraig]
7310 * Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez]
7311 * Win32 fixes. [Tor Lillqvist]
7312 * Documentation:
7313  - New section on how to check for modifier keys correctly. [Federico]
7314  - Miscellaneous improvements.  [Pascal Haakmat, Jan Huelsbergen,
7315    Tim-Philipp Müller, Matthias]
7316 * New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja,
7317   ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn)
7318 * Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, 
7319   Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti,
7320   Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen,
7321   Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin,
7322   Yu Shao, Yao Zhang
7323
7324 Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
7325 =================================================
7326 * GdkPixbuf
7327  - Add functions to save pixbufs to non-file locations.  [Tim Evans]
7328  - Add a function to determine the type and size of a file without
7329    loading it completely.  [Matthias Clasen]
7330  - Turn pixbuf attributes into construct-only properties. [Matthias]
7331  - Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
7332    [Matthias, Owen Taylor]
7333 * Fix the logic for changing the toplevelness of a window.  [Soeren Sandmann]
7334 * Do not interpret distant clicks as double clicks, using a
7335   new double-click-distance setting.  [Matthias]
7336 * Improve the GDK API for dealing with group leaders. [Matthias]
7337 * Utility function for application launching in multi-screen scenarios.
7338   [Mark McLoughlin]
7339 * Support big and small and alpha-blended icons under Win32. [Tim Evans]
7340 * Misc Win32 improvements [Tor Lillqvist, Hans]
7341 * GtkFileChooser [Federico]
7342  - Fix new filename entry in Save mode [Jan Arne Petersen]
7343  - Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen]
7344  - Added support for file system volumes such as CD-ROMs, 
7345    floppies, and network shares.
7346  - Add a "New Folder" button for Save mode in GtkFileChooser.
7347  - Better support for Folder mode.
7348 * GtkTreeView
7349  - Speed up by adding a fixed height mode.  [Kristian Rietveld]
7350  - Add a single-paragraph mode and a language property to 
7351    GtkCellRendererText [Kristian Rietveld]
7352  - Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
7353  - Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
7354 * Add a way to list the supported targets of a clipboard. [Dom Lachowicz]
7355 * Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
7356 * Improve the GtkCalendar drawing code.  [Matthias]
7357 * GtkCalendar supports starting the week on any day [Matthias]
7358 * Make GtkToolbar compatible with 2.2 again [Soeren]
7359 * Misc GtkToolbar fixes and API improvements [Christian Persch, 
7360   Olexiy Avramchenko, Jody, Soeren]
7361 * Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
7362 * Add a way to lock individual accelerator paths  [Matthias]
7363 * Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
7364   a menu shell.  [Matthias]
7365 * Fix dynamic menus. [Matthias, Michael Meeks]
7366 * Add xalign, yalign properties to GtkButton. [Jody]
7367 * Implement or improve RTL support in GtkComboBox, GtkCellView, 
7368   GtkViewport [Semion Chichelnitsky, Matthias, Kristian]
7369 * Support for "no focus" windows. [Matthias]
7370 * Documentation improvements [Matthias, Federico, Manish, Murray Cumming, 
7371   Theppitak Karoonboonyanan]
7372 * FAQ updates [Tony Gale]
7373 * Split the translations into two domains: ui strings and
7374   error messages go to gtk20, property nicks and blurbs to 
7375   gtk20-properties. [Matthias]
7376 * New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr,
7377   it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa)
7378 Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson,
7379   Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, 
7380   Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, 
7381   Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, 
7382   Torsten Schoenfeld, Alexander Winston, Johannes Weißl,  Morten Welinder, 
7383   Adam Wright
7384
7385 Overview of Changes in GTK+-2.3.1
7386 =================================
7387 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
7388 * GDK
7389  - Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias]
7390  - Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny]
7391 * Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans]
7392 * Action-based menu/toolbar API [Matthias]
7393  - Add "name" construct-only parameter to GtkActionGroup
7394  - Bug fixes [Marco Pesenti Gritti, Christian Persch]
7395 * Change ranges for Saturation/Value to be 0-100 in GtkColorSelection
7396   [Gregory Merchan, Matthias]
7397 * GtkComboBox [Kristian Rietveld]
7398  - Make model and text_column properties not construct-only [Murray Cumming]
7399  - Fix sizing
7400  - Add mouse wheel support [Matthias]
7401 * Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco]
7402 * GtkExpander
7403  - Add a "use_markup" property, gtk_expander_set/get_use_markup
7404  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
7405 * GtkFileChooser [Federico Mena Quintero]
7406  - Add a GtkFileSystemWin32 [Hans]
7407  - Use GtkEntryCompletion in GtkFileChooserEntry 
7408  - Add a render_icon to GtkFileSystemIface to allow the 
7409    GnomeVFS backend to supply appropriate icons
7410  - Improve selection handling in bookmarks list [Federico, Owen Taylor]
7411  - Support drops on the bookmarks list
7412  - Display error dialogs on failed operations
7413  - Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson]
7414  - Ignore filters for folders [Dave Malcom]
7415  - Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik]
7416 * Menus
7417  - Make torn-off menus transient-for the window they were torn from
7418    [Matthias, Jon-Kare Hellan]
7419  - Fix menu positioning for Xinerama, add gtk_menu_set_monitor()
7420    for use by position functions [Matthias]
7421  - Tweak menu delay parameters, add a default width [Soeren Sandmann]
7422 * Make g_message_dialog_new_with_markup() automatically escape
7423   arguments, add g_message_dialog_set_markup() [Owen]
7424 * Add read-only min-position/max-position properties to GtkPaned
7425 * GtkToolbar [Soeren]
7426  - Support gaps in the toolbar with expand=true/draw=false separators
7427  - Improve drop-location preview handling
7428  - Take a GtkRadioToolButton as the parameter to
7429    gtk_radio_tool_button_new_from_widget [Murray Cumming]
7430  - Many misc toolbar bug fixes [Soeren, Marco]
7431 * GtkTreeView bug fixes [Morten Welinder, David Hampton]
7432 * Add gtk_window_is_active()/gtk_has_toplevel_focus() getters
7433   to go along with properties [Owen Taylor]
7434 * Add gtk_widget_can_activate_accel() / ::can-activate-accel
7435   signal to fix handling of accelerators on insensitive parent
7436   menu-items. [Tim Janik]. (*Note*: the details here will probably
7437   change, since similar problems for mnemonics aren't handled.)
7438 * Implement or improve RTL support in GtkAlignment, GtkCombo, 
7439   GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport.
7440   [IBM L3 NLS Support Team]
7441 * Fix string setters for self-assignment [Matthias, Soeren]
7442 * Finish multi-head handling in gtk-demo [Matthias]
7443 * Fix install rules for generating gdk-pixbuf.loaders [Manish Singh]
7444 * Reference doc improvements [Matthias, Soeren,
7445   Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko]
7446 * FAQ updates [Tony Gale]
7447 * New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr,
7448   sr@Latn,sv,th)
7449
7450 Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez,
7451   Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, 
7452   Padraig O'Briain, Tomas Ögren, Danilo Segan
7453
7454 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
7455 =================================================
7456
7457 * New Widgets
7458  - GtkFileChooser: a replacement for GtkFileSelection with 
7459    replaceable backends, many new API features, better user
7460    interface (UI is still a work in progress) [Owen Taylor, 
7461    Federico Mena Quintero]
7462  - New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
7463  - New "disclosure triangle" widget: GtkExpander [Mark McLoughlin]
7464  - "Picker button" widgets based on code from libgnomeui: 
7465    GtkFontButton, GtkColorButton [Matthias Clasen]
7466
7467 * Widget improvements:
7468  - Autocompletion for entries: GtkEntryCompletion [Kristian]
7469  - Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
7470  - Add input-only event boxes for trapping events [Alex Larsson]
7471  - Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
7472  - Support up to four scroll arrows on GtkNotebook and make which
7473    ones are displayed themeable. [Matthias]
7474  - GtkCalendar improvements: make the arrows spin, support RTL flipping,
7475    automatic week start selection, DND support, improve API 
7476    for setting options [Matthias]; mousewheel support [Abigail Brady]
7477  - New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
7478    [Soeren, Matthias]
7479  - New functions: gtk_window_set_default_icon(), 
7480    gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
7481    [Matthias]
7482  - Add missing "role", "decorated", "gravity" properties for GtkWindow,
7483    "has_resize_grip" for GtkStatusBar. [Matthias]
7484  - Add child properties for GtkPaned [Matthias, Soeren]
7485
7486 * Menus
7487  - New action-based menu API: GtkUIManager, GtkActionGroup, 
7488    GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
7489    Marco Pesenti Gritti, Philip Langdale]
7490  - Support for tabular menus [Kristian]
7491  - New positioning algorithm for popup menus [Soeren]
7492
7493 * GtkTextView [Matthias]
7494  - Add properties "accepts_tab" [Soeren], "overwrite" property 
7495    [Jeroen Zwartepoorte], "buffer"
7496  - Add gtk_text_buffer_select_range()
7497  - Implement drag-selection by words/lines (also for Gtkentry)
7498  - Some fixes to invisible text handling
7499  - Add support for GTK_WRAP_WORD_CHAR [David Brigada]
7500  - Clean up handling of horizontal paging
7501  - Fix scrolling with non-visible cursor
7502  - Add internals documentation [Havoc Pennington]
7503
7504 * GtkToolbar [Soeren]
7505  - Add a more consistent and extensible toolbar API; preserve
7506    old API for backwards compatibility [James, Anders Carlsson, Owen]
7507  - Support for sliding buttons like OS X
7508  - Keyboard navigation
7509  - Support "priority text"
7510  - Overflow menu
7511  - Better handling of really wide buttons [David Bordoley]
7512  - Drawing improvements
7513  - Support context menu
7514
7515 * GtkTreeView [Kristian Rietveld]
7516  - Handle RTL [Matthias, Jonathan]
7517  - Add expand flag to column packing parameters [Jonathan, Kristian]
7518  - gtk_tree_path_free now silently returns on NULL paths
7519  - Move row reference updating code to closures
7520  - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
7521    get rid of gtk-tree-model-drop-append.
7522  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
7523
7524 * gdk-pixbuf
7525  - Add a loader for PCX files [Josh Beam]
7526  - Improve calculation of filter weights for scaling [Brian Cameron, Owen]
7527  - Support TGA files with arbitrary origins [Matthias]
7528  - Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
7529    gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
7530  - Add saving support for ICO and CUR
7531  - Improve handling of GIFs with oversized frames [Matthias]
7532
7533 * GDK:
7534  - Support for full-color / alpha-channel cursors [Matthias]
7535  - Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
7536  - Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
7537  - Many small changes to reduce round trips on startup; 
7538    add gdk_display_flush() [Owen]
7539  - Use Xlib asynchronous APIs to reduce roundtrips on startup
7540    and during DND [Owen]
7541  - Other changes to improve DND for large-latency connections [Owen]
7542  - Add support for EWMH "above" and "below" states [Manuel Clos] (also
7543    in GtkWindow)
7544  - Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
7545  - Other small linux-fb fixes [Eric Warmenhoven]
7546
7547 * Miscellaneous
7548  - Add support for named themable icons; use this facility to 
7549    provide the default stock icon images [Owen Taylor, based
7550    on code by Alex Larsson]
7551  - Add gtk_widget_queue_resize_no_redraw() for more efficient
7552    resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
7553  - Add gtk_widget_queue_resize_no_redraw() [Soeren]
7554  - Default theme improvements, especially for menus. Add some
7555    more style properties. [Soeren]
7556  - Add authentication stock icon [Matthias, art by Jakub Steiner]
7557  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
7558  - Convert build system to automake-1.7; many cleanups and
7559    improvements. [James Henstridge, Owen]
7560  - Win32 fixes for new widgets [Hans]
7561  - Add right-to-left variants of some stock icons [Matthias]
7562
7563 * Documentation
7564  - Use XML source for man pages; add man pages for tools that didn't
7565    have them before [Matthias]
7566  - Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias]
7567  - FAQ improvements [Tony, Gonzalo Odiard, Owen]
7568  - Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, 
7569    Martin Pool, Mariano Suarez-Alvarez]
7570
7571 * Deprecations
7572  - GtkItemFactory [Replaced by GtkUIManager]
7573  - GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
7574  - Miscellaneous functions that were renamed in 
7575    GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
7576
7577 Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
7578   Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, 
7579   Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, 
7580   Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, 
7581   Vasilis Vasaitis, Morten Welinder
7582
7583 ----------------------------------------------------------------------
7584
7585 Overview of Changes in GTK+ 2.2.4
7586 =================================
7587 * Revert TreeView fix which broke context menus in different applications
7588   [Kristian Rietveld]
7589 * Typo fixes [Kjartan Maraas]
7590 * Make pressing END not put the menu in scrolling mode [Kris]
7591 * Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
7592 * New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
7593
7594 Overview of Changes in GTK+ 2.2.3
7595 =================================
7596 * GdkPixbuf [Matthias Clasen]
7597  - Fix some problems with overflows when scaling down [Tomas Ögren]
7598  - Many GIF bug fixes [Matthias, Federico Mena Quintero]
7599  - Prefer 32-bpp ICOs, fix bugs with them
7600  - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
7601    [Jens Elker]
7602  - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
7603 * Win32 [Tor Lillqvist]
7604  - Add multiple monitor support
7605  - Major event and key handling rewrite, including IME fixes
7606  - Fix handling of toplevel window positions
7607  - Add support for all window geometry hints (gridded geometry, etc.)
7608  - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
7609  - Fix GdkImage memory leak [J. Ali Harlow]
7610  - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
7611  - Misc bug fixes [Many from Hans Breuer, Tim Evans]
7612  - Build fixes and improvements [Peter Zelezny]
7613 * X11
7614  - Fix extremely common crash where we interpreted the timestamp
7615    field of a XKB event as a window ID and found a pixmap that matched.
7616    [Owen Taylor, with essential backtrace from Kjartan Maraas]
7617  - Fix CapsLock and NumLock for non-XKB [Robert Basch]
7618  - Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen]
7619  - Workaround Xinerama servers reporting wrong depths [Owen]
7620 * GtkTreeView [Kristian Rietveld]
7621  - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
7622  - Don't get confused by the Control key when handling selection
7623    from an accelerator like <Control>B [Michael Natterer]
7624  - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, 
7625    Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
7626    Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
7627 * Input methods
7628  - Handle input methods exiting and starting while the 
7629    app is running [Hidetoshi Tajima]
7630  - Fix infinite loop when closing input methods [Owen,
7631    Takuro Ashie, Hidetoshi]
7632  - Add a 'cedilla' input method with c+acute => cedilla and use
7633    as the default for languages that use cedilla. [Gustavo De Nardin,
7634    Owen, Fco. Javier F. Serrador]
7635  - Fix status window for multihead [Owen, James Su]
7636  - Remember imcontext attributes when switching methods [Owen, 
7637    Botond Botyanszki]
7638 * GtkFileSelection [Owen]
7639  - Fix selection of "UntitledN" on initial map [Mark Finlay]
7640  - Fix an annoying bug with cursor positioning on failed completion
7641  - Misc Fixes [Owen, Tor]
7642 * Other widgets
7643  - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
7644  - Fix problem with spinbuttons not getting enough space [Morten Welinder,
7645    Kristian]
7646  - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
7647  - Don't include menu labels in gtk_notebook_forall [Owen]
7648  - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
7649    focus [Owen]
7650  - Accept color drops with wrong format from KDE [Matthias]
7651 * Fix problem from gnome-theme-manager playing tricks and
7652   making event->window a pixmap. [Anders Carlsson]
7653 * Ignore Caps-lock when matching accelerators
7654 * Fix 5-year-old bug where toplevels didn't fully refresh properly
7655   on theme change [Owen, Rajkumar Siva]
7656 * Don't require precompiled gdk-pixbuf-csource when cross-compiling
7657   from a tarball [Owen]
7658 * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, 
7659   Morten Welinder]
7660 * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
7661   Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, 
7662   Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
7663   Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, 
7664   Luis Villa]
7665 * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
7666   ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
7667
7668 Overview of Changes in GTK+ 2.2.2
7669 =================================
7670
7671 * GdkPixbuf [Matthias Clasen]
7672  - Fix animation of slow-loading progressive GIFS
7673  - Fix long-standing animated GIF display bug with transparency
7674  - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
7675 * GDK [Owen Taylor]
7676  - Draw continuous underlines between Pango layout runs when 
7677    possible [Kang Jeong-Hee]
7678  - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
7679    Major rewrite of 16-bit handling for pixbuf_from_drawable()
7680 * X11 backend [Owen]
7681  - Fix build on X11R5 [Albert Chin]
7682  - Fix switching keyboard layouts while running [Egmont Koblinger]
7683  - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
7684  - Zero unused fields in client messages we send Lubos Lunak]
7685  - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
7686  - Fix wrong initialization that was keeping XShm from being used.
7687 * Win32 backend [Tor Lillqvist]
7688  - Tweak line drawing
7689  - Mouse/cursor fixes [Allin Cottrell]
7690  - Better handling of floppy drives in GtkFileSelection
7691  - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
7692 * Input methods [Hidetoshi Tajima]
7693  - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
7694  - Fix sorting of rules in GtkIMContextSimple [Vasilis]
7695  - Miscellaneous GtkIMContextXIM fixes 
7696  - Fix translation of input context names
7697 * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
7698 * Add Delete to GtkEntry context menu, Delete/Select All 
7699   to GtkTextView context menu [Matthias]
7700 * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
7701 * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
7702 * GtkTextView
7703  - Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
7704  - Don't scroll to cursor on focus in [Paolo Maggi]
7705  - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, 
7706    Yao Zhang]
7707  - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
7708    Padraig O'Briain, Owen]
7709 * GtkTreeView [Kristian Rietveld]
7710  - Fix prelighting [Sven Neumann]
7711  - Set drag cursor earlier to allow apps to override [Daniel Elstner]
7712  - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
7713  - Get background/cell area handling right in GtkTreeViewColumn [Vasco
7714    Alexandre da Silva Costa]
7715  - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, 
7716    Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
7717    Mariano Suarez-Alvarez, Owen]
7718 * Fix handling of border width for GtkToolbar [Rodney Dawes]
7719 * Rewrite adjustment handling of GtkViewport, fixing many bugs
7720   [Owen, Thomas Leonard, Michael]
7721 * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, 
7722   Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, 
7723   Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, 
7724   Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, 
7725   Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, 
7726   Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
7727 * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, 
7728   Doug Quale, Manish Singh, Morten Welinder]
7729 * Switch to using libtool-1.5
7730 * Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, 
7731   Christian Rose]
7732 * Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
7733 * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
7734   it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
7735
7736 Overview of Changes in GTK+ 2.2.1
7737 =================================
7738 * Win32 [Tor Lillqvist]
7739  - Improve setting of window position / decorations
7740  - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
7741  - Fix various file selection bugs
7742  - Improve scheme for locating pixbuf loader modules
7743  - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
7744 * GtkTreeView [Kristian Rietveld]
7745   - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
7746   - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
7747     Sandmann, Jarek Dukat]
7748   - TreeView search now works on all values transformable by GValue and not
7749     just strings [Muktha Narayan]
7750   - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
7751   - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
7752     Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
7753     Gaël Le Mignot, Vasco Alexandre da Silva Costa]
7754 * GtkTextView [Matthias Clasen]
7755  - Fix keynav with invisible cursor
7756  - Fix misdrawing of cursor [Owen Taylor] and selection
7757  - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
7758 * Fix problem with accidental inclusion of a main() [Matthias]
7759 * Documentation improvements [Matthias, Havoc Pennington]
7760 * Fix problem with GtkColorsel and pixmap themes [Daniel]
7761 * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
7762 * Warning fixes [Manish Singh]
7763 * configure fixes [Akira Tagoh]
7764 * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
7765 * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, 
7766   Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, 
7767   Soeren Sandmann, Hidetoshi Tajima, Owen]
7768
7769 ----------------------------------------------------------------------
7770
7771 Overview of Changes in GTK+ 2.2.0
7772 =================================
7773 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
7774 * GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
7775 * Documentation improvements [Matthias Clasen, Eric Warmenhoven, 
7776   James M. Cape]
7777 * Example portability fix [Sven Neumann]
7778 * Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
7779
7780 Overview of Changes in GTK+ 2.1.5
7781 =================================
7782 * GtkFileSel fixes [Owen Taylor]
7783   - Fix ..<tab> to go up a dir [Francisco Bustamante]
7784   - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
7785   - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
7786 * Only close dialogs on Escape if they have a cancel button. [James Willcox]
7787 * Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
7788 * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
7789   Narayana Pattipati, Marius Andreiana]
7790 * Xinerama fixes for GtkMenu [Matthias Clasen]
7791 * Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
7792 * Documentation additions and fixes [Matthias]
7793 * New and updated translations (am,bg,da,fr,fi,de)
7794 * Miscellaneous bug and build fixes
7795
7796 Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, 
7797    Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
7798
7799 Overview of Changes in GTK+ 2.1.4
7800 =================================
7801 * Improved default color scheme [Soeren Sandmann, with advise from
7802   Tuomas Kuosmanen and Garrett LeSage]
7803 * Make pixmap creation functions take a GdkDrawable not a GdkWindow
7804   [Kristian Rietveld]
7805 * Support move-resize emulation for all edges. [Matthias Clasen]
7806 * Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
7807 * Remove extra selections for ButtonRelease in XInput code 
7808   [Garry Osgood, Owen]
7809 * Another attempt at fixing X focus tracking [Owen]
7810 * linux-fb VT switch improvements [Eric Warmenhoven]
7811 * Win32 [Tor Lillqvist]
7812   - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
7813   - Improve maximized/minimized tracking
7814   - Bug fixes
7815 * Fix problem with gtk_combo_set_popdown_strings() not changing
7816   the entry text [Owen]
7817 * Support RTL flipping for statusbars [Matthias]
7818 * GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
7819   Richard Hult, Carlos Garnacho Parro]
7820 * Use octal escapes rather than literal UTF-8 in strings [Owen]
7821 * Make a lot of read-only data const. [Matthias, Morten Welinder]
7822 * Misc bug fixes
7823 * New and updated translations (cs,es,el,he,hu,lv,no,ro)
7824
7825 Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, 
7826    Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, 
7827    Kjartan Maraas, Christian Neumair
7828
7829 Overview of Changes in GTK+ 2.1.3
7830 =================================
7831
7832 GDK:
7833 * Win32 [Tor Lillqvist]
7834   - fixes to multihead API stubs 
7835   - Comprehensively implement tiles and stipples
7836   - Handle tracking minimized/maximized [Arnaud Charlet]
7837 * linux-fb fixes [Eric Warmenhoven]
7838 * Use g_get_application_name() for default window titles and
7839   for the title of the client leader window [Owen, Havoc Pennington]
7840 * Complete resize-grippy support, move-resize emulation 
7841   [Anders Carlsson, Matthias Clasen]
7842
7843 GTK+ Core:
7844 * On screen change, recreate the widget's Pango context [Owen]
7845 * Fix problems with focus ending up on unmapped widgets [Owen]
7846 * Make g_object_set (gtk_settings_get_default (), ...) to override
7847   settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
7848 * Make GtkInputDialog multihead aware [Owen]
7849 * Add a ::screen-changed signal to GtkWidget [Owen Taylor]
7850
7851 Widget improvements:
7852 * Draw/check menu items insensitive [Soeren, Tim Evans]
7853 * Fix color usage for radio/check menu item indicators [Soeren]
7854 * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
7855 * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
7856   GtkCheckMenuItem [Matthias Clasen]
7857 * GtkCombo improvements [Owen]
7858   - Don't leave it behind when switching desktops [Matthias Clasen]
7859   - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
7860   - Don't change entry contents until window is popped back up
7861   - Keynav fixes
7862 * Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
7863 * GtkNotebook keynav improvements [Owen]
7864 * Handle painting text on dark-colored progressbars [Soeren]
7865 * GtkTreeView  [Kristian Rietveld]
7866   - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
7867   - Add GTK_CELL_RENDERER_FOCUSED flag
7868   - Keynav fixes, including adding boolean return values for keybinding
7869     signals (API breakage for API that no one should have been using)
7870     [Narayana Pattipati]
7871   - Add gtk_tree_view_column_cell_get_position()
7872   - Add an inconsistent state for GtkCellRendererToggle
7873   - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov,  
7874     Morten Welinder, Robert Kinsella, Soeren]
7875
7876 Input Methods:
7877 * Sort the input method list in the right click popup [Abigail Brady]
7878 * GtkIMContextXIM bug fixes [HideToshi Tajima]
7879
7880 General:
7881 * Make sure that parameters don't shadow system functions [Soeren Sandmann]
7882 * Deprecation cleanups [Manish Singh]
7883 * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
7884 * Doc improvements, including adding Since: for 2.2. additions 
7885   [Matthias Clasen]
7886 * Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, 
7887   Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
7888 * Build fixes [Owen, Jeff Waugh, Dan Mills]
7889
7890 Overview of Changes in GTK+ 2.1.2
7891 =================================
7892
7893 * Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
7894 * Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
7895 * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
7896 * Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
7897 * Add simple support for startup notification [Havoc Pennington]
7898 * Handle focus indication for check and radio buttons without children
7899   [Dave Camp, Owen]
7900 * Much work on improve submenu navigation [Soeren Sandmann]
7901 * Add "selected_shadow_type" property for menus [Soeren]
7902 * Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
7903 * Rework GtkPaned keynav [Soeren, Calum Benson]
7904 * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
7905 * Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
7906 * Tree view fixes and speedups 
7907   [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
7908 * Allow themes to set GtkTreeView even/odd row colors [Kristian]
7909 * Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
7910 * Win32 fixes [Tor Lillqvist]
7911 * Misc cleanups and bug fixes
7912
7913 Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, 
7914    Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
7915    Matt Wilson,
7916
7917 Overview of Changes in GTK+ 2.1.1
7918 =================================
7919 * Cleanup of use of deprecated functions in GTK+ [Manish Singh]
7920 * Add support for separately installed Pixbuf loaders [Matthias Clasen]
7921 * linux-fb improvements including window maximization. [Eric Warmenhoven]
7922 * Fix to compile again with Xft version 1 [Owen Taylor]
7923 * Fix handling of pointer on multiple screens [Owen]
7924   - Add gdk_event_set/get_screen() via evil hack
7925   - Add GdkDisplayPointerHooks to replace GdkPointerHooks
7926   - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
7927   - Add gdk_display_get_pointer()
7928   - Make drag-and-drop between multiple screens work
7929 * Export gdk_event_new(), discourage stack allocated events [Owen]
7930 * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
7931 * Basic support for RandR extension [Keith Packard, Owen]
7932 * Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
7933 * Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
7934 * gtk_window_set_[default_]icon_from_file [Owen, Havoc]
7935 * Fix handling of GtkSettings set from RC files on reload [Owen]
7936 * GtkTreeView work [Kristian Rietveld]
7937   - Stop editing on a focus out event for GtkCellRendererText 
7938     [Andreas J. Guelzow]
7939   - Don't accept drops on auto-sorted models
7940   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
7941 * Fixes for GtkIMContextXIM 
7942   [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
7943 * Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, 
7944   Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, 
7945   Vitaly Tishkov, Dan Winship, Yao Zhang]
7946 * Some performance tweaks [Soeren, Padraig O'Briain]
7947 * Miscellaneous bug fixes
7948
7949 Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, 
7950   Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
7951
7952 Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
7953 =================================================
7954
7955 Multihead support: [Erwann Chenede, Owen Taylor]
7956 * Multihead support 
7957 * Add GdkDisplay, GdkScreen structures
7958 * Add _for_display(), _for_screen() variants where needed in GDK and GTK+
7959   (In other cases, make the variants methods on GdkDisplay/GdkScreen
7960 * Adapt GTK+ widgets to be multihead safe
7961 * Allow initialization of GTK+ without opening a display with gtk_parse_args()
7962 * Add multihead support to demos/tests.
7963
7964 GDK:
7965 * Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
7966 * Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
7967 * Miscellaneous linux-fb improvements [Eric]
7968 * Xinerama support [Erwann Chenede, Matthias Clasen]
7969 * Allow GDK backends to add custom argument parsing [Sven Neumann]
7970 * Add support for some addition NET window manager spec hints [Havoc Pennington]
7971 * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
7972
7973 GtkTreeView: [Kristian Rietveld]
7974 * Support stock pixbufs in GtkCellRendererPixbuf 
7975 * Allow setting the cell background for cell renderers
7976 * Support focusing individual cell renderers and other focus fixes
7977 * Make resizing tree views more efficient [Soeren Sandmann]
7978 * Add gtk_tree_model_get_string_from_iter
7979 * Improve gtk_list_store_remove API
7980 * API additions:
7981   gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() 
7982   Add gtk_tree_selection_get_selected_rows(),
7983   gtk_tree_selection_count_selected_rows() 
7984   gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move} 
7985
7986 GTK+:
7987 * Add style property for drawing menu items without shadow [Soeren]
7988 * gtk_widget_modify_color_component/font(): Allow clearing
7989   current modifications. [Owen]
7990 * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
7991 * Some XEMBED changes for standards compliance and Qt compatibility [Owen]
7992 * Fix menus resizing when popped up or torn off [Owen]
7993 * Improve label behavior when it gets a too small allocation [Soeren]
7994 * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
7995 * Theme drawing improvements [Soeren]
7996 * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
7997 * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
7998 * Add gtk_menu_shell_select_first() [Owen]
7999 * Add gtk_notebook_get_n_pages() [Havoc Pennington]
8000 * Allow accel_path = NULL for gtk_menu_item_set_accel_path().
8001 * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
8002
8003 GdkPixbuf:
8004 * Improve gdk-pixbuf loader tests [Soeren Sandmann]
8005 * Use iTXT chunks when necessary in PNG image saver [Matthias]
8006 * Add incremental loading for progressive jpegs [Matthias]
8007 * Add load-at-size functionality [Matthias]
8008 * Add a loader for .ANI animations [Matthias]
8009 * Load hotspot for .ICO files [Matthias]
8010
8011 Docs:
8012 * Convert docs to Docbook XML [Matthias]
8013 * Doc improvements and fixes [Matthias, Soeren, 
8014   Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
8015   Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
8016 * Tutorial improvements [Tony Gale]
8017
8018 General:
8019 * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
8020 * Clean up GDK and demos for deprecated functions [Manish Singh]
8021 * Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, 
8022   Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, 
8023   Shivaram Upadhyayula]
8024
8025 Overview of Changes in GTK+ 2.0.9
8026 =================================
8027 * Fix colormap refcounting, which caused frequent metacity crashes
8028   [Christopher James Lahey]
8029 * Lots of work on the Win32 backend [Tor Lillqvist]
8030  - Scrolling fixes
8031  - GdkGC clipping fixes and improvements
8032  - Started implementing all fill styles
8033 * GtkTreeView bug fixes [Kristian Rietveld]
8034  - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
8035 * Various bug fixes
8036
8037 Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
8038    Josh Parsons, Peter Bloomfield
8039
8040 Overview of Changes in GTK+ 2.0.8
8041 =================================
8042 * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
8043 * Improve redraws when scrolling on Win32 [Tor Lillqvist]
8044 * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
8045 * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
8046 * Updated translation (el)
8047
8048 Overview of Changes in GTK+ 2.0.7
8049 =================================
8050 * Fix some memory leaks in gdk-pixbuf [Sven Neumann]
8051 * Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
8052 * Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
8053 * Win32 fixes and improvements [Tor Lillqvist]
8054  - Keyboard handling fixes [Florent Duguet]
8055  - Fixes for building and running on Cygwin [Masahiro Sakai]
8056  - Fix gdk_window_scroll(), other GdkWindow fixes
8057  - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
8058    J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
8059 * Improve tracking of toplevel focus state [Owen]
8060 * XIM input method fixes [Takuro Ashie, HideToshi Tajima]
8061 * Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
8062 * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
8063 * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
8064 * Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
8065 * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
8066 * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
8067   - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel 
8068     Elstner, Morten Welinder]
8069   - gtk_tree_selection_selected_foreach now immediately returns if 
8070     the model is being changed [Havoc Pennington]
8071   - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
8072 * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
8073 * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] 
8074 * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
8075   ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
8076 * Many miscellaneous bug fixes
8077
8078 Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
8079    David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, 
8080    Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, 
8081    Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, 
8082    Soeren Sandmann, Vitaly Tishkov, Morten Welinder
8083
8084 Overview of Changes in GTK+ 2.0.6
8085 =================================
8086
8087 * GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, 
8088   Josh Green, Matthias Clasen]
8089 * Fix problem with keynav and insensitive menu items [Owen Taylor]
8090 * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
8091 * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
8092 * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
8093 * Cycle between multiple menubars with F10, not control-tab 
8094   [Calum Benson, Padraig]
8095 * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
8096   Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
8097 * Build fixes for cross-compiling and portability [Arnaud Charlet, 
8098   J. Ali Harlow]
8099 * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
8100
8101 Overview of Changes in GTK+ 2.0.5
8102 =================================
8103
8104 * Fix a wrong assertion that broke gtk_file_selection_set_filename();
8105   also another fix from testing this function with non-UTF-8 filenames.
8106 * Fix incorrect property notification in GtkTextView. [James M. Cape]
8107
8108 Overview of Changes in GTK+ 2.0.4
8109 =================================
8110
8111 * Fix a number of types which were registered with the 
8112   type system with the wrong names [James Henstridge, Jonathan Blandford]
8113 * Support missing data types in GtkList/TreeStore [Daniel Elstner]
8114 * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, 
8115   Josh Parsons]
8116 * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, 
8117   Owen Taylor]
8118 * Calculate screen size on win32 from the "logical DPI" 
8119   [Joaquin Cuenca Abela, Tor Lillqvist]
8120 * Misc Win32 bug fixes. [Florent Duguet, Tor]
8121 * Fix theme changes for GtkMenu [Soeren Sandmann]
8122 * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
8123 * Fix encoding handling for gtk_file_selection_set_filename()
8124   [Sebastian Ritau, Owen]
8125 * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
8126 * Fixes for DirectColor visuals [Shivaram Upadhyayula]
8127 * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
8128 * Misc bug fixes
8129 * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
8130
8131 Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, 
8132   Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, 
8133   Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
8134
8135 Overview of Changes in GTK+ 2.0.3
8136 =================================
8137
8138 * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
8139 * Improve GdkRGB support for low color depths (Tor Lillqvist).
8140 * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
8141 * Include internal children when focusing. (Jonathan)
8142 * Win32 fixes (Tor Lillqvist, David Sterba)
8143 * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
8144 * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
8145 * GtkMenu fixes. (Soeren Sandmann)
8146 * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
8147 * Misc input-method related fixes (Yao Zhang, Federico)
8148 * Fix stuck grab during DND. (Dave Camp, Owen)
8149 * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
8150 * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, 
8151   Michael Meeks)
8152 * Handle Xlib internal connections (HideToshi Tajima)
8153 * Many miscellaneous bug fixes.
8154
8155 Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, 
8156 Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, 
8157 David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, 
8158 Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, 
8159 Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
8160 Timo Sirainen, Graham Swallow.
8161
8162 Overview of Changes in GTK+ 2.0.2
8163 =================================
8164
8165 * GtkTreeView cursor movement fixes [Kristian Rietveld]
8166 * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
8167
8168 Overview of Changes in GTK+ 2.0.1
8169 =================================
8170
8171 * GtkTreeView fixes and performance improvements 
8172   [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
8173 * GtkTextView fixes [Havoc Pennington]
8174 * Fix problems with accelerators on Solaris [Padraig O'Briain]
8175 * Some fixes for key bindings on keypad keys [Owen Taylor]
8176 * Fix problem with RENDER use on big endian machines 
8177   [Owen Taylor, with help from Tuomas Kuosmanen]
8178 * Win32 fixes, especially dashed line drawing 
8179   [Tor Lillqvist, Hans Breuer]
8180 * Compile with -D_REENTRANT when appropriate [Sven Neumann]
8181 * Compiler warning cleanups [Erwann Chenede]
8182 * Fix handling of font-name XSETTING [Richard Hestilow]
8183 * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
8184 * Fix problems with inappropriate menu scroll arrows [Owen]
8185 * Stock icon improvements [Jakub Steiner, Tuomas]
8186 * Much work on pixbuf loader robustness [Matthias Clasen]
8187 * Documentation improvements [Matthias, Vitaly Tishkov]
8188 * Fix some crashes in GtkWindow accelerator handling code 
8189   [Dave Camp, Matt Wilson]
8190 * Misc bug fixes
8191
8192 Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
8193   Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, 
8194   James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, 
8195   Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, 
8196   Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
8197
8198 Overview of Changes in GTK+ 2.0.0
8199 =================================
8200
8201 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
8202 * Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
8203 * Bug fixes. [Thomas Leonard, Owen Taylor]
8204
8205 Overview of Changes in GTK+ 2.0.0 rc1
8206 =====================================
8207
8208 * GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
8209 * Text widget fixes [Havoc Pennington]
8210 * Efficiency fixes when using Xft [Owen Taylor]
8211 * Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
8212 * Try to fix key handling without XKEYBOARD extension [Owen]
8213 * Documentation fixes and improvements 
8214   [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
8215 * Widget drawing improvements [Soeren Sandmann]
8216 * Allow cycling between multiple menu bars with <Control>Tab [Owen]
8217 * Try to build libraries with only shared library dependencies on Xft to 
8218   deal with transition to Xft2 [Owen]
8219 * Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
8220 * Don't use red as the default cursor color [Owen]
8221 * Bug fixes, bug fixes, bug fixes.
8222
8223 Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, 
8224   Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
8225   Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
8226   Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, 
8227   Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, 
8228   Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, 
8229   Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
8230
8231 Overview of Changes in GTK+ 1.3.15
8232 ==================================
8233
8234 * New stock and improved icon images
8235   [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
8236 * Widget drawing improvements for check and radio buttons,
8237   spinbuttons [Soeren Sandmann]
8238 * Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
8239 * Add GtkSetting for font name. [Richard Hestilow]
8240 * Much improved key matching code, accelerators work independent
8241   of group [Owen]
8242 * Make mnemonics work for embedded GtkPlug widgets [Owen]
8243 * Keynav improvements for GtkTreeView [Kristian Rietveld]
8244 * Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
8245 * Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
8246   to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
8247   add compatibility macros.
8248 * GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
8249 * GtkTextView bug fixes [Havoc Pennington]
8250 * Pad class structures for future binary compatibility [Owen]
8251 * Tutorial improvements [Sven Neumann, Matthias Clasen]
8252 * Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
8253 * Fix problems with initial widget size [Owen]
8254 * AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
8255 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8256 * Miscellaneous bug fixes
8257
8258 Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, 
8259   Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, 
8260   Nicolas Setton
8261
8262 Overview of Changes in GTK+ 1.3.14
8263 ==================================
8264
8265 * Keyboard focus improvements [Owen Taylor]
8266 * Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
8267 * Fix accidentally exported variables [Mark McLoughlin]
8268 * GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
8269 * Default to yellow tooltips [Owen]
8270 * RC file fixes for reloading, priorities [Owen, Matthias]
8271 * GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
8272 * GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
8273 * Improve keynav for paned widgets, tooltips, spin buttons, notebooks, 
8274   scrolled windows [Soeren Sandmann, Padraig, Owen]
8275 * Add Emacs/Default key themes [Owen]
8276 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8277 * Ethiopic input methods [Daniel Yacob]
8278 * Opaque paned window resizing [Soeren]
8279 * Tweak table expansion behavior [Tim Janik]
8280 * Fix GtkCalendar focus drawing [Bill Haneman]
8281 * Allow themeable cursor thickness [Bill]
8282 * Start of fixing of tutorial for GTK+-2.0 [Matthias]
8283 * Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
8284   scrollbars. [Jody Goldberg]
8285 * Add the ability to turn on multiple selection for GtkFileSel [Manish]
8286 * Bug fixes
8287
8288 Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
8289  Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
8290  Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
8291  Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
8292  Kevin Vandersloot,  Morten Welinder, Peter Williams
8293
8294 Overview of Changes in GTK+ 1.3.13
8295 ==================================
8296
8297 * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
8298 * Tree view support for low-vision themes [Bill Haneman]
8299 * Text view bug fixes. [Havoc Pennington]
8300 * Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer, 
8301   Archaeopteryx Software]
8302 * Documentation improvements [Matthias Clasen, Havoc Pennington]
8303 * Accelerate alpha compositing using RENDER extension if present,
8304   and optimize the non-RENDER case a lot. [Owen Taylor]
8305 * Add support for "optional keybindings" (action signal returns FALSE) [Owen]
8306 * Fixed the infamous changing directory deletes filename bug 
8307   [Owen and a cast of thousands]
8308 * Add mouse cursor hiding for text widgets [Anders Carlsson]
8309 * Simple Hangul input module [Yusuke Tabata]
8310 * Removed the scary startup warning.
8311 * GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
8312 * Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
8313   instead of the deprecated GtkCList [Owen]
8314 * gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
8315 * gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
8316 * Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
8317   etc. [Havoc, Owen]
8318 * Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
8319 * gtk_image_menu_item_new_from_stock() now falls back to
8320   new_with_mnemonic, for consistency with gtk_button_new_from_stock()
8321   [Havoc Pennington]
8322 * GdkModifierType is now consistently used for modifier mask parameters
8323   [Mark Patton]
8324 * gtk_widget_set_accel_path() is now publically exported.
8325
8326 Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, 
8327   Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, 
8328   Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, 
8329   Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, 
8330   Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, 
8331   Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
8332   HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
8333
8334 Overview of Changes in GTK+ 1.3.12
8335 ==================================
8336
8337 * Fix problems with PNG saving [Michael Natterer]
8338 * Cleanups of deprecated usages [Sebastian Wilhelmi]
8339 * Win32 fixes [Tor Lillqvist]
8340 * Documentation improvements [Matthias Clasen, Havoc Pennington, 
8341   Vitaly Tishkov]
8342 * Frame buffer port fixes [Manish Singh]
8343 * GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
8344 * Menu behavior improvements [Kristian Rietveld]
8345 * Make focus line width configurable, focus color work on 
8346   dark themes. [Bill Haneman, Owen Taylor]
8347 * Add state argument to gtk_paint_focus() [Bill]
8348 * Added incremental revalidation to tree view, for better apparent speed 
8349   [Jonathan Blandford]
8350 * Remove useless gtk_tree_view_column_cell_event() [Jonathan]
8351 * Display XIM status in a separate window [HideToshi Tajima]
8352 * Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
8353 * Add menu of Unicode control characters to GtkEntry, GtkTextView 
8354   [Dov Grobgeld, Havoc]
8355 * Pass key releases along to input methods [Owen]
8356 * Many bug fixes
8357
8358 Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, 
8359   Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, 
8360   James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, 
8361   Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, 
8362   Matt Wilson
8363
8364 Overview of Changes in GTK+ 1.3.11
8365 ==================================
8366
8367 * Massive rework of accelerator API and implementation (Tim Janik)
8368 * Major fixes to resizing and redrawing to eliminate hysteresis
8369   and optimize. (Owen Taylor, Soeren Sandmann)
8370 * Make many widgets NO_WINDOW to improve appearance and reduce
8371   drawing overhead (Owen)
8372 * Text view fixes (Havoc Pennington)
8373 * Make child widgets in GtkTextView work (Havoc)
8374 * GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
8375 * Clean up GtkTreeView drag and drop support (Owen)
8376 * Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
8377 * Add gtk_window_get/set_focus(), gtk_window_set_default() as public
8378   functions (Owen, Damian Ivereigh)
8379 * Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
8380 * Change button ordering in standard dialogs to correspond to 
8381   GNOME usability project proposal (Gregory Merchan)
8382 * Add support for context sensitivity in input methods (Owen)
8383 * Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
8384 * Fix gdk_window_scroll() and other aspects of big windows (Owen)
8385 * Remove need for X connection for class initialization (Jacob Berkman)
8386 * Propagate key events to parents of focused widget (Owen)
8387 * Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
8388 * Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
8389 * Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
8390   Jacob Berkman, others.)
8391
8392 Other Contributors:
8393   Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, 
8394   Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, 
8395   Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, 
8396   Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi, 
8397   Michael Natterer
8398
8399 Overview of Changes in GTK+ 1.3.10
8400 ==================================
8401
8402 * GtkTextView fixes [Havoc Pennington]
8403 * GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
8404   Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
8405 * gtkdemo improvements [Kristian Rietveld]
8406 * Drag and drop fixes to generic code and widgets 
8407   [Owen Taylor, Damian Ivereigh]
8408 * Documentation improvement [Havoc Pennington, Matthias Clasen]
8409 * Spelling fixes [Jacob Berkman]
8410 * Move signals to the GtkEditable interface [Kristian]
8411 * Further stock image improvements [Jakub Steiner]
8412 * Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
8413   [Sven Neumann]
8414 * Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
8415 * Automatically call setlocale(), unless explicitly disabled [Owen]
8416 * Property addition to various widgets [Michael Meeks, Owen]
8417 * Support building with automake-1.4 [James]
8418 * Make GtkRadioButton groups act as a single focus point [Owen]
8419 * Move gdk_window_lookup etc. to be cross-platform [Matthias]
8420 * Draw spinbuttons variably sized [Kristian]
8421 * Separate GdkAtom out from X atoms for compatibility with future
8422   multihead changes [Owen]
8423 * Require gdk_threads_init() to be explicitly called instead
8424   of piggybacking off of g_thread_init(). [Owen]
8425 * Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
8426 * Bug fixes and cleanup [Matthias, others]
8427
8428 Other Contributors:
8429   Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
8430   Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, 
8431   Hans Breuer, Vitaly Tishkov, Dov Grobgeld
8432  
8433
8434 Overview of Changes in GTK+ 1.3.9
8435 =================================
8436
8437 * Add editable text cells to GtkTreeView.
8438   Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
8439 * Text widget no longer always has a \n in it. [Havoc Pennington]
8440 * Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
8441 * Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
8442 * Minor fix for major resizing problems in recent releases [Owen Taylor]
8443 * Restore ability to set _set properties to TRUE for 
8444   GtkCellRendererText, GtkTextTag [Owen]
8445 * Cursor drawing improvements [Owen]
8446 * Win32 fixes [Hans Breuer]
8447 * Mark various functions as deprecated or private.
8448 * Misc bug fixes, portability fixes, and cleanups.
8449
8450 Other Contributors: 
8451  Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
8452  Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, 
8453  James Henstridge, Detlef Reichl
8454
8455 Overview of Changes in GTK+ 1.3.8
8456 =================================
8457
8458 * GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
8459 * GtkOptionMenu scrollwheel support [Alex]
8460 * GtkModule search paths [Owen]
8461 * Documenatation updates [Havoc,Jrb]
8462 * Major Gdk cleanup [Owen]
8463 * Miscellaneous other fixes/cleanups
8464
8465 Other Contributors:
8466   Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
8467   Matt Wilson, James Henstridge
8468
8469 Overview of Changes in GTK+ 1.3.7
8470 =================================
8471
8472 * Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
8473 * Added publically installed utility gdk-pixbuf-csource to generate
8474   inlined pixbufs in C source code [Tim Janik]
8475 * Optional movement of button children on press [Soeren, Owen Taylor]
8476 * Interactive searching in GtkTreeView [Kristian Rietveld]
8477 * Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
8478 * Animation of expander motion for GtkTreeView [Anders Carlsson]
8479 * Lots of misc GtkTreeView fixes and improvements [Jonathan]
8480 * New/improved stock icons [Jakub Steiner] 
8481 * Code and API rework for window resizing [Havoc Pennington]
8482 * Converted accel groups to GObject [James Henstridge]
8483 * More property support improvements
8484 * Add facility for "secondary" buttons in 
8485   GtkButtonBox/GtkDialog [Gregory Merchan]
8486 * Disentangled child visability from MAPPED state [Owen]
8487 * Plug/Socket improvements and port to the XEMBED protocol [Owen]
8488 * Added priorities for styles in RC files, 
8489   support multiple parse contents [Owen]
8490 * Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
8491 * Key binding improvements [Havoc]
8492 * Added GtkWidget::event-after signal since normal event handling
8493   is now aborted as soon as a handler returned TRUE [Tim]
8494 * Dnd fixes and improved icon support [Owen]
8495 * Removed GtkPacker widget
8496 * Fixing missing paired getters/setters [Kris]
8497 * Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
8498 * Added window grab groups [Owen]
8499 * Many frame buffer improvements [Alex]
8500 * Win32 fixes and improvements [Hans Breuer]
8501 * Warning fixes [Darin Adler]
8502 * Miscellaneous bug and API fixes [Matthias et. al]
8503
8504 Other Contributors:
8505   Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
8506   Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
8507   Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
8508   Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
8509   Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
8510   Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
8511
8512 Overview of Changes in GTK+ 1.3.6
8513 =================================
8514
8515 * Properly renders strikethrough text
8516 * win32 fixes
8517 * Added "scale" property to GtkTextTag and GtkCellRendererText to do 
8518   relative font scaling
8519 * Added "format_value" signal to GtkScale to reformat value text
8520 * framebuffer fixes
8521 * Property support added to lots of widgets
8522 * Many GtkTreeView new features and API/implementation fixes
8523 * Lots of new_with_mnemonic() convenience functions
8524 * Change GtkImageMenuItem API to be more consistent/useful
8525 * Added lots of new stock items/icons
8526 * Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
8527   enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
8528   themes won't need broken hacks
8529 * Convenience API for GtkRange similar to the one added to GtkSpinButton
8530   a while back
8531 * Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, 
8532   and move some attributes from program settings to user settings.
8533   Allows nice 1-pixel-bevel themes.
8534 * Moved ::focus virtual function from GtkContainer to GtkWidget
8535 * Plenty of bug fixes
8536
8537 Overview of Changes in GTK+ 1.3.5
8538 =================================
8539
8540 * New default theme based on Raleigh theme for 1.2.x.
8541 * Dependency on the ATK library added as a step to
8542   providing accessibility-enabling interfaces
8543 * XEMBED-based GtkPlug/GtkSocket now basically works.
8544 * Drag and drop of column headers in GtkTreeView
8545 * GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
8546   and API sanitation
8547 * Key binding fixes
8548 * Configurable padding/spacing in a lot of places
8549 * Invisible text in GtkTextView fixed
8550 * SHM segments now created with a mode of 0600
8551 * Bug fixes
8552
8553 Overview of Changes in GTK+ 1.3.4
8554 =================================
8555
8556 * Win32 fixes
8557 * GtkTreeView improvements and fixes
8558 * Fix glib-2.0.m4
8559 * Miscellaneous bug fixes
8560
8561 Overview of Changes in GTK+ 1.3.3
8562 =================================
8563
8564 [ 5600 lines of ChangeLog ]
8565
8566 * API cleanups
8567 * Win32 work (Tor, Hans Breuer)
8568 * Focus improvements (Owen)
8569 * Frame buffer improvements (Alex)
8570 * Work on GtkTextView (Havoc)
8571 * Much work on GtkTreeView (Jonathan)
8572 * Selectable labels (Havoc)
8573 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
8574 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
8575 * Added ability to have resize grips in status bars (etc.) using
8576   _NET_WM_MOVERESIZE protocol. (Havoc)
8577 * Added mnemnonic mechanism to make setting underline accelerators
8578   much easier. (Alex)
8579 * Add per-style property mechanism to allow themes to change 
8580   geometry parameters. (Tim)
8581 * Added global settings mechanisms for settings such as double-click
8582   time. (Tim, Owen)
8583 * Various support functions for new and old WM properties (Havoc, Alex)
8584 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
8585
8586 Overview of Changes in GTK+ 1.3.2
8587 =================================
8588
8589 GTK Core:
8590
8591 * New stock-icon and stock-item system. Use themeable pixbufs in
8592   dialogs, buttons, etc. [Havoc]
8593 * Theme engines reworked to use derivation and new object system. [Owen]
8594 * Added GtkClipboard object for simple selection handling. [Owen]
8595 * Make GtkEditable an interface, move implementation to GtkOldEditable for
8596   compat. [Owen]
8597 * Better handling of default directionality. [Robert]
8598 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
8599 * Move theme engines to GTypePlugin. [Owen]
8600
8601 GDK:
8602
8603 * Beginning of implementation of client parts of new window manager spec. [Owen]
8604 * Make gdk_drawable_get_image() work with backing store. [Havoc]
8605
8606 Widgets:
8607
8608 * New text widget [Havoc]
8609   - Adjustable tab handling.
8610   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
8611   - Many cleanups and small improvements.
8612 * Improvements to submenu navigation [Nils Barth/David Santiago] and
8613   scrolling menus. [Alex]
8614 * Simplification of progress bar API. [Havoc]
8615 * Make GtkImage a generic image-display widget. [Havoc]
8616 * New GtkTreeView tree widget. Model/view architecture, flexible rendering,
8617   large datasets, etc. [Jonathan]
8618 * New GtkMessageBox widget for message display. [Havoc]
8619 * Allow labels to have contents set from XML-like markup language. [Havoc]
8620 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
8621
8622 Internationalization:
8623
8624 * Proper character set conversion for clipboard/selection. [Owen]
8625 * New input method system via loadable modules; support on-the-spot
8626   preedit in GtkEntry and new text widget; allow switching input methods
8627   on the fly; include modules for XIM and demo Cyrillic-transliteration 
8628   module. [Owen]
8629 * VIQR, Thai, and Inuktitut input methods. [Robert]
8630 * Convert po files to UTF-8. [Robert]
8631
8632 gdk-pixbuf:
8633
8634 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
8635 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
8636 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
8637
8638 Ports:
8639
8640 * Much work on Win32 Port. [Tor/Hans]
8641 * Much work on Linux-FB Port. [Elliot/Alex]
8642
8643 Misc:
8644
8645 * Start of new gtk-demo demo program. [Owen/Jonathan]
8646 * Bug fixes and more bug fixes.
8647
8648
8649 Overview of Changes in GTK+ 1.3.1:
8650
8651 * GTK+ now uses the Pango library for text manipulation. All
8652   strings in GTK+ now are in Unicode, languages written
8653   from right-to-left, and complex-text languages are now supported.
8654 * The gdk-pixbuf library for image loading and manipulation is 
8655   has been integrated with GTK+.
8656 * The GTK+ object system has mostly been moved to GLib, separating
8657   it from the GUI code. Many significant enhancements have been
8658   made as part of this.
8659 * A new text widget is now included. This started as a port
8660   of the Tk text widget, and includes such features of the Tk
8661   text widget as tags, marks, and unicode text support. It
8662   has been enhanced to support model-view operation and the
8663   full power of Pango.
8664 * The GDK library has been extensively revised to support multiple
8665   windowing systems. The only fully functional backend in 1.3.1
8666   is the X11 backend, however, ports to Win32, Linux-framebuffer,
8667   Nano-X, BeOS, and MacOS exist in various states of completion,
8668   and at least some of these will be finished and integrated in 
8669   before the final GTK+-2.0 release.
8670 * 32-bit coordinates are now supported throughout GDK and GTK+
8671   (they are emulated where not supported by the windowing system.)
8672 * Many minor bug fixes and enhancements. Incompatible changes
8673   are documented in docs/Changes-2.0.txt
8674
8675 Overview of Changes in GTK+ 1.2.8:
8676
8677 * GNU Make 3.79 bug workaround
8678 * FAQ and tutorial updates and improvements
8679 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
8680
8681 Overview of Changes in GTK+ 1.2.7:
8682
8683 * More header cleanups.
8684 * Fixed activation bug for insensitive widgets.
8685 * Locale fixes to RC file parsing code.
8686 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
8687   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
8688 * Upgrade to libtool 1.3.4.
8689
8690 Overview of Changes in GTK+ 1.2.6:
8691
8692 * container queue_resize fixes
8693 * gtk[vh]scale: minor fixups
8694 * rename idle to idle_id in testgtk to avoid conflicts with 
8695   broken libs
8696 * More consistent naming of gtkrc files
8697 * Added language support: ro, uk
8698
8699 Overview of Changes in GTK+ 1.2.5:
8700
8701 * more GtkCTree and GtkWindow bug fixes.
8702 * more redraw/resize queue fixes, better expose event
8703   discarding code.
8704 * more miscellaneous bugs fixed
8705 * new configure.in option --disable-rebuilds to completely disable
8706   rebuilds of autogenerated sources.
8707 * check for 5.002 now, to avoid failing autogeneration build rules due
8708   to old perl versions.
8709 * fonts (and fontsets) are cached now.
8710 * more autogeneration make rules and dependency fixups, we should be
8711   save with autogeneration up to make -j12 now ;)
8712 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
8713   GtkWindow on every size change.
8714 * major rework of window manager hints handling code, fixed a bunch of
8715   races with the new resizing code.
8716 * the new wm hints and resizing code is absolutely perfect and bug free now,
8717   it only lacks testing ;)
8718 * fixed up various rc style memory problems.
8719 * gtk_widget_modify_style() now properly changes the style of realized widgets
8720   and references the style passed into it. if people worked around this bug,
8721   this will introduce a slight memory leak in their code.
8722   The code should typically look like:
8723             GtkRcStyle *rc_style = gtk_rc_style_new ();
8724             [...]
8725             gtk_widget_modify_style (widget, rc_style);
8726             gtk_rc_style_unref (rc_style);
8727 * fix problems with positioning menus offscreen.
8728 * GtkText fixes for some crashes and drawing errors.
8729 * Better handling for unexpected window destroys in GDK and GTK+.
8730   This should make it possible to use a GtkPlug and catch the
8731   case where its parent socket is randomly killed.
8732 * FAQ updates.
8733 * FileSelection i18n patches, RadioButton fixups.
8734 * many translation improvements.
8735 * miscellaneous other bugs fixed.
8736
8737 Overview of Changes in GTK+ 1.2.4:
8738
8739 * DnD improvements (drags can be canceled with Esc now).
8740 * suppressed configure event reordering in Gdk.
8741 * rewrite of Gtk's configure event handling.
8742 * major improvements for the object argument system (Elena Devdariani).
8743 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
8744   GtkCTree.
8745 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
8746 * configure's --with-glib= is "officially" unsupported.
8747 * upgrade to libtool 1.3.3.
8748 * various buglets fixed.
8749
8750 Overview of Changes in GTK+ 1.2.3:
8751
8752 * Upgrade to libtool 1.3
8753 * Check for dgettext (for systems with old versions of GNU Gettext)
8754 * Many bug fixes (see ChangeLog for details)
8755
8756 Overview of Changes in GTK+ 1.2.2:
8757
8758 * Improved Dnd behaviour with Motif applications.
8759 * Bug fixes for the Gtk selection code.
8760 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
8761 * Bug fixes and leak plugs for the Gdk IM code.
8762 * Added gtk_object_get() facility to retrieve object arguments easily.
8763   The var args list expects ("arg-name", &value) pairs.
8764 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
8765   problems where closed pipes were no longer signaling GDK_INPUT_READ on
8766   systems with a native poll().
8767 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
8768   anymore).
8769 * We don't attempt to lookup xpm color "None" anymore, this should prevent
8770   eXodus (commercial X windows server) from popping up a color dialog every
8771   time a transparent pixmap is created.
8772 * Fixed bug where Gtk timeout/idle handlers would execute without the global
8773   Gdk lock being held.
8774 * Other minor bug fixes.
8775
8776 Overview of Changes in GTK+ 1.2.1:
8777
8778 * Many Bug fixes have been applied to the menu and accelerator code.
8779 * GtkItemFactory can "adopt" foreign menu items now and manage their
8780   accelerator installation. This is often required to get GtkItemFactory
8781   like accelerator propagation between different windows with the same
8782   menu hierarchy and for centralized parsing and saving of accelerators.
8783 * GtkCList/GtkCTree buttons should always display correctly now.
8784 * Miscellaneous other bug fixes.
8785
8786 What's New in GTK+ 1.2.0 (since 1.0.x):
8787
8788 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
8789   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
8790 * Many new features and robustness for existing widgets
8791 * Theme support
8792 * New DND implementation
8793 * Internationalization of standard dialogs
8794 * New key binding system
8795 * Tearoff menus and menu accelerators
8796 * Wide character support for entry and text
8797 * Resizing code has been overhauled
8798 * Queued redraws of partial areas
8799 * Far better support for object arguments
8800 * Speed optimizations
8801 * Runtime loading of dynamic modules
8802 * Support for GLib log domains
8803 * Tutorial improvements
8804 * A bug fix or two
8805
8806 Overview of Changes in GTK+ 1.1.16:
8807
8808 * Major fixes and improvements for handlebox
8809 * A change to the way widget->requisition works. Now,
8810   widget->requisition is always what the widget requested,
8811   unmodified by the usize. See Changes-1.2.txt for details.
8812   This correct various bugs with gtk_widget_set_usize().
8813 * Fixes for XIM on X11R5 systems
8814 * Don't allow cut-and-paste of text in password-style entries
8815 * --enable-debug is now on by default for the development release.
8816   (When compiling for "production", use --enable-debug=minimum)
8817 * Handle systems where Helvetica is not present more gracefully
8818 * Fixes for memory leaks
8819 * CList and CTree fixes
8820 * Bug fixes for drawing problems. 
8821 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
8822   GtkColorsel, Focusing, DND
8823 * Tutorial improvements
8824
8825 Overview of Changes in GTK+ 1.1.15:
8826
8827 * Tutorial Updates
8828 * Added --libs gthread to gtk-config 
8829 * Bug fixes
8830
8831 What is new in GTK+ 1.1.14:
8832
8833 * Additions to docs/Changes-1.2.txt
8834 * Just warn when loading theme engine fails
8835 * CLAMP GtkScale digits to a meaningful range
8836 * GTK_LOCALDIR is now defined in a better fashion
8837 * New functions (feature freeze, we know...):
8838     gtk_menu_set_title()
8839     gtk_toggle_button_get_active()
8840 * Some locale fixups in gtkrc code
8841 * Fixes to make gtk_radio_button_set_group() keep only
8842   one radio button in the group active
8843 * Foreign windows are now always treated as viewable; this fixes
8844   a problem where updating didn't occur properly in GtkPlug
8845 * DND fixes for 64 bit architectures, and for specifying operations 
8846   with modifier keys.
8847 * Major revisions to GtkLayout: avoid having to create window
8848   for NO_WINDOW children, adjust allocations of children as 
8849   scrolled so queued draws work, and a resize is queued instead
8850   of allocating directly in a put() or move()
8851
8852 What is new in GTK+ 1.1.13:
8853
8854 * Dnd and selection bug fixes and memory purification.
8855 * Widget sensitivity fixups.
8856 * Tooltips windows are now named "gtk-tooltips" so rc file rules
8857   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
8858   widgets.
8859 * Spin buttons now update their values upon value retrieval.
8860 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
8861   a lot. Gtk makes full use of the draw_area coalescing code now, which
8862   got minorly improved as well.
8863 * Containers map their Gdk windows after their children now to reduce
8864   expose event generation.
8865 * Gdk event queue fixups, this solves the double-click problems people were
8866   recently having.
8867 * Account for the fact that GSource's are only properly reentrant from
8868   within dispatch(), thus we don't do Gdk event processing from within
8869   check() or prepare() anymore.
8870 * Rc files feature a bg_pixmap value of "<none>" now.
8871 * Improved session management support in Gdk.  
8872 * Automatic disabling of NLS if no gettext is found should work now.
8873 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
8874 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
8875   and GNU libtool 1.2d.
8876 * More bug fixes all over the place.
8877
8878 What is new in GTK+ 1.1.12:
8879
8880 * Korean translation added
8881 * Fixed memory leaks
8882 * A few other bug fixes
8883
8884 What is new in GTK+ 1.1.11:
8885
8886 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
8887 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
8888   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
8889 * Lots of cast corrections
8890 * Many fixes 
8891
8892 What is new in GTK+ 1.1.9:
8893
8894 * Check for broken glibc 2.0 mb functions and avoid them
8895 * Label and Entry display fixes 
8896 * Move main thread back to GDK, for locking when translating events
8897 * Bug fixes
8898
8899 What is new in GTK+ 1.1.8:
8900
8901 * Added support for gettext and the localization of the standard
8902   dialogs.
8903 * Added line-wrapping for the label, and JUSTIFY_FILL
8904 * Support reordering via drag and drop in  CList and CTree.
8905 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
8906 * Extended gtkpaned API to support minimum sizes and proportional
8907   resizing.
8908 * Changed the handling of shared memory segments so as to 
8909   remove the need for GTK+ to set up signal handlers.
8910 * Re-implemented event loop in terms of the event loop
8911   that has been added to GLib 1.1.8
8912 * Added 'grab_focus' signal to allow keyboard accelerators
8913   for entries.
8914 * Load locale specific RC files if present.
8915 * Bug fixes.
8916
8917 What is new in GTK+ 1.1.7:
8918
8919 * Fixed memory mis-allocation in default files code
8920 * Various event handling fixes
8921 * Wide character support for entry and text
8922 * Destroy widgets _after_ propagating unrealize signals through 
8923   widget hierarchy
8924 * Only build XIM-support if available
8925 * Tutorial and examples updates
8926 * Added gtk_drag_source_unset()
8927
8928 What is new in GTK+ 1.1.6:
8929
8930 * The signal system now features emission hooks with special semantics,
8931   refer to the ChangeLog for this.
8932 * Minor? speedups and memory reductions to the emission handling of the
8933   signal system.
8934 * _interp() function variants are deprecated now. the corresponding *_full()
8935   variants are provided for a long time now.
8936 * Dnd abort timeout increased to 10 minutes.
8937 * GtkScrolledWindow inherits from GtkBin now.
8938 * GTK_POLICY_NEVER is implemented for scrolled windows now.
8939 * Lots of API clean ups.
8940 * Incremental freezing abilities.
8941 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
8942 * New window functions for transient relationship, default size, and 
8943   geometry hints
8944 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
8945   GTK_RC_FILES environment variable and functions are provided to configure
8946   this behavior
8947 * Read doc/Changes-1.2.txt to properly adapt your code.
8948 * Bug Fixes.
8949
8950 What is new in GTK+ 1.1.5:
8951
8952 * Theme integration
8953 * Widget style modification is now handled through GtkRcStyles
8954 * GtkPixmaps now grey out pixmaps when insensitive
8955 * Notebook enhancements
8956 * Shadow configurability for menubars and handleboxes
8957 * DND enhancements
8958 * gtkfilesel now supports automounters better
8959 * Implementation of expose compression
8960 * Queued redraws of partial areas
8961 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
8962   to a scrolled window don't get an automatic viewport anymore. a convenience
8963   function gtk_scrolled_window_add_with_viewport() is supplied for this task
8964 * Deprecated functions will now issue a message, informing the programmer about
8965   the use of this function. These functions will get removed in future versions
8966 * Non-functional functions got removed entirely
8967 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
8968   A new function gtk_object_default_construct() is provided now which should
8969   be called after every gtk_type_new() to perform the auto-construction
8970 * Improved argument support of several widgets
8971 * Bug Fixes
8972
8973 What is new in GTK+ 1.1.3:
8974
8975 * GtkCList/GtkCTree now have the ability to:
8976     - hide/show individual columns
8977     - disable/enable column resizing
8978     - set min and max for column widths
8979     - set expander style of the ctree
8980     - set/get row and cell styles
8981     - set spacing between tree expander and cell contents in ctree
8982     - toggle auto_resize for columns
8983 * Must enhanced DND support, removed old DND code
8984 * Idle functions are now implemented via GHook, giving a slight speed
8985   improvement
8986 * An environment variable GTK_MODULES which takes a colon separated
8987   list of module names GTK+ will now automatically load at gtk_init() startup
8988 * GtkFontSel now has support for an extra 'base' filter
8989 * New function gdk_window_set_root_origin to get the real geometry taking
8990   into account window manager offsets
8991 * New function gtk_text_set_line_wrap to toggle line wrapping
8992 * New function gtk_widget_add_events which safely adds additional
8993   events to a widget's event mask
8994 * New function gdk_event_get_time to get the timestamp from a generic
8995   event
8996 * New widget GtkCalendar
8997 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
8998   pointer grabs and selection handling in DND code
8999 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
9000   data portion without invocation of its destroy notifier 
9001 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
9002   instead 
9003 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
9004   instead
9005 * Removed functions gtk_object_set_data_destroy[_by_id] 
9006 * Documentation additions/updates 
9007 * HTML and plain text files are now included in the distribution
9008 * Bug fixes, typeness corrections, and general fixups
9009
9010 What is new in GTK+ 1.1.2:
9011
9012 * Gtk+ is now featuring runtime loading of dynamic modules via the
9013   --gtk-modules= command line switch. such modules have to export a
9014   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
9015   function which will be invoked to initialize the module. since such
9016   modules may create new widget types, they are always resident.
9017 * The tutorial has been updated again.
9018 * Changes to menus including tearoff menus and accelerators.
9019 * Better support for modal dialogs.
9020 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
9021 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
9022 * GtkCTree rows can be unselectable now.
9023 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
9024   Hamann on Tue Aug 18 00:29:13 1998).
9025 * A bunch of varargs functions changed to get va_lists working on systems that
9026   implement va_lists as arrays.
9027 * Improvements to the gdkrgb code.
9028 * Improvements to Gdk color handling so we greatly reduce server traffic and
9029   don't leak colors anymore.
9030 * Improved internal widget tree iterators (the GtkContainer::foreach signal
9031   vanished because of this).
9032 * Option menus can have the keyboard focus now.
9033 * More fixups to the text widget.
9034 * GtkFileSelection should behave much more nicely in combination with AFS now.
9035 * Support for label underlining.
9036 * Support for GLib 1.1.3 log domains.
9037 * Documentation improvements.
9038 * Configuration fixes on various platforms.
9039 * Miscellaneous fixes to XInput support.
9040 * Build with shared library dependencies on Linux
9041 * Fix for a major bug in the type systems memory allocation code that could
9042   cause random crashes.
9043 * Libtool update to version 1.2b.
9044 * Lots of bugfixes and cleanups again ;)
9045
9046
9047 What is new in GTK+ 1.1.1:
9048
9049 * Tutorial updates and additions.
9050 * Key binding support for GtkListItems and GtkList.
9051 * Extended selection mode and autoscrolling for GtkLists.
9052 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
9053 * GtkCTreeNodes can now be created from GNode trees.
9054 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
9055
9056
9057 What is new in GTK+ 1.1.0:
9058
9059 * New widget GtkFontSelector.
9060 * New featureful progress bar.
9061 * New container widget GtkPacker.
9062 * New object GtkItemFactory, GtkMenuFactory is deprecated.
9063 * New key binding system, configurable via rcfiles, similar to styles.
9064 * New widget GtkCTree with drag selections and keyboard movement and
9065   and horizontal scrolling. Features also implemented for GtkCList.
9066 * Significant speedups to widget creation and destruction through caching
9067   colormap and visual queries to the XServer.
9068 * Speedups for type creation and especially gtk_type_is_a() checks.
9069 * Speedups in signal lookup, creation and emissions and connection handling.
9070 * Minor speedups with object data allocation and destruction.
9071 * Additions to the signal handling API (e.g. *_emitv).
9072 * Support for rc-file reparsing.
9073 * Resizing logic is now implemented on container widget basis, rather than
9074   for toplevel GtkWindows only.
9075 * Buttons support relief styles now.
9076 * Some widgets are now allocated through memchunks to behave more memory wise.
9077 * Newly included file gtkfeatures.h which defines compatibility macros to
9078   test for certain API features upon program compilation.
9079 * Child arguments support for container widgets.
9080 * Far better support for object arguments, revamp of the underlying
9081   mechanism for speed and reusability. Child/object arguments don't
9082   need to be preceded by the "GtkType::" portion anymore.
9083 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
9084   is now performed by a new widget GtkAccelLabel.
9085 * Overhaul of the resizing code. Resizing behaviour can now be specified
9086   on GtkContainer basis, so the underlying algorithm isn't only available
9087   for GtkWindows.
9088 * GtkTables are now fully resizable.
9089 * The GtkType system now supports an additional base class initialization
9090   function.
9091 * GtkStyles and key bindings can now be looked up depending on the base
9092   types of a widget, through a new keyword `class' in rc files.
9093 * GtkButton derives from GtkBin (finally).  
9094 * More descriptive error messages on rc parsing.  
9095 * Runtime information is available to query enum/flag definition values.
9096 * Upgrade to libtool-1.2
9097 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
9098   including those that already went into the 1.0.x branch.
9099 * A big bunch of features and cosmetic fixups that just got lost in
9100   the masses of changesonfigure problem when cross-compiling