X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=5120710d52b74cf0778f83a11c00ac82147f017e;hb=cd96f06d1ec770abd8c11abeafd115e8bd8ebafc;hp=c857d2dc1783940151f745b8151d70b087b52d14;hpb=9b6eeb4b5438eef4a22beafaa6cf085a26140bd5;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index c857d2d..5120710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +2003-02-26 Padraig O'Briain + + * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object): + Correct creation of non-AtkGObjectAccessible (bug #107124) + + * atk/atkobject.c (atk_object_class_init): Set default initialize + function so that code which does not check for existence of parent + class's initialize function will work. + + * atk/atkvalue.c: (atk_value_get_minimum_value, + atk_value_get_maximum_value, atk_value_get_current_value): + Reset Value argument if it is a valid GValue otherwise zeroise it. + + docs/tmpl/atkhypertext.sgml: Add link-selected signal. + +2003-02-25 Tor Lillqvist + + * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh. + + * atk/atk.def: Add a couple of missing entries, thanks to Cedric + Gustin. + + * atk/atk.rc.in: New file, for version info in the DLL on + Windows. Similar as in GLib, GTK, etc. + + * configure.in: Generate atk/atk.rc. + + * atk/Makefile.am: Use atk.rc on Windows. + (EXTRA_DIST): Distribute atk.rc(.in). + + * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR, + but deduce it from DLL location, like GLib, GTK etc do. + +2003-02-23 Abel Cheung + + * configure.in: Added "mk" to ALL_LINGUAS. + +2003-02-21 Roozbeh Pournader + + * configure.in: Added "fa" to ALL_LINGUAS. + +2003-02-21 Metin Amiroff + + * configure.in: Added Azerbaijanian to ALL_LINGUAS. + +2003-02-19 Dmitry G. Mastrukov + + * configure.in: Added Belarusian to ALL_LINGUAS. + +2003-02-14 Padraig O'Briain + + * atk/atknoopobject.c: Add AtkHypertext interface as this object should + claim to implement all interfaces. + +2003-02-12 Padraig O'Briain + + * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb + + * atk/atkhypertext.c + (atk_hypertext_get_link): Add check on link_index value + (atk_hypertext_get_link_index): Add check on char_index value + +2003-02-09 Christian Rose + + * configure.in: Added "kn" to ALL_LINGUAS. + +2003-02-07 Christian Rose + + * configure.in: Added "bn" to ALL_LINGUAS. + +2003-02-06 Christian Rose + + * configure.in: Added "id" to ALL_LINGUAS. + +2003-02-04 Padraig O'Briain + + * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object): + Add weak reference so we do not leak the accessible when the object + dies. Problem reported by Alex Larsson. + +2003-02-02 Fatih Demir + + * configure.in: Added "tr" (Turkish) to the languages' list. + +2003-01-30 Padraig O'Briain + + * atk/atkhyperlink.[ch] + New property selected-link defined. + Function pointer is_selected_link added to interface + (atk_hyperlink_is_selected_link: New functions which checks + whether the specified AtkHyperlink is selected + + * atk/atkhypertext.[ch] + New signal link-selected added. + + * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link + + * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link + and function atk_hyperlink_is_selected_link. + + This fixes bug #104621. + +Tue Jan 28 13:52:20 2003 Manish Singh + + * autogen.sh (have_automake): call the versioned automake when + checking the version itself. + +Tue Jan 28 15:18:24 2003 Owen Taylor + + * autogen.sh (have_automake): Fix version in complaint + message about automake. (#104366, Rich Burridge) + +2003-01-26 Daniel Yacob + + * configure.in: Added am to ALL_LINGUAS. + +2003-01-23 Stanislav Visnovsky + + * configure.in: Added "sk" to ALL_LINGUAS. + +2003-01-23 Abel Cheung + + * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS. + +2003-01-23 Evandro Fernandes Giovanini + + * configure.in: Added "pt_BR" to ALL_LINGUAS. + 2003-01-22 Marius Andreiana * configure.in: added 'ro' to ALL_LINGUAS @@ -53,7 +181,7 @@ * docs/atk-sections.txt: Add new functions and data items. - * docs/tmpl/atk-object.sgml: Remove some docuementation and put in + * docs/tmpl/atk-object.sgml: Remove some documentation and put in atkobject.h. Add reference to accessible-table-caption-object. * docs/tmpl/atk-relation.sgml: Add new properties @@ -384,7 +512,7 @@ Fri Nov 8 19:55:25 2002 Soeren Sandmann increment version to 1.1.0, in view of the fact that we've branched for GNOME-2 and GTK+-2.0, and this is HEAD. Also reset INTERFACE_AGE to zero, since an enum was added. - Use similar librray numbering as GTK. + Use similar library numbering as GTK. * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW