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