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