X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=1e059e74db9bace127c294d7e721d4f73b2e6848;hb=944d486440f96cdbd460e599cebbe96873cfe644;hp=f4682ac23fc09f26fbe62c7ea55c44f8c935ee93;hpb=4e1ad97e882978243c4feb2e979c202968c1a650;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index f4682ac..1e059e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +2008-07-21 Li Yuan + + * 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 + + * configure.in: Added Pashto (ps) to ALL_LINGUAS + +2008-06-19 Li Yuan + + * 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 . Bug #526752. + Mark deprecated symbols with ATK_DISABLE_DEPRECATED. + +2008-06-05 Michael Natterer + + 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 + + * NEWS: + * configure.in: + Revved to 1.22.0 for GNOME 2.22.0. + +2008-02-25 Li Yuan + + * NEWS: + * configure.in: + Revved to 1.21.92 for GNOME 2.21.92. + +2008-01-31 Li Yuan + + * 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 + + * NEWS: + * configure.in: + Revved to 1.21.5 for GNOME 2.21.5. + +2008-01-04 Li Yuan + + * 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 + + * atk/atkhyperlink.c: (atk_hyperlink_class_init): + Fix bug #477763. Correct registration of the + "start-index" property for AtkHyperlink. + +2007-09-17 Li Yuan + + * configure.in, NEWS: + Revved to 1.20.0 for GNOME 2.20.0. + +2007-08-03 Danishka Navin + + * configure.in: added "si" (Sinhala) to ALL_LINGUAS. + +2007-07-30 Li Yuan + + * configure.in, NEWS: + Revved to 1.19.6 for GNOME 2.19.6. + +2007-07-27 Li Yuan + + * 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 + + * configure.in, NEWS: + Revved to 1.19.3 for GNOME 2.19.3. + Remove gnome-doc-utils dependence. + +2007-05-11 Brian Cameron + + * 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 * configure.in: added "oc" (Occitan) to ALL_LINGUAS.