[gtkmm] 2.90.5
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 2.90.5
- Date: Wed, 14 Jul 2010 08:09:17 +0000 (UTC)
commit 3f2115c782324cf7adb57e52bdb237f91df4274d
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jul 14 10:09:03 2010 +0200
2.90.5
ChangeLog | 2 ++
NEWS | 10 +++++++++-
configure.ac | 5 +++--
3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bc1418c..9977b1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.90.5:
+
2010-07-14 Murray Cumming <murrayc murrayc com>>
DragContext: Added get_source_window() and get_selected_action().
diff --git a/NEWS b/NEWS
index ac0fe36..1697994 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.90.5 (unstable):
+
+Gdk:
+* Remove Gdk::Region, using Cairo::Region instead.
+ This requires the latest cairomm.
+* DragContext: Added get_source_window() and get_selected_action().
+ (Murray Cumming)
+
2.90.4 (unstable):
Gtk:
@@ -6,7 +14,7 @@ Gtk:
* StatusBar: Added remove_all().
* TextView: Added get_hadjustment(), get_vadjustment(),
im_context_filter_keypress(), and reset_im_context().
-
+
2.90.3.1 (unstable):
Build:
diff --git a/configure.ac b/configure.ac
index b266a7b..d572bbb 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], [2.90.4.0],
+AC_INIT([gtkmm], [2.90.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -53,7 +53,8 @@ AS_IF([test "x$enable_static" = xyes],
[AC_DEFINE([GTKMM_STATIC_LIB], [1], [Define when building gtkmm as a static library])])
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.90.3'])
+# The extra cairomm check is because gdkmm requires a newer cairomm than pangomm requires.
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.90.3 cairomm-1.0 >= 1.9.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]