======================================== NEWS: gconfmm-2.12.0 ======================================== 2.12.0: gconfmm 2.12 is API/ABI-compatible with gconfmm 2.10.x, 2.8.x, and 2.6.x. * 64-bit build fixes. (Bradley Bell, Stanislav Brabec) ======================================== NEWS: Glib-1.100 ======================================== Overview of changes in Glib 1.100 ================================= Since 1.08x (the previous stable series) ---------------------------------------- * Add API that allows binding developers to specify conversion functions when registering wrappers for custom fundamental types. * Add Glib::Object::signal_add_emission_hook, Glib::Object::signal_remove_emission_hook and Glib::Markup::escape_text. * Add Glib::KeyFile and Glib::CodeGen. * Fix a thread-related crasher in the default log handler. Since 1.093 ----------- * Delete some cruft in CodeGen.pm. [muppet] ======================================== NEWS: glibmm-2.8.0 ======================================== 2.8.0: API additions since glibmm 2.6: * GModule: Add BIND_LOCAL enum value. (Bug #172748 from Phillip Neiswanger). * MainContext Added signal_child_watch() and examples/child_watch. (Yair Hershkovitz) * OptionEntry: Added FLAG_NO_ARG, FLAG_FILENAME, FLAG_OPTIONAL_ARG, and FLAG_NOALIAS enum values. (Murray Cumming) ======================================== NEWS: Gnome2-VFS-1.040 ======================================== Overview of changes in Gnome2-VFS 1.040 ======================================= Since 1.02x (the previous stable series) ---------------------------------------- * Export some constants on demand. * Add new API in Gnome2::VFS::Mime::Type, Gnome2::VFS::Mime::Application, Gnome2::VFS::Handle and Gnome2::VFS. * Fix Gnome2::VFS::make_uri_from_input_with_trailing_ws by adding the missing class parameter. Since 1.031 ----------- * Fix a test suite issue. ======================================== NEWS: gnome-python-2.12.0 ======================================== Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0 =================================================================== * gnomevfs - Fix invalid memory access in gnomevfs.async.xfer; - Add a new example of a GnomeVFS module written in python; - Install pygnomevfs.h for use by other python extensions; * gnomecanvas - Demonstrate how to activate AA in the canvas example. ======================================== NEWS: gnome-vfsmm-2.12.0 ======================================== 2.12.0: * Updated NEWS and increased version. ======================================== NEWS: Gtk2-1.100 ======================================== Overview of changes in Gtk2 1.100 ================================= Since 1.08x (the previous stable series) ---------------------------------------- * Add new API in Gtk2::Gdk::Pixbuf, Gtk2::Gdk::PixbufFormat, Gtk2::Gdk::Cursor, Gtk2::Gdk::Display, Gtk2::Gdk::Screen, Gtk2::Gdk::Window, Gtk2::Gdk::X11, Gtk2::Dialog, Gtk2::Dnd, Gtk2::EntryCompletion, Gtk2::FileChooser, Gtk2::IconView, Gtk2::Image, Gtk2::MenuBar, Gtk2::MenuShell, Gtk2::ScrolledWindow, Gtk2::SizeGroup, Gtk2::Stock, Gtk2::TextIter, Gtk2::ToolButton, Gtk2::TreeModel, Gtk2::TreeView, Gtk2::TreeViewColumn and Gtk2::Window. * Fix Gtk2::show_about_dialog to actually cache the dialog instance. * Make it possible to change a Gtk2::SimpleList's model. * Turn Gtk2::Widget::window into a mutator. * Make it possible to implement GtkTreeSortable, GtkTreeDragSource and GtkTreeDragDest interfaces. * Add support for the grab-broken event. * Turn Gtk2::CodeGen into a thin wrapper around Glib::CodeGen. * Make Gtk2::Dialog::set_alternative_button_order() accept string constants. Since 1.093 ----------- * Fix some pointer signedness warnings. [muppet] * Fix up some bad version checks. [Marc Brockschmidt] ======================================== NEWS: gtkmm-2.8.0 ======================================== 2.8.0: API additions since 2.6: Gtk: * AboutDialog: Added set/get_wrap_license() and property. * CellRenderer: Added "sensitive" property. * ComboBoxText, ComboBoxEntryText: - Deprecated clear() in favour of new clear_items() method, because clear() exists in the base CellLayout class and is very different. - Added remove_text() to remove items one at a time. * Dialog: Added get_response_for_widget(). * EntryCompletion: Added properties, get/set_popup_set_width(), get/set_popup_single_width(). * FileChooser: Added get/set_do_overwrite_confirmation( * Iconview: Added get_item_at_pos(), get_visible_range(), get/set_cursor(), scroll_to_path(). * TreeRowReference: Added get_model(). * TreeView: - Added unset_model(). - Added const versions of get_path_at_pos(), get_cell_area(), get_background_area(), get_visible_rect(), widget_to_tree_coords(), tree_to_widget_coords(). - Added get_visible_range(). * TreeView::Column: Added queue_resize(). * Sizegroup: Added ignore_hidden property. * Stock: Added FULLSCREEN, LEAVE_FULLSCREEN, and INFO stock items. * Widget: Added drag_source_set_icon(const Glib::ustring& icon_name). * Window: - Added urgency_hint property, and get/set_urgency_hint(). Added present(timestamp) overload. Gdk: * Colormap: Deprecated alloc_colors() and free_colors(). Add free_color() for use with alloc_color(). * Cursor: Added get_image() and a Cursor(name) constructor. * DragContext:Added set_icon(const Glib::ustring& name). * Pixbuf: Added a save_to_buffer() overload without the options parameters. * Window: Added move_region(). (Murray Cumming, Jonathon (Jongsma), Ishmal, Daniel Glöckner, Alexander Nedotsukov, Philip Langdale, The Written Word) ======================================== NEWS: libglademm-2.6.1 ======================================== 2.6.1: * Windows build fixes. (Cedric Gustin) ======================================== NEWS: libgnomecanvasmm-2.12.0 ======================================== 2.12.0: API additions compared to 2.10: * Added Item::get_parent_group() convenience method. (Murray Cumming) ======================================== NEWS: libgnomemm-2.12.0 ======================================== 2.12.0: * Increased version to match GNOME 2.12 release version. ======================================== NEWS: libgnomeuimm-2.12.0 ======================================== 2.12.0: * Increased version for GNOME 2.12 release version. ======================================== NEWS: libxml++-2.11.0 ======================================== 2.11.0: * First unstable 2.11.x release, to become stable 2.12.x * Fixed Document::set_entity_declaration behavior (Murray Cumming) * Updated MSVC.Net2003 project files (Cedric Gustin) * Fixed bugs #301727, #301712, #156352, #161825, #307481, #314419 ======================================== NEWS: pygtk-2.8.0 ======================================== pygtk-2.8.0 3-september-2005 - GObject metaclass bugfix (John Ehresman) - Double free fix in type_register (Gustavo) - Make it buildable srcdir != buildir (Johan) - Improve GdkRectangle conversion (Tim Evans, Gustavo) - Use automake 1.8 (Johan) pygtk-2.7.4 24-august-2005 - Container.do_forall implementable in subclasses (Johan) - Bug fixes (John Finlay, Christian Persch, Christopher Allion, Johan, Gustavo) - Build fixes (Stepan Kasal, John Ehresman, Johan)