c129fe22dd934d4b3bd09f5a32ffbb8418aab40b
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 (top)
2 What's new in at-spi-0.13.1:
3
4 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
5  to recompile )
6
7 * fix for bugzilla bug 80616
8 * IDL change which will affect direct CORBA users of the keystroke
9   listener API
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
15   tool. 
16
17 What's new in at-spi-0.12.1:
18
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
26   Marc.
27 * Added implementation for AccessibleComponent_grabFocus method.
28 * Improvements to documentation.
29
30 API CHANGES:
31
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.
36
37 * Added API for AccessibleTable_selectRow and _selectColumn,
38   corresponding to similar API in ATK, and provided
39   implementation. [76201]
40
41 * Added boolean return types to a number of IDL methods whose
42   corresponding cspi wrappers and ATK methods already had boolean
43   returns.
44
45 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
46   this was the main existing breakage in StateSet.
47
48