[gtkmm] 3.11.8
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.11.8
- Date: Tue, 4 Mar 2014 09:57:23 +0000 (UTC)
commit 457f384b2e8dd367138cf39e0aed7bd3cc844e33
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 4 10:56:51 2014 +0100
3.11.8
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0837523..579bb90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.11.8 (unstable):
+
+Gtk:
+* Window: Add is_maximized() and the is-maximized property.
+ (Juan R. García Blanco)
+* IconInfo: Add is_symbolic().
+ (Juan R. García Blanco)
+* Assistant: Add use-header-bar property.
+ (Juan R. García Blanco)
+* ActionBar:
+ - Now inherits from GtkBin
+ - spacing and center-widget properties removed.
+ - Add unset_center_widget() method.
+ (Juan R. García Blanco)
+* Box: Add get/set_center_widget() and unset_center_widget().
+ (Juan R. García Blanco)
+* Dialog: Add get/set_header_bar() and the
+ use_header_bar property.
+ (Juan R. García Blanco)
+* Entry:
+ - Add the max-width-chars property.
+ - Add get/set_max_width_chars() and the property.
+ (Juan R. García Blanco)
+* MenuButton:
+ - Add get/set_popover() and unset_popover() and the property.
+ - Add get/set_use_popover() and the property.
+ (Juan R. García Blanco)
+* Popover: Add constructor that takes a model and
+ add bind_model().
+ (Juan R. García Blanco)
+
+
3.11.7 (unstable):
* MessageDialog: Deprecate get/set_image() and the property.
diff --git a/configure.ac b/configure.ac
index 9523667..7b503c3 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.11.7],
+AC_INIT([gtkmm], [3.11.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.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.11.7 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.11.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]