[gtkmm-documentation] 3.15.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] 3.15.1
- Date: Fri, 27 Feb 2015 10:52:14 +0000 (UTC)
commit 8bb5dfaa28c9d418b8c9ecc97d25862ef125c191
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Feb 27 11:52:02 2015 +0100
3.15.1
NEWS | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
configure.ac | 4 ++--
2 files changed, 51 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7785bbb..a0765f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
-3.12.0:
+3.15.1 (unstable):
+
+* Replace use of deprecated Widget::override_*() methods.
+ (Kjell Ahlstedt)
+* Add ScaleButton example.
+ (Murray Cumming)
+* Add VolumeButton example.
+ (Murray Cumming)
+* Add the "Gio::Resource and glib-compile-resources" section.
+ (Kjell Ahlstedt)
+* drawingarea/image and menus_and_toolbars examples: Use resource files.
+ (Kjell Ahlstedt)
+* Custom widget example: Use Gtk::StyleProperty.
+ (Kjell Ahlstedt)
+* Improve the UI definitions in the menu examples
+ (Kjell Ahlstedt)
+* Main menu example: Use Gtk::Application to display an app menu
+ (Kjell Ahlstedt)
+* Menus and Toolbars: Update the text and examples.
+ (Kjell Ahlstedt)
+* Completed _WRAP_SIGNAL and _WRAP_VFUNC documentation.
+ (Marcin Kolny)
+* Arrow example: Arrow icons have been renamed.
+ (Kjell Ahlstedt)
+* Remove the example with the deprecated StatusIcon
+ (Kjell Ahlstedt)
+* Add _WRAP_CHILD_PROPERTY section to tutorial.
+ (Juan R. García Blanco)
+* others/cellrenderercustom/testpopup: Use the new base class order.
+ (Kjell Ahlstedt)
+* Application/app_and_win_menus example: Hide the window when quitting.
+ (Kjell Ahlstedt) Bug #731126
+* Mention that Arrow, Alignment and most Button signals are deprecated
+ (Kjell Ahlstedt)
+* Fix 'make check' after Gtk::Alignment has been deprecated
+ (Kjell Ahlstedt)
+* Fix 'make check' after Gtk::Misc has been deprecated
+ (Kjell Ahlstedt)
+* Fix 'make check' after Gtk::Arrow has been deprecated
+ (Kjell Ahlstedt)
+* PlacesSidebar example: use new show-enter-location.
+ (Juan R. García Blanco )
+* Application example: Show the new command-line parsing API
+ (Kjell Ahlstedt) Bug #727822
+* Builder examples: Don't use deprecated API in the Glade files
+ (Kjell Ahlstedt)
+
+
+3.12.0 (stable):
* Added Gtk::ActionBar.
(Juan R. García Blanco)
diff --git a/configure.ac b/configure.ac
index 3705307..20515a9 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.12.0],
+AC_INIT([gtkmm-documentation], [3.15.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm-documentation], [http://www.gtkmm.org/])
@@ -20,7 +20,7 @@ AC_PATH_PROG([PERL], [perl], [perl])
AC_PROG_SED
PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.40.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.12.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.15.9])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
# glib-compile-resources and C compiler are needed to generate and compile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]