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