======================================== NEWS: Glib-1.114 ======================================== Overview of changes in Glib 1.114 ================================= * Add bindings for g_filename_display_name and g_filename_display_basename. [muppet] * Fix a crash that occured when properties of undead objects were modified. [muppet] * Fix the undead object macros to work on 64-bit platforms. [Rafael Garcia-Suarez] * Completely redo the way GObject types are mapped to package names. This fixes the problem uncovered by the recent GInitiallyUnowned issue. See the ChangeLog for a detailed description of the changes. [muppet, Torsten] ======================================== NEWS: Gtk2-1.114 ======================================== Overview of changes in Gtk2 1.114 ================================= * Remove the GInitiallyUnowned hack again; Glib 1.114 fixes the problem. [Torsten] * Add bindings for gdk_pixbuf_save_to_buffer. [muppet] * Remove the recently added atk support again -- it was untested and apparently unusable. Let us know if you need it. [Torsten] ======================================== NEWS: libxml++-2.13.1 ======================================== 2.13.1: * First unstable 2.13.x release, to become stable 2.14.x, for GNOME 2.14. * Node: - Added find() overload that takes namespaces to register during the search, using xmlXPathRegisterNs(). Bug #323935. (Robert Fleming) - set_namespace(): When creating a default namespace, avoid the "The namespace () has not been declared" warning, by passing 0 to xmlSearchNs() instead of an empty string. Bug #318186. (Erik Oestby). * Build: Fix buildir!=srcdir builds. Bug #319863.(Vadim Zeitlin) * Documentation: - Tutorial: Mention pkg-config. - Reference: Grammar fixes and a small fix for find(). (Murray Cumming) ======================================== NEWS: pygtk-2.8.4 ======================================== pygtk-2.8.4: 11-january-2006 - Re-include gobject wrappers if pygobject is not found (Gustavo, Johan) - gtk.IconView should implement GtkCellLayout (Johan) - Always install pygtk-2.0.pc pygtk-2.8.3: 09-january-2006 - Split out gobject wrappers into a separate module and depend on pygobject 2.9.0 (Johan) - Bug fixes (Bob Gibbs, Johan, Gustavo) - Size group example (Johan) - Plug mem leaks (Gustavo) - Build cairo on win32 (Cedric)