Drop the timestamp from the zip file names. Include the .def file.
[platform/upstream/atk.git] / ChangeLog
index 87584f8..fe8c00d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,281 @@
+2005-08-19  Tor Lillqvist  <tml@novell.com>
+
+       * atk-zip.sh.in: Drop the timestamp from the zip file
+       names. Include the .def file.
+
+       * atk/Makefile.am (install-def-file): Fix typo.
+
+2005-08-04  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Look for windres on Win32.
+
+       * atk/Makefile.am: Don't use the script in GLib's build/win32 to
+       compile the rc file into a resource object file. (This means we
+       lose the build number increment magic, but I doubt it was that
+       useful anyway.) Instead use windres directly. To pass a normal .o
+       file produced by windres through libtool, which wants .lo files,
+       pass it directly to the linker using a -Wl option.
+
+       * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
+
+2005-07-18  Abduxukur Abdurixit <abdurixit@gmail.com>      
+
+       * configure.in: Added 'ug' to ALL_LINGUAS.
+
+2005-06-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
+
+       * configure.in: Added 'gl' to ALL_LINGUAS.
+
+2005-04-28  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Patch from Michael Meeks to
+       make atk 1.9's dependency on gtk+ 2.6 soft, i.e. 
+       don't require gmodule-no-export-2.0.
+       Restores compatibility of atk 1.9 series with gtK 2.4.X.
+
+       Revved to 1.10.1.
+
+2005-04-22  Tor Lillqvist  <tml@novell.com>
+
+       * atk/atkobject.c: Initialize gettext before use. Calling
+       bindtextdomain() and bind_textdomain_codeset() in
+       atk_role_get_localized_name() was too late. Put the calls in new
+       function gettext_initialization() and call that from
+       atk_object_class_init() and atk_role_get_localized_name(). Move
+       the Win32-specific DllMain() and get_atk_locale_dir() functions
+       and the redefinition of ATK_LOCALEDIR before
+       gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948
+       for atk's part. Thanks to Robert Ögren, Daniel Atallah and Kevin
+       Stange.
+
+2005-04-09  Hans Breuer  <hans@breuer.org>
+
+       * atk/makefile.msc : updated $(LIBINTL_LIBS)
+       atkrelationtype.h to atk_headers, PKG_VER
+
+2005-04-05  Bill Haneman <bill.haneman@sun.com>
+
+       * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
+       indicate that explicit user interaction with a UI control is
+       required, i.e. for web forms elements with the 'required' tag.
+       See bug #172663.
+       
+2005-04-04  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkrelation.c: Update doc to note that atk_relation_add_target
+       was added for version 1.9.
+
+       * atk/atkrelationset.c: Update doc to note that 
+       atk_relation_set_add_relation_by_type was added for version 1.9.
+
+2005-03-30  Steve Murphy  <murf@e-tools.com>
+
+       * configure.in: Added "rw" to ALL_LINGUAS.
+
+2005-03-08  Bill Haneman <bill.haneman@sun.com>
+
+       * ===== Released 1.9.1=====
+
+       * configure.in, NEWS, README: Released 1.9.1.
+
+2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk.spec.in:  Corrected FTP directory. (bug #168218)
+       Corrected spelling
+
+2005-02-08  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "xh" to ALL_LINGUAS.
+
+2005-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
+
+2004-12-29  Tor Lillqvist  <tml@iki.fi>
+
+       * atk/atk.def: Add new functions.
+
+2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
+       Fixes bug #161562.
+
+2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * ===== Released 1.9.0=====
+
+       * configure.in: Version 1.9.0, interface age 0, binary age 900
+
+       * NEWS: Updated.
+
+Thu Nov 25 14:11:41 2004  Manish Singh  <yosh@gimp.org>
+
+       * autogen.sh: rm autom4te.cache, since it might interfere with
+       differing autoconf versions.
+
+2004-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
+       to fix warning when documentation is generated.
+
+       * atk/atkrelation.[ch]: 
+       * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
+
+       * atk/atkrelationset.[ch]:
+       * atk/tmpl/atkrelationset.sgml: 
+       Add atk_relation_set_add_relation_by_type.
+
+       * docs/atk-sections.txt: Add atk_relation_add_target and
+       atk_relation_set_add_relation_by_type.
+
+       Fixes bug #158722.
+
+2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
+       Patch from Matthias Clasen for bug #158531. 
+       Incremented version to 1.9.0. 
+       Branch for gnome-2-8 has been created.
+       
+2004-11-11  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "as" to ALL_LINGUAS.
+
+2004-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * docs/atk-docs.sgml: Add a more descriptive title in the docs.
+       Patch from Diego Gonzalez. (bug #156296)
+
+       * atk/text.c (Clarify meaning of end_offset for 
+       atk_text_get_text_at_offset().
+       Patch from Bill Haneman. (bug #156574)
+
+2004-09-14  Abel Cheung  <maddog@linuxhall.org>
+
+       * configure.in: Added "ar" to ALL_LINGUAS.
+
+2004-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * configure.in: Added "th" to ALL_LINGUAS.
+
+2004-09-07  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * ===== Released 1.8.0=====
+
+       * configure.in: Version 1.8.0, interface age 0, binary age 800
+
+       * NEWS: Updated.
+
+2004-08-16  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "bs" to ALL_LINGUAS.
+
+2004-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * *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  <kmaraas@gnome.org>
+       * configure.in: Added nb to ALL_LINGUAS.
+
+2004-08-09  Ankit Patel <ankit@redhat.com>
+
+       * configure.in: Added "gu" to ALL_LINGUAS.
+
+2004-07-28  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * 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  <padraig.obriain@sun.com>
+
+       * 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  <padraig.obriain@sun.com>
+
+       * ===== Released Version 1.7.2, interface age 2, binary age 702 ====
+
+       * NEWS: Updated.
+       
+2004-07-20  Bill Haneman <bill.haneman@sun.com>
+
+       * 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  <padraig.obriain@sun.com>
+
+       * 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  <padraig.obriain@sun.com>
+
+       * configure.in: Increment version to 1.7.2 and interface age to 2.
+
+2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * ===== Released Version 1.7.1, interface age 1, binary age 701 ====
+
+       * NEWS: Updated.
+       
+2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * docs/atk-sections.txt: Add AtkRectangle.
+
+       * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
+       signal.
+
+2004-05-29  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "tk" to ALL_LINGUAS.
+
+2004-05-18  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.c: Allow locale dir not to be harcoded into binary.
+       Fixes bug #128906.
+
+2004-05-11  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * 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  <padraig.obriain@sun.com>
+
+       * configure.in: Increment version to 1.7.1 and interface age to 1.
+
+2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * ===== Released Version 1.7.0, interface age 0, binary age 700 ====
+
+       * NEWS: Updated.
+
 2004-04-20  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * configure.in: Increment version to 1.7.0.
 
         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
 
-2004.04.02  Iñaki Larrañaga  <dooteo@euskalgnu.org>
+2004.04.02  IÃ\83±aki LarraÃ\83±aga  <dooteo@euskalgnu.org>
 
        * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
 
 
        * NEWS: Updated.
 
-2004-03-07  Danilo Å egan  <dsegan@gmx.net>
+2004-03-07  Danilo Ã\85 egan  <dsegan@gmx.net>
 
        * configure.in: Added "sr@ije" to ALL_LINGAUS.
 
@@ -197,7 +475,7 @@ Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
 
        This fixes bug #112390.
 
-2003-11-29  Danilo Å egan  <dsegan@gmx.net>
+2003-11-29  Danilo Ã\85 egan  <dsegan@gmx.net>
 
        * configure.in: Added "af" to ALL_LINGUAS.
 
@@ -283,7 +561,7 @@ Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
        * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
        This fixes bug #121990.
 
-2003-09-21  Ã\85smund Skjæveland  <aasmunds@fys.uio.no>
+2003-09-21  Ã\83Â\85smund SkjÃ\83¦veland  <aasmunds@fys.uio.no>
  
         * configure.in: Added Norwegian (nynorsk) code
         nn to ALL_LINGUAS.
@@ -433,7 +711,7 @@ Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
 
        * NEWS: Updated.
 
-2003-05-09  Samúel Jón Gunnarsson  <sammi@techattack.nu>
+2003-05-09  SamÃ\83ºel JÃ\83³n Gunnarsson  <sammi@techattack.nu>
 
        * is.po: Added "is" into ALL_LINGUAS.