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