[gtkmm] 3.13.3



commit da21428afb3a086319eebb8eb58748b08b8a5beb
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 26 11:52:43 2014 +0200

    3.13.3

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d3ff5d8..5af47d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+3.13.3 (unstable):
+
+Gtk:
+* Builder: Fix ref count in get_widget() and get_widget_derived() and add test
+  case.
+  (Kjell Ahlstedt) Bug #731444 (Peter)
+* Container: Deprecate [set|get]_resize_mode() and set_reallocate_redraws().
+* Widget: Deprecate reparent(), region_intersect(),
+  get_root_window(), [set|get]_margin_[left|right](), property_style(),
+  property_margin_[left|right]().
+  (Kjell Ahlstedt) 
+* Add Overlay.
+  (Juan R. García Blanco)
+* IconInfo: Deprecate set_raw_coordinates(), get_embedded_rect(),
+  get_attach_points() and get_display_name().
+  (Murray Cumming)
+* Widget: Undeprecate and reimplement reparent() because it is still useful in
+  gtkmm.
+  (Kjell Ahlstedt)
+* WidgetPath:  Deprecate iter_add_region(),
+  iter_remove_region(), iter_clear_regions(), iter_list_regions()
+  and iter_has_region().
+  (Murray Cumming)
+
+Documentation:
+* Application: Add documentation concerning the use of quit()
+  (Kjell Ahlstedt) Bug #731126 (Glenn Rice)
+* Builder: Add documentation about widget and window lifetimes.
+  (Kjell Ahlstedt) Bug #731444 (Peter)
+* Add Overlay demo.
+  (Juan R. García Blanco)
+* demo: Avoid use of deprecated API.
+  (Murray Cumming)
+* demo: Make side bar scrollable as in the C version.
+   (Juan R. García Blanco)   
+
+
 3.13.2 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 904c6c0..3c26af9 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.2],
+AC_INIT([gtkmm], [3.13.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.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.13.2 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+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'])
 
 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]