GNOME 3590 Published by

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

* Glib 1.150
* Gnome2 1.040
* Gnome2::Canvas 1.002
* Gnome2::GConf 1.040
* Gnome2::VFS 1.060
* Gtk2 1.151
* 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.150
================================

* Make it possible to mark objects and methods as deprecated with Glib::ParseXSDoc and Glib::GenPod. [Emmanuele]

Overview of changes in Gtk2 1.151
================================

* Make the GET_SORT_COLUMN_ID vfunc handling in Gtk2::TreeSortable more robust. [muppet]
* Mark some widgets as deprecated in the documentation and suggest alternatives. [Emmanuele]
* New API: [Torsten]
- pango_units_from_double, pango_units_to_double, ango_extents_to_pixels,
pango_extents_to_pixels, pango_matrix_transform_distance, pango_matrix_transform_point, pango_matrix_transform_rectangle, and pango_matrix_transform_pixel_rectangle;
- pango_layout_get_line_readonly, pango_layout_get_lines_readonly, and pango_layout_iter_get_line_readonly;
- gtk_cell_layout_get_cells.
* Make the paths returned by Gtk2::IconView::get_selected_items usable. [Torsten]