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