X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=a662f9cb36e3b007d1c7aef79030b5360e8db2e0;hb=f6b22e8a564a4c924e7e50e4343f6511d3443d02;hp=f9f757736723a06c262e74939ca27b654d562d0a;hpb=c1926f534b4605f421ef958ae1e7f3fb1d17a07e;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index f9f7577..a662f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,72 @@ +2006-06-08 Bill Haneman + + * configure.in: Revved to 1.12.0 after tagging the repository with + gnome-2-14 (if we need to create/work on the old branch). + + * atk/atkobject.h, atkobject.c: Added ATK_ROLE_FORM (bug #344142). + + * atk/atkrelationtype.h: Added ATK_RELATION_DESCRIPTION_FOR, + ATK_RELATION_DESCRIBED_BY (bug #344144). + +2006-04-17 Kjartan Maraas + + * configure.in: Remove obsolete no.po referrals + * po/no.po: Same. + +2006-03-28 Bill Haneman + + * configure.in, NEWS: Revved to 1.11.4, to include docs improvements. + +2006-03-24 Gora Mohanty + + * configure.in: Added 'or' (Oriya) to ALL_LINGUAS. + +2006-03-21 Bill Haneman + + gtk-doc documentation fixes: ATK now has 100% API coverage + with no incomplete function/struct descriptions. + + * atk/atkdocument.c: Edited docs to make gtk-doc happier. + * atk/atkimage.c: Ditto. + * atk/atkobject.c: Moved 'Deprecated' tag relative to 'Returns', + to make gtk-doc happier. + * atk/atkobject.h: Documented AtkPropertyValues. + * atk/atkrelationtypes: Documented the unused/invalid types + ATK_RELATION_TYPE_NULL and ATK_RELATION_TYPE_LAST_DEFINED. + * atk/atktext.h: Documented AtkTextBoundaryType. + * atk/atkutil.h: Documented AtkKeyEventStruct. + * docs/atksections.txt: Added missing function entries. + * docs/tmpl/atkhypertext.sgml: Added long description. + * docs/tmpl/atkregistry.sgml: Added long description. + * docs/tmpl/atkrelationset.sgml: Added long description. + * docs/tmpl/atkstreamablecontent.sgml: Added long description. + +2006-03-21 Tor Lillqvist + + * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo. + + * atk/atk.def: Add some missing functions. + +2006-03-20 Vladimer Sichinava + + * configure.in: Added "ka" (Georgian) to ALL_LINGUAS + +2006-03-20 Bill Haneman + + * atk/atkutil.h: Added missing info on AtkEventListener, + AtkEventListenerInit, and AtkKeySnoopFunc. bug #320911. + + * atk/atkimage.h: Moved information about '-1' return values + to the corresponding parameters. bug #320916. + + * atk/atkobject.c: Fixed some docs issues in comment blocks. + + * docs/tmpl/atkobject.sgml: Clarify children-changed signal + params. bug #162410. + 2006-03-20 Bill Haneman - * atk/atkimage.c: Bug detected by Behdad Estafood + * atk/atkimage.c: Bug detected by Behdad Esfahbod (atk_image_get_position): Allow for NULL-in params. (atk_image_get_size): Allow for NULL in-params.