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