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