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