2 What's new in at-spi-0.13.1:
4 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
7 * fix for bugzilla bug 80616
8 * IDL change which will affect direct CORBA users of the keystroke
10 * added a new test harness, event-listener-test, which also
11 has a simple tree traversal timing benchmark. event-listener-test
12 attaches listeners to all currently supported events (and a few
13 events which are not fully implemented yet); it thus serves
14 as useful event listener sample code as well as being a diagnostic
17 What's new in at-spi-0.12.1:
19 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
20 relating to build issues on some architectures (some of these were
21 fixed in 0.10 but additional fixes were included in 0.12.1).
22 * added new test program for our key listener API.
23 * added implementation of IDL 'exit' method to our
24 magnifier and mag_control client.
25 * Badly broken AccessibleStateSet implementation fixed by
27 * Added implementation for AccessibleComponent_grabFocus method.
28 * Improvements to documentation.
32 * Added missing seek_type param in
33 AccessibleStreamableContent_seek [78888],
34 previously documented but not in signature;
35 this was unused API but needed fixing for the future.
37 * Added API for AccessibleTable_selectRow and _selectColumn,
38 corresponding to similar API in ATK, and provided
39 implementation. [76201]
41 * Added boolean return types to a number of IDL methods whose
42 corresponding cspi wrappers and ATK methods already had boolean
45 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
46 this was the main existing breakage in StateSet.