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