New IDL API, extensions to basic at-spi interfaces.
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi-1.7.0:
2
3 * NEW API:
4
5   idl:
6   cspi:
7
8 * BUGFIXES:
9
10
11 What's new in at-spi-1.6.5:
12
13 * Fixed some discrepancies in event listener deregistration, improves
14 on-the-fly deregistration of event listeners.  Fixed some tests.
15
16 * Fixed brokenness in 'make check.'
17
18 What's new in at-spi-1.6.4:
19
20 * Fixed XEVIE detection and configuration on XOrg version 6.8.2.
21
22 * Added locale 'rw' (Steve Murphy)
23
24 * Tweaked event-listener-test program.
25
26 * Leakfixes, from billh and Kjartan Marass.
27  
28 What's new in at-spi-1.6.3: 
29
30 * bugfix for #165129
31
32 * Added locale 'xh' (Adi Attar)
33
34 What's new in at-spi-1.6.2: 
35
36 * fixes for problems at logout time (hangs, crashes)
37
38 * bugfixes for #160862, #152147.
39
40 * minor enhancements to test login-helper-server-test.
41
42 (Padraig O'Briain)
43
44 What's new in at-spi-1.6.1: 
45
46 * LoginHelper API docs improved.
47
48 * fixed bug which caused problems if an
49   app which loaded atk-bridge forks, and one fork exits.
50   (Padraig O'Briain).
51
52 * New language: Galician (gl), Jesus Bravo Alvarez.
53
54 * Ansi build fixes (Kjartan Maraas).
55
56 What's new in at-spi-1.6.0: 
57
58 Nothing.
59
60 What's new in at-spi-1.5.4: 
61
62 * Registration failure at SPI_init is now detected and
63   an error code is returned to the caller (bug #147648).
64
65 * We now use polling as our default for detecting mouse
66   button changes (this was formerly our fallback method);
67   this prevents conflict with Xstroke.
68   [a better long-term fix requires the Xevie extension]
69
70 * We now register on a per-DISPLAY, but not per-SCREEN, basis.
71   This fixes several issues, see bugs #149962, #136986, #144086.
72
73 * New languages in configure.in:
74   bs (Christian Rose)
75   nb (Kjartan Maraas)  
76
77 ============
78
79 What's new in at-spi-1.5.3: 
80
81 * New role EMBEDDED (bug #144415).
82
83 * Added object:bounds-changed event, for detecting when the 
84   component bounds of an object have changed onscreen.
85
86 ==============
87
88 What's new in at-spi-1.5.2: 
89
90 * Added Accessibility_LoginHelper interface, and
91   LoginHelper GType.  Also added client and server tests
92   for this interface.  The purpose is to identify services
93   (typically, assistive technologies) which need access to 
94   system or device services (keyboard, audio, serial ports,
95   posting windows, etc.) during login or re-login/authentication.
96
97 * fixed make distcheck.
98
99 * Added a check in cspi_object_unref, which should help in detecting
100   refcount bugs in clients (Padraig O'Briain).
101
102 * New languages:
103   Walloon (Pablo Saratxaga)
104   Bulgarian (Alexander Shopov)
105
106 What's new in at-spi-1.5.1: 
107
108 * Allow synthesis of keysyms that aren't in the current X keymap.
109
110 * languages: Gujarati (Guntupalli Karunakar), Canadian English
111   (Alexander Winston)
112
113 * Added omitted declarations for already-existing methods
114         AccessibleTable_addRowSelection(),
115         AccessibleTable_addColumnSelection(),
116         AccessibleTable_removeRowSelection(),
117         AccessibleTable_removeColumnSelection().
118
119 * bug fixes: 136660, 120659 (partial), 132237, 134332.
120
121 ==========
122
123 What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
124
125 * build improvements from Laszlo Peter.
126 * en_GB added to ALL_LINGUAS.
127
128 =======
129
130 What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
131
132 * Fix for bug #134036, which could steal keystrokes from applications
133   if at-spi registry failed.
134
135 * Build fixes, added .pc.in files (from Laszlo Peter).
136
137 ======
138
139 This is the gnome-2.6 beta release of at-spi.
140 What's new in at-spi-1.3.15:
141
142 * translations:
143         Amanpreet Singh Alam (pa)
144         Bojan Suzic (sr@ije)
145
146
147 What's new in at-spi-1.3.14:
148
149 * reduced debug output in normal usage.  Don't PRIT_LEAKS
150   unless DEBUG_OBJECTS is #defined.  Reduces SEGVs when reporting
151   on noncritical refcount issues.
152
153 What's new in at-spi-1.3.13:
154
155 * Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
156   (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
157
158 * bugfixes (bad g_free, and a null string issue that caused SEGV on
159   Solaris when running sample programs).
160
161
162 What's new in at-spi-1.3.11:
163
164 * Fix for docs bug #129728 (Sebastien Bacher).
165
166 * Fix for bug #129479, allows distinction between
167   multiple DISPLAY instances of at-spi registry.
168
169 * Fix for #124837, which could cause 'hang' interactions
170   between desktop and clients such as gnopernicus.
171
172 * Fixes for NUMLOCK mask behavior, bug #129103.
173
174 * Greatly improved key synthesis for non-Latin characters.
175   We can now synthesize any KeySym which is defined in the current
176   X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
177   the public-domain code borrowed here.
178
179 * Fixes for: 128912.
180
181 * new languages: 
182   fa (Roozber Pournader), 
183   ar (Arafat Medini).
184   id (Ahmad Riza H Nst)
185
186
187 What's new in at-spi-1.3.9:
188
189 * New api:  AccessibleApplication_getLocale (app, type),
190   returns a POSIX locale string for a locale category,
191   for instance Accessibility_LOCALE_TYPE_MESSAGES.
192
193 * New SPI_ROLE_EDITBAR.
194
195 * New Accessible_getLocalizedRoleName.
196
197 * New AccessibleText_getDefaultAttributes.
198
199 * fixes to AccessibleStreamableContent, including a 'seek'
200   implementation for cspi.  Thanks to Michael Meeks for some
201   related bugfixes in StreamableContent.
202
203 * now we emit key-released events to appropriate keylisteners.
204
205 * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
206   no (Kjartan Masass), eu (Christian Rose).
207
208 * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
209   #125834, #111429, #121974.
210
211 What's new in at-spi-1.3.7:
212
213 This is the official GNOME 2.4.0 release of at-spi.
214
215 * fixed event-name bug, "object:active-descendant" is now 
216   "object:active-descendant-changed".
217
218 * fixes for 120220, 120725, some code cleanups.  
219  
220 * Improved code that rejects
221   spurious "window:activate/deactivate" pairs when X key grabs occur.
222   [108664]
223
224 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
225
226 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
227
228
229 What's new in at-spi-1.3.6:
230
231 * Add XEvIE support for those systems which have XEvIE.
232
233 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
234 for bug #118114.
235
236 * Store event so that it can subsequently be referred to. Fixes bugs 
237 #116949 and #116624.
238
239 * Add support for AccessibleAction on hyperlink object.
240
241 * Defer focus: events to reduce number of window switch events reported.
242 This a partial fix for bug #108664.
243
244 * Eliminate warning messages reported when out-of-process applet starts.
245 Fixes bug #115014.
246
247 * Register out-of-process applet as application only while it has top level
248 window displayed. This fixes bug #111578.
249
250 * Add translations: Simplified Chinese [Yi Yang],  Azerbaijani [Metin Amiroff],
251 Icelandic [Richard Allen], Italian [Alessio Frusciante], 
252 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
253 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
254 Belarusian [Belarusian team <i18n@mova.org>], 
255 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto], 
256 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
257 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], 
258 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], 
259 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], 
260 Catalan [Jordi Mallach], French [Chistophe Marlet], 
261 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], 
262 Czech [Miloslav Trmac], Swedish [Christian Rose]
263
264 What's new in at-spi-1.3.4:
265
266 * require atk 1.3.4 throughout.
267
268 * Fix for crasher bug in cspi, exceptions were not being properly 
269 caught internally.
270
271 * added cspi_peek_ev()
272
273 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for 
274         checkboxes in the 'inconsistent' state)
275
276 * initial wrapper implementations for AccessibleStreamableContent.
277   (partial)
278
279 * implement "string" synthesis type in SPI_generateKeyEvent.
280
281 * Added cspi client-side APIs for exception handling.
282
283 * bugfixes for #114370,  #113268,  #108664, #92143,  
284
285 What's new in at-spi-1.3.2:
286
287 * Fix for #113268.
288
289 What's new in at-spi-1.3.1:
290
291 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
292   108666, 104730, 111793.
293
294 * build fixes.
295
296 * gnome-2-2 branch created.
297
298 What's new in at-spi-1.1.9:
299
300 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
301   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
302
303 * added support for mouse buttons 4 and 5.
304
305 * compiler warning fixes.
306
307 What's new in at-spi-1.1.8:
308
309 * Added getRangeExtents() and getBoundedRanges() API for more
310   efficient screen review [100944].
311
312 What's new in at-spi-1.1.7:
313
314 * Added spi_keymask values for Mod4 and Mod5.
315 * Performance improvements and bugfixes from Michael.
316
317 What's new in at-spi-1.1.6:
318
319 * Fixes for #99799, #10530.
320
321 * New methods in cspi:
322   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
323   to allow lifecycle management of AccessibleEvents outside of
324   the emission handler.
325
326 What's new in at-spi-1.1.6:
327
328 * event struct in libspi is bigger, increased unimplemented
329   slot count for sufficient future bincompatible expansion. 
330  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
331   not affected.)
332
333 * New accessor methods allow state-coherent query of many
334   event types.
335
336 * API Frozen for GNOME 2.2.
337
338 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
339
340 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
341         SUBWINDOW_OF.
342
343 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
344
345 * reduced debug output, unless you set AT_SPI_DEBUG environment
346   variable to string which parses to an integer value > 0.
347
348 * added definitions for SPI_KEYMASK_BUTTON1, etc.
349
350 * added SPI_LAYER_WINDOW.
351
352 * Added ability to register 'device event listeners' which can
353   consume device events, such as mouse events.
354
355 * Added support for mouse and key-modifier event notification.
356
357 * deprecated KeyEventType in favor of EventType.
358
359 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
360         93592, 95940, 95517, 93658, 95055, 94555, 84856.
361
362 * updated copyrights to include Ximian.
363
364 What's new in at-spi-1.1.0:
365
366 * event listener notifications are no longer oneways.
367 * bugfixes for 84900, 84908, 84897, 84898.
368 * performance improvement for event listeners.
369
370 What's new in at-spi-1.0.1:
371
372 * bugfix for 82509
373
374 What's new in at-spi-1.0.0:
375
376 * API Freeze (1.0 API is now FINAL)
377 * added boolean return for
378 Accessibility_Registry_registerKeystrokeListener.
379 * Revved activation ID for registry to "1.0"
380 * many bugfixes and improvements to global key listener implementation.
381 * improvements to regression test "test-simple", added key
382 listener/synthesis test.
383 * added sample code in "test" to demonstrate how flat line-mode
384 screen-review can be implemented with at-spi.
385
386 What's new in at-spi-0.13.1:
387
388 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
389  to recompile )
390
391 * fix for bugzilla bug 80616
392 * IDL change which will affect direct CORBA users of the keystroke
393   listener API
394 * added a new test harness, event-listener-test, which also
395   has a simple tree traversal timing benchmark. event-listener-test
396   attaches listeners to all currently supported events (and a few
397   events which are not fully implemented yet); it thus serves
398   as useful event listener sample code as well as being a diagnostic
399   tool. 
400
401 What's new in at-spi-0.12.1:
402
403 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
404   relating to build issues on some architectures (some of these were
405   fixed in 0.10 but additional fixes were included in 0.12.1).
406 * added new test program for our key listener API.
407 * added implementation of IDL 'exit' method to our
408   magnifier and mag_control client.
409 * Badly broken AccessibleStateSet implementation fixed by
410   Marc.
411 * Added implementation for AccessibleComponent_grabFocus method.
412 * Improvements to documentation.
413
414 API CHANGES:
415
416 * Added missing seek_type param in
417   AccessibleStreamableContent_seek [78888], 
418   previously documented but not in signature;
419   this was unused API but needed fixing for the future.
420
421 * Added API for AccessibleTable_selectRow and _selectColumn,
422   corresponding to similar API in ATK, and provided
423   implementation. [76201]
424
425 * Added boolean return types to a number of IDL methods whose
426   corresponding cspi wrappers and ATK methods already had boolean
427   returns.
428
429 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
430 this was the main existing breakage in StateSet.
431
432
433 =================
434
435
436 TODO API Additions:
437
438 getStateName () and STATE_EXTENDED to allow extension of State API (already 
439 in ATK).
440
441 AccessibleAction_getType () and AccessibleAction_getTypeName ().
442
443 need getBaseAttributes () 
444 for AccessibleText (available in ATK I think).
445
446 table: getVisibleRange
447
448 state: HEADER, etc. for spreadsheet cells
449
450