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