======================================== NEWS: Glib-1.220 ======================================== 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. ======================================== NEWS: glibmm-2.20.0 ======================================== 2.20.0 (stable): * Documentation fixes (Daniel Elstner) ======================================== NEWS: gnome-python-2.26.0 ======================================== Overview of Changes from gnome-python 2.25.90 to gnome-python 2.26.0 ==================================================================== (nothing changed) ======================================== NEWS: gnome-vfsmm-2.26.0 ======================================== 2.26.0: * ApplicationRegistry: supports_mime_type(), supports_uri_scheme(): Actually return the bool. (Vincent Untz ) Bug #570107. ======================================== NEWS: Gtk2-1.220 ======================================== 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. ======================================== NEWS: gtkmm-2.16.0 ======================================== 2.16.0 (stable): Gtk: * Builder: - get_widget_derived(): Reference-counting correction. - create_from_file(), add_from_file(), create_from_string(), add_from_string(): Add method overloads that take a char* for the object ID, to avoid ambiguity with the two other overloads that take ustring or StringArrayHandle. * Entry: - *_icon_* methods(): Rearrange parameters to make these consistent and so we can have more default parameter values. - Added icon_press and icon_release signals. * FileChooserButton: Added the file_set signal, noticed by Damon Register. * Stock: Added CAPS_LOCK_WARNING. * Style: Added get_style_property_value() and templated get_style_property(). * Added Orientable and Activatable interfaces, though they cannot be used yet because that would break ABI of existing classes. (Murray Cumming) Gdk: * PixbufAnimation: create_from_file(): Throw an exception when the GError is not null. (Murray Cumming) Maemo-specific API: * TextBuffer: get/set_rich_text_format(), set_rich_text_format_all(), get/set_can_paste_rich_text(): Remove these Maemo-specific methods which have been superseded by the generic TextBuffer serialization functions. (Daniel Elstner, Openismus) * Enums - Added Maemo-specific Gtk::HildonSizeType, wrapping HildonSizeType, which was inexplicably added to GTK+ in Maemo 5. - Likewise added Gtk::Hildon::InputMode, wrapping HildonGtkInputMode. (Daniel Elstner, Openismus) ======================================== NEWS: libgnomecanvasmm-2.26.0 ======================================== 2.26.0: * Updated version number to match GNOME version. ======================================== NEWS: libgnomemm-2.26.0 ======================================== 2.26.0: * Increased version number to match GNOME 2.26. ======================================== NEWS: libgnomeuimm-2.26.0 ======================================== 2.26.0: * Cleaned up glib includes to use only toplevel headers. (Przemysław Grzegorczyk) Bug #564222 ======================================== NEWS: libxml++-2.26.0 ======================================== 2.26.0: * Increased version number to match GNOME 2.26. 2.24.3 * TextReader: Actually throw exceptions on errors. (This breaks ABI but we do not believe that this class could be used with this problem so it should not actually break any application.) Bug #348006. * Build: Windows: Remove unnecessary vsnprint define. (Armin Burgmeier) ======================================== NEWS: pangomm-2.24.0 ======================================== 2.24.0: (Skipped version numbers since 2.14.1, to match pango 1.24 (apart from the first digit, which we can't decrease.) * Layout: Added show_in_cairo_context(). (Louis-Francis Ratté-Boulianne) Bug #560232. * Build: Allow pangomm to build outside the source tree. Bug #570322 (Theppitak Karoonboonyanan) * License Header consistency. (Deng Xiyue) ======================================== NEWS: pygtk-2.14.1 ======================================== pygtk-2.14.1 06-March-2009 - Return the deserialized string as a new memory buffer (Gustavo, #567747) - Complete docs with 2.14 API (Gian Mario) ======================================== NEWS: pyorbit-2.14.3 ======================================== pyorbit-2.24.0: 23-Sep-2008 - Added weakref support to Python CORBA objects (Eitan Isaacson, #502925) - Allow accessing reference count data (Eitan Isaacson, #471391) - Misc. build fixes (Thomas Lee, #522593, Sebastien Bacher, #448178)