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