X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=6b9d449067d208e3971654bb3168d083c16def17;hb=daabecd70abfa9dd5b3e18df7dcbe814684f41aa;hp=2971651c1887a1b07f568551ec87c48a8415c876;hpb=e87180429ce99fcd6c7e85797663d6a1f05051c7;p=platform%2Fupstream%2Fatk.git diff --git a/ChangeLog b/ChangeLog index 2971651..6b9d449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,474 @@ +2004-08-16 Christian Rose + + * configure.in: Added "bs" to ALL_LINGUAS. + +2004-08-13 Padraig O'Briain + + * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c + atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c + atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c: + Fix for bug #149990; patch from Kjartan Maraas. + +2004-08-12 Kjartan Maraas + + * configure.in: Added nb to ALL_LINGUAS. + +2004-08-09 Ankit Patel + + * configure.in: Added "gu" to ALL_LINGUAS. + +2004-07-28 Padraig O'Briain + + * configure.in: Increment version to 1.7.3 and interface age to 3. + + * ===== Released Version 1.7.3, interface age 3, binary age 703 ==== + + * NEWS: Updated. + +2004-07-20 Padraig O'Briain + + * docs/atk-sections.txt: Add entries to fix warning when generating + documentation. + + * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml + docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml + docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml + docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated + files. + +2004-07-20 Padraig O'Briain + + * ===== Released Version 1.7.2, interface age 2, binary age 702 ==== + + * NEWS: Updated. + +2004-07-20 Bill Haneman + + * atk/atkobject.h, atkobject.c, atk-object-enum.c: + Added ATK_ROLE_EMBEDDED, "embedded component", which is a + context hint for assistive technologies that the contained + children share a context which differs from the embedding + container. Fixes bug #147989. + + * configure.in: Revved to 1.7.2. + +2004-06-10 Padraig O'Briain + + * atk/atkcomponent.h: Add definition for atk_rectangle_get_type + and ATK_TYPE_RECTANGLE. + * atk/atkcomponent.c (atk_component_base_init): Correct definition + of "bounds-changed" signal. + (atk_rectangle_copy): New function. + (atk_rectangle_get_type): New function. + +2004-06-08 Padraig O'Briain + + * configure.in: Increment version to 1.7.2 and interface age to 2. + +2004-06-08 Padraig O'Briain + + * ===== Released Version 1.7.1, interface age 1, binary age 701 ==== + + * NEWS: Updated. + +2004-06-04 Padraig O'Briain + + * docs/atk-sections.txt: Add AtkRectangle. + + * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed + signal. + +2004-05-29 Christian Rose + + * configure.in: Added "tk" to ALL_LINGUAS. + +2004-05-18 Padraig O'Briain + + * atk/atkobject.c: Allow locale dir not to be harcoded into binary. + Fixes bug #128906. + +2004-05-11 Padraig O'Briain + + * atk/atkobject.c: Make extra_roles static. + + * atk/atkrelation.c: Make extra_names static. + + Fixes bug #142234. + + * atk/atkstate.h: Add clarification of state ATK_STATE_ENABLED to + documentation. + +2004-04-22 Padraig O'Briain + + * configure.in: Increment version to 1.7.1 and interface age to 1. + +2004-04-22 Padraig O'Briain + + * ===== Released Version 1.7.0, interface age 0, binary age 700 ==== + + * NEWS: Updated. + +2004-04-20 Padraig O'Briain + + * configure.in: Increment version to 1.7.0. + + * atk/atkcomponent.[ch]: Add new signal "bounds_changed". + * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed". + + Fixes bug #140476. + + * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF. + * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED. + * docs/tmpl/atkrelation.sgml: Add new relation + * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED + + Fixes bug #133375. + + * atk/atktext.c: Make extra_attributes static. + +2004-04-19 Padraig O'Briain + + * ===== Released 1.6.1===== + + * configure.in: Version 1.6.1, interface age 1, binary age 601 + + * NEWS: Updated. + + * README: Fix typo. + +2004-04-08 Guntupalli Karunakar + + * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. + +2004.04.02 Iñaki Larrañaga + + * configure.in: Added "eu" (Basque) to ALL_LINGUAS. + +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. @@ -72,7 +543,7 @@ * NEWS: Updated. -2003-05-09 Samúel Jón Gunnarsson +2003-05-09 Samúel Jón Gunnarsson * is.po: Added "is" into ALL_LINGUAS.