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