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