2004-09-13 Padraig O'Briain <padraig.vriain@sun.com>
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi-1.6.0: 
2
3 Nothing.
4
5 What's new in at-spi-1.5.4: 
6
7 * Registration failure at SPI_init is now detected and
8   an error code is returned to the caller (bug #147648).
9
10 * We now use polling as our default for detecting mouse
11   button changes (this was formerly our fallback method);
12   this prevents conflict with Xstroke.
13   [a better long-term fix requires the Xevie extension]
14
15 * We now register on a per-DISPLAY, but not per-SCREEN, basis.
16   This fixes several issues, see bugs #149962, #136986, #144086.
17
18 * New languages in configure.in:
19   bs (Christian Rose)
20   nb (Kjartan Maraas)  
21
22 ============
23
24 What's new in at-spi-1.5.3: 
25
26 * New role EMBEDDED (bug #144415).
27
28 * Added object:bounds-changed event, for detecting when the 
29   component bounds of an object have changed onscreen.
30
31 ==============
32
33 What's new in at-spi-1.5.2: 
34
35 * Added Accessibility_LoginHelper interface, and
36   LoginHelper GType.  Also added client and server tests
37   for this interface.  The purpose is to identify services
38   (typically, assistive technologies) which need access to 
39   system or device services (keyboard, audio, serial ports,
40   posting windows, etc.) during login or re-login/authentication.
41
42 * fixed make distcheck.
43
44 * Added a check in cspi_object_unref, which should help in detecting
45   refcount bugs in clients (Padraig O'Briain).
46
47 * New languages:
48   Walloon (Pablo Saratxaga)
49   Bulgarian (Alexander Shopov)
50
51 What's new in at-spi-1.5.1: 
52
53 * Allow synthesis of keysyms that aren't in the current X keymap.
54
55 * languages: Gujarati (Guntupalli Karunakar), Canadian English
56   (Alexander Winston)
57
58 * Added omitted declarations for already-existing methods
59         AccessibleTable_addRowSelection(),
60         AccessibleTable_addColumnSelection(),
61         AccessibleTable_removeRowSelection(),
62         AccessibleTable_removeColumnSelection().
63
64 * bug fixes: 136660, 120659 (partial), 132237, 134332.
65
66 ==========
67
68 What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
69
70 * build improvements from Laszlo Peter.
71 * en_GB added to ALL_LINGUAS.
72
73 =======
74
75 What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
76
77 * Fix for bug #134036, which could steal keystrokes from applications
78   if at-spi registry failed.
79
80 * Build fixes, added .pc.in files (from Laszlo Peter).
81
82 ======
83
84 This is the gnome-2.6 beta release of at-spi.
85 What's new in at-spi-1.3.15:
86
87 * translations:
88         Amanpreet Singh Alam (pa)
89         Bojan Suzic (sr@ije)
90
91
92 What's new in at-spi-1.3.14:
93
94 * reduced debug output in normal usage.  Don't PRIT_LEAKS
95   unless DEBUG_OBJECTS is #defined.  Reduces SEGVs when reporting
96   on noncritical refcount issues.
97
98 What's new in at-spi-1.3.13:
99
100 * Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
101   (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
102
103 * bugfixes (bad g_free, and a null string issue that caused SEGV on
104   Solaris when running sample programs).
105
106
107 What's new in at-spi-1.3.11:
108
109 * Fix for docs bug #129728 (Sebastien Bacher).
110
111 * Fix for bug #129479, allows distinction between
112   multiple DISPLAY instances of at-spi registry.
113
114 * Fix for #124837, which could cause 'hang' interactions
115   between desktop and clients such as gnopernicus.
116
117 * Fixes for NUMLOCK mask behavior, bug #129103.
118
119 * Greatly improved key synthesis for non-Latin characters.
120   We can now synthesize any KeySym which is defined in the current
121   X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
122   the public-domain code borrowed here.
123
124 * Fixes for: 128912.
125
126 * new languages: 
127   fa (Roozber Pournader), 
128   ar (Arafat Medini).
129   id (Ahmad Riza H Nst)
130
131
132 What's new in at-spi-1.3.9:
133
134 * New api:  AccessibleApplication_getLocale (app, type),
135   returns a POSIX locale string for a locale category,
136   for instance Accessibility_LOCALE_TYPE_MESSAGES.
137
138 * New SPI_ROLE_EDITBAR.
139
140 * New Accessible_getLocalizedRoleName.
141
142 * New AccessibleText_getDefaultAttributes.
143
144 * fixes to AccessibleStreamableContent, including a 'seek'
145   implementation for cspi.  Thanks to Michael Meeks for some
146   related bugfixes in StreamableContent.
147
148 * now we emit key-released events to appropriate keylisteners.
149
150 * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
151   no (Kjartan Masass), eu (Christian Rose).
152
153 * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
154   #125834, #111429, #121974.
155
156 What's new in at-spi-1.3.7:
157
158 This is the official GNOME 2.4.0 release of at-spi.
159
160 * fixed event-name bug, "object:active-descendant" is now 
161   "object:active-descendant-changed".
162
163 * fixes for 120220, 120725, some code cleanups.  
164  
165 * Improved code that rejects
166   spurious "window:activate/deactivate" pairs when X key grabs occur.
167   [108664]
168
169 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
170
171 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
172
173
174 What's new in at-spi-1.3.6:
175
176 * Add XEvIE support for those systems which have XEvIE.
177
178 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
179 for bug #118114.
180
181 * Store event so that it can subsequently be referred to. Fixes bugs 
182 #116949 and #116624.
183
184 * Add support for AccessibleAction on hyperlink object.
185
186 * Defer focus: events to reduce number of window switch events reported.
187 This a partial fix for bug #108664.
188
189 * Eliminate warning messages reported when out-of-process applet starts.
190 Fixes bug #115014.
191
192 * Register out-of-process applet as application only while it has top level
193 window displayed. This fixes bug #111578.
194
195 * Add translations: Simplified Chinese [Yi Yang],  Azerbaijani [Metin Amiroff],
196 Icelandic [Richard Allen], Italian [Alessio Frusciante], 
197 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
198 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
199 Belarusian [Belarusian team <i18n@mova.org>], 
200 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto], 
201 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
202 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], 
203 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], 
204 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], 
205 Catalan [Jordi Mallach], French [Chistophe Marlet], 
206 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], 
207 Czech [Miloslav Trmac], Swedish [Christian Rose]
208
209 What's new in at-spi-1.3.4:
210
211 * require atk 1.3.4 throughout.
212
213 * Fix for crasher bug in cspi, exceptions were not being properly 
214 caught internally.
215
216 * added cspi_peek_ev()
217
218 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for 
219         checkboxes in the 'inconsistent' state)
220
221 * initial wrapper implementations for AccessibleStreamableContent.
222   (partial)
223
224 * implement "string" synthesis type in SPI_generateKeyEvent.
225
226 * Added cspi client-side APIs for exception handling.
227
228 * bugfixes for #114370,  #113268,  #108664, #92143,  
229
230 What's new in at-spi-1.3.2:
231
232 * Fix for #113268.
233
234 What's new in at-spi-1.3.1:
235
236 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
237   108666, 104730, 111793.
238
239 * build fixes.
240
241 * gnome-2-2 branch created.
242
243 What's new in at-spi-1.1.9:
244
245 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
246   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
247
248 * added support for mouse buttons 4 and 5.
249
250 * compiler warning fixes.
251
252 What's new in at-spi-1.1.8:
253
254 * Added getRangeExtents() and getBoundedRanges() API for more
255   efficient screen review [100944].
256
257 What's new in at-spi-1.1.7:
258
259 * Added spi_keymask values for Mod4 and Mod5.
260 * Performance improvements and bugfixes from Michael.
261
262 What's new in at-spi-1.1.6:
263
264 * Fixes for #99799, #10530.
265
266 * New methods in cspi:
267   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
268   to allow lifecycle management of AccessibleEvents outside of
269   the emission handler.
270
271 What's new in at-spi-1.1.6:
272
273 * event struct in libspi is bigger, increased unimplemented
274   slot count for sufficient future bincompatible expansion. 
275  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
276   not affected.)
277
278 * New accessor methods allow state-coherent query of many
279   event types.
280
281 * API Frozen for GNOME 2.2.
282
283 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
284
285 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
286         SUBWINDOW_OF.
287
288 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
289
290 * reduced debug output, unless you set AT_SPI_DEBUG environment
291   variable to string which parses to an integer value > 0.
292
293 * added definitions for SPI_KEYMASK_BUTTON1, etc.
294
295 * added SPI_LAYER_WINDOW.
296
297 * Added ability to register 'device event listeners' which can
298   consume device events, such as mouse events.
299
300 * Added support for mouse and key-modifier event notification.
301
302 * deprecated KeyEventType in favor of EventType.
303
304 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
305         93592, 95940, 95517, 93658, 95055, 94555, 84856.
306
307 * updated copyrights to include Ximian.
308
309 What's new in at-spi-1.1.0:
310
311 * event listener notifications are no longer oneways.
312 * bugfixes for 84900, 84908, 84897, 84898.
313 * performance improvement for event listeners.
314
315 What's new in at-spi-1.0.1:
316
317 * bugfix for 82509
318
319 What's new in at-spi-1.0.0:
320
321 * API Freeze (1.0 API is now FINAL)
322 * added boolean return for
323 Accessibility_Registry_registerKeystrokeListener.
324 * Revved activation ID for registry to "1.0"
325 * many bugfixes and improvements to global key listener implementation.
326 * improvements to regression test "test-simple", added key
327 listener/synthesis test.
328 * added sample code in "test" to demonstrate how flat line-mode
329 screen-review can be implemented with at-spi.
330
331 What's new in at-spi-0.13.1:
332
333 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
334  to recompile )
335
336 * fix for bugzilla bug 80616
337 * IDL change which will affect direct CORBA users of the keystroke
338   listener API
339 * added a new test harness, event-listener-test, which also
340   has a simple tree traversal timing benchmark. event-listener-test
341   attaches listeners to all currently supported events (and a few
342   events which are not fully implemented yet); it thus serves
343   as useful event listener sample code as well as being a diagnostic
344   tool. 
345
346 What's new in at-spi-0.12.1:
347
348 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
349   relating to build issues on some architectures (some of these were
350   fixed in 0.10 but additional fixes were included in 0.12.1).
351 * added new test program for our key listener API.
352 * added implementation of IDL 'exit' method to our
353   magnifier and mag_control client.
354 * Badly broken AccessibleStateSet implementation fixed by
355   Marc.
356 * Added implementation for AccessibleComponent_grabFocus method.
357 * Improvements to documentation.
358
359 API CHANGES:
360
361 * Added missing seek_type param in
362   AccessibleStreamableContent_seek [78888], 
363   previously documented but not in signature;
364   this was unused API but needed fixing for the future.
365
366 * Added API for AccessibleTable_selectRow and _selectColumn,
367   corresponding to similar API in ATK, and provided
368   implementation. [76201]
369
370 * Added boolean return types to a number of IDL methods whose
371   corresponding cspi wrappers and ATK methods already had boolean
372   returns.
373
374 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
375 this was the main existing breakage in StateSet.
376
377
378 =================
379
380
381 TODO API Additions:
382
383 getStateName () and STATE_EXTENDED to allow extension of State API (already 
384 in ATK).
385
386 AccessibleAction_getType () and AccessibleAction_getTypeName ().
387
388 need getBaseAttributes () 
389 for AccessibleText (available in ATK I think).
390
391 table: getVisibleRange
392
393 state: HEADER, etc. for spreadsheet cells
394
395