X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=b5020b744d2dfe00458082a1721e52cc09a9897f;hb=28e8224c77c7f55edb53ca021f4a576cbcc1e5e4;hp=871d4c37f01cdf307ab2a14c42ef57ab2b63a37f;hpb=c90838ac55aec8bc698e9b960bf3c9de07d8dd8e;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index 871d4c3..b5020b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +=== 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):