[gtkmm] 3.13.8



commit 28c34607edf3e3fcd4636c5b096cde1aa8bda617
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 15 21:41:05 2014 +0200

    3.13.8

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cdd11a7..92adc34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.13.8 (unstable):
+
+Gdk:
+* Window: Add get/set_event_compression(), set_shadow_width(),
+  and show_window_menu().
+  (Murray Cumming)
+
+Gtk:
+* Application: Add get_actions_for_accel(), prefers_app_menu(), and
+  get_menu_by_id().
+  (Murray Cumming)
+* CellArea: Add attribute_get_column().
+  (Murray Cumming)
+* EntryCompletion: Add the no_matches signal.
+  (Murray Cumming)
+* ListBox:
+  - Add selected_foreach(), get_selected_rows(), unselect_row(), select_all()
+  and unselect_all(). Add the selected_rows_changed signal.
+  (Murray Cumming)
+* ListBoxRow: Add is_selected(), set/get_selectable(), set/get_activatable().
+  Add the selectable and activatable properties.
+  (Murray Cumming)
+* Settings: Add the gtk_long_press_time property.
+  (Murray Cumming)
+* StatusIcon:  Deprecate this because it is deprecated in gtk+
+  (Kjell Ahlstedt)
+* StyleContext: Really add get_scale().
+  (Murray Cumming)
+* Widget: Add get/set_clip().
+  (Murray Cumming)
+
+
 3.13.7 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 99dedb8..edcc79c 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.7],
+AC_INIT([gtkmm], [3.13.8],
         [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.41.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.13.7 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.8 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]