X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=eca0694f6286cfc7a45eb73f90490eee4b843da9;hb=f9bd5d01b82497f46bee26845e0f628ad483d6e8;hp=2ee0ee6f85b2334759b85a4a10521da31bc778f1;hpb=d5582cb1b213b20ca83a9dff33c720007b99ab50;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index 2ee0ee6..eca0694 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,133 @@ +What's new in at-spi2-core 2.19.2: + +* Disable xevie by default--it probably doesn't do anything anyhow. + +* get_index_in_parent: Don't crash if parent is defunct. + +* Don't crash when trying to set an invalid state (bgo#757915). + +What's new in at-spi2-core 2.19.1: + +* Don't crash if we get a children-changed event with a non-existent + child (bgo#755951). + +* atspi_hyperlink_get_index_range: don't return random values if the + call fails (bgo#755727). + +* Fixed some atspi_text_ functions (bgo#755731). + +* Fixed crash during removal of last application in registryd (bgo#756513). + +What's new in at-spi2-core 2.17.90: + +* Modified the cache API to specify an object's index and child count + rather than its children. This eliminates the need for the application + to enumerate its children, improving performance in some places with + large lists (bgo#650090). + +What's new in at-spi2-core 2.17.1: + +* Functions shouldn't try to return values (bgo#749330). + +* Fix atspi_table_cell_get_position. + +What's new in at-spi2-core 2.16.0: + +* Fix a couple of gtk-doc warnings (fdo#89678). + +What's new in at-spi2-core 2.15.90: + +* Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969) + +* Add roles for fractions, roots, subscripts, and superscripts (bgo#743403). + +What's new in at-spi2-core 2.15.4: + +* Add names to every timeout (bgo#710644). + +* Remove accessibility.conf from EXTRA_DIST (bgo#742987). + +* Add ATSPI_STATE_READONLY (bgo#690004). + +What's new in at-spi2-core 2.15.3: + +* Replace deprecated "Rename to" gtk-doc tag. + +* Fix atspi_table_cell_get_column_span prototype. + +What's new in at-spi2-core 2.15.2: + +* Make the documentation of ATSPI's STATE_ACTIVE consistent with that of + ATK's (bgo#740274). + +* Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT + (bgo#740340). + +* gi-annotations: get_relation_set returns a array of AtspiRelation + +What's new in at-spi2-core 2.15.1: + +* Fix some issues with the accessibility bus configuration (bgo#722738). + +* Documentation for AtspiTableCell is now built. + +What's new in at-spi2-core 2.13.92: + +* Fix alignment checks when cross-compiling (bgo#736653). + +What's new in at-spi2-core 2.13.90: + +* Fix crash when testing interfaces with collections (bgo#734805). + +What's new in at-spi2-core 2.13.4: + +* Ensure that we register with the session manager only once (bgo#728934). + +* Fix ucs2keysym prototype (bgo#730897). + +* introspection: add some missing Returns: (nullable) annotations + +* Fix various memory leaks. + +What's new in at-spi2-core 2.13.1: + +* Add GError setter in atspi_accessible_get_process_id function + +* registryd: Wait for gnome-session before registering if it is not + running yet (bgo#728934). + +What's new in at-spi2-core 2.11.92: + +* Fix a crash with MediaElch and Onboard (bgo#726243). + +* Various i18n updates. + +What's new in at-spi2-core 2.11.91: + +* Improve compatibility with at-spi2-registryd <= 3.10. + +What's new in at-spi2-core 2.11.90: + +* bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070). + +* Fix a critical when processing deferred messages (bgo#724292). + +* Add AtspitableCell, tracking the new atk interface + +What's new in at-spi2-core 2.11.5: + +* Add atspi_event_listener_register_full, and cache data requested by it + for the duration of the event callback (BGO#708695). + +* Fix a crash when atspi_accessible_get_process_id is called for an + application that is no longer present. + +What's new in at-spi2-core 2.11.3: + + * Fix atspi_text_get_bounded_ranges + +* document: add support to current page and page count (BGO#719508). + What's new in at-spi2-core 2.11.2: * Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).