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