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