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