2007-07-30 Li Yuan
* configure.in, NEWS:
Revved to 1.19.6 for GNOME 2.19.6.
2007-07-27 Li Yuan
* atk/atkutil.c: (atk_get_version):
* atk/atkutil.h:
Bug #460851. A new API to get the current version of ATK.
2007-06-04 Li Yuan
* configure.in, NEWS:
Revved to 1.19.3 for GNOME 2.19.3.
Remove gnome-doc-utils dependence.
2007-05-11 Brian Cameron
* Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly.
This works better when you build with glib via an
uninstalled.pc file.
2007-04-25 Christophe Merlet
* configure.in: added "oc" (Occitan) to ALL_LINGUAS.
2007-04-23 Li Yuan
* configure.in, NEWS:
Revved to 1.19.1 for GNOME 2.19.1.
2007-04-11 Li Yuan
* autogen.sh, configure.in: use gnome-autogen.sh to simplify
autogen.sh.
2007-03-22 Christian Persch
Fix for #418194.
* atk/Makefile.am: use -DATK_LOCALEDIR.
* configure.in: remove AM_GLIB_DEFINE_LOCALEDIR.
2007-03-22 Christian Persch
Fix for #382328.
* atk/atkrelation.c: (atk_relation_type_get_name): add missing const.
* atk/atkstate.c: (atk_state_type_get_name): ditto.
* atk/atktext.c: (atk_text_attribute_get_name): ditto.
2007-03-12 Li Yuan
* configure.in, NEWS:
Revved to 1.18.0 for GNOME 2.18.0.
2007-03-02 Li Yuan
* atk/atkobject.c:
(atk_object_notify_state_change):
Fix #408527. Add a check.
2007-02-25 Tor Lillqvist
* atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
atk_util_get_type().
* atk/atk.def: Add atkmisc entry points.
2007-02-20 Kjartan Maraas
* Makefile.am: Dist MAINTAINERS.
2007-02-13 Bill Haneman
* atk/atkstate.h: Clarified documentation for
ATK_STATE enumerations. See bug #398038.
* atk/atkrelation.c: Point to atk_object_add_relationship,
to clarify and simplify use of AtkRelation. See bug #367627.
2007-02-12 Li Yuan
* configure.in, NEWS:
Revved to 1.17.0.
2007-02-12 Li Yuan
* atk/atkmisc.c:
(atk_misc_threads_enter), (atk_misc_threads_leave):
Bug #404592. Don't do anything if misc is NULL.
2007-01-22 Li Yuan
* configure.in, NEWS:
Revved to 1.13.2.
2007-01-19 Li Yuan
* atk/atkmisc.c:
(atk_misc_threads_enter), (atk_misc_threads_leave):
Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass
to use the overloaded functions.
2007-01-13 Hans Breuer
* atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc
2007-01-10 Li Yuan
* configure.in:
* atk/atkmisc.h:
Revved to 1.13.1.
2007-01-08 Bill Haneman
* atk/atkaction.c:
(atk_action_get_name): Clarified what is expected
in an action name, and numerated some commonly-used names.
(atk_action_get_keybinding): Improve the documentation
for the string returned by this API.
2007-01-08 Bill Haneman
* configure.in: Revved to 1.13.0, since new API
has been added for gnome 2.17.5. (ATK is
now API frozen for gnome 2.18.)
* atk/atkmisc.[ch]: New class which provides
miscellaneous utilities including
(atk_misc_threads_enter, atk_misc_thread_leave): New,
see bug #329454.
* docs/tmpl/atkmisc.sgml:
Docs for AtkMisc.
* docs/tmpl/atkhyperlinkimpl.sgml: Added minimal
doc for AtkHyperlinkImpl struct.
2006-12-05 Li Yuan
* configure.in, NEWS:
Bump to 1.12.4, for gnome 2.17.4.
2006-12-04 Bill Haneman
* Added Li Yuan to MAINTAINERS.
2006-10-01 Bill Haneman
* configure.in, NEWS:
Bump to 1.12.3, for gnome 2.16.1.
2006-09-26 Bill Haneman
* atk/atktext.c:
(atk_text_attribute_get_value): Allow
the wrap value to be 3 (bug #357847).
2006-09-14 Bill Haneman
* atk/docs/atkdocument.sgml:
Update docs to include signals, and revise description.
Following code changes from Neo Liu
* atkdocument.c:
(atk_document_base_init): New, add signals
"load_complete", "load_stopped", "reload".
* atknoopobject;c:
(atk_no_op_object_get_type): Add 'AtkDocument'
interface type to this test AtkObject class.
2006-09-19 Sunil Mohan Adapa
* configure.in: Added "te" to ALL_LINGUAS
2006-09-14 Bill Haneman
* atk/atk.def: Added some missing symbols for win32 build.
Patch from Cedric Gustin, bug #355912.
* atk/atkhyperlink.c:
(atk_hyperlink_is_selected_link): Mark deprecated, since
ATK_STATE_SELECTED gives the same information for hyperlinks.
Bug #340553.
* atk/atktext.c:
(atk_text_attribute_get_value): Allow value of
PANGO_UNDERLINE_ERROR, since this is not an error condition, but
denotes the underline style used to indicate spelling errors.
Bug #346464.
2006-09-08 Bill Haneman
* atk/atkhyperlinkimpl.c:
(atk_hyperlink_impl_get_hyperlink): Add missing
return statement - thanks to Neo Liu for finding this.
Bug #352227.
2006-09-01 Abel Cheung
* configure.in: Added 'dz' 'ku' to ALL_LINGUAS.
2006-08-21 Bill Haneman
* configure.in: Revved to 1.12.2.
2006-08-17 Bill Haneman
* docs/atk-docs.sgml: Added entity for AtkHyperlinkImpl.
* docs/atk-sections.txt: Added entries for newly added API.
* atk/atkvalue.c:
(atk_value_get_minimum_increment): Added the right number of
asterisks to make gtk-doc happy (!) so that inline docs are exposed.
Fixes bug #351580.
2006-08-01 Bill Haneman
* atk/atkobject.h:
Improved docs for ATK_ROLE_APPLICATION, ATK_ROLE_ALERT.
2006-07-03 Runa Bhattacharjee
* configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
2006-06-29 Bill Haneman
* atk/atkhyperlinkimpl.h:
* atk/atkhyperlinkimpl.c:
(atk_hyperlink_impl_get_hyperlink): New method and
interface, allows a client to obtain the
AtkHyperlink instance associated with an AtkObject.
See RFE #344284.
* configure.in: Bumped to 1.12.1.
2006-06-23 Bill Haneman
* docs/atk-docs.sgml: Add index sections.
* atk/*.c: Fix 'Since' and 'Deprecated' tags so that
index xsl parser can find them. Bug #313183.
* atk/atkobject.h:
Added ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW,
bug #345367 and #140635.
2006-06-21 Bill Haneman
* atk/atkstateset.c:
(ATK_STATE): Patch from Ginn Chen, bug #345407.
Fix ATK_STATE macro for state values > 32.
2006-06-15 Bill Haneman
* atk/atkstreamablecontent.h, atkstreamablecontent.c:
Fix nasty typo. Bug #344915.
2006-06-14 Bill Haneman
* atk/atkstreamablecontent.h, atkstreamablecontent.c:
(atk_streamable_content_get_uri): New method, returns a string
representing a URI from which content may be streamed.
See RFE #344885.
2006-06-08 Bill Haneman
* atk/Makefile.am: Added $(srcfile) to win32
libatk_1_0_la_LDFLAGS,
bug #336802. Hope that works, as I don't have a win32 build env
to test on.
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).
* atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281) and
ATK_STATE_VISITED (bug #344384), also ATK_STATE_ANIMATED which
is in AT-SPI but was not yet in ATK.
* atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment
(missing despite being in AT-SPI's IDL for Value: bug #341875)
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 Esfahbod
(atk_image_get_position): Allow for NULL-in params.
(atk_image_get_size): Allow for NULL in-params.
2006-03-13 Bill Haneman
* configure.in, NEWS: Revved to 1.11.3.
This is the GNOME 2.14.0 version of ATK.
2006-02-24 Bill Haneman
* atk/atkobject.c:
(get_atk_locale_dir): Make sure to convert from UTF-8 to
correct filename encoding; bug #317458 from Kazuzi IWAMOTO.
* atk/atkobject.c:
* atk/atktext.c:
Const patch from Arjan Van de Van; adds 'const' to
internal atk structures and methods where appropriate.
2006-01-17 Bill Haneman
* configure.in: Revved to 1.11.1.
Re-dist using a working gtk-doc, so that docs are included.
2006-01-16 Bill Haneman
* configure.in: Revved to 1.11.0.
2005-12-27 Abel Cheung
* configure.in: Added "zh_HK" to ALL_LINGUAS.
2005-11-17 Bill Haneman
* atk/atkobject.h:
(AtkRoleType): Added ATK_ROLE_ENTRY, ATK_ROLE_CHART,
ATK_ROLE_CAPTION, ATK_ROLE_DOCUMENT_FRAME, ATK_ROLE_HEADING,
ATK_ROLE_PAGE, ATK_ROLE_SECTION, ATK_ROLE_REDUNDANT_OBJECT.
(AtkAttributeSet): Moved here from AtkText.
(AtkObjectClass): Added get_attributes vfunc pointer.
(atk_object_get_attributes): New public method.
* atk/atkobject.c:
(atk_object_get_attributes): New method implementation,
uses AtkObjectClass->get_attributes. This method allows
the assignment of weakly-type attributes to any AtkObject
instance, as name-value pairs.
(AtkRoleItem): Added names for the new roles.
* atk/atkstate.h:
(AtkStateType): Added ATK_STATE_INVALID_ENTRY,
ATK_STATE_SUPPORTS_AUTOCOMPLETION, ATK_STATE_SELECTABLE_TEXT.
Tweaked docs for other states.
* atk/atkimage.h:
(AtkImageClass): Added get_image_locale vfunc.
(atk_image_get_image_locale): New method.
* atk/atkimage.c:
(atk_image_get_image_locale): New method.
* atk/atkcomponent.h:
(AtkComponentClass): Added get_alpha vfunc.
(atk_component_get_alpha): New method.
* atk/atkcomponent.c:
(atk_component_get_alpha): New method.
* atk/atkdocument.h:
(AtkDocument): Added vfuncs for document locale and
document attributes.
(atk_document_get_locale): New.
(atk_document_get_attributes): New.
(atk_document_get_attribute_value): New.
(atk_document_set_attribute_value): New.
* atk/atkdocument.c:
(atk_document_get_locale): New.
(atk_document_get_attributes): New.
(atk_document_get_attribute_value): New.
(atk_document_set_attribute_value): New.
2005-11-16 Bill Haneman
* atk/atkimage.c:
* atk/atkhypertext.c:
* atk/atkobjectfactory.c:
* atk/atktable.c: Moved error return code
description to 'Returns' section.
* docs/tmpl/atkutil.sgml:
Committed a docs patch from Bill Abt.
2005-11-01 Simos Xenitellis
* configure.in: Added tt (Tatar) to ALL_LINGUAS.
2005-09-05 Bill Haneman
* configure.in, NEWS: Release 1.10.3,
with a working libtool (1.10.2 was a bad release, don't use).
2005-08-29 Bill Haneman
* configure.in, NEWS: Release 1.10.2.
2005-08-19 Tor Lillqvist
* 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
* 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
* configure.in: Added 'ug' to ALL_LINGUAS.
2005-06-08 Ignacio Casal Quinteiro
* configure.in: Added 'gl' to ALL_LINGUAS.
2005-04-28 Bill Haneman
* 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
* 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
* atk/makefile.msc : updated $(LIBINTL_LIBS)
atkrelationtype.h to atk_headers, PKG_VER
2005-04-05 Bill Haneman
* 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
* 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
* configure.in: Added "rw" to ALL_LINGUAS.
2005-03-08 Bill Haneman
* ===== Released 1.9.1=====
* configure.in, NEWS, README: Released 1.9.1.
2005-02-23 Padraig O'Briain
* atk.spec.in: Corrected FTP directory. (bug #168218)
Corrected spelling
2005-02-08 Christian Rose
* configure.in: Added "xh" to ALL_LINGUAS.
2005-01-26 Padraig O'Briain
* atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
2004-12-29 Tor Lillqvist
* atk/atk.def: Add new functions.
2004-12-20 Padraig O'Briain
* atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
Fixes bug #161562.
2004-11-29 Padraig O'Briain
* ===== 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
* autogen.sh: rm autom4te.cache, since it might interfere with
differing autoconf versions.
2004-11-22 Padraig O'Briain
* 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
* 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
* configure.in: Added "as" to ALL_LINGUAS.
2004-10-28 Padraig O'Briain
* 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
* configure.in: Added "ar" to ALL_LINGUAS.
2004-09-10 Theppitak Karoonboonyanan
* configure.in: Added "th" to ALL_LINGUAS.
2004-09-07 Padraig O'Briain
* ===== Released 1.8.0=====
* configure.in: Version 1.8.0, interface age 0, binary age 800
* NEWS: Updated.
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.
2003-06-23 Padraig O'Briain
* atk.spec.in:
Added locale directory to spec file. Fix provided by
James T. Richardson, Jr.
2003-06-19 Padraig O'Briain
* ===== Released 1.3.4=====
* NEWS: Updated.
2003-06-13 Tor Lillqvist
* atk/atkobject.c (atk_role_get_localized_name): Set
gettext_initialized.
* atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
directory, so look there, too. Include the message catalogs.
2003-06-10 Padraig O'Briain
* configure.in: Version 1.3.4, interface age 0, binary age 304
* atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
ATK_RELATION_POPUP.
2003-06-05 Paul Duffy
* configure.in: Added ga (irish) to ALL_LINGUAS
2003-06-05 Kenneth Rohde Christiansen
* configure.in: Added li to ALL_LINGUAS.
2003-05-30 Padraig O'Briain
* ===== Released 1.3.3=====
* configure.in: Version 1.3.3, interface age 3, binary age 303
* NEWS: Updated.
2003-05-28 Padraig O'Briain
* atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
ATK_ROLE_AUTOCOMPLETE.
2003-05-20 Padraig O'Briain
* atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state
ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
which can have a value other than on or off.
2003-05-19 Arafat Medini
*configure.in: Added "ar" (Arabic) to ALL_LINGUAS
2003-05-16 Telsa Gwymme
* configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2003-05-15 Padraig O'Briain
* ===== Released 1.3.2=====
* configure.in: Version 1.3.2, interface age 2, binary age 302
* NEWS: Updated.
2003-05-09 Samúel Jón Gunnarsson
* is.po: Added "is" into ALL_LINGUAS.
2003-05-06 Padraig O'Briain
* configure.in: Make message when pkg-config fails to find glib-2.0.pc
less cryptic.
* po/pl.po: Updated Polish translation from Artur Flinta.
2003-05-05 Duarte Loreto
* configure.in: Added Portuguese (pt) to ALL_LINGUAS.
2003-05-05 Christian Rose
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
2003-05-01 Padraig O'Briain
* ===== Released 1.3.1=====
* configure.in: Version 1.3.1, interface age 1, binary age 301
* NEWS: Updated.
* po/yi.po: Update line numbers.
2003-04-25 Padraig O'Briain
* atk/stateset.h: Fix typo in documentation.
* autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
Patch provided by Ali Akcaagac.
2003-03-26 Christian Rose
* configure.in: Added "yi" to ALL_LINGUAS.
2003-03-21 Takeshi AIHANA
* configure.in: Added Japanese 'ja' into ALL_LINGUAS.
2003-03-20 Padraig O'Briain
* ===== Released 1.3.0=====
* configure.in: Version 1.3.0, interface age 0, binary age 300
* NEWS: Updated.
2003-03-20 Guntupalli Karunakar
* configure.in: Added Malayalam (ml) in ALL_LINGUAS
2003-03-20 Padraig O'Briain
* docs/atk-sections.txt: Add 11 unused declarations.
2003-03-20 James Henstridge
* autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
and glib-gettextize.
* configure.in: cleanup to make use of newer autoconf/automake
features.
* Makefile.am: get rid of custom distcheck rule, which is no
longer necessary.
* atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built
sources.
* docs/Makefile.am: use common gtk-doc.make.
* docs/atk-docs.sgml: update to use gtk-doc's XML mode.
2003-03-16 Joel Brich
* configure.in: Added "eo" to ALL_LINGUAS
* po/eo.po: Added Esperanto translation
from Charles Voelger
2003-03-12 Tor Lillqvist
* atk/atk.def: Add one more missing export, thanks to Cedric
Gustin.
2003-03-07 Padraig O'Briain
* atk/atkobject.c (atk_object_set_role): Add check that role is
actually being changed. Do not emit notification for initial
role setting. (bug #107710)
2003-03-06 Padraig O'Briain
* atk/atkrelationset.c: Current returning of FALSE to 0 in function
which returns integer; (bug #107661) reported by Morten Welinder.
2003-03-05 Padraig O'Briain
* atk/atk-relation.c
atk/atkrelationset.c
atk/atkstatset.c: Correct returning of FALSE to NULL in functions
which return pointer; (bug #107650) reported by Morten Welinder.
2003-02-26 Padraig O'Briain
* test/Makefile.am: Update to produce .so files
(Problem reported and solution reported by Michael.Wilson@bull.net)
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
2003-01-21 Christian Rose
* configure.in: Added "mn" to ALL_LINGUAS.
2003-01-21 Padraig O'Briain
* atk/atktext.c
(atk_text_base_init): Set vtable entry for default implementations
(atk_text_get_range_extents): Omit calling default implementation
(atk_text_get_bounded_ranges): Omit calling default implementation
* atk/atkcomponent.c
(atk_component_base_init): New function to set vtable entry for
default implementations
(atk_component_ref_accessible_at_point): Omit calling default
implementation
(atk_component_contains): Omit calling default implementation
(atk_component_get_position): Omit calling default implementation
(atk_component_get_size): Omit calling default implementation
2003-01-21 Padraig O'Briain
* atk/atkobject.c
(atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY
and PROP_TABLE_CAPTION_OBJECT.
(atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY
and PROP_TABLE_CAPTION_OBJECT.
This completes ATK changes for bug #74814.
2003-01-21 Padraig O'Briain
* atk/atkobject.c: Add property accessible-table-caption-object.
This addresses bug #74814.
* atk/atkobject.h: Move some documentation from template file to
avoid warnings when building.
* atk/atkrelation.c: Add new properties relation and target.
This addresses bug #72426.
* atktext.[ch]: Add new functions atk_text_get_range_extents and
atk_text_get_bounded_ranges.
Also added data structures AtkTextRectangle and AtkTextRange, enum
AtkTextClipType and helper function atk_text_free_ranges.
This addresses bug #100943.
(atk_text_get_character_extents): Ensure that the reported width is
not negative. This fixes bug #102954)
* docs/atk-sections.txt: Add new functions and data items.
* 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
* docs/tmpl/atktext.sgml: Add new functions and data items.
2003-01-20 Padraig O'Briain
* ===== Released 1.2.2=====
* configure.in: Version 1.2.2, interface age 2, binary age 202
* NEWS: Updated.
2003-01-19 He Qiangqiang
* configure.in: Added "zh_CN" to ALL_LINGUAS.
2003-01-12 Laurent Dhima
* configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
2003-01-11 Pauli Virtanen
* configure.in (ALL_LINGUAS): Added "fi" (Finnish)
2003-01-06 Alessio Frusciante
* configure.in (ALL_LINGUAS): Added "it" (Italian)
2003-01-06 Padraig O'Briain
* configure.in: Add -with-html-dir option. (bug #102497)
* docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
* docs/tmpl/atkobject.sgml: Update so property names are in
alphabetic order.
2003-01-03 Padraig O'Briain
* ===== Released 1.2.1=====
* configure.in: Version 1.2.1, interface age 1, binary age 201
* NEWS: Updated.
2003-01-02 Zbigniew Chyla
* configure.in (ALL_LINGUAS): Added pl (Polish).
2002-12-23 Nam SungHyun
* configure.in: Added Korean (ko) to ALL_LINGUAS
2002-12-22 Artis Trops
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
2002-12-22 Christophe Merlet
* configure.in (ALL_LINGUAS): added French (fr).
2002-12-21 Jordi Mallach
* configure.in (ALL_LINGUAS): added Catalan (ca).
2002-12-20 Padraig O'Briain
* ===== Released 1.2.0 ======
* configure.in: Version 1.2.0, interface age 0, binary age 200
* NEWS: Final update for 1.2.0.
* docs/tmpl/atkobject.sgml: Order of properties have been changed.
2002-12-18 Dmitry G. Mastrukov
* configure.in: Added Russian to ALL_LINGUAS.
2002-12-16 Padraig O'Briain
* ===== Released 1.1.5=====
* configure.in: Version 1.1.5, interface age 2, binary age 105
* NEWS: Updated.
2002-12-13 Padraig O'Briain
* atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
if caret is not supported. This addresses bug #101020.
* configure.in: Use third argument of AC_DEFINE to get rid of
acconfig.h.
Thu Dec 12 14:57:20 2002 Owen Taylor
* acinclude.m4: Remove; wasn't needed, and referred
to GLib internal m4 files now gone.
Thu Dec 12 11:04:05 2002 Manish Singh
* configure.in: Require autoconf-2.53.
2002-12-12 Yanko Kaneti
* configure.in (ALL_LINGUAS): Added Bulgarian (bg).
2002-12-11 Pablo Saratxaga
* configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
and Dutch (nl).
2002-12-07 Andras Timar
* configure.in (ALL_LINGUAS): Added Hungarian (hu).
2002-12-06 Padraig O'Briain
* ===== Released 1.1.4 =====
* configure.in: Version 1.1.1, interface age 1, binary age 104
* NEWS: Updated.
2002-12-05 Ole Laursen
* configure.in (ALL_LINGUAS): Added Danish (da).
2002-12-02 Pablo Gonzalo del Campo
* configure.in (ALL_LINGUAS): Added Spanish (es).
2002-12-01 Christian Neumair
* configure.in (ALL_LINGUAS): Added German (de).
2002-11-22 Kjartan Maraas
* configure.in (ALL_LINGUAS): Added "no".
2002-11-22 Padraig O'Briain
* Update NEWS for 1.1.3
2002-11-21 Padraig O'Briain
* configure.in: Update to take account of gtk-doc-version being 0.10
Updated version required to 0.9
2002-11-20 Bill Haneman
* atk/atkobject.h:
Added ATK_ROLE_APPLICATION.
* atk/atkobject.c:
(atk_role_get_localized_name):
Added ATK_ROLE_APPLICATION case.
* docs/atk-decl.txt:
Added ATK_ROLE_APPLICATION to docs.
2002-11-18 Abi Brady
* configure.in: Added "en_GB" to ALL_LINGUAS.
2002-11-15 Hasbullah BIn Pit
* configure.in: Added "ms" to ALL_LINGUAS.
2002-11-15 Padraig O'Briain
* Update NEWS for 1.1.2
* docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
Update docs.
2002-11-14 Bill Haneman
* configure.in:
Revved to 1.1.2, interface age 0, binary age 102.
* atk/atkrelationtype.h:
(ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
New relations to handle content embedding, for instance
text that embeds or flows around images.
* atk/atkhyperlink.h:
(atk_hyperlink_is_inline):
New API, returns whether a hyperlink's content is
partially displayed inline; useful for small images
emedded in text, and for HTML elements.
(AtkHyperlinkClass->link_state):
New virtualized method, used to implement various
state query API such as atk_hyperlink_is_inline().
* atk/atkhyperlink.c:
(atk_hyperlink_is_inline):
New method.
* docs/atk-sections.txt:
Additions for above API.
2002-11-13 Padraig O'Briain
* atk/atkobject.[ch]: Add signal active-descendant-changed
2002-11-11 Christian Rose
* configure.in: Added "sv" to ALL_LINGUAS.
Fri Nov 8 19:55:25 2002 Soeren Sandmann
* atk/atkhyperlink.c
* atk/atkhyperlink.h
* atk/atktable.c
* atk/atktable.h
* atk/atktext.c
* atk/atktext.h
* docs/tmpl/atkhyperlink.sgml
* docs/tmpl/atkobject.sgml
* docs/tmpl/atktable.sgml
* docs/tmpl/atktext.sgml
Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
without warnings.
2002-11-05 Padraig O'Briain
* autogen.sh: Add call to autoheader to create config.h.in
2002-11-04 Padraig O'Briain
* acinclude.m4: New file
* autogen.sh: Add i18n support (copied from gtk+).
* configure.in: Add definition for atklocaledir and check for
bind_textdomain_codeset()
* atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
* atk/atkobject.c (atk_role_get_localized_name): Add code to
initialize i18n.
* po/.cvsignore: Add extra files.
2002-11-01 Padraig O'Briain
* configure.in: Create po/Makefile; patch supplied by
Dan Mills (thunder@ximain.com)
2002-10-31 Padraig O'Briain
* ===== Released 1.1.1 =====
* configure.in: Version 1.1.1, interface age 0, binary age 101
* NEWS: Updated.
* atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
2002-10-30 Padraig O'Briain