Release atk 2.0.0. ATK_2_0_0
authorLi Yuan <li.yuan@sun.com>
Tue, 5 Apr 2011 02:35:15 +0000 (10:35 +0800)
committerLi Yuan <li.yuan@sun.com>
Tue, 5 Apr 2011 02:35:15 +0000 (10:35 +0800)
NEWS
configure.ac
docs/tmpl/atktext.sgml

diff --git a/NEWS b/NEWS
index 13daf8d..7b32ba0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 2.0.0:
+=========================
+*
+*Translation update.
+
 Changes in version 1.91.92:
 =========================
 *
index c28cf68..ec83fa7 100644 (file)
@@ -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])
 
index 8c0584d..af3360e 100644 (file)
@@ -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>