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