summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-06-08 13:48:31 +0000
committerBill Haneman <billh@src.gnome.org>2006-06-08 13:48:31 +0000
commit87e4b23c58d24f012bbcba95a49679c79d894ce1 (patch)
tree50f75925eefc72086ef202e659fe12e5ec20186d /ChangeLog
parent7c5160d140a6dd96ca086d617d5986770199cec4 (diff)
downloadatk-87e4b23c58d24f012bbcba95a49679c79d894ce1.tar.gz
Added ATK_STATE_DEFAULT. (Bug #344281)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a662f9c..8f2b2a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
* atk/atkrelationtype.h: Added ATK_RELATION_DESCRIPTION_FOR,
ATK_RELATION_DESCRIBED_BY (bug #344144).
+
+ * atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281).
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>