
Hello community, here is the log from the commit of package gtkmm2 checked in at Mon Jul 30 22:57:36 CEST 2007. -------- --- GNOME/gtkmm2/gtkmm2.changes 2007-07-11 20:56:19.000000000 +0200 +++ /mounts/work_src_done/STABLE/gtkmm2/gtkmm2.changes 2007-07-30 22:35:40.833792000 +0200 @@ -1,0 +2,78 @@ +Mon Jul 30 22:15:41 CEST 2007 - maw@suse.de + +- Update to version 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) +- Use %fdupes. + +------------------------------------------------------------------- Old: ---- gtkmm-2.11.4.tar.bz2 New: ---- gtkmm-2.11.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkmm2.spec ++++++ --- /var/tmp/diff_new_pack.N21584/_old 2007-07-30 22:57:04.000000000 +0200 +++ /var/tmp/diff_new_pack.N21584/_new 2007-07-30 22:57:04.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gtkmm2 (Version 2.11.4) +# spec file for package gtkmm2 (Version 2.11.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,10 +12,10 @@ Name: gtkmm2 %define _name gtkmm -BuildRequires: cairomm-devel gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files +BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files # Only for directory ownership: BuildRequires: devhelp -Version: 2.11.4 +Version: 2.11.6 Release: 1 Group: System/Libraries License: LGPL v2 or later @@ -106,6 +106,8 @@ cp -r $DIR/{Makefile,*.cc} $RPM_BUILD_ROOT%{_docdir}/%{name}/tests done +%fdupes $RPM_BUILD_ROOT + %clean rm -rf $RPM_BUILD_ROOT @@ -143,6 +145,74 @@ %{_datadir}/devhelp/books/gtkmm-2.4 %changelog +* Mon Jul 30 2007 - maw@suse.de +- Update to version 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) +- Use %%fdupes. * Wed Jul 11 2007 - mauro@suse.de - Update to version 2.11.4 - Fixes to class documentation. ++++++ gtkmm-2.11.4.tar.bz2 -> gtkmm-2.11.6.tar.bz2 ++++++ GNOME/gtkmm2/gtkmm-2.11.4.tar.bz2 /mounts/work_src_done/STABLE/gtkmm2/gtkmm-2.11.6.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de