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