[gtkmm] 3.13.5



commit e9477bfa3a4e891db563765b30f581f37ef4c142
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 29 10:31:41 2014 +0200

    3.13.5

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5af47d3..1559130 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+3.13.5 (unstable):
+
+Gtk:
+* Container: Support child properties.
+  (Juan R. García Blanco)
+* Add EventController and Gesture* classes.
+  (Kjell Ahlstedt)
+* IconTheme: Add add_resource_path() and deprecate add_builtin_icon().
+  (Murray Cumming)
+* Notebook: Add child properties tab_label, menu_label, position,
+  tab_expand, tab_fill, reorderable, and detachable.
+  (Juan R. García Blanco)
+* Stack: Add child properties name, title, icon_name, position, and
+  needs_attention.
+  (Juan R. García Blanco)
+* Switch: Add set/get_state(), the state property, and the state_set signal.
+* Toolbar: Add child properties expand and homogeneous.
+  (Juan R. García Blanco) Bug #140515
+* Widget: Deprecate get/set_double_buffered() and the property.
+  (Kjell Ahlstedt)
+
+Documentation:
+* Demo: Update notebook's tabs style to match the gtk3-demo.
+  (Juan R. García Blanco)
+* Demo: Add a gestures example, based on the gtk3-demo equivalent.
+  (Kjell Ahlstedt)
+* Add Gestures group to the reference docs
+  (Kjell Ahlstedt)
+lated to C++.
+
+
 3.13.3 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 3c26af9..fe0afa2 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.13.3],
+AC_INIT([gtkmm], [3.13.5],
         [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.13.3 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.41.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.13.5 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]