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