X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=1fe33bec642cbf452d08ef7a9fb027402f0341db;hb=87ea2e308098bb8fb316fc5fc7fd39141dfbc51d;hp=e9ada9aa4462ead5a2823045a9ce47739dd28e73;hpb=ed965ae713dc3e62a5d2122827b544884a9fad2a;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index e9ada9a..1fe33be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,507 @@ +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). + +What's new in at-spi2-core 2.11.1: + +* Fix a gsource leak that adversely impacted performance (BGO#709625). + +* Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689). + +* Fix atspi_component_contains (BGO#710730). + +* Fix some compiler warnings and build issues. + +What's new in at-spi2-core 2.9.92: + +* Fix multiple deadlocks with keystroke listeners (BGO#707218). + + +What's new in at-spi2-core 2.9.91: + +* Fix a performance issue when running for a long time without a main + loop, such as with a dogtail script (BGO#701145). + +* Remove an unneeded unref that was causing a warning (BGO#706893). + +* Skip some functions that were not introspectable (BGO#707010). + +What's new in at-spi2-core 2.9.90: + +* Separate out X-dependent functionality, allow building without X11 (albeit + with various things not working), and don't query/use X if DISPLAY is not + set (BGO#682199, BGO#701378). + +* Add atspi_text_get_string_at_offset, and deprecate + atspi_text_get_text_at_offset. + +What's new in at-spi2-core 2.9.5: + +* Fix possible memory leak when D-Bus calls time out. + +* Fix a memory leak in atspi_accessible_get_role_name that was introduced + earlier in the 2.9 cycle with the enum refactor. + +* A couple of functions not intended for introspection are now marked + as skip. + +What's new in at-spi2-core 2.9.4: + +* Add atspi_set_main_context (mainly for use by at-spi2-atk). + +What's new in at-spi2-core 2.9.3: + +* Add atspi_is_initialized (BGO#681276). + +What's new in at-spi2-core 2.9.2: + +* Fix D-Bus introspection for GetActions. + +* Use glib-mkenums to generate enum types, and use these generated types + for role and state names, rather than static tables. + +* Annotate filter in atspi_register_device_event_listener with allow-none + (BGO#700237). + +* Rename various functions to avoid name collisions (BGO#700243). The old + functions are deprecated in favor of the renamed functions and renamed + for introspection. + +What's new in at-spi2-core 2.7.91: + +* Add atspi_accessible_get_object_locale (BGO#694368). + +* Start the bus launcher in the initialization phase (BGO#694984). + +What's new in at-spi2-core 2.7.90: + +* Removed a debug print that was accidentally included in 2.7.5. + +What's new in at-spi2-core 2.7.5: + +* Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role. + +* Fix various compiler warnings. + +What's new in at-spi2-core 2.7.4: + +* Fix some ref count leaks. + +* Some functions that return accessibles now propagate errors. + +What's new in at-spi2-core 2.7.3: + +* Atspi_accessible_get_index_in_parent no longer returns -1 if the object's + parent is not cached (BGO#688057). + +* re-register keystroke listeners if the registry goes away and then returns. + +* Fix atspi_device_listener_new_simple. + +* Fix some compiler warnings. + +* Build: use gobject-introspection's Makefile instead of rolling our own. + +* Fix a crash when parsing events without detail when there is a listener for the event that names a specific detail value. + +* Fix crash when removing hung processes. + +* Fix deregistering of applications. + +* A few documentation fixes. + +What's new in at-spi2-core 2.7.2: + +* Only call an event listener once per event, even if the listener registered + for both the event and a superset of the event. + +* Don't distribute dbind-config.h (BGO#688083). + +* Fix gtk-doc for Atspi-Registry (BGO#688224). + +* Some introspection fixes to make vapigen happy (BGO#688223). + +* [registry] Fixed a crash handling DeregisterKeystrokeListener. + +What's new in at-spi2-core 2.7.1: + +* Update the cache in response to role change notifications (BGO#685469). + +* Don't output a warning when a p2p connection isn't available. + +What's new in at-spi2-core 2.5.92: + +* Fix some annotations. + +* Exit, rather than crash, when unable to open an X display (BGO#660407). + +* Fix various memory leaks (BGO#684033). + +What's new in at-spi2-core 2.5.91: + +* Fix build with -fno-common. + +* Add glib-2.0 to requires in at-spi2.pc (BGO#682595) + +What's new in at-spi2-core 2.5.5: + +* Add atspi_action_get_localized_name (BGO#680598). + +* Allow building from out of source directory (BGO#680281) + +What's new in at-spi2-core 2.5.4: + +* Fix a missing return value. + +* Fix a crash when unable to remove a match rule. + +What's new in at-spi2-core 2.5.3: + +* Fix a memory leak (BGO#678738) + +What's new in at-spi2-core 2.5.2: + +* Fix a crash when a call to fetch a hyperlink times out. + +* Fix C++ compilation. + +* Remove a warning that was sometimes logged when a method call timed out. + +* Fix crash in atspi_deregister_keystroke_listener (FDO#50578) + +What's new in at-spi2-core 2.5.1: + +* Add atspi_set_timeout. + +* By default, disable method call timeouts until an application has been on +the bus for 15 seconds (work-around for applications with potentially long +start-up times). This behavior can be changed with a call to atspi_set_timeout. + +* Fix GError sent when receiving a reply of the wrong type + +* Fix typo in atspi_document_get_attribute_value + +* Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct + +What's new in at-spi2-core 2.4.0: + +* Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662). + +What's new in at-spi2-core 2.3.92: + +* Some changes to try to prevent at-spi2-registryd from incorrectly + thinking that an AT is hung and passing keys meant for it to the application. + +* Fix crash fetching an error from a reply when retrieving a property. + +What's new in at-spi2-core 2.3.91: + +* Invalidate states when receiving a focus event (BGO#663992). + +* Fix atspi_table_get_row_column_extents_at_index. + +* Expect a signed int for GetIndexInParent, per the spec. + +* Send key events to listeners assumed to be hung, but don't block. + +* Reduce the method call timeout slightly, so that it will be lower than + the keystroke listener timeout. + +* Don't cache data for transient objects. + +* Enable caching on a call to atspi_accessible_set_cache_mask, even if + atspi-event_main() hasn't been called. + +What's new in at-spi2-core 2.3.90: + +* At-spi-bus-launcher now emits PropertiesChanged signals from the correct + interface. + +* If a keystroke listener does not respond, disable it until it responds. + This prevents the desktop from locking up if an AT hangs or is suspended + and has a keyboard listener registered. + +* Fix a warning when a NULL object is returned as the detail of an event. + +What's new in at-spi2-core 2.3.5: + +* Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes. + +* Add some type checking on method replies; this should prevent crashes if + an application-side AT-SPI implementor returns something unexpected. + +* Call g_settings_sync after updating toolkit-accessibility. + +* Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key. + +* Fix for BGO#669344: Don't use "restrict" as a variable name, since it can + be a keyword. + +What's new in at-spi2-core 2.3.4: + +* Add some dbus message signature checks. + +* Fix a crash if a device listener incorrectly returns a non-bool. + +* Fix for BGO#666870: Keystroke listeners do not work unless an event listener + is also registered [also needs updated at-spi2-atk] + +* Fix for BGO#667254: Some atspi-selection_* functions were broken. + +* When a call times out, ping the connection and avoid making subsequent calls + until the ping is answered. + +What's new in at-spi2-core 2.3.3: + +* Handle event detail suffixes (such as :system). + +What's new in at-spi2-core 2.3.2: + +* Some documentation improvements. + +What's new in at-spi2-core 2.3.1: + +* Fix return type of org.a11y.Bus.IsEnabled property + +* Declare void functions as such + +What's new in at-spi2-core 2.2.1: + +* Fix org.a11y.Bus.Enabled property to set its initial state from the + GSettings key, if available and an initial property is not given on the + command line. + +* Fix for BGO#660947: Gracefully exit when already running, rather than + triggering a SIGABRT. + +What's new in at-spi2-core 2.1.92: + +* Fixed a crash when handling event listeners. + +* Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK. + +* Add some defensive checks to prevent problems with defunct objects. + +* BGO#657051: Fix a build error on Solaris. + +* Fix some missing return statements. + +* Some fixes related to deregistering event listeners. + +What's new in at-spi2-core 2.1.91: + +* Fixed a crash when deregistering event listeners. + +* Made DBus IsEnabled property readwrite. + +What's new in at-spi2-core 2.1.90: + +* Fixed a memory leak on DBus errors. + +* Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus + launcher. + +* Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again. + +* Numerous documentation fixes from Aline Bessa. + +* CLean up device listeners from disconnected applications. + +* Fix for BGO#657585: Do not crash when the bus launcher is unable to open the + X display. + +What's new in at-spi2-core 2.1.5: + +* Propertly free DBus error in atspi_accessible_get_process_id. + +* Clean up names of some private functions. + +* Move DBus interface name constants into atspi-constants.h and make public. + +* Remove support for relocated CORBA. + +* Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set. + +What's new in at-spi2-core 2.1.4: + +* Some API changes to device and event listeners for compatibility with + Javascript. + +* Fix for BGO#654314: make role names consistent with atk. +* FIx for BGO#654921: Run within Unity. + +* Added some new roles. + +What's new in at-spi2-core 2.1.3: + +* use stored values for AT-SPI role names where possible. + +* Fix for BGO#652596: Use DBus property to set value. + + +* Fix gtk-doc build cflags/libraries. + +* Set error for some DBus errors where this was not being done. + + +* Add atspi_accessible_get_process_id (as a short-cut to help debugging). + +* Fix failure to update cache in response to children-changed events in some + cases. + +What's new in at-spi2-core 2.1.2: + +* Fix atspi_table_get_caption|summary. + +* Fix introspection for atspi_table_get_row_column_at_index. + +* Copy match rule attributes, rather than just ref counting the hash, for + compatibility with pygi. + +* Rework atspi_accessible_set_cache_mask to make it usable. + +* Fix a crash that might happen if a method call times out. + +* Disable caching if atspi_event_main has not been called to run the main loop. + +* Fix atspi_accessible_get_toolkit_version. + +* Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI + specification provided by an application. + +* Cache application-wide toolkit name and version. + +* Allow caching of attributes, but not enabling by default, as there is no + event yet (BGO#649771). + +* Make deferred_messages a GQueue rather than a GList for performance reasons. + +* Fix accessibility bus breakage when a user runs an administrative app. + +What's new in at-spi2-core 2.1.1: + +* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942). + +* Fixed a possible crash when an application is short-lived. + +* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version). + +* AT-SPI will now call g_error if it is unable to find the accessibility bus. + This results in aborting but with a somewhat less cryptic error than before. + +What's new in at-spi2-core 2.0.1: + +* Fix a memory leak when sending events. + +* Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION + +* Fix for BGO#648013: Honor aclocal flags + +* FIx for BGO#648014: Add intltoolize to autogen.sh + +* Fix for BGO#648130: event host_application should return NULL for the desktop + +* Added atspi_accessible_get_id to retrieve the id of an application. + +* Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS. + What's new in at-spi2-core 2.0.0: * Fix for BGO#646403: Use correct signature in at-spi2-registryd for