LWN.net Logo

ANNOUNCE: Gtk2-Perl 2.26.0

From:  Torsten Schoenfeld <kaffeetisch-AT-gmx.de>
To:  gnome-announce-list-AT-gnome.org
Subject:  ANNOUNCE: Gtk2-Perl 2.26.0
Date:  Tue, 17 Mar 2009 20:11:14 +0100
Message-ID:  <49BFF5D2.5070906@gmx.de>
Archive-link:  Article, Thread

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

   * Glib            1.220
   * Gnome2          1.042
   * Gnome2::Canvas  1.002
   * Gnome2::GConf   1.044
   * Gnome2::VFS     1.081
   * Gtk2            1.220
   * Gtk2::GladeXML  1.007
   * Pango           1.220

Tarballs can be downloaded from:

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



Changes in this release:

Overview of changes in Glib 1.220
=================================

  Since 1.20x (the previous stable series)
  ----------------------------------------
   * Add constants Glib::SOURCE_CONTINUE and SOURCE_REMOVE for use in
     source-type callbacks.
   * Add Glib::Child::watch_add.
   * Add Glib::OptionContext and Glib::OptionGroup.
   * Allow calling Glib::Flags->as_arrayref directly, as an alternative to the
     @{} syntax.
   * Add Glib::ParamSpec->value_validate and Glib::ParamSpec->value_cmp.

  Since 1.214
  -----------
   * Nada.

Overview of changes in Glib 1.214
=================================

* Fix a leak in the handling of callback arguments.
* Fix many errors and glitches in the POD generated by Glib::GenPod.
* Fix some test suite issues and documentation glitches.



Overview of changes in Gtk2 1.220
=================================

  Since 1.20x (the previous stable series)
  ----------------------------------------
  * Split out our pango bindings into the standalone Pango module and depend on
    it.
  * Add constants Gtk2::EVENT_STOP and EVENT_PROPAGATE for use in event
    handlers.
  * Wrap new API for GtkEntry, GtkCellView, GtkIMMulticontext, GtkStatusIcon,
    GtkPrintOperation, GtkPrintSettings, GtkStyle, and GdkX11.
  * Wrap GtkOrientable.
  * Wrap GtkBindings.
  * Wrap gtk_get_option_group.

  Since 1.212
  -----------
  * Make Gtk2::Style::get_style_property an alias for Gtk2::Style::get.

Overview of changes in Gtk2 1.212
=================================

* Wrap gtk_style_get.
* Fix a leak in Gtk2::TreeModelFilter::new.
* Fix a few POD errors.
* Fix some test suite issues.



Overview of changes in Pango 1.220
==================================

  Compared to the bindings in Gtk2 1.20x
  --------------------------------------
  * Wrap pango_layout_get_baseline.
  * Allow passing undef to Gtk2::Pango::Layout::set_attributes().

  Since 1.211
  -----------
   * Nada.
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds