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