Hooked up StreamableContent. Fix for #78890.
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 (top)
2 in HEAD:
3 What's new in at-spi-1.3.1:
4
5 * Fix for #113268.
6
7 What's new in at-spi-1.3.1:
8
9 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
10   108666, 104730, 111793.
11
12 * build fixes.
13
14 * gnome-2-2 branch created.
15
16 What's new in at-spi-1.1.9:
17
18 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
19   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
20
21 * added support for mouse buttons 4 and 5.
22
23 * compiler warning fixes.
24
25 What's new in at-spi-1.1.8:
26
27 * Added getRangeExtents() and getBoundedRanges() API for more
28   efficient screen review [100944].
29
30 What's new in at-spi-1.1.7:
31
32 * Added spi_keymask values for Mod4 and Mod5.
33 * Performance improvements and bugfixes from Michael.
34
35 What's new in at-spi-1.1.6:
36
37 * Fixes for #99799, #10530.
38
39 * New methods in cspi:
40   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
41   to allow lifecycle management of AccessibleEvents outside of
42   the emission handler.
43
44 What's new in at-spi-1.1.6:
45
46 * event struct in libspi is bigger, increased unimplemented
47   slot count for sufficient future bincompatible expansion. 
48  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
49   not affected.)
50
51 * New accessor methods allow state-coherent query of many
52   event types.
53
54 * API Frozen for GNOME 2.2.
55
56 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
57
58 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
59         SUBWINDOW_OF.
60
61 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
62
63 * reduced debug output, unless you set AT_SPI_DEBUG environment
64   variable to string which parses to an integer value > 0.
65
66 * added definitions for SPI_KEYMASK_BUTTON1, etc.
67
68 * added SPI_LAYER_WINDOW.
69
70 * Added ability to register 'device event listeners' which can
71   consume device events, such as mouse events.
72
73 * Added support for mouse and key-modifier event notification.
74
75 * deprecated KeyEventType in favor of EventType.
76
77 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
78         93592, 95940, 95517, 93658, 95055, 94555, 84856.
79
80 * updated copyrights to include Ximian.
81
82 What's new in at-spi-1.1.0:
83
84 * event listener notifications are no longer oneways.
85 * bugfixes for 84900, 84908, 84897, 84898.
86 * performance improvement for event listeners.
87
88 What's new in at-spi-1.0.1:
89
90 * bugfix for 82509
91
92 What's new in at-spi-1.0.0:
93
94 * API Freeze (1.0 API is now FINAL)
95 * added boolean return for
96 Accessibility_Registry_registerKeystrokeListener.
97 * Revved activation ID for registry to "1.0"
98 * many bugfixes and improvements to global key listener implementation.
99 * improvements to regression test "test-simple", added key
100 listener/synthesis test.
101 * added sample code in "test" to demonstrate how flat line-mode
102 screen-review can be implemented with at-spi.
103
104 What's new in at-spi-0.13.1:
105
106 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
107  to recompile )
108
109 * fix for bugzilla bug 80616
110 * IDL change which will affect direct CORBA users of the keystroke
111   listener API
112 * added a new test harness, event-listener-test, which also
113   has a simple tree traversal timing benchmark. event-listener-test
114   attaches listeners to all currently supported events (and a few
115   events which are not fully implemented yet); it thus serves
116   as useful event listener sample code as well as being a diagnostic
117   tool. 
118
119 What's new in at-spi-0.12.1:
120
121 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
122   relating to build issues on some architectures (some of these were
123   fixed in 0.10 but additional fixes were included in 0.12.1).
124 * added new test program for our key listener API.
125 * added implementation of IDL 'exit' method to our
126   magnifier and mag_control client.
127 * Badly broken AccessibleStateSet implementation fixed by
128   Marc.
129 * Added implementation for AccessibleComponent_grabFocus method.
130 * Improvements to documentation.
131
132 API CHANGES:
133
134 * Added missing seek_type param in
135   AccessibleStreamableContent_seek [78888], 
136   previously documented but not in signature;
137   this was unused API but needed fixing for the future.
138
139 * Added API for AccessibleTable_selectRow and _selectColumn,
140   corresponding to similar API in ATK, and provided
141   implementation. [76201]
142
143 * Added boolean return types to a number of IDL methods whose
144   corresponding cspi wrappers and ATK methods already had boolean
145   returns.
146
147 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
148 this was the main existing breakage in StateSet.
149
150
151 =================
152
153
154 TODO API Additions:
155
156 getStateName () and STATE_EXTENDED to allow extension of State API (already 
157 in ATK).
158
159 AccessibleAction_getType () and AccessibleAction_getTypeName ().
160
161 need getBaseAttributes () 
162 for AccessibleText (available in ATK I think).
163
164 table: getVisibleRange
165
166 state: HEADER, etc. for spreadsheet cells
167
168