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