[gtkmm-documentation] 2.99.4



commit 82e5b2978b387cb6191e35927e1f4c6024e7b811
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 31 09:51:48 2011 +0200

    2.99.4

 ChangeLog    |    2 ++
 NEWS         |   25 +++++++++++++++++++++----
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e89cd74..80b0bc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.99.4:
+
 2011-03-31  Murray Cumming  <murrayc murrayc com>
 
 	Double spaces after .s are unnecessary.
diff --git a/NEWS b/NEWS
index 195f02a..f862357 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,25 @@
+2.99.4: (unstable):
+
+* Remove use of Gtk::Application because it was removed from gtkmm 3.0.
+  (Murray Cumming)
+* Builder section: Remove a now non-existent property.
+  (Murray Cumming)
+* ComboBox section: Mention set_entry_text_column() instead of set_text_column().
+  (Kalev Lember)
+* Add basic information on Gtk::Grid.
+  (David King)
+* Modify the custom_container and custom_widget examples.
+  (Kjell Ahlstedt)
+* Replace gtkmm-2.24 mentions with gtkmm-3.0.
+  (David King)
+* Build: Fix the installation path.
+  (David King)
+
 2.99.3: (ustable):
 
 * Ported to the latest gtkmm API.
   (Murray Cumming, Krzesimir Nowak)
-* Modified the custom_container and custom_widget examples to use 
+* Modified the custom_container and custom_widget examples to use
   the extended layout API.
   (Kjell Ahlstedt)
 * Fix the print preview dialog in the printing/advanced example.
@@ -14,7 +31,7 @@
 
 2.91.6: (unstable):
 
-* Ported to the recent gtkmm API, using Gdk::RGBA and Gtk::StyleContext 
+* Ported to the recent gtkmm API, using Gdk::RGBA and Gtk::StyleContext
   and the slightly-changed ComboBoxText API.
 
 2.91.5: (unstable):
@@ -27,10 +44,10 @@
 	(Kjell Ahlstedt)
 * Label section: Fix a /<b> -> </b> typo.
   (Murray Cumming)
-* Rearranged an include to fix the build due to a not-yet-explained 
+* Rearranged an include to fix the build due to a not-yet-explained
   compiler error.
   (Murray Cumming)
-	
+
 2.91.2: (unstable):
 
 * Book:
diff --git a/configure.ac b/configure.ac
index d9c3601..484d2c0 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.99.3],
+AC_INIT([gtkmm-documentation], [2.99.4],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 



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