summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2011-04-05 10:35:15 +0800
committerLi Yuan <li.yuan@sun.com>2011-04-05 10:35:15 +0800
commit27237e62159cb1db7b81a067d565be42a6884691 (patch)
treefc46b6875334b0c516b6a43dcc885dee43ec8483
parent6b7382dd70fb2878a855eaa2b74b1487c2517ffb (diff)
downloadatk-ATK_2_0_0.tar.gz
Release atk 2.0.0.ATK_2_0_0
-rw-r--r--NEWS5
-rw-r--r--configure.ac6
-rw-r--r--docs/tmpl/atktext.sgml31
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>