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