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