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