[gtkmm] 2.90.3
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 2.90.3
- Date: Fri, 18 Jun 2010 16:35:42 +0000 (UTC)
commit b273068fdc2791bce388f234b3b54e9e8c9a649e
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Jun 18 18:35:24 2010 +0200
2.90.3
ChangeLog | 5 ++++-
NEWS | 10 ++++++++++
configure.ac | 4 ++--
3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bc493b6..3b23c6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.90.3:
+
2010-06-18 Murray Cumming <murrayc murrayc com>
Menu: Fix the build.
@@ -32,7 +34,8 @@
Fix the build for latest git master, and add ComboBox::popup_for_device().
* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
- * gtk/src/calendar.hg: select_month, mark_day(), unmark_day().
+ * gtk/src/calendar.hg: select_month, mark_day(), unmark_day(): Remove the
+ bool return value.
* gtk/src/combobox.hg: Added popup_for_device().
These are only in gtk 3, not gtk 2.2.
diff --git a/NEWS b/NEWS
index 9de01e9..d54beda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.90.3 (unstable):
+
+Gtk:
+* Assistant: Added commit().
+* Calednar: select_month, mark_day(), unmark_day(): Remove the bool return value.
+* ComboBox::popup(): Added optional device parameter.
+* Entry: Added im_context_filter_keypress() and reset_im_context().
+* IconTheme: Add back get_for_screen().
+* Menu: popup(): Add optional device parameter.
+
2.90.2 (unstable):
Gdk:
diff --git a/configure.ac b/configure.ac
index baef2f2..10d9960 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.2],
+AC_INIT([gtkmm], [2.90.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -56,7 +56,7 @@ AS_IF([test "x$enable_static" = xyes],
AC_SUBST([ATKMM_MODULES], ['glibmm-2.4 >= 2.24 atk >= 1.12'])
# 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.2'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-3.0 >= 2.90.3'])
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]