[gtkmm-documentation] 3.2.0



commit 670fee466f08d2790cb462f224ffda141f6e1673
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Nov 18 11:48:56 2011 +0100

    3.2.0

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d9523e1..d50e8e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,48 @@
+3.2.0 (stable):
+
+* New chapter: Keyboard Events
+	(Pedro Ferreira, Kjell Ahlstedt)
+	Bug #661857.
+* "Working with gtkmm's Source Code" appendix,
+  "Recently Used Documents" chapter,
+  "Drawing Area Widget chapter" chapter,
+  "Dialogs" chapter:
+  Update for gtkmm 3
+	(Kjell Ahlstedt) Bug #658265.
+* Various examples:
+  Correct orientation and packing, which were wrong since we ported to these
+  examples to gtkmm 3.
+  (Kjell Ahlstedt) Bug #658265.
+* Use the new FontChooserDialog instead of FontSelectionDialog.
+  (Murray Cumming, Kjell Ahlstedt)
+* Use Gtk::Box instead of the now-deprecated Gtk::HBox and Gtk::VBox.
+  Likewise for other H and V classes.
+  (Murray Cumming)
+* Gtk::Builder examples: Update the Glade files.
+  (Kjell Ahlstedt)
+* gmmproc appendix
+  - More about Gtk::Object.
+    (Murray Cumming)
+  - Use {OUT} instead of {RET} for output params.
+	  (Josà Alburquerque)
+	- Initializations: Add comment about type substitution.
+	  (Josà Alburquerque)
+	- Mention new support for optional parameters.
+	  (Josà Alburquerque)
+	- Update for gtkmm 3
+	  (Kjell Ahlstedt) Bug #658265.
+* Replace Bitmap and Pixmap by Pixbuf.
+  (Kjell Ahlstedt) Bug #658265
+* Update links to the git repository.
+  (Kjell Ahlstedt) Bug #658265.
+
 3.0.3 (stable):
 
+* Update library.gnome.org/devel links to developer.gnome.org.
+* Added a Changes In gtkmm 3 chapter.
+* Update for the change from intermediate types to std::vector.
+  (Murray Cumming)
+	
 3.0.2 (stable):
 
 * Put a 2 in the name, so this is now Programming with gtkmm 2.
diff --git a/configure.ac b/configure.ac
index d2f2334..4f76d8e 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], [3.0.3],
+AC_INIT([gtkmm-documentation], [3.2.0],
         [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 >= 3.0.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.2.0])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 AC_LANG([C++])



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