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