[gtkmm] 2.99.4



commit a45d973bad7dc7a60fa5ca1b3a881ece3fd0f9bc
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 11 15:11:42 2011 +0100

    2.99.4

 ChangeLog    |    4 ++++
 NEWS         |   15 +++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8ede61e..2ce1927 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.99.4:
+
 2011-02-10  Murray Cumming  <murrayc murrayc com>
 
 	AppChooserDialog: Fixed a typo.
@@ -51,6 +53,8 @@
 	recent additions in the C documentation and to reflect that we now have 
 	get_entry() in gtkmm (though still not in the C API).
 
+2.99.3:
+
 2011-02-02  Murray Cumming  <murrayc murrayc com>
 
 	DragContext: Remove the deprecated constructor and create() method.
diff --git a/NEWS b/NEWS
index e97521f..a3f1754 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.99.4 (unstable):
+
+Gtk:
+* Added AppChooser, AppChooserButton, AppChooserDialog and AppChooserWidget.
+* Button: Restore the clicked() method.
+	Thanks to Aurimas Ä?ernius.
+* CellArea: Added constructor that takes a CellArea.
+  (Murray Cumming)
+* Entry: Added unset_icon().
+  (Murray Cumming) Bug #621742 (feuloren)
+
+Documentation:
+* ComboBoxText: Add warning about not confusing these.
+	Bug #619656 (JimO, Kjell Ahlstedt)
+	
 2.99.3 (unstable):
 
 Gdk:
diff --git a/configure.ac b/configure.ac
index c93dbd7..efdfff1 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.99.3],
+AC_INIT([gtkmm], [2.99.4],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -55,7 +55,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.93 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 2.99.1 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.93 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.0.0 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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