Updated HACKING, and fixed memory leak in libspi/text.c
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 (top)
2 in HEAD:
3
4 * bugfixes for: 84856
5
6 What'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
12 What's new in at-spi-1.0.1:
13
14 * bugfix for 82509
15
16 What's new in at-spi-1.0.0:
17
18 * API Freeze (1.0 API is now FINAL)
19 * added boolean return for
20 Accessibility_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
24 listener/synthesis test.
25 * added sample code in "test" to demonstrate how flat line-mode
26 screen-review can be implemented with at-spi.
27
28 What'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
43 What'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
56 API 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;
72 this was the main existing breakage in StateSet.
73
74
75 =================
76
77
78 TODO API Additions:
79
80 getStateName () and STATE_EXTENDED to allow extension of State API (already 
81 in ATK).
82
83 AccessibleAction_getType () and AccessibleAction_getTypeName ().
84
85 need getBaseAttributes () 
86 for AccessibleText (available in ATK I think).
87
88 table: getVisibleRange
89
90 state: HEADER, etc. for spreadsheet cells
91
92