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