Revved to 1.23.5 for GNOME 2.23.5. generate atk.def from atk.symbols.
[platform/upstream/atk.git] / ChangeLog
index 9173e36..1e059e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+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),