X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=fadf5a02b69853ea40849e059fde50043f0676d2;hb=02b26babf827c0e7a33c6e1c63b9bff0729d3224;hp=6fc056a247a92958c7d6877ca9a80aa1daad8fe0;hpb=b132df842fcf20cd4ed8d9704fe38e5eeb8357bb;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/NEWS b/NEWS index 6fc056a..fadf5a0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,113 @@ +What's new in at-spi-1.7.4: + +* Fixed dist to include Accessibility_Selector.idl (missing from dist though + in cvs since 1.7.3). + +* Bugfixes to EventDetails event support, and fixed event emission for + implementors of SPI_REMOTE_OBJECT. + +What's new in at-spi-1.7.0 through 1.7.3: + +* Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0 + through 1.7.2, added in 1.7.3) + +* DOCS: + + All the IDL is now documented with doxygen-compatible docs. + Just run 'doxygen oxyfile' in the IDL directory. (This will + be automated in a future version). + +* NEW API: + + idl: + Accessibility::Accessible:getAttributes (name/value pair annotation + for all objects) + Accessibility::Accessible:getApplication (retrieves ref to host app) + Accessibility::Component:getAlpha (get transparency/opacity value of component) + Accessibility::Image:getLocale (get POSIX locale for image and + imagedesc) + Accessibility::Text:getAttributeValue (retrieve a single named + attribute value) + Accessibility::Relation:RELATION_PARENT_WINDOW_OF + Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION, + ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles + for complex docs and forms.) + Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, + STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION, + STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms) + Accessibility::EventDetails (new, more detailed info marshalled with events) + + cspi: + (AccessibleEvent_getSourceName): + (AccessibleEvent_getSourceRole): + (AccessibleEvent_getSourceApplication): + (AccessibleEvent_getSourceDetails): + New methods for interrogating/demarshalling + event details i.e. source's accessible name, role, + and host app. + (Accessible_getAttributes): New, retrieve annotations/attributes + on objects. + (Accessible_getHostApplication): New, retrieve enclosing Application + instance for an object. + (AccessibleImage_getImageLocale): New, retrieve Locale info for an + image. + (AccessibleComponent_getAlpha): New, retrieve alpha value for + an AccessibleComponent (see discussion in idl section above). + +* BUGFIXES: + Some compiler fixes from Kjartan Marass. + Some thread-related fixes from Michael Meeks. + Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman). + +What's new in at-spi-1.6.5: + +* Fixed some discrepancies in event listener deregistration, improves +on-the-fly deregistration of event listeners. Fixed some tests. + +* Fixed brokenness in 'make check.' + +What's new in at-spi-1.6.4: + +* Fixed XEVIE detection and configuration on XOrg version 6.8.2. + +* Added locale 'rw' (Steve Murphy) + +* Tweaked event-listener-test program. + +* Leakfixes, from billh and Kjartan Marass. + +What's new in at-spi-1.6.3: + +* bugfix for #165129 + +* Added locale 'xh' (Adi Attar) + +What's new in at-spi-1.6.2: + +* fixes for problems at logout time (hangs, crashes) + +* bugfixes for #160862, #152147. + +* minor enhancements to test login-helper-server-test. + +(Padraig O'Briain) + +What's new in at-spi-1.6.1: + +* LoginHelper API docs improved. + +* fixed bug which caused problems if an + app which loaded atk-bridge forks, and one fork exits. + (Padraig O'Briain). + +* New language: Galician (gl), Jesus Bravo Alvarez. + +* Ansi build fixes (Kjartan Maraas). + +What's new in at-spi-1.6.0: + +Nothing. + What's new in at-spi-1.5.4: * Registration failure at SPI_init is now detected and