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