[gtkmm/gtkmm-2-24] 2.23.91
- From: murrayc src gnome org
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-2-24] 2.23.91
- Date: Wed, 2 Feb 2011 10:23:43 +0000 (UTC)
commit cffdd9c9fd1c0f49619f6541d8e0f7f90dadc48b
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Feb 2 11:23:26 2011 +0100
2.23.91
ChangeLog | 2 ++
NEWS | 15 +++++++++++++++
configure.ac | 4 ++--
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2727291..61dac2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.23.91:
+
2011-02-02 Murray Cumming <murrayc murrayc com>
Button: undeprecated the clicked() method.
diff --git a/NEWS b/NEWS
index 34e4faf..f69a764 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.23.91 (unstable):
+
+Gtk:
+* Button: undeprecated the clicked() method.
+ Thanks to Aurimas Ä?ernius.
+* ComboBox: Deprecate clear_items() in favour of remove_all().
+* ComboEntryText: Add append(), prepend() and insert(), deprecating
+ append_text(), prepend_text() and insert_text().
+* Image:
+ - Added const-correct constructor and a const-correct
+ set(IconSet, size) method, deprecating the existing ones.
+ - Added get_pixel(), deprecating get_mem().
+* Range: Added get/set_round_digits() and property.
+ (Murray Cumming)
+
2.23.90 (unstable):
Gdk:
diff --git a/configure.ac b/configure.ac
index 9641438..25274e1 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.23.90],
+AC_INIT([gtkmm], [2.23.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -54,7 +54,7 @@ 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.24 pangomm-1.4 >= 2.27.1 gtk+-2.0 >= 2.23.90'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.24 pangomm-1.4 >= 2.27.1 gtk+-2.0 >= 2.24.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]