[atkmm] 2.231
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] 2.231
- Date: Tue, 30 Jun 2015 12:17:31 +0000 (UTC)
commit 89ca2c76e93ad425917b6feefffc3fcdfe76f1ec
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jun 30 14:17:17 2015 +0200
2.231
NEWS | 28 ++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c9e9149..ef22e42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+atkmm 2.23.1 (unstable):
+
+Atk:
+* Document: Add get/set_attribute() and deprecate get_document() and
+ get_document_type().
+ (Murray Cumming)
+* Component: Deprecate add/remove_focus_handler, get_size() and get_position().
+ (Murray Cumming)
+* Add Range.
+ (Murray Cumming)
+* Table:
+ - Deprecate get_column/row_at_index().
+ (Kjell Ahlstedt)
+ - Add a get_at() const version and deprecate get_index_at().
+ (Murray Cumming)
+* Text:
+ - Deprecate get_text_before_offset(), get_text_after_offset().
+ - Add get_string_at_offset(), deprecating other methods for it.
+ (Murray Cumming)
+* Value: Deprecate get_minimum/maximum_range() in favour or get_range().
+ (Murray Cumming)
+
+Build:
+
+* Update MSVC 2005, 2008 and 2010 Projects: Add "Install" Project
+ (Chun-wei Fan)
+
+
atkmm 2.22.7 (stable):
* Remove the use of g_type_init() because it has been deprecated.
diff --git a/configure.ac b/configure.ac
index ab51225..b93f8dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# pkg-config name as before and is meant to be binary compatible. Thus for the
# time being, the version number cannot be brought in line with ATK, since that
# would break compatibility.
-AC_INIT([atkmm], [2.22.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
+AC_INIT([atkmm], [2.23.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
[atkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -48,7 +48,7 @@ AC_PROG_CXX
AC_DISABLE_STATIC
LT_INIT([win32-dll])
-AC_SUBST([ATKMM_MODULES], ['atk >= 1.12 glibmm-2.4 >= 2.45.3'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 1.16 glibmm-2.4 >= 2.45.3'])
PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]