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