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