[gtkmm] 3.9.12
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.9.12
- Date: Wed, 28 Aug 2013 11:28:09 +0000 (UTC)
commit f9bf3315f74cc81c75c0162227a5d2a7f1cc9a7b
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Aug 28 13:27:59 2013 +0200
3.9.12
NEWS | 22 ++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cedd430..8b3f2bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.9.12 (unstable):
+
+Gtk:
+* Button: Add constructor that takes an icon_name and size.
+ (Murray Cumming)
+* Entry: Add get/set_tabs() and property.
+ (Murray Cumming)
+* Label: Add get/set_lines() and property.
+ (Murray Cumming)
+* Add Revealer.
+ (Juan R. GarcĂa Blanco) Bug #705460
+* Widget:
+ - add get_scale_factor().
+ (Murray Cumming)
+ - Widget: Add drag_begin() that takes x and y coordinates.
+ (Murray Cumming)
+
+Gdk:
+* Cursor: Wrap some new functions.
+ (Murray Cumming)
+
+
3.9.10 (unstable):
Gdk:
diff --git a/configure.ac b/configure.ac
index 54641da..a403d12 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.9.10],
+AC_INIT([gtkmm], [3.9.12],
[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.36.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.10 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.36.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.12 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
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]