Tweak to AtkRoleType docs.
[platform/upstream/atk.git] / ChangeLog
index 0b53332..f217f69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+2006-08-01 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkobject.h:
+       Improved docs for ATK_ROLE_APPLICATION, ATK_ROLE_ALERT.
+       
+2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
+
+       * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
+
+2006-06-29 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkhyperlinkimpl.h:
+       * atk/atkhyperlinkimpl.c:
+       (atk_hyperlink_impl_get_hyperlink): New method and 
+       interface, allows a client to obtain the 
+       AtkHyperlink instance associated with an AtkObject.
+       See RFE #344284.
+
+       * configure.in: Bumped to 1.12.1.
+
+2006-06-23 Bill Haneman <bill.haneman@sun.com>
+
+       * docs/atk-docs.sgml: Add index sections.
+       * atk/*.c: Fix 'Since' and 'Deprecated' tags so that
+       index xsl parser can find them.  Bug #313183.
+
+       * atk/atkobject.h:
+       Added ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW, 
+       bug #345367 and #140635.
+       
+2006-06-21 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkstateset.c:
+       (ATK_STATE): Patch from Ginn Chen, bug #345407.
+       Fix ATK_STATE macro for state values > 32.
+       
+2006-06-15 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkstreamablecontent.h, atkstreamablecontent.c:
+       Fix nasty typo.  Bug #344915.
+       
+2006-06-14 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkstreamablecontent.h, atkstreamablecontent.c:
+       (atk_streamable_content_get_uri): New method, returns a string
+       representing a URI from which content may be streamed.
+       See RFE #344885.
+       
+2006-06-08 Bill Haneman <bill.haneman@sun.com>
+
+       * atk/Makefile.am: Added $(srcfile) to win32
+       libatk_1_0_la_LDFLAGS,
+       bug #336802.  Hope that works, as I don't have a win32 build env
+       to test on.
+       
+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).
+
+       * atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281) and
+       ATK_STATE_VISITED (bug #344384), also ATK_STATE_ANIMATED which
+       is in AT-SPI but was not yet in ATK.
+
+       * atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment
+       (missing despite being in AT-SPI's IDL for Value: bug #341875)
+       
+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/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.