Updated for gnome 2.6.0, revved to 1.4.0.
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
2
3 * build improvements from Laszlo Peter.
4 * en_GB added to ALL_LINGUAS.
5
6 =======
7
8 What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
9
10 * Fix for bug #134036, which could steal keystrokes from applications
11   if at-spi registry failed.
12
13 * Build fixes, added .pc.in files (from Laszlo Peter).
14
15 ======
16
17 This is the gnome-2.6 beta release of at-spi.
18 What's new in at-spi-1.3.15:
19
20 * translations:
21         Amanpreet Singh Alam (pa)
22         Bojan Suzic (sr@ije)
23
24
25 What's new in at-spi-1.3.14:
26
27 * reduced debug output in normal usage.  Don't PRIT_LEAKS
28   unless DEBUG_OBJECTS is #defined.  Reduces SEGVs when reporting
29   on noncritical refcount issues.
30
31 What's new in at-spi-1.3.13:
32
33 * Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
34   (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
35
36 * bugfixes (bad g_free, and a null string issue that caused SEGV on
37   Solaris when running sample programs).
38
39
40 What's new in at-spi-1.3.11:
41
42 * Fix for docs bug #129728 (Sebastien Bacher).
43
44 * Fix for bug #129479, allows distinction between
45   multiple DISPLAY instances of at-spi registry.
46
47 * Fix for #124837, which could cause 'hang' interactions
48   between desktop and clients such as gnopernicus.
49
50 * Fixes for NUMLOCK mask behavior, bug #129103.
51
52 * Greatly improved key synthesis for non-Latin characters.
53   We can now synthesize any KeySym which is defined in the current
54   X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
55   the public-domain code borrowed here.
56
57 * Fixes for: 128912.
58
59 * new languages: 
60   fa (Roozber Pournader), 
61   ar (Arafat Medini).
62   id (Ahmad Riza H Nst)
63
64
65 What's new in at-spi-1.3.9:
66
67 * New api:  AccessibleApplication_getLocale (app, type),
68   returns a POSIX locale string for a locale category,
69   for instance Accessibility_LOCALE_TYPE_MESSAGES.
70
71 * New SPI_ROLE_EDITBAR.
72
73 * New Accessible_getLocalizedRoleName.
74
75 * New AccessibleText_getDefaultAttributes.
76
77 * fixes to AccessibleStreamableContent, including a 'seek'
78   implementation for cspi.  Thanks to Michael Meeks for some
79   related bugfixes in StreamableContent.
80
81 * now we emit key-released events to appropriate keylisteners.
82
83 * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
84   no (Kjartan Masass), eu (Christian Rose).
85
86 * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
87   #125834, #111429, #121974.
88
89 What's new in at-spi-1.3.7:
90
91 This is the official GNOME 2.4.0 release of at-spi.
92
93 * fixed event-name bug, "object:active-descendant" is now 
94   "object:active-descendant-changed".
95
96 * fixes for 120220, 120725, some code cleanups.  
97  
98 * Improved code that rejects
99   spurious "window:activate/deactivate" pairs when X key grabs occur.
100   [108664]
101
102 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
103
104 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
105
106
107 What's new in at-spi-1.3.6:
108
109 * Add XEvIE support for those systems which have XEvIE.
110
111 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
112 for bug #118114.
113
114 * Store event so that it can subsequently be referred to. Fixes bugs 
115 #116949 and #116624.
116
117 * Add support for AccessibleAction on hyperlink object.
118
119 * Defer focus: events to reduce number of window switch events reported.
120 This a partial fix for bug #108664.
121
122 * Eliminate warning messages reported when out-of-process applet starts.
123 Fixes bug #115014.
124
125 * Register out-of-process applet as application only while it has top level
126 window displayed. This fixes bug #111578.
127
128 * Add translations: Simplified Chinese [Yi Yang],  Azerbaijani [Metin Amiroff],
129 Icelandic [Richard Allen], Italian [Alessio Frusciante], 
130 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
131 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
132 Belarusian [Belarusian team <i18n@mova.org>], 
133 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto], 
134 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
135 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], 
136 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], 
137 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], 
138 Catalan [Jordi Mallach], French [Chistophe Marlet], 
139 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], 
140 Czech [Miloslav Trmac], Swedish [Christian Rose]
141
142 What's new in at-spi-1.3.4:
143
144 * require atk 1.3.4 throughout.
145
146 * Fix for crasher bug in cspi, exceptions were not being properly 
147 caught internally.
148
149 * added cspi_peek_ev()
150
151 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for 
152         checkboxes in the 'inconsistent' state)
153
154 * initial wrapper implementations for AccessibleStreamableContent.
155   (partial)
156
157 * implement "string" synthesis type in SPI_generateKeyEvent.
158
159 * Added cspi client-side APIs for exception handling.
160
161 * bugfixes for #114370,  #113268,  #108664, #92143,  
162
163 What's new in at-spi-1.3.2:
164
165 * Fix for #113268.
166
167 What's new in at-spi-1.3.1:
168
169 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
170   108666, 104730, 111793.
171
172 * build fixes.
173
174 * gnome-2-2 branch created.
175
176 What's new in at-spi-1.1.9:
177
178 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
179   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
180
181 * added support for mouse buttons 4 and 5.
182
183 * compiler warning fixes.
184
185 What's new in at-spi-1.1.8:
186
187 * Added getRangeExtents() and getBoundedRanges() API for more
188   efficient screen review [100944].
189
190 What's new in at-spi-1.1.7:
191
192 * Added spi_keymask values for Mod4 and Mod5.
193 * Performance improvements and bugfixes from Michael.
194
195 What's new in at-spi-1.1.6:
196
197 * Fixes for #99799, #10530.
198
199 * New methods in cspi:
200   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
201   to allow lifecycle management of AccessibleEvents outside of
202   the emission handler.
203
204 What's new in at-spi-1.1.6:
205
206 * event struct in libspi is bigger, increased unimplemented
207   slot count for sufficient future bincompatible expansion. 
208  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
209   not affected.)
210
211 * New accessor methods allow state-coherent query of many
212   event types.
213
214 * API Frozen for GNOME 2.2.
215
216 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
217
218 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
219         SUBWINDOW_OF.
220
221 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
222
223 * reduced debug output, unless you set AT_SPI_DEBUG environment
224   variable to string which parses to an integer value > 0.
225
226 * added definitions for SPI_KEYMASK_BUTTON1, etc.
227
228 * added SPI_LAYER_WINDOW.
229
230 * Added ability to register 'device event listeners' which can
231   consume device events, such as mouse events.
232
233 * Added support for mouse and key-modifier event notification.
234
235 * deprecated KeyEventType in favor of EventType.
236
237 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
238         93592, 95940, 95517, 93658, 95055, 94555, 84856.
239
240 * updated copyrights to include Ximian.
241
242 What's new in at-spi-1.1.0:
243
244 * event listener notifications are no longer oneways.
245 * bugfixes for 84900, 84908, 84897, 84898.
246 * performance improvement for event listeners.
247
248 What's new in at-spi-1.0.1:
249
250 * bugfix for 82509
251
252 What's new in at-spi-1.0.0:
253
254 * API Freeze (1.0 API is now FINAL)
255 * added boolean return for
256 Accessibility_Registry_registerKeystrokeListener.
257 * Revved activation ID for registry to "1.0"
258 * many bugfixes and improvements to global key listener implementation.
259 * improvements to regression test "test-simple", added key
260 listener/synthesis test.
261 * added sample code in "test" to demonstrate how flat line-mode
262 screen-review can be implemented with at-spi.
263
264 What's new in at-spi-0.13.1:
265
266 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
267  to recompile )
268
269 * fix for bugzilla bug 80616
270 * IDL change which will affect direct CORBA users of the keystroke
271   listener API
272 * added a new test harness, event-listener-test, which also
273   has a simple tree traversal timing benchmark. event-listener-test
274   attaches listeners to all currently supported events (and a few
275   events which are not fully implemented yet); it thus serves
276   as useful event listener sample code as well as being a diagnostic
277   tool. 
278
279 What's new in at-spi-0.12.1:
280
281 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
282   relating to build issues on some architectures (some of these were
283   fixed in 0.10 but additional fixes were included in 0.12.1).
284 * added new test program for our key listener API.
285 * added implementation of IDL 'exit' method to our
286   magnifier and mag_control client.
287 * Badly broken AccessibleStateSet implementation fixed by
288   Marc.
289 * Added implementation for AccessibleComponent_grabFocus method.
290 * Improvements to documentation.
291
292 API CHANGES:
293
294 * Added missing seek_type param in
295   AccessibleStreamableContent_seek [78888], 
296   previously documented but not in signature;
297   this was unused API but needed fixing for the future.
298
299 * Added API for AccessibleTable_selectRow and _selectColumn,
300   corresponding to similar API in ATK, and provided
301   implementation. [76201]
302
303 * Added boolean return types to a number of IDL methods whose
304   corresponding cspi wrappers and ATK methods already had boolean
305   returns.
306
307 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
308 this was the main existing breakage in StateSet.
309
310
311 =================
312
313
314 TODO API Additions:
315
316 getStateName () and STATE_EXTENDED to allow extension of State API (already 
317 in ATK).
318
319 AccessibleAction_getType () and AccessibleAction_getTypeName ().
320
321 need getBaseAttributes () 
322 for AccessibleText (available in ATK I think).
323
324 table: getVisibleRange
325
326 state: HEADER, etc. for spreadsheet cells
327
328