[gtkmm-documentation] 2.91.1



commit 91d5a50b4a5668e3108f21f22b6ce6291f041b35
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 18 13:27:10 2010 +0200

    2.91.1

 ChangeLog                             |    2 ++
 NEWS                                  |   10 ++++++++--
 configure.ac                          |    4 ++--
 docs/tutorial/C/gtkmm-tutorial-in.xml |    2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2662601..40aab69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.1:
+
 2010-10-18  Murray Cumming  <murrayc murrayc com>
 
 	Update for the removal of ComboBoxEntry.
diff --git a/NEWS b/NEWS
index 745fc82..ddfe700 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.91.1: (unstable)
+
+* Book: Combo Boxes: Update for the removal of ComboBoxEntry.
+*	Fix the build with latest gtkmm.
+(Murray Cumming)
+
 2.91.0: (unstable)
 
 * Adapt example code to (unstable) gtkmm-3.0.
@@ -71,12 +77,12 @@ This is the master branch. See also the gtkmm-2-22 branch.
 
 	* docs/tutorial/C/gtkmm-tutorial-in.xml: Update copyright years to
 	include all years, not a range.
-	
+
 2.20.1:
 
 * Multiple-Item Widgets chapter: Added Assistant sub-section.
   (David King, Openismus)
-  
+
 2.20.0:
 
 * Update the code to use only non-deprecated API.
diff --git a/configure.ac b/configure.ac
index 03ab96d..1132c6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.91.0],
+AC_INIT([gtkmm-documentation], [2.91.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -19,7 +19,7 @@ AC_PROG_CXX
 AC_PATH_PROG([PERL], [perl], [perl])
 
 PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.24.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.91.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.91.1])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 AC_LANG([C++])
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index 2e8f7b0..662d5fc 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -3478,7 +3478,7 @@ You might need to react to every change of selection in the ComboBox, for instan
 <sect1 id="sec-comboboxentry">
 <title>ComboBox with an Entry</title>
 
-<para>A <classname>ComboBox</classname> may contain an <classname>Entry</classname> widget for entering of arbitrary text, by specify true for the constructor's <literal>has_entry</literal> parameter.</para>
+<para>A <classname>ComboBox</classname> may contain an <classname>Entry</classname> widget for entering of arbitrary text, by specifying true for the constructor's <literal>has_entry</literal> parameter.</para>
 
 <sect2 id="sec-comboboxentry-text-column">
 <title>The text column</title>



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