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