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