summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-03-21 17:52:39 +0000
committerBill Haneman <billh@src.gnome.org>2006-03-21 17:52:39 +0000
commit3aedda07471e2692ff1361bac6af433b52dec629 (patch)
treeeac9657bd00a9329357e21229ce1045465511155 /ChangeLog
parentd155ef26c49995dc0a82b54ef7e961c65c564a33 (diff)
downloadatk-3aedda07471e2692ff1361bac6af433b52dec629.tar.gz
Improved documentation: ATK now has 100% gtk-doc coverage with no
sections tagged as incomplete.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21b33ac..582ad1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-03-21 Bill Haneman <bill.haneman@sun.com>
+
+ gtk-doc documentation fixes: ATK now has 100% API coverage
+ with no incomplete function/struct descriptions.
+
+ * atk/atkdocument.c: Edited docs to make gtk-doc happier.
+ * atk/atkimage.c: Ditto.
+ * atk/atkobject.c: Moved 'Deprecated' tag relative to 'Returns',
+ to make gtk-doc happier.
+ * atk/atkobject.h: Documented AtkPropertyValues.
+ * atk/atkrelationtypes: Documented the unused/invalid types
+ ATK_RELATION_TYPE_NULL and ATK_RELATION_TYPE_LAST_DEFINED.
+ * atk/atktext.h: Documented AtkTextBoundaryType.
+ * atk/atkutil.h: Documented AtkKeyEventStruct.
+ * docs/atksections.txt: Added missing function entries.
+ * docs/tmpl/atkhypertext.sgml: Added long description.
+ * docs/tmpl/atkregistry.sgml: Added long description.
+ * docs/tmpl/atkrelationset.sgml: Added long description.
+ * docs/tmpl/atkstreamablecontent.sgml: Added long description.
+
2006-03-21 Tor Lillqvist <tml@novell.com>
* atk/atkobject.c (get_atk_locale_dir): Fix fatal typo.