[gtkmm] 3.15.9



commit a8f68041ac7c2e1d3a0b64e5a413e81be7fa2440
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 26 14:55:46 2015 +0100

    3.15.9

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 075c2b7..f801999 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+3.15.9 (unstable);
+
+Gtk:
+* Add StackSidebar.
+  (Kjell Ahlstedt)
+* StackSwitcher: Add unset_stack().
+  (Kjell Ahlstedt)
+* StyleContext: Deprecate list_regions(), add_region(),
+  remove_region(), has_region(), get_backgrount_color(), get_border_color(),
+  invalidate.
+  (Kjell Ahlstedt)
+* TextBuffer: Wrap the serialize()/deserialize() methods.
+  (Kjell Ahlstedt) Bug #694250
+* Widget: Deprecate  Deprecate override_color(), unset_color(),
+  override_background_color(), unset_background_color(), override_font(),
+  unset_font(), override_symbolic_color(), unset_symbolic_color(),
+  override_cursor(), unset_cursor().
+  (Kjell Ahlstedt)
+* Window: Deprecate Deprecate property_has_resize_grip(),
+  property_resize_grip_visible(), set/get_has_resize_grip(),
+  get_resize_grip_is_visible(), get_resize_grip_area().
+  (Kjell Ahlstedt)
+* Fix error messages from gmmproc by removing unnecessary _IGNORES()s.
+  (Kjell Ahlstedt)
+
+Gdk:
+* Device: Add get_vendor_id() and get_product_id().
+  (Murray Cumming)
+
+Documentation:
+* demos: Add stacksidebar demo.
+  (Kjell Ahlstedt)
+* demos: Replace calls to deprecated Widget::override_*() API.
+  (Kjell Ahlstedt)
+* Container: Remove obsolete comments that confuse doxygen.
+  (Kjell Ahlstedt)
+* Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.
+  To workaround a doxygen bug, to fix the genereated DevHelp search index.
+  (Murray Cumming) Bug #743918
+
+
 3.15.4 (unstable);
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index c2ddf89..d0b27fb 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.15.4],
+AC_INIT([gtkmm], [3.15.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.43.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.15.3 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.43.90 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.15.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]