[gtkmm] 3.17.3



commit 517530f51e1840dad4bc5887cccc6fe705333e0e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 8 12:44:43 2015 +0200

    3.17.3

 NEWS         |   35 ++++++++++++++++++++++++++++++++++-
 configure.ac |    4 ++--
 2 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b4ed44d..2fdba6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,44 @@
-TODO: 3.17.1 (unstable):
+3.17.3 (unstable):
 
 Gdk:
 * Deprecate open_default_libgtk_only() and supports_composite().
+  (Kjell Ahlstedt)
 * Window: Deprecate get/set_composited(), set_static_gravities() and flush().
+  (Kjell Ahlstedt)
 
 Gtk:
+* Actionable: Add keep_return to the _WRAP_VFUNC() for get_action_name.
+  (Kjell Ahlstedt) Bug #705124.
+* Adjustment: Deprecate changed() and value_changed().
+  (Murray Cumming)
 * CellRendererPixbuf: Deprecate property_follow_state().
+  (Kjell Ahlstedt)
+* Add ModelButton.
+  (Kjell Ahlstedt)
+* Popover: Wrap the pointing-to property.
+  (Kjell Ahlstedt) Bug #723394
+* Add PopoverMenu.
+  (Kjell Ahlstedt)
+* Scrollable: Add get_border() and ScrolledWindow::signal_edge_reached()
+  (Kjell Ahlstedt)
+* ScrolledWindow: Add signal_edge_reached().
+  (Kjell Ahlstedt)
+* SearchEntry: Add handle_event() and new signals
+  (Kjell Ahlstedt)
+
+Documentation:
+* Demo:
+  - Show data files in extra tabs in the Gtk::Notebook.
+  - Remove the last traces of the UIManager and stock browser demos.
+  - Add Builder demo.
+  - Use resource files for the source code and data files.
+
+
+Build:
+* Missing GTKMM_API for CellLayout.
+  (Mikhail Titov) Bug #748720
+* Demo:  Use getc() if HAVE_GETC_UNLOCKED is not defined.
+  (Mikhail Titov) Bug #748657
 
 
 3.16:
diff --git a/configure.ac b/configure.ac
index 9974e43..afc09f0 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.16.0],
+AC_INIT([gtkmm], [3.17.3],
         [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.44.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.16.0 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.45.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.17.3 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]