Changes in version 1.3.2
========================
* Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
Icelandic [Sam\303\272el J\303\263n Gunnarsson]

Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]


Changes in version 1.3.1
========================
* Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]

* Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].


Changes in version 1.3.0
========================
* Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
[James Henstridge]

* Windows fixes [Tor Lillqvist]

* Add translations: Esparanto [Charles Voelger], 
Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
Turkish [Gorkem], Indonesian [Mohammad Damt],
Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
Brazilian Portuguese [Alexander Folle de Menezes], 
Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]

* Make atk_text_get_character_extents() return positive value, even for rtl
text. (bug #102954) [Padraig O'Briain]

* Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
(bug #100943) [Padraig]

* Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
[Padraig]

* Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
[Padraig]

* Add property "selected-link" to AtkHyperlink and new function
atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
(bug #104621) [Padraig]
 
* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig and Alex Larsson]

* Do not emit notification for initial setting of role using 
atk_object_set_role(). (bug #107710) [Padraig]


Changes in version 1.2.2
========================
* Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
Italian [Alession Frusciante], Amharic [Daniel Yacob]

* Allow changing of default installation directory for documentation.
(bug 102497) [Padraig O'Briain].

Changes in version 1.2.1
========================
* Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
Greek [Kostas Papadimas]

Changes in version 1.2.0
========================
* Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]

Changes in version 1.1.5
========================
* Correct return value for atk_text_get_caret_offset(). (Bug #101020)
[Padraig O'Briain]
* Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
* Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]

Changes in version 1.1.4
========================
* Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]

Changes in version 1.1.3
========================
* Add new role ATK_ROLE_APPLICATION [Bill Haneman]
* Add tranlatations: Malay language [Hasbullah BIn Pit]
English [Abi Brady]

Changes in version 1.1.2
========================
* Correct implementation of i18n support [Padraig O'Briain]
* Add Swedish translations [Christian Rose]
* Fix compiler warnings [Soeren Sandmann]
* Add signal "active-descendant-changed" to AtkObject [Padraig]
* Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
[Bill Haneman]
* Add atk_hyperlink_is_inline() [Bill]
* Update docs [Bill]

Changes in version 1.1.1
========================
* Add new functions atk_object_add_relationship, atk_object_remove_relationship,
atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
states and relationships; add text-attributes-changed signal for AtkText
interface. [Padraig O'Briain]

* Add po directory and update atk_role_get_localized_name() to allow it to
return localized name [Padraig]

Changes in version 1.1.0
========================
* Documentation improvements [Padraig O'Briain]
* Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
are installed [Havoc Pennington]
* Add implementtaion of atk_object_factory_get_accessible_type() for
AtkNoOpObjectFactory [Padraig]
* Add ATK_LAYER_WINDOW {Mark Mc Loughlin]

Changes in version 1.0.3
========================
* Documentation improvements [Padraig O'Briain]
* 64-bit bug fixes [George Lebl]

Changes in version 1.0.2
========================
* Fixed bug with focus notification [Padraig O'Briain]
* Fixed bug in atk_gobject_for_accessible [Padraig]

Changes in version 1.0.1
========================
* Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
* Fix Win32 DLL name [Tor Lillqvist]

Changes in version 1.0.0
========================
* Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
* Add structure padding [Padraig]

Changes in version 0.13
========================
* Add padding to class structures for future expansion [Padraig O'Briain]
* Add include guards to atk.h [Morten Welinder]
* Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
  to be AtkComponent instead of AtkObject [Padraig]
* Cleanups [Padraig]

Changes in version 0.11 and 0.12
================================
* Ansi-fied function prototypes and definitions;
  i.e.  foo(void) instead of foo() [Jacob Berkman]
* Deprecated the mis-located AtkObject API for getting
  layer and mdi-zorder info (should have been in AtkComponent)
  and put this API into AtkComponent.

Changes in version 0.9 and 0.10
===============================
* Win32 build fixes [Hans Breuer]
* Fix default signal handler name for text_caret_moved signal [Jeff Franks]
* Doc improvements [Padraig O'Briain]
* Fix signal prototypes in atkobject.h [Murray Cumming]
* Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
* Bug fixes [Michael Meeks, Jeff]

Changes in 0.8
==============
* Win32 build fixes [Hans Breuer]
* Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
* Register types for ATK enumerations [Padraig]
* Allow registration of new txt attribute types [Padraig]
* Miscellaneous small API additions [Padraig]
* New test cases [Padraig]
* Documentation improvements [Padraig]

Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
  Sebastian Wilhelmi

Changes in 0.7
==============
* Some restructuring of how change notification works, use
  signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
* Various small API fixes and improvements [Padraig]
* Add key event hooks [Bill]
* Documentation improvements [Padraig]
* Win32 build improvements [Tor Lillqvist]
* Bug fixes [Padraig, Bill]

Changes in 0.6
==============
* Small improvements to AtkText, AtkRelation, AtkObject APIs. 
  [Padraig O'Briain, Bill Haneman]
* Win32 build fixes [Tor Lillqvist]
* Bug fixes and optimizations [Padraig]
* Makefile fix [Jacob Berkman]
* Doc improvements [Padraig]

Changes in 0.5
==============
* Win32 updates and a small bug fix [Hans Breuer]

Changes in 0.4
==============
* Miscellaneous cleanups and fixes.

Changes in 0.3
==============
* API improvements to AtkTable, AtkSelection
* Add AtkDocument interface
* Rename AtkHyperLink to AtkHyperlink
* Allow for screen or window relative coordinates
* Utility functions
* Various minor tweeks and cleanups. 
* Documentation improvements
* Add default implementations for important functions

Changes in 0.2
==============
* Some API tweaks

Changes in 0.1
==============
This is the initial release of ATK, the Accessibility Tookit, which will be
used obtain accessibily information from GTK+ and GNOME widgets.
