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