Revved to 1.17.0.
[platform/upstream/atk.git] / ChangeLog
index d288d92..419ad25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2007-02-12  Li Yuan  <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.17.0.
+
+2007-02-12  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atkmisc.c:
+       (atk_misc_threads_enter), (atk_misc_threads_leave):
+       Bug #404592. Don't do anything if misc is NULL.
+
+2007-01-22  Li Yuan  <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.13.2.
+
+2007-01-19  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atkmisc.c:
+       (atk_misc_threads_enter), (atk_misc_threads_leave):
+       Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass
+       to use the overloaded functions. 
+
+2007-01-13  Hans Breuer  <hans@breuer.org>
+
+       * atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc
+
+2007-01-10  Li Yuan <li.yuan@sun.com>
+
+       * configure.in:
+       * atk/atkmisc.h:
+       Revved to 1.13.1.
+
+2007-01-08  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.13.0, since new API
+       has been added for gnome 2.17.5.  (ATK is
+       now API frozen for gnome 2.18.)
+
+       * atk/atkmisc.[ch]: New class which provides
+       miscellaneous utilities including
+       (atk_misc_threads_enter, atk_misc_thread_leave): New, 
+       see bug #329454.
+
+       * docs/tmpl/atkmisc.sgml:
+       Docs for AtkMisc.
+       
+       * docs/tmpl/atkhyperlinkimpl.sgml: Added minimal
+       doc for AtkHyperlinkImpl struct.
+       
+2006-12-05  Li Yuan <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Bump to 1.12.4, for gnome 2.17.4.
+
+2006-12-04  Bill Haneman <bill.haneman@sun.com>
+       
+       * Added Li Yuan <li.yuan@sun.com> to MAINTAINERS.
+
+2006-10-01  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS:
+       Bump to 1.12.3, for gnome 2.16.1.
+       
+2006-09-26  Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atktext.c:
+       (atk_text_attribute_get_value): Allow 
+       the wrap value to be 3 (bug #357847).
+
+2006-09-14  Bill Haneman <bill.haneman@sun.com>
+
+       * atk/docs/atkdocument.sgml:
+       Update docs to include signals, and revise description.
+       
+       Following code changes from Neo Liu <nian.lui@sun.com>
+
+       * atkdocument.c:
+       (atk_document_base_init): New, add signals
+       "load_complete", "load_stopped", "reload".
+
+       * atknoopobject;c:
+       (atk_no_op_object_get_type): Add 'AtkDocument'
+       interface type to this test AtkObject class.
+       
+2006-09-19  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
+
+       * configure.in: Added "te" to ALL_LINGUAS
+
 2006-09-14  Bill Haneman <bill.haneman@sun.com>
 
        * atk/atk.def: Added some missing symbols for win32 build.