summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2007-02-13 17:47:48 +0000
committerBill Haneman <billh@src.gnome.org>2007-02-13 17:47:48 +0000
commitb0ee533d4a6056dfd0546edb1eaf232744a94390 (patch)
treedc2db1366e580ac14dbcb60e496cf1aa3f22272b /ChangeLog
parenta05fdce2e4ce2ca035b904f992551b1eceb11fb7 (diff)
downloadatk-b0ee533d4a6056dfd0546edb1eaf232744a94390.tar.gz
Improved documentation for AtkStateType and AtkRoleType enums (bug #398038 and bug
#394492). svn path=/trunk/; revision=1147
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 419ad25..c88d976 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-13 Bill Haneman <bill.haneman@sun.com>
+
+ * atk/atkstate.h: Clarified documentation for
+ ATK_STATE enumerations. See bug #398038.
+
2007-02-12 Li Yuan <li.yuan@sun.com>
* configure.in, NEWS:
@@ -33,6 +38,14 @@
2007-01-08 Bill Haneman <bill.haneman@sun.com>
+ * atk/atkaction.c:
+ (atk_action_get_name): Clarified what is expected
+ in an action name, and numerated some commonly-used names.
+ (atk_action_get_keybinding): Improve the documentation
+ for the string returned by this API.
+
+2007-01-08 Bill Haneman <bill.haneman@sun.com>
+
* configure.in: Revved to 1.13.0, since new API
has been added for gnome 2.17.5. (ATK is
now API frozen for gnome 2.18.)