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