X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=NEWS;h=397e1566692ad7977d5efc41959b18ad24efe4e0;hp=60df8f05bbafc457daf81d28a7ee4c3a283e04c3;hb=54e12e5a757d6eace45f45f08edaa778af6e0960;hpb=0374b876444bcf121fbf7c871ea03adc4a2b5a52 diff --git a/NEWS b/NEWS index 60df8f0..397e156 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,201 @@ +What's new in at-spi-1.22.0: + +* Translation update. +* Bugfixes: #496232. + +What's new in at-spi-1.21.92: + +* bugfixes: #508147, #517761, #517250, #512702. + +What's new in at-spi-1.21.5: + +* Bugfixes: #474480, #503091. + +What's new in at-spi-1.21.3: + +* Bugfixes: #446277, #493547, #326516, #491805, #492469, #490202. + +What's new in at-spi-1.21.1: + +* Bugfixes: #490205, #490202, #489273. +* Add Willie Walker and Eitan Isaacson to maintainers. + +What's new in at-spi-1.20.0: + +* Bugfixes: #462412, #467612, #474796, #467366, #472301. + +What's new in at-spi-1.19.5: + +* Bugfixes: #446277, #450897, #433802. + +What's new in at-spi-1.19.3: + +* We add pyatspi into at-spi. pyatspi is an unified python binding. +* Bugfixes: #439057, #439436. + +What's new in at-spi-1.19.1: + +* Bugfixes: #430938, #427836, #428007, #405774, #407600, #329454. + +What's new in at-spi-1.18.0: + +* Release 1.18.0 for GNOME 2.18.0. + +What's new in at-spi-1.17.2: + +* Bugfixes: #412286. + +What's new in at-spi-1.17.1: + +* Bugfixes: #404584, #401299, #375319. Fixes some build warnings. + +What's new in at-spi-1.17.0: + +* Bugfixes: #404592, #400709. + +What's new in at-spi-1.7.16: + +* Bugfixes: #329454, #393010. + +What's new in at-spi-1.7.15: + +* Bugfixes: #372988, #381670, #387960, #364839. + +What's new in at-spi-1.7.14: + +* We now get te value of display using the env var DISPLAY rather than + using the gdk_display_get_default to avoid dependancy of gdk. Also, + once the registry is started, we set the ior of the registry as + an X property. + +* Bugfixes: #361386, #369377, #382271, #372172, #163132, #377079, #352444 + +What's new in at-spi-1.7.12: + +* Modified parameter names in some IDL to avoid class name collisions + (Gary Cramblitt). This is a bincompat change which improves portability + of the IDL. + +* Bugfixes: #353226, #356688 (Neo Liu), #350552 (Ginn Chen), #350958. + +What's new in at-spi-1.7.11: + +* Docs fixes. + +* Fixed getAttributes APIs. + +* Export Hyperlink interface for AtkHyperlinkImpl peers. + +* Aggregate Document interface. + +What's new in at-spi-1.7.10: + +* New method Selection::deselectChild. RFE #326535. + +What's new in at-spi-1.7.9: + +* I18n uses po/LINGUAS now. + +* Table enhancement: new method Table::getRowColumnExtentsAtIndex + RFE #326536. Assistance from Ariel Rios. + +* Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet + RFE #326540. Assistance from Ariel Rios. + +* New interface, Document. RFE #326520. + +* New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM. + +* Meaningful implementation and bridges for StreamableContent. + RFE #326532. + +* Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR, + and PARENT_WINDOW_OF. + +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)