Tweak to AtkRoleType docs.
[platform/upstream/atk.git] / ChangeLog
index 8abc903..f217f69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+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.
@@ -5,7 +25,8 @@
        index xsl parser can find them.  Bug #313183.
 
        * atk/atkobject.h:
-       Added ATK_ROLE_LINK, bug #345367.
+       Added ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW, 
+       bug #345367 and #140635.
        
 2006-06-21 Bill Haneman <bill.haneman@sun.com>