[gtkmm] 3.19.5
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.19.5
- Date: Wed, 23 Dec 2015 08:57:25 +0000 (UTC)
commit 25b5f02bb6e1e6bd4ccc8112738d993d891812a9
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Dec 23 09:57:16 2015 +0100
3.19.5
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c581961..256cc71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.19.5:
+
+Gtk:
+* Button: Deprecate get/set_focus_on_click() and property.
+ (Kjell Ahlstedt)
+* ComboBox: Deprecate get/set_focus_on_click() and property.
+ (Kjell Ahlstedt)
+* FileChooserButotn: Deprecate set/get_focus_on_click() and property.
+ (Kjell Ahlstedt)
+* Widget: Add set/get/property_focus_on_click(),
+ set/unset/get_font_options(), set/get_font_map(), queue_allocate(),
+ get_allocated_size().
+ (Kjell Ahlstedt)
+* Window: Deprecate resize_to_geometry().
+ (Kjell Ahlstedt)
+
+Gdk:
+* Screen::get_font_options(): Really take a copy.
+ (Kjell Ahlstedt)
+
+Build:
+* Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants
+ (Kjell Ahlstedt)
+* Demos, tests: Use nullptr instead of 0.
+ (Kjell Ahlstedt)
+* Gtk: Use nullptr instead of 0
+ (Kjell Ahlstedt)
+* Gdk: Use nullptr instead of 0
+ (Kjell Ahlstedt)
+* Menushell, Widget: Use noexcept on the destructor implementation.
+ To match the generated declaration.
+ (Emeric Maschino) Bug #759263, Bug #759262
+
+
3.19.3:
* Gdk::Rectangle: Add operator==().
diff --git a/configure.ac b/configure.ac
index eaf8a5d..d5e8bc3 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.19.3],
+AC_INIT([gtkmm], [3.19.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -93,7 +93,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.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.3 cairomm-1.0 >=
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.5 cairomm-1.0 >=
1.12.0 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]