1 Changes in version 1.2.1
3 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
4 latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
5 Greek [Kostas Papadimas]
7 Changes in version 1.2.0
9 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
11 Changes in version 1.1.5
13 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
15 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga],
16 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
17 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
19 Changes in version 1.1.4
21 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
22 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
24 Changes in version 1.1.3
26 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
27 * Add tranlatations: Malay language [Hasbullah BIn Pit]
30 Changes in version 1.1.2
32 * Correct implementation of i18n support [Padraig O'Briain]
33 * Add Swedish translations [Christian Rose]
34 * Fix compiler warnings [Soeren Sandmann]
35 * Add signal "active-descendant-changed" to AtkObject [Padraig]
36 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY
38 * Add atk_hyperlink_is_inline() [Bill]
41 Changes in version 1.1.1
43 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
44 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
45 states and relationships; add text-attributes-changed signal for AtkText
46 interface. [Padraig O'Briain]
48 * Add po directory and update atk_role_get_localized_name() to allow it to
49 return localized name [Padraig]
51 Changes in version 1.1.0
53 * Documentation improvements [Padraig O'Briain]
54 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
55 are installed [Havoc Pennington]
56 * Add implementtaion of atk_object_factory_get_accessible_type() for
57 AtkNoOpObjectFactory [Padraig]
58 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
60 Changes in version 1.0.3
62 * Documentation improvements [Padraig O'Briain]
63 * 64-bit bug fixes [George Lebl]
65 Changes in version 1.0.2
67 * Fixed bug with focus notification [Padraig O'Briain]
68 * Fixed bug in atk_gobject_for_accessible [Padraig]
70 Changes in version 1.0.1
72 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
73 * Fix Win32 DLL name [Tor Lillqvist]
75 Changes in version 1.0.0
77 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
78 * Add structure padding [Padraig]
80 Changes in version 0.13
82 * Add padding to class structures for future expansion [Padraig O'Briain]
83 * Add include guards to atk.h [Morten Welinder]
84 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
85 to be AtkComponent instead of AtkObject [Padraig]
88 Changes in version 0.11 and 0.12
90 * Ansi-fied function prototypes and definitions;
91 i.e. foo(void) instead of foo() [Jacob Berkman]
92 * Deprecated the mis-located AtkObject API for getting
93 layer and mdi-zorder info (should have been in AtkComponent)
94 and put this API into AtkComponent.
96 Changes in version 0.9 and 0.10
98 * Win32 build fixes [Hans Breuer]x
99 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
100 * Doc improvements [Padraig O'Briain]
101 * Fix signal prototypes in atkobject.h [Murray Cumming]
102 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
103 * Bug fixes [Michael Meeks, Jeff]
107 * Win32 build fixes [Hans Breuer]
108 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
109 * Register types for ATK enumerations [Padraig]
110 * Allow registration of new txt attribute types [Padraig]
111 * Miscellaneous small API additions [Padraig]
112 * New test cases [Padraig]
113 * Documentation improvements [Padraig]
115 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks,
120 * Some restructuring of how change notification works, use
121 signals not properties in some cases. [Padraig O'Briain, Bill Haneman]
122 * Various small API fixes and improvements [Padraig]
123 * Add key event hooks [Bill]
124 * Documentation improvements [Padraig]
125 * Win32 build improvements [Tor Lillqvist]
126 * Bug fixes [Padraig, Bill]
130 * Small improvements to AtkText, AtkRelation, AtkObject APIs.
131 [Padraig O'Briain, Bill Haneman]
132 * Win32 build fixes [Tor Lillqvist]
133 * Bug fixes and optimizations [Padraig]
134 * Makefile fix [Jacob Berkman]
135 * Doc improvements [Padraig]
139 * Win32 updates and a small bug fix [Hans Breuer]
143 * Miscellaneous cleanups and fixes.
147 * API improvements to AtkTable, AtkSelection
148 * Add AtkDocument interface
149 * Rename AtkHyperLink to AtkHyperlink
150 * Allow for screen or window relative coordinates
152 * Various minor tweeks and cleanups.
153 * Documentation improvements
154 * Add default implementations for important functions
162 This is the initial release of ATK, the Accessibility Tookit, which will be
163 used obtain accessibily information from GTK+ and GNOME widgets.