Added "sk" to ALL_LINGUAS. Added Slovak translation.
[platform/upstream/atk.git] / NEWS
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]
6
7 * Allow changing of default installation directory for documentation.
8 (bug 102497) [Padraig O'Briain].
9
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]
15
16 Changes in version 1.2.0
17 ========================
18 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
19
20 Changes in version 1.1.5
21 ========================
22 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
23 [Padraig O'Briain]
24 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
25 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
26 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
27
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]
32
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]
37 English [Abi Brady]
38
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  
46 [Bill Haneman]
47 * Add atk_hyperlink_is_inline() [Bill]
48 * Update docs [Bill]
49
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]
56
57 * Add po directory and update atk_role_get_localized_name() to allow it to
58 return localized name [Padraig]
59
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]
68
69 Changes in version 1.0.3
70 ========================
71 * Documentation improvements [Padraig O'Briain]
72 * 64-bit bug fixes [George Lebl]
73
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]
78
79 Changes in version 1.0.1
80 ========================
81 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
82 * Fix Win32 DLL name [Tor Lillqvist]
83
84 Changes in version 1.0.0
85 ========================
86 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
87 * Add structure padding [Padraig]
88
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]
95 * Cleanups [Padraig]
96
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.
104
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]
113
114 Changes in 0.8
115 ==============
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]
123
124 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
125   Sebastian Wilhelmi
126
127 Changes in 0.7
128 ==============
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]
136
137 Changes in 0.6
138 ==============
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]
145
146 Changes in 0.5
147 ==============
148 * Win32 updates and a small bug fix [Hans Breuer]
149
150 Changes in 0.4
151 ==============
152 * Miscellaneous cleanups and fixes.
153
154 Changes in 0.3
155 ==============
156 * API improvements to AtkTable, AtkSelection
157 * Add AtkDocument interface
158 * Rename AtkHyperLink to AtkHyperlink
159 * Allow for screen or window relative coordinates
160 * Utility functions
161 * Various minor tweeks and cleanups. 
162 * Documentation improvements
163 * Add default implementations for important functions
164
165 Changes in 0.2
166 ==============
167 * Some API tweaks
168
169 Changes in 0.1
170 ==============
171 This is the initial release of ATK, the Accessibility Tookit, which will be
172 used obtain accessibily information from GTK+ and GNOME widgets.