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