Tweak to AtkRoleType docs.
[platform/upstream/atk.git] / ChangeLog
index a662f9c..f217f69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+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
@@ -7,6 +62,13 @@
        
        * 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>