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