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