2007-03-12 Li Yuan <li.yuan@sun.com>
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi-1.18.0:
2
3 * Release 1.18.0 for GNOME 2.18.0.
4
5 What's new in at-spi-1.17.2:
6
7 * Bugfixes: #412286.
8
9 What's new in at-spi-1.17.1:
10
11 * Bugfixes: #404584, #401299, #375319. Fixes some build warnings.
12
13 What's new in at-spi-1.17.0:
14
15 * Bugfixes: #404592, #400709.
16
17 What's new in at-spi-1.7.16:
18
19 * Bugfixes: #329454, #393010.
20
21 What's new in at-spi-1.7.15:
22
23 * Bugfixes: #372988, #381670, #387960, #364839.
24
25 What's new in at-spi-1.7.14:
26
27 * We now get te value of display using the env var DISPLAY rather than
28   using the gdk_display_get_default to avoid dependancy of gdk. Also, 
29   once the registry is started, we set the ior of the registry as 
30   an X property.
31
32 * Bugfixes: #361386, #369377, #382271, #372172, #163132, #377079, #352444
33
34 What's new in at-spi-1.7.12:
35
36 * Modified parameter names in some IDL to avoid class name collisions
37   (Gary Cramblitt).  This is a bincompat change which improves portability
38   of the IDL.
39
40 * Bugfixes: #353226, #356688 (Neo Liu), #350552 (Ginn Chen), #350958.
41
42 What's new in at-spi-1.7.11:
43
44 * Docs fixes.
45
46 * Fixed getAttributes APIs.
47
48 * Export Hyperlink interface for AtkHyperlinkImpl peers.
49
50 * Aggregate Document interface.
51
52 What's new in at-spi-1.7.10:
53
54 * New method Selection::deselectChild.  RFE #326535.
55
56 What's new in at-spi-1.7.9:
57
58 * I18n uses po/LINGUAS now.
59
60 * Table enhancement: new method Table::getRowColumnExtentsAtIndex
61   RFE #326536.  Assistance from Ariel Rios.
62
63 * Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
64   RFE #326540.  Assistance from Ariel Rios.
65
66 * New interface, Document.  RFE #326520.
67
68 * New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.
69
70 * Meaningful implementation and bridges for StreamableContent. 
71   RFE #326532.
72
73 * Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR, 
74   and PARENT_WINDOW_OF.
75
76 What's new in at-spi-1.7.4:
77
78 * Fixed dist to include Accessibility_Selector.idl (missing from dist though
79   in cvs since 1.7.3).
80
81 * Bugfixes to EventDetails event support, and fixed event emission for 
82   implementors of SPI_REMOTE_OBJECT.
83
84 What's new in at-spi-1.7.0 through 1.7.3:
85
86 * Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0
87         through 1.7.2, added in 1.7.3)
88
89 * DOCS:
90   
91   All the IDL is now documented with doxygen-compatible docs.
92   Just run 'doxygen oxyfile' in the IDL directory.  (This will
93   be automated in a future version).
94
95 * NEW API:
96
97   idl: 
98         Accessibility::Accessible:getAttributes (name/value pair annotation
99         for all objects)
100         Accessibility::Accessible:getApplication (retrieves ref to host app)
101         Accessibility::Component:getAlpha (get transparency/opacity value of component)
102         Accessibility::Image:getLocale (get POSIX locale for image and
103         imagedesc)
104         Accessibility::Text:getAttributeValue (retrieve a single named
105         attribute value)
106         Accessibility::Relation:RELATION_PARENT_WINDOW_OF
107         Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION,
108         ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles
109         for complex docs and forms.)
110         Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, 
111         STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION,
112         STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms)
113         Accessibility::EventDetails (new, more detailed info marshalled with events)
114
115   cspi:
116         (AccessibleEvent_getSourceName):
117         (AccessibleEvent_getSourceRole):
118         (AccessibleEvent_getSourceApplication):
119         (AccessibleEvent_getSourceDetails):
120         New methods for interrogating/demarshalling
121         event details i.e. source's accessible name, role, 
122         and host app.
123         (Accessible_getAttributes): New, retrieve annotations/attributes 
124         on objects.
125         (Accessible_getHostApplication): New, retrieve enclosing Application
126         instance for an object.
127         (AccessibleImage_getImageLocale): New, retrieve Locale info for an
128         image.
129         (AccessibleComponent_getAlpha): New, retrieve alpha value for 
130         an AccessibleComponent (see discussion in idl section above).
131
132 * BUGFIXES:
133         Some compiler fixes from Kjartan Marass.
134         Some thread-related fixes from Michael Meeks.
135         Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
136
137 What's new in at-spi-1.6.5:
138
139 * Fixed some discrepancies in event listener deregistration, improves
140 on-the-fly deregistration of event listeners.  Fixed some tests.
141
142 * Fixed brokenness in 'make check.'
143
144 What's new in at-spi-1.6.4:
145
146 * Fixed XEVIE detection and configuration on XOrg version 6.8.2.
147
148 * Added locale 'rw' (Steve Murphy)
149
150 * Tweaked event-listener-test program.
151
152 * Leakfixes, from billh and Kjartan Marass.
153  
154 What's new in at-spi-1.6.3: 
155
156 * bugfix for #165129
157
158 * Added locale 'xh' (Adi Attar)
159
160 What's new in at-spi-1.6.2: 
161
162 * fixes for problems at logout time (hangs, crashes)
163
164 * bugfixes for #160862, #152147.
165
166 * minor enhancements to test login-helper-server-test.
167
168 (Padraig O'Briain)
169
170 What's new in at-spi-1.6.1: 
171
172 * LoginHelper API docs improved.
173
174 * fixed bug which caused problems if an
175   app which loaded atk-bridge forks, and one fork exits.
176   (Padraig O'Briain).
177
178 * New language: Galician (gl), Jesus Bravo Alvarez.
179
180 * Ansi build fixes (Kjartan Maraas).
181
182 What's new in at-spi-1.6.0: 
183
184 Nothing.
185
186 What's new in at-spi-1.5.4: 
187
188 * Registration failure at SPI_init is now detected and
189   an error code is returned to the caller (bug #147648).
190
191 * We now use polling as our default for detecting mouse
192   button changes (this was formerly our fallback method);
193   this prevents conflict with Xstroke.
194   [a better long-term fix requires the Xevie extension]
195
196 * We now register on a per-DISPLAY, but not per-SCREEN, basis.
197   This fixes several issues, see bugs #149962, #136986, #144086.
198
199 * New languages in configure.in:
200   bs (Christian Rose)
201   nb (Kjartan Maraas)  
202
203 ============
204
205 What's new in at-spi-1.5.3: 
206
207 * New role EMBEDDED (bug #144415).
208
209 * Added object:bounds-changed event, for detecting when the 
210   component bounds of an object have changed onscreen.
211
212 ==============
213
214 What's new in at-spi-1.5.2: 
215
216 * Added Accessibility_LoginHelper interface, and
217   LoginHelper GType.  Also added client and server tests
218   for this interface.  The purpose is to identify services
219   (typically, assistive technologies) which need access to 
220   system or device services (keyboard, audio, serial ports,
221   posting windows, etc.) during login or re-login/authentication.
222
223 * fixed make distcheck.
224
225 * Added a check in cspi_object_unref, which should help in detecting
226   refcount bugs in clients (Padraig O'Briain).
227
228 * New languages:
229   Walloon (Pablo Saratxaga)
230   Bulgarian (Alexander Shopov)
231
232 What's new in at-spi-1.5.1: 
233
234 * Allow synthesis of keysyms that aren't in the current X keymap.
235
236 * languages: Gujarati (Guntupalli Karunakar), Canadian English
237   (Alexander Winston)
238
239 * Added omitted declarations for already-existing methods
240         AccessibleTable_addRowSelection(),
241         AccessibleTable_addColumnSelection(),
242         AccessibleTable_removeRowSelection(),
243         AccessibleTable_removeColumnSelection().
244
245 * bug fixes: 136660, 120659 (partial), 132237, 134332.
246
247 ==========
248
249 What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
250
251 * build improvements from Laszlo Peter.
252 * en_GB added to ALL_LINGUAS.
253
254 =======
255
256 What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
257
258 * Fix for bug #134036, which could steal keystrokes from applications
259   if at-spi registry failed.
260
261 * Build fixes, added .pc.in files (from Laszlo Peter).
262
263 ======
264
265 This is the gnome-2.6 beta release of at-spi.
266 What's new in at-spi-1.3.15:
267
268 * translations:
269         Amanpreet Singh Alam (pa)
270         Bojan Suzic (sr@ije)
271
272
273 What's new in at-spi-1.3.14:
274
275 * reduced debug output in normal usage.  Don't PRIT_LEAKS
276   unless DEBUG_OBJECTS is #defined.  Reduces SEGVs when reporting
277   on noncritical refcount issues.
278
279 What's new in at-spi-1.3.13:
280
281 * Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
282   (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
283
284 * bugfixes (bad g_free, and a null string issue that caused SEGV on
285   Solaris when running sample programs).
286
287
288 What's new in at-spi-1.3.11:
289
290 * Fix for docs bug #129728 (Sebastien Bacher).
291
292 * Fix for bug #129479, allows distinction between
293   multiple DISPLAY instances of at-spi registry.
294
295 * Fix for #124837, which could cause 'hang' interactions
296   between desktop and clients such as gnopernicus.
297
298 * Fixes for NUMLOCK mask behavior, bug #129103.
299
300 * Greatly improved key synthesis for non-Latin characters.
301   We can now synthesize any KeySym which is defined in the current
302   X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
303   the public-domain code borrowed here.
304
305 * Fixes for: 128912.
306
307 * new languages: 
308   fa (Roozber Pournader), 
309   ar (Arafat Medini).
310   id (Ahmad Riza H Nst)
311
312
313 What's new in at-spi-1.3.9:
314
315 * New api:  AccessibleApplication_getLocale (app, type),
316   returns a POSIX locale string for a locale category,
317   for instance Accessibility_LOCALE_TYPE_MESSAGES.
318
319 * New SPI_ROLE_EDITBAR.
320
321 * New Accessible_getLocalizedRoleName.
322
323 * New AccessibleText_getDefaultAttributes.
324
325 * fixes to AccessibleStreamableContent, including a 'seek'
326   implementation for cspi.  Thanks to Michael Meeks for some
327   related bugfixes in StreamableContent.
328
329 * now we emit key-released events to appropriate keylisteners.
330
331 * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
332   no (Kjartan Masass), eu (Christian Rose).
333
334 * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
335   #125834, #111429, #121974.
336
337 What's new in at-spi-1.3.7:
338
339 This is the official GNOME 2.4.0 release of at-spi.
340
341 * fixed event-name bug, "object:active-descendant" is now 
342   "object:active-descendant-changed".
343
344 * fixes for 120220, 120725, some code cleanups.  
345  
346 * Improved code that rejects
347   spurious "window:activate/deactivate" pairs when X key grabs occur.
348   [108664]
349
350 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
351
352 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
353
354
355 What's new in at-spi-1.3.6:
356
357 * Add XEvIE support for those systems which have XEvIE.
358
359 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
360 for bug #118114.
361
362 * Store event so that it can subsequently be referred to. Fixes bugs 
363 #116949 and #116624.
364
365 * Add support for AccessibleAction on hyperlink object.
366
367 * Defer focus: events to reduce number of window switch events reported.
368 This a partial fix for bug #108664.
369
370 * Eliminate warning messages reported when out-of-process applet starts.
371 Fixes bug #115014.
372
373 * Register out-of-process applet as application only while it has top level
374 window displayed. This fixes bug #111578.
375
376 * Add translations: Simplified Chinese [Yi Yang],  Azerbaijani [Metin Amiroff],
377 Icelandic [Richard Allen], Italian [Alessio Frusciante], 
378 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
379 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
380 Belarusian [Belarusian team <i18n@mova.org>], 
381 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto], 
382 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
383 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], 
384 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], 
385 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], 
386 Catalan [Jordi Mallach], French [Chistophe Marlet], 
387 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], 
388 Czech [Miloslav Trmac], Swedish [Christian Rose]
389
390 What's new in at-spi-1.3.4:
391
392 * require atk 1.3.4 throughout.
393
394 * Fix for crasher bug in cspi, exceptions were not being properly 
395 caught internally.
396
397 * added cspi_peek_ev()
398
399 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for 
400         checkboxes in the 'inconsistent' state)
401
402 * initial wrapper implementations for AccessibleStreamableContent.
403   (partial)
404
405 * implement "string" synthesis type in SPI_generateKeyEvent.
406
407 * Added cspi client-side APIs for exception handling.
408
409 * bugfixes for #114370,  #113268,  #108664, #92143,  
410
411 What's new in at-spi-1.3.2:
412
413 * Fix for #113268.
414
415 What's new in at-spi-1.3.1:
416
417 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
418   108666, 104730, 111793.
419
420 * build fixes.
421
422 * gnome-2-2 branch created.
423
424 What's new in at-spi-1.1.9:
425
426 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
427   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
428
429 * added support for mouse buttons 4 and 5.
430
431 * compiler warning fixes.
432
433 What's new in at-spi-1.1.8:
434
435 * Added getRangeExtents() and getBoundedRanges() API for more
436   efficient screen review [100944].
437
438 What's new in at-spi-1.1.7:
439
440 * Added spi_keymask values for Mod4 and Mod5.
441 * Performance improvements and bugfixes from Michael.
442
443 What's new in at-spi-1.1.6:
444
445 * Fixes for #99799, #10530.
446
447 * New methods in cspi:
448   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
449   to allow lifecycle management of AccessibleEvents outside of
450   the emission handler.
451
452 What's new in at-spi-1.1.6:
453
454 * event struct in libspi is bigger, increased unimplemented
455   slot count for sufficient future bincompatible expansion. 
456  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
457   not affected.)
458
459 * New accessor methods allow state-coherent query of many
460   event types.
461
462 * API Frozen for GNOME 2.2.
463
464 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
465
466 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
467         SUBWINDOW_OF.
468
469 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
470
471 * reduced debug output, unless you set AT_SPI_DEBUG environment
472   variable to string which parses to an integer value > 0.
473
474 * added definitions for SPI_KEYMASK_BUTTON1, etc.
475
476 * added SPI_LAYER_WINDOW.
477
478 * Added ability to register 'device event listeners' which can
479   consume device events, such as mouse events.
480
481 * Added support for mouse and key-modifier event notification.
482
483 * deprecated KeyEventType in favor of EventType.
484
485 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
486         93592, 95940, 95517, 93658, 95055, 94555, 84856.
487
488 * updated copyrights to include Ximian.
489
490 What's new in at-spi-1.1.0:
491
492 * event listener notifications are no longer oneways.
493 * bugfixes for 84900, 84908, 84897, 84898.
494 * performance improvement for event listeners.
495
496 What's new in at-spi-1.0.1:
497
498 * bugfix for 82509
499
500 What's new in at-spi-1.0.0:
501
502 * API Freeze (1.0 API is now FINAL)
503 * added boolean return for
504 Accessibility_Registry_registerKeystrokeListener.
505 * Revved activation ID for registry to "1.0"
506 * many bugfixes and improvements to global key listener implementation.
507 * improvements to regression test "test-simple", added key
508 listener/synthesis test.
509 * added sample code in "test" to demonstrate how flat line-mode
510 screen-review can be implemented with at-spi.
511
512 What's new in at-spi-0.13.1:
513
514 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
515  to recompile )
516
517 * fix for bugzilla bug 80616
518 * IDL change which will affect direct CORBA users of the keystroke
519   listener API
520 * added a new test harness, event-listener-test, which also
521   has a simple tree traversal timing benchmark. event-listener-test
522   attaches listeners to all currently supported events (and a few
523   events which are not fully implemented yet); it thus serves
524   as useful event listener sample code as well as being a diagnostic
525   tool. 
526
527 What's new in at-spi-0.12.1:
528
529 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
530   relating to build issues on some architectures (some of these were
531   fixed in 0.10 but additional fixes were included in 0.12.1).
532 * added new test program for our key listener API.
533 * added implementation of IDL 'exit' method to our
534   magnifier and mag_control client.
535 * Badly broken AccessibleStateSet implementation fixed by
536   Marc.
537 * Added implementation for AccessibleComponent_grabFocus method.
538 * Improvements to documentation.
539
540 API CHANGES:
541
542 * Added missing seek_type param in
543   AccessibleStreamableContent_seek [78888], 
544   previously documented but not in signature;
545   this was unused API but needed fixing for the future.
546
547 * Added API for AccessibleTable_selectRow and _selectColumn,
548   corresponding to similar API in ATK, and provided
549   implementation. [76201]
550
551 * Added boolean return types to a number of IDL methods whose
552   corresponding cspi wrappers and ATK methods already had boolean
553   returns.
554
555 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
556 this was the main existing breakage in StateSet.
557
558
559 =================
560
561
562 TODO API Additions:
563
564 getStateName () and STATE_EXTENDED to allow extension of State API (already 
565 in ATK).
566
567 AccessibleAction_getType () and AccessibleAction_getTypeName ().
568
569 need getBaseAttributes () 
570 for AccessibleText (available in ATK I think).
571
572 table: getVisibleRange
573
574 state: HEADER, etc. for spreadsheet cells
575
576