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