[gtkmm] 2.91.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 2.91.4
- Date: Mon, 22 Nov 2010 14:46:19 +0000 (UTC)
commit 04db85945ed4c6bf3132838e28e1638c35dc6d60
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Nov 22 15:45:51 2010 +0100
2.91.4
ChangeLog | 2 ++
NEWS | 19 +++++++++++++++++++
configure.ac | 4 ++--
tests/wrap_existing/main.cc | 2 +-
4 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bfd7f55..17fc5cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.4:
+
2010-11-10 Murray Cumming <murrayc murrayc com>
Dialog: get_vbox(): Return a Box instead of a VBox.
diff --git a/NEWS b/NEWS
index 7e065a1..60a33ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.91.4 (unstable):
+
+Gtk:
+* Dialog: get_vbox(): Return a Box instead of a VBox.
+* Added Grid container.
+ (Murray Cumming)
+* Style: Fixed the clone_vfunc() implementation's reference-counting.
+ (José Alburquerque)
+* Widget: Removed the deprecated size-request signal.
+ (Murray Cumming)
+
+Build:
+* Fix the refcount-debug-warnings build.
+ (Krzesimir Nowak)
+* Windows Installer:
+ - Make sure libintl-8.dll gets cleaned up correctly on uninstall.
+ - Add the lib\cairomm-1.0 directory to the installed files.
+ (Armin Burgmeier)
+
2.91.3 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index 8e2015b..865a287 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.3],
+AC_INIT([gtkmm], [2.91.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -54,7 +54,7 @@ AS_IF([test "x$enable_static" = xyes],
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
# The extra cairomm check is because gdkmm requires a newer cairomm than pangomm requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.91.3 cairomm-1.0 >= 1.9.2'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.91.4 cairomm-1.0 >= 1.9.2'])
AS_IF([test "x$gtkmm_host_windows" = xyes],
[GTKMM_MODULES=$GDKMM_MODULES],
diff --git a/tests/wrap_existing/main.cc b/tests/wrap_existing/main.cc
index 38f71f9..ee07a29 100644
--- a/tests/wrap_existing/main.cc
+++ b/tests/wrap_existing/main.cc
@@ -23,7 +23,7 @@ int main(int argc, char**argv)
Gtk::Main app(&argc, &argv);
Gtk::Dialog* pDialog = new Gtk::Dialog();
- Gtk::VBox* pBox = pDialog->get_vbox();
+ Gtk::Box* pBox = pDialog->get_vbox();
//Set a quark and a callback:
initialize_quark();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]