[gtkmm] 3.11.9
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.11.9
- Date: Tue, 18 Mar 2014 12:03:49 +0000 (UTC)
commit 65437b0fa1854c5376c2defc29815929f40e03f5
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 18 13:03:41 2014 +0100
3.11.9
NEWS | 17 +++++++++++++++++
configure.ac | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 579bb90..2611d0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.11.9 (unstable):
+
+Gdk:
+* Device: Add get_last_event_window().
+ (Murray Cumming)
+
+Gtk:
+* Application: Added set_accel_for_action(), get/set_accels_for_action() and
+ list_action_descriptions().
+ (Murray Cumming)
+* Widget:
+ - Added get/set_margin_start/end() and properties.
+ (Murray Cumming)
+ - Added scale-factor property.
+ (Murray Cumming)
+
+
3.11.8 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index 7b503c3..2d25701 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], [3.11.8],
+AC_INIT([gtkmm], [3.11.9],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -91,7 +91,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.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.11.8 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.11.9 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
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]