2004-02-11 Padraig O'Briain <padraig.obriain@sun.com>
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 (top)
2 in HEAD:
3 What's new in at-spi-1.3.11:
4
5 * Fix for docs bug #129728 (Sebastien Bacher).
6
7 * Fix for bug #129479, allows distinction between
8   multiple DISPLAY instances of at-spi registry.
9
10 * Fix for #124837, which could cause 'hang' interactions
11   between desktop and clients such as gnopernicus.
12
13 * Fixes for NUMLOCK mask behavior, bug #129103.
14
15 * Greatly improved key synthesis for non-Latin characters.
16   We can now synthesize any KeySym which is defined in the current
17   X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
18   the public-domain code borrowed here.
19
20 * Fixes for: 128912.
21
22 * new languages: 
23   fa (Roozber Pournader), 
24   ar (Arafat Medini).
25   id (Ahmad Riza H Nst)
26
27
28 What's new in at-spi-1.3.9:
29
30 * New api:  AccessibleApplication_getLocale (app, type),
31   returns a POSIX locale string for a locale category,
32   for instance Accessibility_LOCALE_TYPE_MESSAGES.
33
34 * New SPI_ROLE_EDITBAR.
35
36 * New Accessible_getLocalizedRoleName.
37
38 * New AccessibleText_getDefaultAttributes.
39
40 * fixes to AccessibleStreamableContent, including a 'seek'
41   implementation for cspi.  Thanks to Michael Meeks for some
42   related bugfixes in StreamableContent.
43
44 * now we emit key-released events to appropriate keylisteners.
45
46 * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
47   no (Kjartan Masass), eu (Christian Rose).
48
49 * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
50   #125834, #111429, #121974.
51
52 What's new in at-spi-1.3.7:
53
54 This is the official GNOME 2.4.0 release of at-spi.
55
56 * fixed event-name bug, "object:active-descendant" is now 
57   "object:active-descendant-changed".
58
59 * fixes for 120220, 120725, some code cleanups.  
60  
61 * Improved code that rejects
62   spurious "window:activate/deactivate" pairs when X key grabs occur.
63   [108664]
64
65 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
66
67 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
68
69
70 What's new in at-spi-1.3.6:
71
72 * Add XEvIE support for those systems which have XEvIE.
73
74 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
75 for bug #118114.
76
77 * Store event so that it can subsequently be referred to. Fixes bugs 
78 #116949 and #116624.
79
80 * Add support for AccessibleAction on hyperlink object.
81
82 * Defer focus: events to reduce number of window switch events reported.
83 This a partial fix for bug #108664.
84
85 * Eliminate warning messages reported when out-of-process applet starts.
86 Fixes bug #115014.
87
88 * Register out-of-process applet as application only while it has top level
89 window displayed. This fixes bug #111578.
90
91 * Add translations: Simplified Chinese [Yi Yang],  Azerbaijani [Metin Amiroff],
92 Icelandic [Richard Allen], Italian [Alessio Frusciante], 
93 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
94 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
95 Belarusian [Belarusian team <i18n@mova.org>], 
96 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto], 
97 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
98 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], 
99 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], 
100 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], 
101 Catalan [Jordi Mallach], French [Chistophe Marlet], 
102 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], 
103 Czech [Miloslav Trmac], Swedish [Christian Rose]
104
105 What's new in at-spi-1.3.4:
106
107 * require atk 1.3.4 throughout.
108
109 * Fix for crasher bug in cspi, exceptions were not being properly 
110 caught internally.
111
112 * added cspi_peek_ev()
113
114 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for 
115         checkboxes in the 'inconsistent' state)
116
117 * initial wrapper implementations for AccessibleStreamableContent.
118   (partial)
119
120 * implement "string" synthesis type in SPI_generateKeyEvent.
121
122 * Added cspi client-side APIs for exception handling.
123
124 * bugfixes for #114370,  #113268,  #108664, #92143,  
125
126 What's new in at-spi-1.3.2:
127
128 * Fix for #113268.
129
130 What's new in at-spi-1.3.1:
131
132 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
133   108666, 104730, 111793.
134
135 * build fixes.
136
137 * gnome-2-2 branch created.
138
139 What's new in at-spi-1.1.9:
140
141 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
142   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
143
144 * added support for mouse buttons 4 and 5.
145
146 * compiler warning fixes.
147
148 What's new in at-spi-1.1.8:
149
150 * Added getRangeExtents() and getBoundedRanges() API for more
151   efficient screen review [100944].
152
153 What's new in at-spi-1.1.7:
154
155 * Added spi_keymask values for Mod4 and Mod5.
156 * Performance improvements and bugfixes from Michael.
157
158 What's new in at-spi-1.1.6:
159
160 * Fixes for #99799, #10530.
161
162 * New methods in cspi:
163   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
164   to allow lifecycle management of AccessibleEvents outside of
165   the emission handler.
166
167 What's new in at-spi-1.1.6:
168
169 * event struct in libspi is bigger, increased unimplemented
170   slot count for sufficient future bincompatible expansion. 
171  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
172   not affected.)
173
174 * New accessor methods allow state-coherent query of many
175   event types.
176
177 * API Frozen for GNOME 2.2.
178
179 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
180
181 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
182         SUBWINDOW_OF.
183
184 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
185
186 * reduced debug output, unless you set AT_SPI_DEBUG environment
187   variable to string which parses to an integer value > 0.
188
189 * added definitions for SPI_KEYMASK_BUTTON1, etc.
190
191 * added SPI_LAYER_WINDOW.
192
193 * Added ability to register 'device event listeners' which can
194   consume device events, such as mouse events.
195
196 * Added support for mouse and key-modifier event notification.
197
198 * deprecated KeyEventType in favor of EventType.
199
200 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
201         93592, 95940, 95517, 93658, 95055, 94555, 84856.
202
203 * updated copyrights to include Ximian.
204
205 What's new in at-spi-1.1.0:
206
207 * event listener notifications are no longer oneways.
208 * bugfixes for 84900, 84908, 84897, 84898.
209 * performance improvement for event listeners.
210
211 What's new in at-spi-1.0.1:
212
213 * bugfix for 82509
214
215 What's new in at-spi-1.0.0:
216
217 * API Freeze (1.0 API is now FINAL)
218 * added boolean return for
219 Accessibility_Registry_registerKeystrokeListener.
220 * Revved activation ID for registry to "1.0"
221 * many bugfixes and improvements to global key listener implementation.
222 * improvements to regression test "test-simple", added key
223 listener/synthesis test.
224 * added sample code in "test" to demonstrate how flat line-mode
225 screen-review can be implemented with at-spi.
226
227 What's new in at-spi-0.13.1:
228
229 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
230  to recompile )
231
232 * fix for bugzilla bug 80616
233 * IDL change which will affect direct CORBA users of the keystroke
234   listener API
235 * added a new test harness, event-listener-test, which also
236   has a simple tree traversal timing benchmark. event-listener-test
237   attaches listeners to all currently supported events (and a few
238   events which are not fully implemented yet); it thus serves
239   as useful event listener sample code as well as being a diagnostic
240   tool. 
241
242 What's new in at-spi-0.12.1:
243
244 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
245   relating to build issues on some architectures (some of these were
246   fixed in 0.10 but additional fixes were included in 0.12.1).
247 * added new test program for our key listener API.
248 * added implementation of IDL 'exit' method to our
249   magnifier and mag_control client.
250 * Badly broken AccessibleStateSet implementation fixed by
251   Marc.
252 * Added implementation for AccessibleComponent_grabFocus method.
253 * Improvements to documentation.
254
255 API CHANGES:
256
257 * Added missing seek_type param in
258   AccessibleStreamableContent_seek [78888], 
259   previously documented but not in signature;
260   this was unused API but needed fixing for the future.
261
262 * Added API for AccessibleTable_selectRow and _selectColumn,
263   corresponding to similar API in ATK, and provided
264   implementation. [76201]
265
266 * Added boolean return types to a number of IDL methods whose
267   corresponding cspi wrappers and ATK methods already had boolean
268   returns.
269
270 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
271 this was the main existing breakage in StateSet.
272
273
274 =================
275
276
277 TODO API Additions:
278
279 getStateName () and STATE_EXTENDED to allow extension of State API (already 
280 in ATK).
281
282 AccessibleAction_getType () and AccessibleAction_getTypeName ().
283
284 need getBaseAttributes () 
285 for AccessibleText (available in ATK I think).
286
287 table: getVisibleRange
288
289 state: HEADER, etc. for spreadsheet cells
290
291