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