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