summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2007-02-13 17:58:54 +0000
committerBill Haneman <billh@src.gnome.org>2007-02-13 17:58:54 +0000
commitf64d7483588d5ab89875d06da46f1fa904d65e09 (patch)
treef825f8652db0941c415e596f24dffcd50efd6b1c /ChangeLog
parentb0ee533d4a6056dfd0546edb1eaf232744a94390 (diff)
downloadatk-f64d7483588d5ab89875d06da46f1fa904d65e09.tar.gz
Point AtkRelation docs to atk_object_add_relationship(), which
simplifies the use of AtkRelation. See docs bug #367627. svn path=/trunk/; revision=1148
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c88d976..948ea4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* atk/atkstate.h: Clarified documentation for
ATK_STATE enumerations. See bug #398038.
+
+ * atk/atkrelation.c: Point to atk_object_add_relationship,
+ to clarify and simplify use of AtkRelation. See bug #367627.
2007-02-12 Li Yuan <li.yuan@sun.com>