GNOME 3587 Published by

This is Gtk2-Perl, a set of Perl bindings for various GNOME libraries. It includes:

* Glib 1.152
* Gnome2 1.040
* Gnome2::Canvas 1.002
* Gnome2::GConf 1.040
* Gnome2::VFS 1.070
* Gtk2 1.153
* Gtk2::GladeXML 1.006

Tarballs can be downloaded from:

http://sourceforge.net/project/showfiles.php?group_id=64773



Changes in this release:

Overview of changes in Glib 1.152
================================

* Wrap g_main_context_is_owner. [Torsten]
* Wrap g_timeout_add_seconds. [Torsten]

Overview of changes in Gnome2-VFS 1.070
======================================

* Add Gnome2::VFS::URI::resolve_symbolic_link.
* Add Gnome2::VFS::Drive::needs_eject.

Overview of changes in Gtk2 1.153
================================

* Supply default values for Gtk2::IconView::scroll_to_path.
[Torsten, Jeffrey Ratcliffe]
* Hide Gtk2::AboutDialogs constructed with Gtk2::show_about_dialog on any
reponse. [muppet]
* Make Gtk2::Builder::connect_signals default to the calling package (instead
of main) if none was specified. [Torsten]
* New API: [Torsten]
- gdk_keymap_have_bidi_layouts
- gdk_notify_startup_complete_with_id
- gdk_window_set_startup_id
- gdk_x11_display_get_startup_notification_id
- gtk_tree_view_is_rubber_banding_active
- pango_cairo_font_map_new_for_font_type, pango_cairo_font_map_get_font_type
- pango_font_face_is_synthesized
* Plug memory leaks. [muppet, Torsten]