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