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