3 What's new in at-spi-1.3.7:
5 This is the official GNOME 2.4.0 release of at-spi.
7 * fixed event-name bug, "object:active-descendant" is now
8 "object:active-descendant-changed".
10 * fixes for 120220, 120725, some code cleanups.
12 * Improved code that rejects
13 spurious "window:activate/deactivate" pairs when X key grabs occur.
16 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
18 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
21 What's new in at-spi-1.3.6:
23 * Add XEvIE support for those systems which have XEvIE.
25 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
28 * Store event so that it can subsequently be referred to. Fixes bugs
31 * Add support for AccessibleAction on hyperlink object.
33 * Defer focus: events to reduce number of window switch events reported.
34 This a partial fix for bug #108664.
36 * Eliminate warning messages reported when out-of-process applet starts.
39 * Register out-of-process applet as application only while it has top level
40 window displayed. This fixes bug #111578.
42 * Add translations: Simplified Chinese [Yi Yang], Azerbaijani [Metin Amiroff],
43 Icelandic [Richard Allen], Italian [Alessio Frusciante],
44 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
45 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
46 Belarusian [Belarusian team <i18n@mova.org>],
47 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto],
48 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
49 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva],
50 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem],
51 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta],
52 Catalan [Jordi Mallach], French [Chistophe Marlet],
53 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair],
54 Czech [Miloslav Trmac], Swedish [Christian Rose]
56 What's new in at-spi-1.3.4:
58 * require atk 1.3.4 throughout.
60 * Fix for crasher bug in cspi, exceptions were not being properly
63 * added cspi_peek_ev()
65 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for
66 checkboxes in the 'inconsistent' state)
68 * initial wrapper implementations for AccessibleStreamableContent.
71 * implement "string" synthesis type in SPI_generateKeyEvent.
73 * Added cspi client-side APIs for exception handling.
75 * bugfixes for #114370, #113268, #108664, #92143,
77 What's new in at-spi-1.3.2:
81 What's new in at-spi-1.3.1:
83 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
84 108666, 104730, 111793.
88 * gnome-2-2 branch created.
90 What's new in at-spi-1.1.9:
92 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
93 104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
95 * added support for mouse buttons 4 and 5.
97 * compiler warning fixes.
99 What's new in at-spi-1.1.8:
101 * Added getRangeExtents() and getBoundedRanges() API for more
102 efficient screen review [100944].
104 What's new in at-spi-1.1.7:
106 * Added spi_keymask values for Mod4 and Mod5.
107 * Performance improvements and bugfixes from Michael.
109 What's new in at-spi-1.1.6:
111 * Fixes for #99799, #10530.
113 * New methods in cspi:
114 'AccessibleEvent_ref' and 'AccessibleEvent_unref'
115 to allow lifecycle management of AccessibleEvents outside of
116 the emission handler.
118 What's new in at-spi-1.1.6:
120 * event struct in libspi is bigger, increased unimplemented
121 slot count for sufficient future bincompatible expansion.
122 (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
125 * New accessor methods allow state-coherent query of many
128 * API Frozen for GNOME 2.2.
130 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
132 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
135 * New state, MANAGES_DESCENDANTS. New event, "active-descendant-changed".
137 * reduced debug output, unless you set AT_SPI_DEBUG environment
138 variable to string which parses to an integer value > 0.
140 * added definitions for SPI_KEYMASK_BUTTON1, etc.
142 * added SPI_LAYER_WINDOW.
144 * Added ability to register 'device event listeners' which can
145 consume device events, such as mouse events.
147 * Added support for mouse and key-modifier event notification.
149 * deprecated KeyEventType in favor of EventType.
151 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828,
152 93592, 95940, 95517, 93658, 95055, 94555, 84856.
154 * updated copyrights to include Ximian.
156 What's new in at-spi-1.1.0:
158 * event listener notifications are no longer oneways.
159 * bugfixes for 84900, 84908, 84897, 84898.
160 * performance improvement for event listeners.
162 What's new in at-spi-1.0.1:
166 What's new in at-spi-1.0.0:
168 * API Freeze (1.0 API is now FINAL)
169 * added boolean return for
170 Accessibility_Registry_registerKeystrokeListener.
171 * Revved activation ID for registry to "1.0"
172 * many bugfixes and improvements to global key listener implementation.
173 * improvements to regression test "test-simple", added key
174 listener/synthesis test.
175 * added sample code in "test" to demonstrate how flat line-mode
176 screen-review can be implemented with at-spi.
178 What's new in at-spi-0.13.1:
180 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
183 * fix for bugzilla bug 80616
184 * IDL change which will affect direct CORBA users of the keystroke
186 * added a new test harness, event-listener-test, which also
187 has a simple tree traversal timing benchmark. event-listener-test
188 attaches listeners to all currently supported events (and a few
189 events which are not fully implemented yet); it thus serves
190 as useful event listener sample code as well as being a diagnostic
193 What's new in at-spi-0.12.1:
195 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
196 relating to build issues on some architectures (some of these were
197 fixed in 0.10 but additional fixes were included in 0.12.1).
198 * added new test program for our key listener API.
199 * added implementation of IDL 'exit' method to our
200 magnifier and mag_control client.
201 * Badly broken AccessibleStateSet implementation fixed by
203 * Added implementation for AccessibleComponent_grabFocus method.
204 * Improvements to documentation.
208 * Added missing seek_type param in
209 AccessibleStreamableContent_seek [78888],
210 previously documented but not in signature;
211 this was unused API but needed fixing for the future.
213 * Added API for AccessibleTable_selectRow and _selectColumn,
214 corresponding to similar API in ATK, and provided
215 implementation. [76201]
217 * Added boolean return types to a number of IDL methods whose
218 corresponding cspi wrappers and ATK methods already had boolean
221 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
222 this was the main existing breakage in StateSet.
230 getStateName () and STATE_EXTENDED to allow extension of State API (already
233 AccessibleAction_getType () and AccessibleAction_getTypeName ().
235 need getBaseAttributes ()
236 for AccessibleText (available in ATK I think).
238 table: getVisibleRange
240 state: HEADER, etc. for spreadsheet cells