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