Revved to 1.23.5 for GNOME 2.23.5. generate atk.def from atk.symbols.
[platform/upstream/atk.git] / ChangeLog
index e43df8b..1e059e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,246 @@
+2008-07-21  Li Yuan  <li.yuan@sun.com>
+
+       * NEWS:
+       * configure.in:
+       Revved to 1.23.5 for GNOME 2.23.5.
+       * atk/Makefile.am:
+       generate atk.def from atk.symbols.
+
+
+2008-07-11  Runa Bhattacharjee <runabh@gmail.com>
+
+       * configure.in: Added Pashto (ps) to ALL_LINGUAS
+
+2008-06-19  Li Yuan  <li.yuan@sun.com>
+
+       * atk/Makefile.am:
+       * atk/atk.def:
+       * atk/atk.symbols:
+       * atk/atkhyperlink.h:
+       * atk/atkobject.h:
+       * docs/tmpl/atkhyperlink.sgml:
+       * docs/tmpl/atkobject.sgml:
+       Patch from Mike Gorse <mgorse@novell.com>. Bug #526752.
+       Mark deprecated symbols with ATK_DISABLE_DEPRECATED.
+
+2008-06-05  Michael Natterer  <mitch@imendio.com>
+
+       Bug #535704:
+
+       * configure.in: add G_DISABLE_SINGLE_INCLUDES and
+       ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
+
+       * atk/atk.h: define __ATK_H_INSIDE__ around including all other
+       headers.
+
+       * atk/atk*.h: add single-include guards that #error out if
+       ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
+       included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
+
+       * atk/Makefile.am: define ATK_COMPILATION while building ATK.
+       Add single-include guards to the generated atk-enum-types.h too.
+
+2008-03-10  Li Yuan  <li.yuan@sun.com>
+
+       * NEWS:
+       * configure.in:
+       Revved to 1.22.0 for GNOME 2.22.0.
+
+2008-02-25  Li Yuan  <li.yuan@sun.com>
+
+       * NEWS:
+       * configure.in:
+       Revved to 1.21.92 for GNOME 2.21.92.
+
+2008-01-31  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atktext.c: (atk_text_get_character_at_offset),
+       (atk_text_get_text_at_offset):
+       Bug #508846. Extend allowed indexes of 
+       ATK_TEXT_GET_TEXT_AT_OFFSET and
+       ATK_TEXT_GET_CHARACTER_AT_OFFSET to allow values -1 and -2.
+
+2008-01-14  Li Yuan  <li.yuan@sun.com>
+
+       * NEWS:
+       * configure.in:
+       Revved to 1.21.5 for GNOME 2.21.5.
+
+2008-01-04  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atkutil.h:
+       Bug #502840. Derived type definition convenience macros
+       * tests/Makefile.am:
+       Bug #500978. Fixes the building of the test modules 
+       as dynamic on Cygwin and MinGW.
+
+2007-09-24  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atkhyperlink.c: (atk_hyperlink_class_init):
+       Fix bug #477763. Correct registration of the 
+       "start-index" property for AtkHyperlink.
+
+2007-09-17  Li Yuan  <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.20.0 for GNOME 2.20.0.
+
+2007-08-03  Danishka Navin  <danishka@gmail.com>
+
+       * configure.in: added "si" (Sinhala) to ALL_LINGUAS.
+
+2007-07-30  Li Yuan  <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.19.6 for GNOME 2.19.6.
+
+2007-07-27  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atkutil.c: (atk_get_version):
+       * atk/atkutil.h:
+       Bug #460851. A new API to get the current version of ATK.
+
+2007-06-04  Li Yuan <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.19.3 for GNOME 2.19.3.
+       Remove gnome-doc-utils dependence.
+
+2007-05-11  Brian Cameron  <brian.cameron@sun.com>
+
+       * Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly.
+         This works better when you build with glib via an
+         uninstalled.pc file.
+
+2007-04-25  Christophe Merlet  <redfox@redfoxcenter.org>
+
+       * configure.in: added "oc" (Occitan) to ALL_LINGUAS.
+
+2007-04-23  Li Yuan <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.19.1 for GNOME 2.19.1.
+
+2007-04-11  Li Yuan <li.yuan@sun.com>
+
+       * autogen.sh, configure.in: use gnome-autogen.sh to simplify
+       autogen.sh.
+
+2007-03-22  Christian Persch <chpe@gnome.org>
+
+       Fix for #418194.
+       * atk/Makefile.am: use -DATK_LOCALEDIR.
+       * configure.in: remove AM_GLIB_DEFINE_LOCALEDIR.
+
+2007-03-22  Christian Persch <chpe@gnome.org>
+
+       Fix for #382328.
+       * atk/atkrelation.c: (atk_relation_type_get_name): add missing const.
+       * atk/atkstate.c: (atk_state_type_get_name): ditto.
+       * atk/atktext.c: (atk_text_attribute_get_name): ditto.
+
+2007-03-12  Li Yuan <li.yuan@sun.com>
+
+       * configure.in, NEWS:
+       Revved to 1.18.0 for GNOME 2.18.0.
+
+2007-03-02  Li Yuan <li.yuan@sun.com>
+
+       * atk/atkobject.c: 
+       (atk_object_notify_state_change):
+       Fix #408527. Add a check.
+
+2007-02-25  Tor Lillqvist  <tml@novell.com>
+
+       * atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
+       atk_util_get_type().
+
+       * atk/atk.def: Add atkmisc entry points.
+
+2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * Makefile.am: Dist MAINTAINERS.
+
+2007-02-13  Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkstate.h: Clarified documentation for
+       ATK_STATE enumerations.  See bug #398038.
+
+       * atk/atkrelation.c: Point to atk_object_add_relationship, 
+       to clarify and simplify use of AtkRelation.  See bug #367627.
+       
+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>
+
+       * atk/atkaction.c:
+       (atk_action_get_name): Clarified what is expected 
+       in an action name, and numerated some commonly-used names.
+       (atk_action_get_keybinding): Improve the documentation
+       for the string returned by this API.
+
+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: