2007-10-29 Li Yuan <li.yuan@sun.com>
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi-1.21.1:
2
3 * Bugfixes: #490205, #490202, #489273.
4 * Add Willie Walker and Eitan Isaacson to maintainers.
5
6 What's new in at-spi-1.20.0:
7
8 * Bugfixes: #462412, #467612, #474796, #467366, #472301.
9
10 What's new in at-spi-1.19.5:
11
12 * Bugfixes: #446277, #450897, #433802.
13
14 What's new in at-spi-1.19.3:
15
16 * We add pyatspi into at-spi. pyatspi is an unified python binding.
17 * Bugfixes: #439057, #439436.
18
19 What's new in at-spi-1.19.1:
20
21 * Bugfixes: #430938, #427836, #428007, #405774, #407600, #329454.
22
23 What's new in at-spi-1.18.0:
24
25 * Release 1.18.0 for GNOME 2.18.0.
26
27 What's new in at-spi-1.17.2:
28
29 * Bugfixes: #412286.
30
31 What's new in at-spi-1.17.1:
32
33 * Bugfixes: #404584, #401299, #375319. Fixes some build warnings.
34
35 What's new in at-spi-1.17.0:
36
37 * Bugfixes: #404592, #400709.
38
39 What's new in at-spi-1.7.16:
40
41 * Bugfixes: #329454, #393010.
42
43 What's new in at-spi-1.7.15:
44
45 * Bugfixes: #372988, #381670, #387960, #364839.
46
47 What's new in at-spi-1.7.14:
48
49 * We now get te value of display using the env var DISPLAY rather than
50   using the gdk_display_get_default to avoid dependancy of gdk. Also, 
51   once the registry is started, we set the ior of the registry as 
52   an X property.
53
54 * Bugfixes: #361386, #369377, #382271, #372172, #163132, #377079, #352444
55
56 What's new in at-spi-1.7.12:
57
58 * Modified parameter names in some IDL to avoid class name collisions
59   (Gary Cramblitt).  This is a bincompat change which improves portability
60   of the IDL.
61
62 * Bugfixes: #353226, #356688 (Neo Liu), #350552 (Ginn Chen), #350958.
63
64 What's new in at-spi-1.7.11:
65
66 * Docs fixes.
67
68 * Fixed getAttributes APIs.
69
70 * Export Hyperlink interface for AtkHyperlinkImpl peers.
71
72 * Aggregate Document interface.
73
74 What's new in at-spi-1.7.10:
75
76 * New method Selection::deselectChild.  RFE #326535.
77
78 What's new in at-spi-1.7.9:
79
80 * I18n uses po/LINGUAS now.
81
82 * Table enhancement: new method Table::getRowColumnExtentsAtIndex
83   RFE #326536.  Assistance from Ariel Rios.
84
85 * Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
86   RFE #326540.  Assistance from Ariel Rios.
87
88 * New interface, Document.  RFE #326520.
89
90 * New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.
91
92 * Meaningful implementation and bridges for StreamableContent. 
93   RFE #326532.
94
95 * Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR, 
96   and PARENT_WINDOW_OF.
97
98 What's new in at-spi-1.7.4:
99
100 * Fixed dist to include Accessibility_Selector.idl (missing from dist though
101   in cvs since 1.7.3).
102
103 * Bugfixes to EventDetails event support, and fixed event emission for 
104   implementors of SPI_REMOTE_OBJECT.
105
106 What's new in at-spi-1.7.0 through 1.7.3:
107
108 * Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0
109         through 1.7.2, added in 1.7.3)
110
111 * DOCS:
112   
113   All the IDL is now documented with doxygen-compatible docs.
114   Just run 'doxygen oxyfile' in the IDL directory.  (This will
115   be automated in a future version).
116
117 * NEW API:
118
119   idl: 
120         Accessibility::Accessible:getAttributes (name/value pair annotation
121         for all objects)
122         Accessibility::Accessible:getApplication (retrieves ref to host app)
123         Accessibility::Component:getAlpha (get transparency/opacity value of component)
124         Accessibility::Image:getLocale (get POSIX locale for image and
125         imagedesc)
126         Accessibility::Text:getAttributeValue (retrieve a single named
127         attribute value)
128         Accessibility::Relation:RELATION_PARENT_WINDOW_OF
129         Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION,
130         ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles
131         for complex docs and forms.)
132         Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, 
133         STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION,
134         STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms)
135         Accessibility::EventDetails (new, more detailed info marshalled with events)
136
137   cspi:
138         (AccessibleEvent_getSourceName):
139         (AccessibleEvent_getSourceRole):
140         (AccessibleEvent_getSourceApplication):
141         (AccessibleEvent_getSourceDetails):
142         New methods for interrogating/demarshalling
143         event details i.e. source's accessible name, role, 
144         and host app.
145         (Accessible_getAttributes): New, retrieve annotations/attributes 
146         on objects.
147         (Accessible_getHostApplication): New, retrieve enclosing Application
148         instance for an object.
149         (AccessibleImage_getImageLocale): New, retrieve Locale info for an
150         image.
151         (AccessibleComponent_getAlpha): New, retrieve alpha value for 
152         an AccessibleComponent (see discussion in idl section above).
153
154 * BUGFIXES:
155         Some compiler fixes from Kjartan Marass.
156         Some thread-related fixes from Michael Meeks.
157         Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
158
159 What's new in at-spi-1.6.5:
160
161 * Fixed some discrepancies in event listener deregistration, improves
162 on-the-fly deregistration of event listeners.  Fixed some tests.
163
164 * Fixed brokenness in 'make check.'
165
166 What's new in at-spi-1.6.4:
167
168 * Fixed XEVIE detection and configuration on XOrg version 6.8.2.
169
170 * Added locale 'rw' (Steve Murphy)
171
172 * Tweaked event-listener-test program.
173
174 * Leakfixes, from billh and Kjartan Marass.
175  
176 What's new in at-spi-1.6.3: 
177
178 * bugfix for #165129
179
180 * Added locale 'xh' (Adi Attar)
181
182 What's new in at-spi-1.6.2: 
183
184 * fixes for problems at logout time (hangs, crashes)
185
186 * bugfixes for #160862, #152147.
187
188 * minor enhancements to test login-helper-server-test.
189
190 (Padraig O'Briain)
191
192 What's new in at-spi-1.6.1: 
193
194 * LoginHelper API docs improved.
195
196 * fixed bug which caused problems if an
197   app which loaded atk-bridge forks, and one fork exits.
198   (Padraig O'Briain).
199
200 * New language: Galician (gl), Jesus Bravo Alvarez.
201
202 * Ansi build fixes (Kjartan Maraas).
203
204 What's new in at-spi-1.6.0: 
205
206 Nothing.
207
208 What's new in at-spi-1.5.4: 
209
210 * Registration failure at SPI_init is now detected and
211   an error code is returned to the caller (bug #147648).
212
213 * We now use polling as our default for detecting mouse
214   button changes (this was formerly our fallback method);
215   this prevents conflict with Xstroke.
216   [a better long-term fix requires the Xevie extension]
217
218 * We now register on a per-DISPLAY, but not per-SCREEN, basis.
219   This fixes several issues, see bugs #149962, #136986, #144086.
220
221 * New languages in configure.in:
222   bs (Christian Rose)
223   nb (Kjartan Maraas)  
224
225 ============
226
227 What's new in at-spi-1.5.3: 
228
229 * New role EMBEDDED (bug #144415).
230
231 * Added object:bounds-changed event, for detecting when the 
232   component bounds of an object have changed onscreen.
233
234 ==============
235
236 What's new in at-spi-1.5.2: 
237
238 * Added Accessibility_LoginHelper interface, and
239   LoginHelper GType.  Also added client and server tests
240   for this interface.  The purpose is to identify services
241   (typically, assistive technologies) which need access to 
242   system or device services (keyboard, audio, serial ports,
243   posting windows, etc.) during login or re-login/authentication.
244
245 * fixed make distcheck.
246
247 * Added a check in cspi_object_unref, which should help in detecting
248   refcount bugs in clients (Padraig O'Briain).
249
250 * New languages:
251   Walloon (Pablo Saratxaga)
252   Bulgarian (Alexander Shopov)
253
254 What's new in at-spi-1.5.1: 
255
256 * Allow synthesis of keysyms that aren't in the current X keymap.
257
258 * languages: Gujarati (Guntupalli Karunakar), Canadian English
259   (Alexander Winston)
260
261 * Added omitted declarations for already-existing methods
262         AccessibleTable_addRowSelection(),
263         AccessibleTable_addColumnSelection(),
264         AccessibleTable_removeRowSelection(),
265         AccessibleTable_removeColumnSelection().
266
267 * bug fixes: 136660, 120659 (partial), 132237, 134332.
268
269 ==========
270
271 What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
272
273 * build improvements from Laszlo Peter.
274 * en_GB added to ALL_LINGUAS.
275
276 =======
277
278 What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
279
280 * Fix for bug #134036, which could steal keystrokes from applications
281   if at-spi registry failed.
282
283 * Build fixes, added .pc.in files (from Laszlo Peter).
284
285 ======
286
287 This is the gnome-2.6 beta release of at-spi.
288 What's new in at-spi-1.3.15:
289
290 * translations:
291         Amanpreet Singh Alam (pa)
292         Bojan Suzic (sr@ije)
293
294
295 What's new in at-spi-1.3.14:
296
297 * reduced debug output in normal usage.  Don't PRIT_LEAKS
298   unless DEBUG_OBJECTS is #defined.  Reduces SEGVs when reporting
299   on noncritical refcount issues.
300
301 What's new in at-spi-1.3.13:
302
303 * Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
304   (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
305
306 * bugfixes (bad g_free, and a null string issue that caused SEGV on
307   Solaris when running sample programs).
308
309
310 What's new in at-spi-1.3.11:
311
312 * Fix for docs bug #129728 (Sebastien Bacher).
313
314 * Fix for bug #129479, allows distinction between
315   multiple DISPLAY instances of at-spi registry.
316
317 * Fix for #124837, which could cause 'hang' interactions
318   between desktop and clients such as gnopernicus.
319
320 * Fixes for NUMLOCK mask behavior, bug #129103.
321
322 * Greatly improved key synthesis for non-Latin characters.
323   We can now synthesize any KeySym which is defined in the current
324   X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
325   the public-domain code borrowed here.
326
327 * Fixes for: 128912.
328
329 * new languages: 
330   fa (Roozber Pournader), 
331   ar (Arafat Medini).
332   id (Ahmad Riza H Nst)
333
334
335 What's new in at-spi-1.3.9:
336
337 * New api:  AccessibleApplication_getLocale (app, type),
338   returns a POSIX locale string for a locale category,
339   for instance Accessibility_LOCALE_TYPE_MESSAGES.
340
341 * New SPI_ROLE_EDITBAR.
342
343 * New Accessible_getLocalizedRoleName.
344
345 * New AccessibleText_getDefaultAttributes.
346
347 * fixes to AccessibleStreamableContent, including a 'seek'
348   implementation for cspi.  Thanks to Michael Meeks for some
349   related bugfixes in StreamableContent.
350
351 * now we emit key-released events to appropriate keylisteners.
352
353 * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
354   no (Kjartan Masass), eu (Christian Rose).
355
356 * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
357   #125834, #111429, #121974.
358
359 What's new in at-spi-1.3.7:
360
361 This is the official GNOME 2.4.0 release of at-spi.
362
363 * fixed event-name bug, "object:active-descendant" is now 
364   "object:active-descendant-changed".
365
366 * fixes for 120220, 120725, some code cleanups.  
367  
368 * Improved code that rejects
369   spurious "window:activate/deactivate" pairs when X key grabs occur.
370   [108664]
371
372 * Documentation improvements for SpiAccessibleKeyListenerCB and related.
373
374 * new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
375
376
377 What's new in at-spi-1.3.6:
378
379 * Add XEvIE support for those systems which have XEvIE.
380
381 * Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix
382 for bug #118114.
383
384 * Store event so that it can subsequently be referred to. Fixes bugs 
385 #116949 and #116624.
386
387 * Add support for AccessibleAction on hyperlink object.
388
389 * Defer focus: events to reduce number of window switch events reported.
390 This a partial fix for bug #108664.
391
392 * Eliminate warning messages reported when out-of-process applet starts.
393 Fixes bug #115014.
394
395 * Register out-of-process applet as application only while it has top level
396 window displayed. This fixes bug #111578.
397
398 * Add translations: Simplified Chinese [Yi Yang],  Azerbaijani [Metin Amiroff],
399 Icelandic [Richard Allen], Italian [Alessio Frusciante], 
400 Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima],
401 Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga],
402 Belarusian [Belarusian team <i18n@mova.org>], 
403 Russian [Russian team <gnome-cyr@gnome.org>], Portuguese [Duarte Loreto], 
404 Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)]
405 Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], 
406 Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], 
407 Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], 
408 Catalan [Jordi Mallach], French [Chistophe Marlet], 
409 Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], 
410 Czech [Miloslav Trmac], Swedish [Christian Rose]
411
412 What's new in at-spi-1.3.4:
413
414 * require atk 1.3.4 throughout.
415
416 * Fix for crasher bug in cspi, exceptions were not being properly 
417 caught internally.
418
419 * added cspi_peek_ev()
420
421 * added SPI_ROLE_AUTOCOMPLETE, SPI_STATE_INDETERMINATE (for 
422         checkboxes in the 'inconsistent' state)
423
424 * initial wrapper implementations for AccessibleStreamableContent.
425   (partial)
426
427 * implement "string" synthesis type in SPI_generateKeyEvent.
428
429 * Added cspi client-side APIs for exception handling.
430
431 * bugfixes for #114370,  #113268,  #108664, #92143,  
432
433 What's new in at-spi-1.3.2:
434
435 * Fix for #113268.
436
437 What's new in at-spi-1.3.1:
438
439 * Fixes for 109626, 89350, 100424, 100426, 110419, 107261, 107479,
440   108666, 104730, 111793.
441
442 * build fixes.
443
444 * gnome-2-2 branch created.
445
446 What's new in at-spi-1.1.9:
447
448 * Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
449   104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
450
451 * added support for mouse buttons 4 and 5.
452
453 * compiler warning fixes.
454
455 What's new in at-spi-1.1.8:
456
457 * Added getRangeExtents() and getBoundedRanges() API for more
458   efficient screen review [100944].
459
460 What's new in at-spi-1.1.7:
461
462 * Added spi_keymask values for Mod4 and Mod5.
463 * Performance improvements and bugfixes from Michael.
464
465 What's new in at-spi-1.1.6:
466
467 * Fixes for #99799, #10530.
468
469 * New methods in cspi:
470   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
471   to allow lifecycle management of AccessibleEvents outside of
472   the emission handler.
473
474 What's new in at-spi-1.1.6:
475
476 * event struct in libspi is bigger, increased unimplemented
477   slot count for sufficient future bincompatible expansion. 
478  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
479   not affected.)
480
481 * New accessor methods allow state-coherent query of many
482   event types.
483
484 * API Frozen for GNOME 2.2.
485
486 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
487
488 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
489         SUBWINDOW_OF.
490
491 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
492
493 * reduced debug output, unless you set AT_SPI_DEBUG environment
494   variable to string which parses to an integer value > 0.
495
496 * added definitions for SPI_KEYMASK_BUTTON1, etc.
497
498 * added SPI_LAYER_WINDOW.
499
500 * Added ability to register 'device event listeners' which can
501   consume device events, such as mouse events.
502
503 * Added support for mouse and key-modifier event notification.
504
505 * deprecated KeyEventType in favor of EventType.
506
507 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
508         93592, 95940, 95517, 93658, 95055, 94555, 84856.
509
510 * updated copyrights to include Ximian.
511
512 What's new in at-spi-1.1.0:
513
514 * event listener notifications are no longer oneways.
515 * bugfixes for 84900, 84908, 84897, 84898.
516 * performance improvement for event listeners.
517
518 What's new in at-spi-1.0.1:
519
520 * bugfix for 82509
521
522 What's new in at-spi-1.0.0:
523
524 * API Freeze (1.0 API is now FINAL)
525 * added boolean return for
526 Accessibility_Registry_registerKeystrokeListener.
527 * Revved activation ID for registry to "1.0"
528 * many bugfixes and improvements to global key listener implementation.
529 * improvements to regression test "test-simple", added key
530 listener/synthesis test.
531 * added sample code in "test" to demonstrate how flat line-mode
532 screen-review can be implemented with at-spi.
533
534 What's new in at-spi-0.13.1:
535
536 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
537  to recompile )
538
539 * fix for bugzilla bug 80616
540 * IDL change which will affect direct CORBA users of the keystroke
541   listener API
542 * added a new test harness, event-listener-test, which also
543   has a simple tree traversal timing benchmark. event-listener-test
544   attaches listeners to all currently supported events (and a few
545   events which are not fully implemented yet); it thus serves
546   as useful event listener sample code as well as being a diagnostic
547   tool. 
548
549 What's new in at-spi-0.12.1:
550
551 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
552   relating to build issues on some architectures (some of these were
553   fixed in 0.10 but additional fixes were included in 0.12.1).
554 * added new test program for our key listener API.
555 * added implementation of IDL 'exit' method to our
556   magnifier and mag_control client.
557 * Badly broken AccessibleStateSet implementation fixed by
558   Marc.
559 * Added implementation for AccessibleComponent_grabFocus method.
560 * Improvements to documentation.
561
562 API CHANGES:
563
564 * Added missing seek_type param in
565   AccessibleStreamableContent_seek [78888], 
566   previously documented but not in signature;
567   this was unused API but needed fixing for the future.
568
569 * Added API for AccessibleTable_selectRow and _selectColumn,
570   corresponding to similar API in ATK, and provided
571   implementation. [76201]
572
573 * Added boolean return types to a number of IDL methods whose
574   corresponding cspi wrappers and ATK methods already had boolean
575   returns.
576
577 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
578 this was the main existing breakage in StateSet.
579
580
581 =================
582
583
584 TODO API Additions:
585
586 getStateName () and STATE_EXTENDED to allow extension of State API (already 
587 in ATK).
588
589 AccessibleAction_getType () and AccessibleAction_getTypeName ().
590
591 need getBaseAttributes () 
592 for AccessibleText (available in ATK I think).
593
594 table: getVisibleRange
595
596 state: HEADER, etc. for spreadsheet cells
597
598