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