X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=53d84fa508fe769353dbca81a1b58a35e484be2c;hb=bd703dfccbb700770f4629e5b5a8af45c3a8dfc3;hp=29b0c1f355d829cd1976245f23b8da56c55d95b6;hpb=8d6be4cc0378b3707ca297ab8c91e2fec51dff42;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/NEWS b/NEWS index 29b0c1f..53d84fa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,86 @@ -(top) -in HEAD: +What's new in at-spi-1.5.3: + +* New role EMBEDDED (bug #144415). + +* Added object:bounds-changed event, for detecting when the + component bounds of an object have changed onscreen. + +============== + +What's new in at-spi-1.5.2: + +* Added Accessibility_LoginHelper interface, and + LoginHelper GType. Also added client and server tests + for this interface. The purpose is to identify services + (typically, assistive technologies) which need access to + system or device services (keyboard, audio, serial ports, + posting windows, etc.) during login or re-login/authentication. + +* fixed make distcheck. + +* Added a check in cspi_object_unref, which should help in detecting + refcount bugs in clients (Padraig O'Briain). + +* New languages: + Walloon (Pablo Saratxaga) + Bulgarian (Alexander Shopov) + +What's new in at-spi-1.5.1: + +* Allow synthesis of keysyms that aren't in the current X keymap. + +* languages: Gujarati (Guntupalli Karunakar), Canadian English + (Alexander Winston) + +* Added omitted declarations for already-existing methods + AccessibleTable_addRowSelection(), + AccessibleTable_addColumnSelection(), + AccessibleTable_removeRowSelection(), + AccessibleTable_removeColumnSelection(). + +* bug fixes: 136660, 120659 (partial), 132237, 134332. + +========== + +What's new in at-spi-1.4.0: [GNOME 2.6.0 release] + +* build improvements from Laszlo Peter. +* en_GB added to ALL_LINGUAS. + +======= + +What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release] + +* Fix for bug #134036, which could steal keystrokes from applications + if at-spi registry failed. + +* Build fixes, added .pc.in files (from Laszlo Peter). + +====== + +This is the gnome-2.6 beta release of at-spi. +What's new in at-spi-1.3.15: + +* translations: + Amanpreet Singh Alam (pa) + Bojan Suzic (sr@ije) + + +What's new in at-spi-1.3.14: + +* reduced debug output in normal usage. Don't PRIT_LEAKS + unless DEBUG_OBJECTS is #defined. Reduces SEGVs when reporting + on noncritical refcount issues. + +What's new in at-spi-1.3.13: + +* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK. + (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko) + +* bugfixes (bad g_free, and a null string issue that caused SEGV on + Solaris when running sample programs). + + What's new in at-spi-1.3.11: * Fix for docs bug #129728 (Sebastien Bacher).