[gtkmm] 2.91.7



commit e78caee188a3cbc403f2f0560f5a297d876e6151
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 22 12:36:54 2010 +0100

    2.91.7

 ChangeLog    |    4 +++-
 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 15c2ced..ca03439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.7:
+
 2010-12-22  Murray Cumming  <murrayc murrayc com>
 
 	Cursor: Do not try to derive a GType.
@@ -151,7 +153,7 @@
 	IconInfo: Added load_icon_symbolic(StyleContext, bool&).
 
 	* gtk/src/gtk_methods.defs: Regenerated.
-	* gtk/src/iconinfo.[hg|ccg]: Rename load_icon_symoblic() to load_symbolic() 
+	* gtk/src/iconinfo.[hg|ccg]: Rename load_icon_symbolic() to load_symbolic() 
 	to match the C function names.
 	Add load_icon_symbolic(StyleContext, bool&), to wrap 
 	gtk_icon_info_load_symbolic_for_context().
diff --git a/NEWS b/NEWS
index 1c20fd3..54c7cf7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+2.91.7 (unstable):
+
+Gtk:
+* Fix the build with latest glibmm after gmmproc m4 changes.
+* Application: Added a protected constructor so oeople can derive from this.
+	Bug #637445 (Yannick Guesnet)
+* Added CellArea, CellAreaBox, and CellAreaContext.
+* CellLayout: Added get_area().
+* CellRenderer: Added is_activatable() and get_aligned_area().
+* IconInfo:
+  - Renamed load_icon_symbolic() to load_symbolic() 
+  - Added load_icon_symbolic(StyleContext, bool&).
+* Switch: Fix the type registration to avoid breaking Widget's type 
+  registration completely, which probably broke everything.
+* TreeViewColumn: Added get_button().
+* Widget:
+  - Removed reset_shapes() and get_default_visual().
+  - Added unset_color/font() methods.
+  - Removed render_icon(), adding render_icon_pixbuf().
+* WidgetPath: Renamed get_widget_type() to get_object_type() and 
+	renamed iter_get/set_widget_type() renamed to iter_get/set_object_type(). 
+* Window: Added get/set_application().
+  (Murray Cumming)
+  
+Gdk:
+* Cursor should now be used via RefPtr.
+* Display: Removed warp_device().
+* Pixbuf: Derive from Gio::Icon.
+  (Murray Cumming)
+
 2.91.6 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 36cb541..45b43a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [2.91.6],
+AC_INIT([gtkmm], [2.91.7],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]