source: trunk/third/at-spi/NEWS @ 18422

Revision 18422, 2.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18421, which included commits to RCS files with non-trunk default branches.
Line 
1(top)
2in HEAD:
3
4* bugfixes for: 84856
5
6What's new in at-spi-1.1.0:
7
8* event listener notifications are no longer oneways.
9* bugfixes for 84900, 84908, 84897, 84898.
10* performance improvement for event listeners.
11
12What's new in at-spi-1.0.1:
13
14* bugfix for 82509
15
16What's new in at-spi-1.0.0:
17
18* API Freeze (1.0 API is now FINAL)
19* added boolean return for
20Accessibility_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
24listener/synthesis test.
25* added sample code in "test" to demonstrate how flat line-mode
26screen-review can be implemented with at-spi.
27
28What's new in at-spi-0.13.1:
29
30(note: 0.13.1 is not binary compatible with 0.12.1, clients will need
31 to recompile )
32
33* fix for bugzilla bug 80616
34* IDL change which will affect direct CORBA users of the keystroke
35  listener API
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
41  tool.
42
43What's new in at-spi-0.12.1:
44
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
52  Marc.
53* Added implementation for AccessibleComponent_grabFocus method.
54* Improvements to documentation.
55
56API CHANGES:
57
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.
62
63* Added API for AccessibleTable_selectRow and _selectColumn,
64  corresponding to similar API in ATK, and provided
65  implementation. [76201]
66
67* Added boolean return types to a number of IDL methods whose
68  corresponding cspi wrappers and ATK methods already had boolean
69  returns.
70
71* Made Accessibility_StateSet inherit from BonoboUnknown as it should;
72this was the main existing breakage in StateSet.
73
74
75=================
76
77
78TODO API Additions:
79
80getStateName () and STATE_EXTENDED to allow extension of State API (already
81in ATK).
82
83AccessibleAction_getType () and AccessibleAction_getTypeName ().
84
85need getBaseAttributes ()
86for AccessibleText (available in ATK I think).
87
88table: getVisibleRange
89
90state: HEADER, etc. for spreadsheet cells
91
92
Note: See TracBrowser for help on using the repository browser.