Added ATK_ROLE_FORM and ATK_RELATION_DESCRIBED_BY/DESCRIPTION_FOR to HEAD.
[platform/upstream/atk.git] / ChangeLog
index 6beb012..a662f9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+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 Esfahbod
+       (atk_image_get_position): Allow for NULL-in params.
+       (atk_image_get_size): Allow for NULL in-params.
+       
+2006-03-13 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS: Revved to 1.11.3.
+       This is the GNOME 2.14.0 version of ATK.
+       
+2006-02-24 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkobject.c:
+       (get_atk_locale_dir): Make sure to convert from UTF-8 to
+       correct filename encoding; bug #317458 from Kazuzi IWAMOTO.
+
+       * atk/atkobject.c:
+       * atk/atktext.c:
+       Const patch from Arjan Van de Van; adds 'const' to 
+       internal atk structures and methods where appropriate.
+
+2006-01-17 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.11.1.
+       Re-dist using a working gtk-doc, so that docs are included.
+       
+2006-01-16 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.11.0.
+       
+2005-12-27  Abel Cheung  <maddog@linuxhall.org>
+
+       * configure.in: Added "zh_HK" to ALL_LINGUAS.
+
 2005-11-17  Bill Haneman <bill.haneman@sun.com>
 
        * atk/atkobject.h:
@@ -6,6 +107,7 @@
        ATK_ROLE_PAGE, ATK_ROLE_SECTION, ATK_ROLE_REDUNDANT_OBJECT.
        (AtkAttributeSet): Moved here from AtkText.
        (AtkObjectClass): Added get_attributes vfunc pointer.
+
        (atk_object_get_attributes): New public method.
        
        * atk/atkobject.c: