======================================== NEWS: glibmm-2.17.0 ======================================== 2.17.0 (unstable): * Added copy constructor and assignment operator, made GDate constructor visible (José Alburquerque) * Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container, more or less like a standard C++ container (Levi Bard) * Bug #529648 - give helpful warning message when library user forgets to initialize the library (Jonathon Jongsma) * Bug #529533 - Fix bug that prevented for Gio::Mount, Gio::Drive, and Gio::Volume from being wrapped for some backend implementations (Jonathon Jongsma) ======================================== NEWS: gnome-python-2.22.1 ======================================== Overview of Changes from gnome-python 2.22.0 to gnome-python 2.22.1 ==================================================================== * Ability to compile only selected modules (#534307) - Arun Raghavan: autotools version - Gustavo Carneiro: WAF version ======================================== NEWS: gtkmm-2.13.1 ======================================== 2.13.1: Gtk: * Bin: add_label(): Correct the order of parameters to the Label constructor. (Peter Wainright) Bug #534685. * Entry: Added the shadow_type property (added to GTK+ in 2.12). (Gennaro Bellizio) Bug #532744. * RecentInfo: Added a specialization for Glib::Value > so that Glib::RefPtr can be used with Glib::Value<> and Gtk::TreeModelColumn<>. (Armin Burgmeier) * Widget: get_direction(): Add a const version and deprecated the non-const version. (Andreas Klaedtke) Bug #526742. * Window: Added unset_back_pixmap(). (Murray Cumming). Bug #525967 (Jonathon Jongsma). Gdk: * PixbufAnimationIter: Added get_pixbuf(), get_delay_time(), advance(), on_currently_loading_frame(). (Murray Cumming). Bug #528037 (Balazs Tirpak). Pango: * Attributes: gobj(): Correct the const qualifier. We don't think this will affect ABI, but please tell us if it does. (Dodji Seketeli) Documentation: * Image: Document the constructors. ======================================== NEWS: libxml++-2.23.2 ======================================== 2.23.2: * SaxParser: added parse_chunk_raw(). (Armin Burgmeier) * examples: sax_parser: Catch convert errors when printing an exception to std:cout, though libxml++/libxml should always supply valid UTF-8. (Murray Cumming)