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