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