Added ATK_ROLE_FORM and ATK_RELATION_DESCRIBED_BY/DESCRIPTION_FOR to HEAD.
[platform/upstream/atk.git] / ChangeLog
index f9f7577..a662f9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,72 @@
+2006-06-08 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.12.0 after tagging the repository with
+       gnome-2-14 (if we need to create/work on the old branch).
+       
+       * atk/atkobject.h, atkobject.c: Added ATK_ROLE_FORM (bug #344142).
+       
+       * atk/atkrelationtype.h: Added ATK_RELATION_DESCRIPTION_FOR, 
+       ATK_RELATION_DESCRIBED_BY (bug #344144).
+       
+2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * configure.in: Remove obsolete no.po referrals
+       * po/no.po: Same.
+
+2006-03-28 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS: Revved to 1.11.4, to include docs improvements.
+       
+2006-03-24  Gora Mohanty  <gmohanty@cvs.gnome.org>
+
+        * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
+
+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.
+
+       * atk/atk.def: Add some missing functions.
+
+2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>
+
+        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
+
+2006-03-20 Bill Haneman <bill.haneman@sun.com>
+       
+       * atk/atkutil.h: Added missing info on AtkEventListener,
+       AtkEventListenerInit, and AtkKeySnoopFunc. bug #320911.
+
+       * atk/atkimage.h: Moved information about '-1' return values
+       to the corresponding parameters.  bug #320916.
+       
+       * atk/atkobject.c: Fixed some docs issues in comment blocks.
+
+       * docs/tmpl/atkobject.sgml: Clarify children-changed signal
+       params. bug #162410.
+       
 2006-03-20 Bill Haneman <bill.haneman@sun.com>
 
-       * atk/atkimage.c: Bug detected by Behdad Estafood
+       * atk/atkimage.c: Bug detected by Behdad Esfahbod
        (atk_image_get_position): Allow for NULL-in params.
        (atk_image_get_size): Allow for NULL in-params.