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