[atk] Release atk 2.0.0.
- From: Li Yuan <liyuan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] Release atk 2.0.0.
- Date: Tue, 5 Apr 2011 02:34:30 +0000 (UTC)
commit 27237e62159cb1db7b81a067d565be42a6884691
Author: Li Yuan <li yuan sun com>
Date: Tue Apr 5 10:35:15 2011 +0800
Release atk 2.0.0.
NEWS | 5 +++++
configure.ac | 6 +++---
docs/tmpl/atktext.sgml | 31 +++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 13daf8d..7b32ba0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 2.0.0:
+=========================
+*
+*Translation update.
+
Changes in version 1.91.92:
=========================
*
diff --git a/configure.ac b/configure.ac
index c28cf68..ec83fa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,9 +15,9 @@ dnl if backwards compatibility has been broken,
dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
-m4_define([atk_major_version], [1])
-m4_define([atk_minor_version], [91])
-m4_define([atk_micro_version], [92])
+m4_define([atk_major_version], [2])
+m4_define([atk_minor_version], [0])
+m4_define([atk_micro_version], [0])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])
diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml
index 8c0584d..af3360e 100644
--- a/docs/tmpl/atktext.sgml
+++ b/docs/tmpl/atktext.sgml
@@ -73,6 +73,26 @@ change was an insertion or a deletion
@arg1: The position (character offset) of the insertion or deletion.
@arg2: The length (in characters) of text inserted or deleted.
+<!-- ##### SIGNAL AtkText::text-insert ##### -->
+<para>
+
+</para>
+
+ atktext: the object which received the signal.
+ arg1:
+ arg2:
+ arg3:
+
+<!-- ##### SIGNAL AtkText::text-remove ##### -->
+<para>
+
+</para>
+
+ atktext: the object which received the signal.
+ arg1:
+ arg2:
+ arg3:
+
<!-- ##### SIGNAL AtkText::text-selection-changed ##### -->
<para>
The "text-selection-changed" signal is emitted when the selected text of
@@ -82,6 +102,17 @@ an object which implements AtkText changes.
@atktext: the object which received the signal.
+<!-- ##### SIGNAL AtkText::text-update ##### -->
+<para>
+
+</para>
+
+ atktext: the object which received the signal.
+ arg1:
+ arg2:
+ arg3:
+ arg4:
+
<!-- ##### ENUM AtkTextBoundary ##### -->
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]