======================================== NEWS: Glib-1.142 ======================================== Overview of changes in Glib 1.142 ================================= * Switch back to WIN32 instead of G_OS_WIN32 to avoid compilation problems. [Torsten] * Use _strtoi64 and _strtoui64 on Win32 for large integer conversion. [Serguei Trouchelle] Overview of changes in Glib 1.141 ================================= * Fix a compilation problem on Win32. [Torsten] * Fix some POD errors. [Torsten] * Fix a few test suite issues. [Torsten] ======================================== UPDATED: glib-java-0.4.1 ======================================== glib-java was updated without a NEWS entry. ======================================== UPDATED: glibmm-2.12.3 ======================================== glibmm was updated without a NEWS entry. ======================================== NEWS: gnome-vfsmm-2.16.1 ======================================== 2.16.1: * DirectoryHandle::close(): Set gobj() to null, to prevent us from trying to close again later in the destructor. Bug #349334 from sosuiming. * Build: Fix build when glibmm was built with --enable-api-exceptions=no. Bug #365038 (patch by Matt Hoosier) ======================================== NEWS: Gtk2-1.150 ======================================== Overview of changes in Gtk2 1.150 ================================= * Add support for pango attributes. [Torsten] * Add support for PangoLayoutLine. [Torsten] * Add support for GdkPangoAttrEmbossColor. [Torsten] * Wrap new API: [Torsten] - gdk_window_beep - gtk_range_set_show_fill_level, gtk_range_get_show_fill_level, gtk_range_set_restrict_to_fill_level, gtk_range_get_restrict_to_fill_level, gtk_range_set_fill_level, gtk_range_get_fill_level - gtk_tree_view_set_show_expanders, gtk_tree_view_get_show_expanders, gtk_tree_view_set_level_indentation, gtk_tree_view_get_level_indentation - pango_context_set_base_gravity, pango_context_get_base_gravity, pango_context_get_gravity, pango_font_description_set_gravity, pango_font_description_get_gravity * Allow passing undef to Gtk2::Entry::set_completion. [Torsten] * Add Gtk2::Layout::bin_window. [Philipp Rumpf] * When building on Win32, also look for Cairo.lib to make linking work. [Torsten] * Fix a few test suite issues. [Torsten] Overview of changes in Gtk2 1.141 ================================= * Allow passing undef to Gtk2::Entry::set_completion. [Torsten] * Allow using method calling semantics for Gtk2::Pango::Cairo::Context::*. [Torsten] * On Win32, also try to locate Cairo.lib if necessary. [Torsten] * Fix some POD errors. [Torsten] * Fix a few test suite issues. [Torsten] ======================================== NEWS: gtkmm-2.10.5 ======================================== 2.10.5: * UIManager: Fix crash when built without exceptions support. (Johannes Schmid) * Style: lookup_icon_set(): Memory-management correction. Bug #374094 (patch from Nate Nielsen) * Build: - Windows: Do not check for gtk+-unix-print-2.0 on as it is not always included in GTK installers and/or binary archives (like in Tor's binaries). Bug #371882 from Alexis Wilke. (Cedric Gustin) 2.10.4: * Build: - Omit the atkmm dependency from the gtkmm pkg-config .pc file when atkmm was optionally disabled. (RĂ©mi Cardona) Bug #366930 from John N. Laliberte. - Added --enable-api-maemo-extensions configure option, to optionally provide C++ wrappers for the additional GtkTextBuffer functions in the Maemo version of GTK+. (Johannes Schmid, Murray Cumming) * Documentation: - Drawable: Add comment paragraph about using cairo. (Ralf Stephan) 2.10.3: * Adjustment: Preventing the value from being ignored. Bug #369335 from Daniel Holbach, via Vincent Levesque, with help from Paul Davis. * Build: - ListViewText: Fix an odd build problem with gcc 3.3.6. Bug #352226. (Thomas Zajic) * Documentation: - Explain the optional (at build-time) API for reduced resources environments. - Correct the links to the Memory Management and libglademm chapters. - Drawable::get_image(), Container::remove(), Widget::add_mnemonic_label: avoid mentioning a functions that do not exist in gtkmm. Bug #358268 from Evgeny Rippi, and Nickolai Dobrynin. ======================================== UPDATED: libgtk-java-2.10.1 ======================================== libgtk-java was updated without a NEWS entry. ======================================== NEWS: libxml++-2.17.1 ======================================== 2.17.1: * Node: Added get_parent() Bug #351876 (Patch by Nate Nielsen) * TextReader: Added TextReader(const char* data) constructor, for parsing memory buffers. Bug #351215 (Patch by Nate Nielsen) * Element::set_attribute(): Really return the new attribute. Bug #361950 (Patch by Nate Nielsen) * Build: Added MS Visual Studio 2005 project files. (Cedric Gustin) ======================================== NEWS: pygobject-2.12.3 ======================================== 2.12.3 18-november-2006 - distutils build fixes (Cedric) - documentation updates (John) - gobject.handler_block_by_func and friends now accept methods (Johan, Dima, #375589) - avoid truncating of gparamspec (Yevgen Muntyan, #353943) - set __module__ on gobject derived types (Johan, Osmo Salomaa, #376099) - Ensure exceptions are raised on errors in gobject.OptionGroup (Johan, Laszlo Pandy, #364576