Fix check box role name
[platform/upstream/at-spi2-core.git] / NEWS
diff --git a/NEWS b/NEWS
index dd8d5e2..0eac5d2 100644 (file)
--- a/NEWS
+++ b/NEWS
-(top)
-in HEAD:
-What's new in at-spi-1.1.9:
+What's new in at-spi2-core 2.1.3:
 
-* Fixes for 107985, 107988, 105291, 107256, 107254, 105836,
-  104622, 105291, 104744, 104741, 101524, 102830, 98120, 94275.
+* use stored values for AT-SPI role names where possible.
 
-* added support for mouse buttons 4 and 5.
+* Fix for BGO#652596: Use DBus property to set value.
 
-* compiler warning fixes.
 
-What's new in at-spi-1.1.8:
+* Fix gtk-doc build cflags/libraries.
 
-* Added getRangeExtents() and getBoundedRanges() API for more
-  efficient screen review [100944].
+* Set error for some DBus errors where this was not being done.
 
-What's new in at-spi-1.1.7:
 
-* Added spi_keymask values for Mod4 and Mod5.
-* Performance improvements and bugfixes from Michael.
+* Add atspi_accessible_get_process_id (as a short-cut to help debugging).
 
-What's new in at-spi-1.1.6:
+* Fix failure to update cache in response to children-changed events in some
+  cases.
 
-* Fixes for #99799, #10530.
 
-* New methods in cspi:
-  'AccessibleEvent_ref' and 'AccessibleEvent_unref'
-  to allow lifecycle management of AccessibleEvents outside of
-  the emission handler.
+What's new in at-spi2-core 2.1.2:
 
-What's new in at-spi-1.1.6:
+* Fix atspi_table_get_caption|summary.
 
-* event struct in libspi is bigger, increased unimplemented
-  slot count for sufficient future bincompatible expansion. 
- (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
-  not affected.)
+* Fix introspection for atspi_table_get_row_column_at_index.
 
-* New accessor methods allow state-coherent query of many
-  event types.
+* Copy match rule attributes, rather than just ref counting the hash, for
+  compatibility with pygi.
 
-* API Frozen for GNOME 2.2.
+* Rework atspi_accessible_set_cache_mask to make it usable.
 
-* New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
+* Fix a crash that might happen if a method call times out.
 
-* New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
-       SUBWINDOW_OF.
+* Disable caching if atspi_event_main has not been called to run the main loop.
 
-* New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
+* Fix atspi_accessible_get_toolkit_version.
 
-* reduced debug output, unless you set AT_SPI_DEBUG environment
-  variable to string which parses to an integer value > 0.
+* Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
+  specification provided by an application.
 
-* added definitions for SPI_KEYMASK_BUTTON1, etc.
+* Cache application-wide toolkit name and version.
 
