X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=b5020b744d2dfe00458082a1721e52cc09a9897f;hb=341f10d5d5296558c3b305df8b7557b000c022a2;hp=67b9b576ddd008bf1fc8e1dcf191c29713aa2ba1;hpb=9ca40f6cb3cba2523409a8d2e414f66ec6c19298;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index 67b9b57..b5020b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,382 @@ +=== ChangeLog discontinued === + + With the move to git, atk is switching from a ChangeLog file + to relying on commit messages to provide change history. Please + see README.commits for guidance on the expected message format. + +2009-03-19 Li Yuan + + Patch from Yue Wang. Bug #575794. + * atk/atkcomponent.c: + * atk/atkdocument.c: + * atk/atkhyperlink.c: + * atk/atkhyperlinkimpl.c: + * atk/atkmisc.c: + * atk/atkobject.c: + * atk/atkobject.h: + * atk/atkrelation.c: + * atk/atkrelationset.c: + * atk/atkstreamablecontent.c: + * atk/atktext.c: + * atk/atkutil.c: + * atk/atkvalue.c: + Change "ATK 1.x" to "1.x". Avoid build error. + +2009-03-16 Li Yuan + + * NEWS: + * configure.in: + Revved to 1.26.0 for GNOME 2.26.0. + +2009-03-06 Sven Herzberg + + Improve the documentation + + * docs/atk-sections.txt: added AtkStateSet; this will enable a link to + the right page, as well as display the inheritance relation to GObject + (so people can see that g_object_unref is the right function - instead + of implying this by the absence of any free function) + * docs/tmpl/atkstateset.sgml: updated auto-built file + +2008-12-01 Li Yuan + + * NEWS: + * configure.in: + Revved to 1.25.2 for GNOME 2.25.2. + +2008-11-27 Li Yuan + + * configure.in: + Bug #562204. Remove dependency of gmodule. + +2008-11-27 Li Yuan + + * atk/atkobject.c: (atk_role_get_name), + (atk_role_get_localized_name), (atk_role_for_name): + * atk/atktext.c: (atk_text_attribute_get_value): + Bug #505445. Patch from Christian Persch. Removed unnecessary + memory relocations. + +2008-11-14 Li Yuan + + * atk/atkobject.c: + Bug #361757. Add ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW + to role_items so their name can be got. + * atk/atkrelation.c: (atk_relation_set_property): + Bug #478620. Fix memory when atk_relation_set_property. + +2008-11-11 Li Yuan + + * atk/atkgobjectaccessible.c: + Bug #560156. Fix parameter type description. + +2008-11-10 Li Yuan + + * atk/atkobject.c: (atk_object_remove_relationship): + Bug #477708. Only remove the target, not the relation if + there are still are targets. + * atk/atkrelation.c: (atk_relation_remove_target): + * atk/atkrelation.h: New API. + * atk/atkrelationset.c: (atk_relation_set_add), + (atk_relation_set_remove): + Add/remove the new relation's targets to/from the existed + relation if there has been a relation with the same type. + * atk/atkstateset.c: (atk_state_set_or_sets): + Bug #478595. Return NULL if sets are empty. + +2008-11-10 Li Yuan + + * atk/atkrelationset.c: (atk_relation_set_add): + Don't ref the relation if it is not added. + +2008-11-07 Li Yuan + + * atk/atkrelationset.c: (atk_relation_set_add): + Bug #478583. Do not add the relation if it is already + in the relationset. + +2008-11-07 Li Yuan + + * atk/atkutil.c: (atk_add_global_event_listener), + (atk_add_key_event_listener): + Bug #480126. + Change the return value to 0 if failure accroding to doc. + +2008-09-22 Li Yuan + + * NEWS: + * configure.in: + Revved to 1.24.0 for GNOME 2.24.0. + +2008-09-19 Tor Lillqvist + + * atk-zip.sh.in: Message catalogs are in share/locale, not + lib/locale. + +2008-09-13 Tor Lillqvist + + * atk/atkobject.c: Don't use the deprectated + g_win32_get_package_installation_subdirectory(). Use + g_win32_get_package_installation_directory_of_module() + instead. Also, don't use the deprecated silly + G_WIN32_DLLMAIN_FOR_DLL_NAME() macro, but an explicit minimal + DllMain() that just saves the DLL handle. + +2008-09-09 Li Yuan + + * configure.in: + Bug #551474. add LINGUAS file to pass make dist. + +2008-08-06 Tor Lillqvist + + * configure.in: On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64 + depending on host architecture. + + * atk/Makefile.am: Use it if/when running lib.exe. + +2008-07-28 Tor Lillqvist + + * atk/Makefile.am (libatk_1_0_la_DEPENDENCIES): Depend on atk.def + on Windows so that we build it before trying to use it. + +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. + +2007-04-23 Li Yuan + + * configure.in, NEWS: + Revved to 1.19.1 for GNOME 2.19.1. + +2007-04-11 Li Yuan + + * autogen.sh, configure.in: use gnome-autogen.sh to simplify + autogen.sh. + +2007-03-22 Christian Persch + + Fix for #418194. + * atk/Makefile.am: use -DATK_LOCALEDIR. + * configure.in: remove AM_GLIB_DEFINE_LOCALEDIR. + +2007-03-22 Christian Persch + + 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 + + * configure.in, NEWS: + Revved to 1.18.0 for GNOME 2.18.0. + +2007-03-02 Li Yuan + + * atk/atkobject.c: + (atk_object_notify_state_change): + Fix #408527. Add a check. + +2007-02-25 Tor Lillqvist + + * 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 + + * Makefile.am: Dist MAINTAINERS. + +2007-02-13 Bill Haneman + + * 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 + + * configure.in, NEWS: + Revved to 1.17.0. + +2007-02-12 Li Yuan + + * 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 + + * configure.in, NEWS: + Revved to 1.13.2. + +2007-01-19 Li Yuan + + * 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 + + * atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc + +2007-01-10 Li Yuan + + * configure.in: + * atk/atkmisc.h: + Revved to 1.13.1. + +2007-01-08 Bill Haneman + + * 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 + + * 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 + + * configure.in, NEWS: + Bump to 1.12.4, for gnome 2.17.4. + +2006-12-04 Bill Haneman + + * Added Li Yuan to MAINTAINERS. + 2006-10-01 Bill Haneman * configure.in, NEWS: