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