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