-* added SPI_LAYER_WINDOW.
+* Allow caching of attributes, but not enabling by default, as there is no
+  event yet (BGO#649771).
 
-* Added ability to register 'device event listeners' which can
-  consume device events, such as mouse events.
+* Make deferred_messages a GQueue rather than a GList for performance reasons.
 
-* Added support for mouse and key-modifier event notification.
+* Fix accessibility bus breakage when a user runs an administrative app.
 
-* deprecated KeyEventType in favor of EventType.
+What's new in at-spi2-core 2.1.1:
 
-* bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
-       93592, 95940, 95517, 93658, 95055, 94555, 84856.
+* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
 
-* updated copyrights to include Ximian.
+* Fixed a possible crash when an application is short-lived.
 
-What's new in at-spi-1.1.0:
+* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
 
-* event listener notifications are no longer oneways.
-* bugfixes for 84900, 84908, 84897, 84898.
-* performance improvement for event listeners.
+* 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-spi-1.0.1:
+What's new in at-spi2-core 2.0.1:
 
-* bugfix for 82509
+* Fix a memory leak when sending events.
 
-What's new in at-spi-1.0.0:
+* Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
+    
+* Fix for BGO#648013: Honor aclocal flags
 
-* API Freeze (1.0 API is now FINAL)
-* added boolean return for
-Accessibility_Registry_registerKeystrokeListener.
-* Revved activation ID for registry to "1.0"
-* many bugfixes and improvements to global key listener implementation.
-* improvements to regression test "test-simple", added key
-listener/synthesis test.
-* added sample code in "test" to demonstrate how flat line-mode
-screen-review can be implemented with at-spi.
+* FIx for BGO#648014: Add intltoolize to autogen.sh
 
-What's new in at-spi-0.13.1:
+* Fix for BGO#648130: event host_application should return NULL for the desktop
 
-(note: 0.13.1 is not binary compatible with 0.12.1, clients will need
- to recompile )
+* Added atspi_accessible_get_id to retrieve the id of an application.
 
-* fix for bugzilla bug 80616
-* IDL change which will affect direct CORBA users of the keystroke
-  listener API
-* added a new test harness, event-listener-test, which also
-  has a simple tree traversal timing benchmark. event-listener-test
-  attaches listeners to all currently supported events (and a few
-  events which are not fully implemented yet); it thus serves
-  as useful event listener sample code as well as being a diagnostic
-  tool. 
+* Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
 
-What's new in at-spi-0.12.1:
+What's new in at-spi2-core 2.0.0:
 
-* fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
-  relating to build issues on some architectures (some of these were
-  fixed in 0.10 but additional fixes were included in 0.12.1).
-* added new test program for our key listener API.
-* added implementation of IDL 'exit' method to our
-  magnifier and mag_control client.
-* Badly broken AccessibleStateSet implementation fixed by
-  Marc.
-* Added implementation for AccessibleComponent_grabFocus method.
-* Improvements to documentation.
+* Fix for BGO#646403: Use correct signature in at-spi2-registryd for
+  EndSessionResponse.
 
-API CHANGES:
+* Remove a Makefile reference to dbus-glib.
 
-* Added missing seek_type param in
-  AccessibleStreamableContent_seek [78888], 
-  previously documented but not in signature;
-  this was unused API but needed fixing for the future.
+What's new in at-spi2-core 1.91.93:
 
-* Added API for AccessibleTable_selectRow and _selectColumn,
-  corresponding to similar API in ATK, and provided
-  implementation. [76201]
+* Removed dbus-glib-related includes, as they are no longer required.
 
-* Added boolean return types to a number of IDL methods whose
-  corresponding cspi wrappers and ATK methods already had boolean
-  returns.
+What's new in at-spi2-core 1.91.92:
 
-* Made Accessibility_StateSet inherit from BonoboUnknown as it should;
-this was the main existing breakage in StateSet.
+* Fixed atspi_table_get_column_header and atspi_value_set_current_value.
 
+* Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
+  modified to fix a crash (FDO#35115).  Session management code has been
+  ported to gdbus.
 
-=================
+* Fixed a crash when deregistering a keystroke listener.
 
+* Reworked accessibility bus management (BGO#644851).
 
-TODO API Additions:
+* Fixed a possible sign issue with state sets.
 
-getStateName () and STATE_EXTENDED to allow extension of State API (already 
-in ATK).
+What's new in at-spi2-core 1.91.91:
 
-AccessibleAction_getType () and AccessibleAction_getTypeName ().
+* Changed device event IPC to use uint32 for hw_code and modifiers, to be
+    more consistent with the rest of the API.
 
-need getBaseAttributes () 
-for AccessibleText (available in ATK I think).
+* GetNSelections has an out parameter, not an in.
 
-table: getVisibleRange
+* Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
+  bitmask, not AtspiKeyListenerSyncType.
 
-state: HEADER, etc. for spreadsheet cells
+* Avoid setting enum values to 0x80000000, to prevent a pygi exception.
+    
+* Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
 
+* Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
 
+What's new in at-spi2-core 1.91.90:
+
+* BGO#641164: Fixed several build errors.
+
+* Fixed some memory leaks and possible crashes.
+
+* Fixed atspi_selection_get_selected_child and
+  atspi_selection_get_n_selected_children.
+
+* Fixed wrong introspection information in some places.
+
+* BGO#641869: Removed the --enable-relocate option.
+
+* Avoid returning uninitialized data on error for some methods.
+
+* Use the GSettings rather than GConf key to test that accessibility is
+  enabled.
+
+* Change some enums from 16-bit to 32-bit to match spec.
+
+What's new in at-spi2-core 1.91.6.1:
+
+* Fixed a crash introduced in 1.91.6.
+
+* atspi_accessible_get_interfaces will now explicitly return the Accessible
+  interface.
+
+What's new in at-spi2-core 1.91.6:
+
+* Some build fixes.
+
+ * Several updated translations.
+
+* Added a method to check whether an object implements the Hyperlink interface.
+
+* Fixed a crash in atspi_image_get_image_description.
+
+* Fixed atspi_editable_text_set_text_contents.
+
+* More error-handling fixes.
+
+* Fixed a crash in atspi_event_listener_register_from-callback.
+
+* Method calls now time out after 1 second.
+
+* Added setters for component extents/size/position.
+
+* Added atspi-accessible_set_cache_mask.
+
+What's new in at-spi2-core 1.91.5:
+
+* Fixed several memory leaks.
+
+* Fixed some text methods, methods that return points or rectangles,
+  image locale and description, atspi-accessible_get_description, and some
+  table methods.
+
+* Added a trailing colon for focus events.
+
+* Set the error parameter for dbus errors rather than displaying a warning.
+
+* Fixed the keystroke listener deregister method.
+
+* The cache is now updated before raising an event, not after, so that event
+  handlers that query for cached values will see the updated data.
+
+* The registry daemon now returns an error when a caller requests a property
+  that the desktop does not support.
+
+* Added disposal of objects, and fixed several associated bugs.
+
+* Added i18n.
+
+* Fixed mouse events.
+
+* Libatspi's documentation is now compiled with gtk-doc.
+
+* Fixed building from a separate build directory.
+
+
+What's new in at-spi2-core 1.91.4:
+
+* use peer-to-peer connections when available.
+
+* Fix uninitialized variable in get_index_in_parent.
+
+* Add timeout, and support inspecting our own app.
+
+* Add get_interfaces, and fetch interface and state set over the wire if needed.
+
+* Avoid adding data for an accessible twice if it is referenced prior to an
+  AddAccessible signal being received.
+
+* Fix copying of any_data for an event.
+
+* at-spi-registryd returns ChildCount as a variant, per the DBus spec.
+
+* Hypertext, hyperlink, and table fixes.
+
+* Several cache-related fixes.
+
+* Change some error return values to match AT-SPI-CORBA behavior.
+
+* Some attribute-related fixes.
+
+* Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
+
+What's new in at-spi2-core 1.91.3:
+
+* Added a C-based AT-side binding (libatspi) which can be used in
+  conjunction with GObject introspection to generate bindings for other
+  languages.  However, this release has many bugs and is more of a development
+  snapshot than a usable release.
+
+What's new in at-spi2-core 1.91.2:
+
+* The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
+
+
+What's new in at-spi2-core 1.91.0:
+
+* --disable-relocate is the default again.
+
+What's new in at-spi2-core 0.3.92:
+
+* Do not start accessibility bus if at-spi-corba is enabled.
+
+What's new in at-spi2-core 0.3.91:
+
+* Enabled the accessibility bus, so apps should be accessible, for instance,
+if an application becomes setuid root.
+
+* Several build fixes.
+
+* Default to --enable-relocate for now.
+
+What's new in at-spi2-core 0.3.90:
+
+* FDO#29427: Registering for mouse:abs now works.
+
+* Add methods/signals to allow an application to track the events that are
+being listened to to avoid unnecessarily emitting signals.
+
+What's new in at-spi2-core 0.3.4:
+
+* Added GetChildren to the spec.
+
+What's new in at-spi2-core 0.3.3:
+
+* Add return values to some functions that were missing them.
+
+* Make DeviceEventListener notifiers reentrant so that an application can
+query the desktop object while processing a device event.
+
+* Fix for FDO#28300: fails to link with pedantic linkers.
+
+* Fix crash if GetChildAtIndex is called with an invalid index.
+
+What's new in at-spi2-core 0.3.2:
+
+* Make sure that disconnecting applications send their root path in the
+remove applications signal. This was causing applications to not be
+removed from the desktop properly.
+
+What's new in at-spi2-core 0.3.1:
+
+* Set an application's Id when registering it.
+
+* Disabled relocation by default.