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