[gtkmm] 3.5.4



commit e40e6f4eb537bc0f07572c1ad134bfb5d990b2f9
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 12 12:07:16 2012 +0200

    3.5.4

 ChangeLog    |    2 ++
 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8a874d9..c14e586 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.5.4 (unstable):
+
 2012-06-12  Murray Cumming  <murrayc murrayc com>
 
 	Entry: Undeprecate the activate signal.
diff --git a/NEWS b/NEWS
index f1e33d7..56320e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+3.5.4 (unstable):
+
+* Application:
+  - Document that ID may now be empty.
+  - Pass 0 (NULL) rather than "" to GApplication.
+* Builder: Add create_from_resource() and add_from_resource().
+  (Kalev Lember) Bug #674545
+* Entry: Undeprecate the activate signal.
+  (Murray Cumming) Bug #655500 (Kjell Ahlstedt)
+* StyleContext:
+  - Add render_icon() and render_insertion_cursor() and deprecate some 
+    functions.
+    (Kjell Ahlstedt) Bug #675632
+  - Add get_style_property().
+    (Mark Vender) Bug #674746
+* UIManager: Add add_ui_from_resource().
+	(Kalev Lember) Bug #674545
+* Widget: Deprecate draw_insertion_cursor().
+  (Kjell Ahlstedt) Bug #675632
+* Documentation:
+  - Application: add_window(): Correct the documentation.
+	  (Murray Cumming) Noticed by Mateusz Marzantowicz.
+  - Container: Document several rarely used virtual functions
+    (Mark Vender) Bug #670206
+  - Widget: Document get_style_property_value() and get_style_property().
+    (Mark Vender) Bug #673303
+* Build: Make the list of gdk targets non-automagic. Otherwise, it is difficult
+  e.g. to build a wayland-only gtkmm on a build machine that has gdk with both 
+  x11 and wayland targets installed.
+  (Alexandre Rostovtsev) Bug #673963
+	
 3.4.0 (stable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index d67bce8..ba5e6b2 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.4.0],
+AC_INIT([gtkmm], [3.5.4],
         [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.32.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.4.0 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.33.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.5.4 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 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]