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