Overview of Changes from GTK+ 2.13.1 to 2.13.2
==============================================
* Fix an oversight in the header cleanup that went into 2.13.1, which
removed gtkmarshal.h from the set of headers pulled in by gtk.h
* Add a function to retrieve the XID of a status icon, to allow
notification bubbles to follow the icon
* Bugs fixed:
533108 leak of GDI region in function 'handle_wm_paint'
530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column...
535830 wrong content type adding an item
536126 gtk.h don't include gtkmarshal.h
535497 Print preview doesn't work
535862 gtk_action_create_icon can't create icons from the icon themes
536092 GtkEntryCompletion's popup window should set type hint
535303 add _get_implementation to GtkStatusIcon
* Updated translations:
Estonian (et)
Galician (gl)
Italian (it)
Vietnamese (vi)
Overview of Changes from GTK+ 2.13.0 to 2.13.1
==============================================
* Add GtkMountOperation, a subclass of GMountOperation that
can show password dialogs when mounting volumes
* Add support for pixmap redirection, new api includes the
gtk_widget_get_snapshot() function and the GtkWidget::damage-event
signal and the lower-level gdk_window_redirect_to_drawable() and
gdk_window_remove_redirection() functions
* Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and
gnome_url_show()
* Add a "changed" signal to GtkCellRendererCombo
* Sync keysyms and compose sequences with recent X.org
* GtkRecentManager
- uses GIO to monitor .recently-used.xbel
- limits the growth of .recently-used.xbel with a
gtk-recent-files-max-age setting
* Filechooser autocompletion has been reworked
* The cups print backend displays printer status information
* On OS X, accelerators are displayed using Unicode characters,
matching the native behaviour
* GtkIconTheme and GtkImage support GIcon
* Bugs fixed: too many to list here
* New and updated translations:
Arabic (ar)
Valencian-Catalan (ca)
German (de)
Canadian English (en_CA)
British English (en_GB)
Spanish (es)
Estonian (et)
Galician (gl)
Hebrew (he)
Hungarian (hu)
Kannada (kn)
Norwegian bokmål (nb)
Dutch (nl)
Norwegian Nynorsk (nn)
Occitan (oc)
Slovak (sk)
Albanian (sq)
Swedish (sv)
Telugu (te)
Vietnamese (vi)
* Fix a crash in the gio file choose backend when a display name doesn't exist
(Bastien Nocera)
* Fix a crash in the gio file choose backend when a path is NULL (Jan Arne
Petersen)
* Stop pretending libgnomeui depends on libjpeg (Tor)
* Properly initialize gettext in the gio file chooser backend (Andrew
Zabolotny)
* Improve bookmarks in the gio file chooser backend (Carlos Garnacho)
* Do not leak GIcons in the gio file chooser backend (Felix Riemann)
* Get rid of in-memory thumbnail cache (Christian Neumair)
* Updated translations.
- en_GB (Philip Withnall)
- ar (Khaled Hosny)
- mn (Badral Sanligiin)
- porting
+ Fixes for building with MSVC (Tor Lillqvist and
Marcelo Vanzin)
- bug fixes
+ Robustness fixes (Michael)
+ Fixes for the poa test client (Jules)
+ Build fixes with single glib includes (Christian)
+ Locking fixes in linc (Michael, Tor)
+ Fixes for handling of local requests (Jeff, Li)
Overview of changes between 1.21.1 and 1.21.2
==============================================
- Various win32 font handling improvements
- Bugs fixed in this release:
Bug 510299 – OpenType font variants are broken with ATSUI/Cairo
Bug 436363 - Bold and Bold Italic style of MS-Mincho font are not
listed in GtkFontSelection
Bug 523193 – Vista Hebrew, CJK fonts to builtin win32 pango aliases
Patch by Daniel Atallah.