===== Released 1.3.1=====
[platform/upstream/atk.git] / NEWS
1 Changes in version 1.3.1
2 ========================
3 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
4
5 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
6
7
8 Changes in version 1.3.0
9 ========================
10 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
11 [James Henstridge]
12
13 * Windows fixes [Tor Lillqvist]
14
15 * Add translations: Esparanto [Charles Voelger], 
16 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
17 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
18 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
19 Turkish [Gorkem], Indonesian [Mohammad Damt],
20 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
21 Brazilian Portuguese [Alexander Folle de Menezes], 
22 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
23
24 * Make atk_text_get_character_extents() return positive value, even for rtl
25 text. (bug #102954) [Padraig O'Briain]
26
27 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
28 (bug #100943) [Padraig]
29
30 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
31 [Padraig]
32
33 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
34 [Padraig]
35
36 * Add property "selected-link" to AtkHyperlink and new function
37 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
38 (bug #104621) [Padraig]
39  
40 * Correct creation of object which is not a AtkGObjectAccessible in
41 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
42
43 * Do not emit notification for initial setting of role using 
44 atk_object_set_role(). (bug #107710) [Padraig]
45
46
47 Changes in version 1.2.2
48 ========================
49 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
50 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
51 Italian [Alession Frusciante], Amharic [Daniel Yacob]
52
53 * Allow changing of default installation directory for documentation.
54 (bug 102497) [Padraig O'Briain].
55
56 Changes in version 1.2.1
57 ========================
58 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
59 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
60 Greek [Kostas Papadimas]
61
62 Changes in version 1.2.0
63 ========================
64 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
65
66 Changes in version 1.1.5
67 ========================
68 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
69 [Padraig O'Briain]
70 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
71 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
72 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
73
74 Changes in version 1.1.4
75 ========================
76 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
77 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
78
79 Changes in version 1.1.3
80 ========================
81 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
82 * Add tranlatations: Malay language [Hasbullah BIn Pit]
83 English [Abi Brady]
84
85 Changes in version 1.1.2
86 ========================
87 * Correct implementation of i18n support [Padraig O'Briain]
88 * Add Swedish translations [Christian Rose]
89 * Fix compiler warnings [Soeren Sandmann]
90 * Add signal "active-descendant-changed" to AtkObject [Padraig]
91 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
92 [Bill Haneman]
93 * Add atk_hyperlink_is_inline() [Bill]
94 * Update docs [Bill]
95
96 Changes in version 1.1.1
97 ========================
98 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
99 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
100 states and relationships; add text-attributes-changed signal for AtkText
101 interface. [Padraig O'Briain]
102
103 * Add po directory and update atk_role_get_localized_name() to allow it to
104 return localized name [Padraig]
105
106 Changes in version 1.1.0
107 ========================
108 * Documentation improvements [Padraig O'Briain]
109 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
110 are installed [Havoc Pennington]
111 * Add implementtaion of atk_object_factory_get_accessible_type() for
112 AtkNoOpObjectFactory [Padraig]
113 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
114
115 Changes in version 1.0.3
116 ========================
117 * Documentation improvements [Padraig O'Briain]
118 * 64-bit bug fixes [George Lebl]
119
120 Changes in version 1.0.2
121 ========================
122 * Fixed bug with focus notification [Padraig O'Briain]
123 * Fixed bug in atk_gobject_for_accessible [Padraig]
124
125 Changes in version 1.0.1
126 ========================
127 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
128 * Fix Win32 DLL name [Tor Lillqvist]
129
130 Changes in version 1.0.0
131 ========================
132 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
133 * Add structure padding [Padraig]
134
135 Changes in version 0.13
136 ========================
137 * Add padding to class structures for future expansion [Padraig O'Briain]
138 * Add include guards to atk.h [Morten Welinder]
139 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
140   to be AtkComponent instead of AtkObject [Padraig]
141 * Cleanups [Padraig]
142
143 Changes in version 0.11 and 0.12
144 ================================
145 * Ansi-fied function prototypes and definitions;
146   i.e.  foo(void) instead of foo() [Jacob Berkman]
147 * Deprecated the mis-located AtkObject API for getting
148   layer and mdi-zorder info (should have been in AtkComponent)
149   and put this API into AtkComponent.
150
151 Changes in version 0.9 and 0.10
152 ===============================
153 * Win32 build fixes [Hans Breuer]
154 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
155 * Doc improvements [Padraig O'Briain]
156 * Fix signal prototypes in atkobject.h [Murray Cumming]
157 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
158 * Bug fixes [Michael Meeks, Jeff]
159
160 Changes in 0.8
161 ==============
162 * Win32 build fixes [Hans Breuer]
163 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
164 * Register types for ATK enumerations [Padraig]
165 * Allow registration of new txt attribute types [Padraig]
166 * Miscellaneous small API additions [Padraig]
167 * New test cases [Padraig]
168 * Documentation improvements [Padraig]
169
170 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
171   Sebastian Wilhelmi
172
173 Changes in 0.7
174 ==============
175 * Some restructuring of how change notification works, use
176   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
177 * Various small API fixes and improvements [Padraig]
178 * Add key event hooks [Bill]
179 * Documentation improvements [Padraig]
180 * Win32 build improvements [Tor Lillqvist]
181 * Bug fixes [Padraig, Bill]
182
183 Changes in 0.6
184 ==============
185 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
186   [Padraig O'Briain, Bill Haneman]
187 * Win32 build fixes [Tor Lillqvist]
188 * Bug fixes and optimizations [Padraig]
189 * Makefile fix [Jacob Berkman]
190 * Doc improvements [Padraig]
191
192 Changes in 0.5
193 ==============
194 * Win32 updates and a small bug fix [Hans Breuer]
195
196 Changes in 0.4
197 ==============
198 * Miscellaneous cleanups and fixes.
199
200 Changes in 0.3
201 ==============
202 * API improvements to AtkTable, AtkSelection
203 * Add AtkDocument interface
204 * Rename AtkHyperLink to AtkHyperlink
205 * Allow for screen or window relative coordinates
206 * Utility functions
207 * Various minor tweeks and cleanups. 
208 * Documentation improvements
209 * Add default implementations for important functions
210
211 Changes in 0.2
212 ==============
213 * Some API tweaks
214
215 Changes in 0.1
216 ==============
217 This is the initial release of ATK, the Accessibility Tookit, which will be
218 used obtain accessibily information from GTK+ and GNOME widgets.