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