6 What's new in at-spi-1.1.0:
8 * event listener notifications are no longer oneways.
9 * bugfixes for 84900, 84908, 84897, 84898.
10 * performance improvement for event listeners.
12 What's new in at-spi-1.0.1:
16 What's new in at-spi-1.0.0:
18 * API Freeze (1.0 API is now FINAL)
19 * added boolean return for
20 Accessibility_Registry_registerKeystrokeListener.
21 * Revved activation ID for registry to "1.0"
22 * many bugfixes and improvements to global key listener implementation.
23 * improvements to regression test "test-simple", added key
24 listener/synthesis test.
25 * added sample code in "test" to demonstrate how flat line-mode
26 screen-review can be implemented with at-spi.
28 What's new in at-spi-0.13.1:
30 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
33 * fix for bugzilla bug 80616
34 * IDL change which will affect direct CORBA users of the keystroke
36 * added a new test harness, event-listener-test, which also
37 has a simple tree traversal timing benchmark. event-listener-test
38 attaches listeners to all currently supported events (and a few
39 events which are not fully implemented yet); it thus serves
40 as useful event listener sample code as well as being a diagnostic
43 What's new in at-spi-0.12.1:
45 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
46 relating to build issues on some architectures (some of these were
47 fixed in 0.10 but additional fixes were included in 0.12.1).
48 * added new test program for our key listener API.
49 * added implementation of IDL 'exit' method to our
50 magnifier and mag_control client.
51 * Badly broken AccessibleStateSet implementation fixed by
53 * Added implementation for AccessibleComponent_grabFocus method.
54 * Improvements to documentation.
58 * Added missing seek_type param in
59 AccessibleStreamableContent_seek [78888],
60 previously documented but not in signature;
61 this was unused API but needed fixing for the future.
63 * Added API for AccessibleTable_selectRow and _selectColumn,
64 corresponding to similar API in ATK, and provided
65 implementation. [76201]
67 * Added boolean return types to a number of IDL methods whose
68 corresponding cspi wrappers and ATK methods already had boolean
71 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
72 this was the main existing breakage in StateSet.