======================================== NEWS: gtkmm-2.13.6 ======================================== 2.13.6 (unstable): * ComboBoxEntry: Added get_active_text(). * Widget: Added the drag_failed signal, with no default signal handler.\ (Murray Cumming) * Build: - Correct the C++ compiler check for autogening with libtool 2.2. (RĂ©mi Cardona) - Calendar: Removed spurious ; characters. (Benjamin Herr) Bug #544848. * ======================================== NEWS: libgnomecanvasmm-2.23.1 ======================================== 2.23.1: * CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor, to allow use with libglademm or Gtk::Builder. (Murray Cumming) Bug #541007 (Federico Poloni) ======================================== NEWS: pangomm-2.13.7 ======================================== 2.13.7: * Build: Require a correct version of pango. (Sebastian Bacher) * Documentation: Correct some mentions of pangomm-2.4 to pangomm-1.4. (Deng Xiyue) 2.13.6: * Layout: Added get_height(), set_height(), get_baseline(). * LayoutIter: Added get_layout(). * Renderer: Added get_layout() and get_layout_line(). (Murray Cumming) ======================================== NEWS: pygobject-2.15.2 ======================================== 2.15.2 26-jul-2008 - New module: glib, which contains the parts of the old gobject bindings which are in the glib library. MainLoop/MainContext/Sources/GOption and a few others has now moved. - Add a new installed library libpyglib-2.0, which contains the extension API for third-part modules instead of relying on macros which accesses struct fields. - Add bindings for gio.File.enumerate_children_async, gio.FileEnumerator.next_files_async, gio.Mount.mount, gio.File.mount_mountable, gio.File.mount_enclosing_volume, gio.File.unmount_mountable, gio.File.copy. - Add a new api for mapping a GError domain to an exception and register an exception for GIOError. - Remove leading IO_* prefix for the gio flags and register a quark for the domain. - Use GSlice in the glib module and bump required version to 2.14.