======================================== NEWS: glibmm-2.13.9 ======================================== 2.13.9: * KeyFile: Added Added get_double(), set_double(), get_double_list() and set_double_list(). (Murray Cumming) ======================================== NEWS: gnome-python-2.19.2 ======================================== Overview of Changes from gnome-python 2.19.1 to gnome-python 2.19.2 ==================================================================== * general - Add a __version__ attribute on some modules with new pygtk * gconf - Fix memory errors in gconf.Value.get_car/cdr() (#461278) ======================================== NEWS: Gtk2-1.154 ======================================== Overview of changes in Gtk2 1.154 ================================= * New API: [Torsten] - gdk_color_to_string - gdk_display_supports_composite - gdk_pixbuf_apply_embedded_orientation - gdk_window_set_composited - gtk_icon_view_convert_widget_to_bin_window_coords, gtk_icon_view_set_tooltip_item, gtk_icon_view_set_tooltip_cell, gtk_icon_view_get_tooltip_context, gtk_icon_view_set_tooltip_column, gtk_icon_view_get_tooltip_column - gtk_menu_tool_button_set_arrow_tooltip_text, gtk_menu_tool_button_set_arrow_tooltip_markup - gtk_tool_item_set_tooltip_text, gtk_tool_item_set_tooltip_markup - gtk_tooltip_set_tip_area - gtk_tree_view_set_tooltip_row, gtk_tree_view_set_tooltip_cell, gtk_tree_view_get_tooltip_context, gtk_tree_view_set_tooltip_column, gtk_tree_view_get_tooltip_column - gtk_widget_set_has_tooltip, gtk_widget_get_has_tooltip - pango_cairo_font_get_scaled_font * Make it possible to call methods on the arrays used to represent PangoColor. [Torsten] * Fix Gtk2::Pango::Matrix::new so it doesn't cause memory errors with pango >= 1.12. [Torsten, Quentin Sculo] * Fix a few test failures. [Torsten] ======================================== NEWS: gtkmm-2.11.6 ======================================== 2.11.6: Gdk: * Pixbuf: - Added constructors that do not take dest_x and dest_y (which are ignored in this case). - get_formats(): Corrected the reference counting. Gtk: * Builder: Removed get_type_from_name(). * IconView: - set_tooltip_item(), set_tooltip_cell(): Use Tooltip only via a RefPtr. (Murray Cumming) - Added get_tooltip_context_path() and get_tooltip_context_iter(). (Marko Anastasov) * LinkButton: Added set_uri_hook() and unset_uri_hook(). * PrintJob: Added a const version of get_surface() * PrintSettings: Corrected the typedef for SlotForeach - the ustring&s should be const. I do not believe that anybody could have been using this, so I think it is OK to change it. * Tooltip: Added set_tip_area(). * TreeView: - Added convert_widget_to_tree_coords(), convert_tree_to_widget_coords(), convert_widget_to_bin_window_coords(), convert_bin_window_to_widget_coords(), convert_tree_to_bin_window_coords(), convert_bin_window_to_tree_coords(), set_tooltip_row(), set_tooltip_cell(), set_tooltip_column(), get_tooltip_column(). (Murray Cumming) - Added get_tooltip_context_path() and get_tooltip_context_iter(). (Marko Anastasov) * Widget: Added keynav_failed(), error_bell(), modify_cursor(), unset_cursor(), set_has_tooltip(), get_has_tooltip(). (Murray Cumming) * Documentation: - Corrected lots of API reference documentation. (Murray Cumming, Marko Anastasov, Jonathan Jongsma) - Added a Tooltip example. (Marko Anastasov) 2.11.5: Pango: * Color: Added to_string(). * Context: Added set_base_gravity(), get_base_gravity(), get_gravity(), set_gravity_hint(), get_gravity_hint(). * FontDescription: Added set_gravity() and get_gravity(). * FontFace: Added is_synthesized(). * GlyphString: Added get_width(). * Layout: Added is_wrapped(), is_ellipsized() and get_unknown_glyphs_count(). Gdk: * Screen: Added is_composited(), set_font_options(), get_font_options(), set_resolution(), get_resolution(), get_active_window(). Gtk: * IconView: Added set_tooltip_item(), set_tooltip_cell(), convert_widget_to_bin_window_coords(). * MenuToolButton.hg: Added set_arrow_tooltip_text() and set_arrow_tooltip_markup(). * StatusIcon: Added set_screen() and get_screen(). (Murray Cumming) * TextBuffer: Addded cursor-position property. (Marko Anastasov) * TreeVIew: Added is_rubber_banding_active() (Murray Cumming) ======================================== NEWS: libxml++-2.19.1 ======================================== 2.19.1: * Element.h: Added get_attribute_value(), to get a simple text value for an attribute. (Stef Walter) Bug #373573. 2.18.2: * TextReader: get_name(): Fixed a memory leak. (Christophe de Vienne) Bug #447535. ======================================== NEWS: pygtk-2.10.6 ======================================== pygtk-2.10.6 10-july-2007 - Fix regression in handling return values of virtual methods (#455468)