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