X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=553821f19b3a22a667c74c01e24b5f74174512df;hb=f98923f747bea33186da237e6a84e9ceedf5d838;hp=9f9a260a91e173123af44bc954a544d2850acbe7;hpb=9667f9e4fdfb90cac17c5b0519830fb527de61b8;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index 9f9a260..553821f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,332 @@ +2004-03-29 Manish Singh + + * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir. + +2004-03-23 Guntupalli Karunakar + + * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. + +2004-03-23 Pablo Saratxaga + + * configure.in: Added Walloon (wa) to ALL_LINGUAS + +2004-03-22 Padraig O'Briain + + * configure.in: + * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666. + Patch from Roger Leigh. + +2004-03-18 Guntupalli Karunakar + + * configure.in: Added "mr" for Marathi to ALL_LINGUAS. + +2004-03-08 Padraig O'Briain + + * ===== Released 1.6.0===== + + * configure.in: Version 1.6.0, interface age 0, binary age 600 + + * NEWS: Updated. + +2004-03-07 Danilo Šegan + + * configure.in: Added "sr@ije" to ALL_LINGAUS. + +Mon Mar 1 20:32:06 2004 Tim Janik + + * autogen.sh: + - exit with $? instead of 1 in case of failure + - exit with $? if ./configure failed + (that's so autogen.sh && make lines work) + - removed --enable-gtk-doc option + - added $AUTOGEN_CONFIGURE_ARGS + +2004-03-01 Tor Lillqvist + + * atk/atk.def: Add some missing entries. + +2004-02-24 Padraig O'Briain + + * ===== Released 1.5.5===== + + * configure.in: Version 1.5.5, interface age 4, binary age 505 + + * NEWS: Updated. + +2004-02-20 Christian Rose + + * configure.in: Added "en_CA" to ALL_LINGUAS. + +2004-02-16 Padraig O'Briain + + * ===== Released 1.5.4===== + + * configure.in: Version 1.5.4, interface age 3, binary age 504 + + * NEWS: Updated. + +2004-02-03 Padraig O'Briain + + * ===== Released 1.5.3===== + + * configure.in: Version 1.5.3, interface age 2, binary age 503 + + * NEWS: Updated. + +2004-02-01 Robert Sedak + + * configure.in: Added "hr" (Croatian) to ALL_LINGUAS. + +2004-01-26 Padraig O'Briain + + * atk/atkobject.c: Revise property name. Fixes bug #130022 from + Christian - Manny Calavera - Neumair. + +2004-01-23 Manish Singh + + * Makefile.am: remove trailing backslash from last line of + DISTCLEANFILES. + +2004-01-23 Padraig O'Briain + + * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283, + from laszlo.peter@ireland.sun.com. + + * Makefile.am: Add DISTCLEANFILES. + +2004-01-12 Padraig O'Briain + + * ===== Released 1.5.2===== + + * configure.in: Version 1.5.2, interface age 1, binary age 502 + + * NEWS: Updated. + +2004-01-05 Padraig O'Briain + + * configure.in: Move specification of ALL_LINGUAS to later in file + so that CATOBJEXT is defined correctly. + Use ATK_LOCALEDIR instead of atklocaledir. + + * atk/Makefile.am: Remove definition of ATKLOCALEDIR. + + * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR. + + * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal. + +2004-01-02 Padraig O'Briain + + * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837) + Patch provided by Jeff Franks. + +2003-12-17 Padraig O'Briain + + * atk/atkobject.c: Change "accel label" to "accelerator label". + Fixes bug #129499. + +2003-12-04 Padraig O'Briain + + * ===== Released 1.5.1===== + + * configure.in: Version 1.5.1, interface age 0, binary age 501 + + * NEWS: Updated. + +2003-12-03 Padraig O'Briain + + * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007. + + * atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and + properties + + * atk/docs/tmpl/atkobject.sgml: Add references to new property and role + +2003-12-01 Michael Natterer + + * atk/atkobject.c (atk_object_real_get_property): fix typo: + s/g_value_set_set/g_value_set_int/. + +2003-12-01 Padraig O'Briain + + * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of + properties translatable. Add new property "accessible-hypertext-nlinks". + (atk_object_real_get_property): Add support for new property + "accessible-hypertext-nlinks". + + * atk/atkhyperlink.h: Remove unnecessary comments. Add signal + link_activated. + + * atk/atkhyperlink.c: Add signals link_activated and new properties + "number-of-anchors", "end-index" and "start-index". + + This fixes bug #112390. + +2003-11-29 Danilo Šegan + + * configure.in: Added "af" to ALL_LINGUAS. + +2003-11-26 Padraig O'Briain + + * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED + if object is focus object. + + * atk/atkutil.[ch] (atk_get_focus_object): New function which returns + the last object reported by the application as focused. + + * docs/atk-sections.txt, docs/tmpl/atkutil.sgml: + Add atk_get_focus_object. + + Fixes bug #127400. + +2003-11-26 Padraig O'Briain + + * atk/atkobject.c: Change role names so that the unlocalized names + do not contain hyphens and match the Java role names. Fixes bug #125024. + +2003-11-24 Padraig O'Briain + + * docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml, + docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml, + docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml, + docs/tmpl/atktext.sgml: Regenerate these files. The location of + signal information has changed. + +2003-11-24 Padraig O'Briain + + * ===== Released 1.5.0===== + + * configure.in: Version 1.5.0, interface age 0, binary age 500 + + * NEWS: Updated. + +2003-11-03 Padraig O'Briain + + * atk/atkrelation.c: Use weak references for objects in a relation + instead of object references so that objects are not leaked when + corresponding widgets are destroyed. + + This fixes bug #125725. + +2003-10-31 Padraig O'Briain + + * configure.in: Add reference to docs/version.xml + + Should have been done in previous commit but was omitted. + Fixes build break reported in bugs #1258548 and #125902. + +2003-10-29 Padraig O'Briain + + * configure.in: Add reference to docs/version.xml + + * docs/Makefile.am: Add references to version.xml.in and version.xml + + * docs/atk-docs.sgml: Add reference to version.xml + + * docs/version.xml.in: New file. + + This fixes bug #125758. + +2003-10-24 Padraig O'Briain + + * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877) + +2003-10-09 Padraig O'Briain + + * ===== Released 1.4.1===== + + * configure.in: Version 1.4.1, interface age 1, binary age 401 + + * NEWS: Updated. + +2003-09-28 Gediminas Paulauskas + + * configure.in: Added lt to ALL_LINGUAS. + +2003-09-23 Padraig O'Briain + + * atk.spec.in: Correct typo. Fix provided by Scott Kennedy. + This fixes bug #121990. + +2003-09-21 Åsmund Skjæveland + + * configure.in: Added Norwegian (nynorsk) code + nn to ALL_LINGUAS. + +2003-09-10 Padraig O'Briain + + * atk/atkobject.c: Remove comments about signals. The description + should be in files in docs/tmpl directory. + + * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal. + * docs/tmpl/atkobject.sgml: Add descriptions for + active-descendant-changed, children-changed, focus-event, + property-change, state-change and visible-data-changed signals. + * docs/tmpl/atkselection.sgml: Add description for selection-changed + signal. + * docs/tmpl/atktable.sgml: Add descriptions for column-deleted, + columnn-inserted, column-reordered, model-changed, row-deleted, + row-inserted and row-reordered signals. + * docs/tmpl/atktext.sgml: Add description for text-attributes-changed, + text-caret-moved, text-changed and text-selection-changed signals. + + This fixes bug #121163. + +2003-09-02 Padraig O'Briain + + * ===== Released 1.4.0===== + + * configure.in: Version 1.4.0, interface age 0, binary age 400 + + * NEWS: Updated. + +2003-08-28 Christian Rose + + * configure.in: Added "ne" to ALL_LINGUAS. + +2003-08-25 Padraig O'Briain + + * ===== Released 1.3.6===== + + * configure.in: Version 1.3.6, interface age 2, binary age 306 + + * NEWS: Updated. + +2003-08-08 Malcolm Tredinnick + + * autogen.sh: Clarify an error message. + +2003-08-08 Guntupalli Karunakar + + * configure.in: Added "hi" in ALL_LINGUAS. + +2003-08-07 Padraig O'Briain + + * ===== Released 1.3.5===== + + * configure.in: Version 1.3.5, interface age 1, binary age 305 + + * NEWS: Updated. + +2003-08-04 Padraig O'Briain + + * Remove po/Makefile.in.in. This fixes bug #119053. + +2003-07-08 Padraig O'Briain + + * atk/atktable.c (atk_table_ref_at): Ensure that row and column values + are non-negative. + + This is a partial fix for bug #116712. + +2003-07-03 Padraig O'Briain + + * atk/atkstateset.c (atk_state_set_is_empty): Correct return value. + Fixes bug #116621. Problem reported by Mario Lang. + +2003-06-25 Fatih Demir + + * configure.in: (Re-?)added "ta" (Tamil) to languages' list. + 2003-06-23 Padraig O'Briain * atk.spec.in: