1 What's new in at-spi2-core 2.42.0:
3 * Set X root property when Xwayland starts on demand.
5 * Several dbus introspection fixes.
7 What's new in at-spi2-core 2.40.3:
9 * Use abstract sockets if libdbus is older than 1.12.0 (#37).
11 What's new in at-spi2-core 2.40.2:
13 * README: Remove outdated links.
15 * Key grab fixes for the new API.
17 * registryd: Add a missing call to va_end.
19 What's new in at-spi2-core 2.40.1:
21 * Fix double free when removing event listeners (#35).
23 * Fix numlock detection.
25 What's new in at-spi2-core 2.39.91:
26 * Fix a couple of memory leaks.
28 * Remove const from AtspiDeviceListenerCB prototype (#31).
30 What's new in at-spi2-core 2.39.90.1:
32 * Fix a crash introduced in 2.39.90, along with a few warnings (#30).
34 What's new in at-spi2-core 2.39.90:
36 * Fix build with X11 disabled.
38 * Various fixes for the new device API used for key monitoring and grabbing.
40 * Fixed several memory leaks.
42 What's new in at-spi2-core 2.39.1:
44 * Don't use gdbus-broker if not running under systemd (#25).
46 * Unref bus at the end of cleanup.
48 * Fix XML interfaces (#26).
50 * Use unix sockets instead of abstract sockets (#28).
52 * Added a device API to replace the old API for capturing key
53 grabs. This is needed for toolkits that do not report keystrokes
54 to atk, such as gtk 4.
56 What's new in at-spi2-core 2.37.92:
58 * Fix a possible memory leak if an event name cannot be parsed.
60 * _atspi_dbus_set_interfaces: fix memory leak when called with an invalid
63 * Fix a crash if an event listener is removed during an event callback.
66 What's new in at-spi2-core 2.37.90:
68 * Add a mode-changed signal to allow a screen reader to indicate
69 that its mode has changed.
71 * Fix use after free when a device listener is destroyed (#22).
73 * Meson: de-duplicate deps of 'Requires' in pkgconfig file (!28).
75 * Fix use after free when an event listener is destroyed.
77 * Make at-spi-dbus-bus.desktop validate (!30).
79 * atspi_accessible_set_cache_mask: relax assert that was generating a
80 warning and causing the function to fail in some cases.
82 * Fixes for synthesizing keys.
84 * Fix Qt annotations in DBus xml files.
86 * Memory test: replace gedit with a light-weight test application.
88 * dbtest: print to stdout instead of stderr.
90 * Tests: make test a bit verbose.
92 * Constants: fix typos in two _COUNT constants.
94 What's new in at-spi2-core 2.35.92:
96 * bus-launcher: make session management more robust.
98 What's new in at-spi2-core 2.35.1:
100 * Fix source reproducibility (!25).
102 * Avoid depending on Meson 0.50 (#20).
104 * Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTION (!27).
106 What's new in at-spi2-core 2.34.0:
108 * Fix a use after free when freeing an event.
109 * Clean up handling of the X11 property specifying the bus address (#18).
112 What's new in at-spi2-core 2.33.92:
114 * Now requires meson 0.50.0.
115 * License is now LGPL-2.1+.
116 * Meson: only link to libdl when it is necessary.
117 * Update installation instructions.
118 * Clarify atspi_editable_text_insert_text documentation.
119 * Do not warn on no reply from pending get_items call.
120 * Eliminate some superfluous runtime warnings.
122 What's new in at-spi2-core 2.33.90:
124 * Refactor the API for the screen reader to notify listeners of its status.
126 * Add a sender to the AtspiEvent struct.
128 * Add missing atspi_application_get_type prototype.
130 * Support mutter remote desktop interface for synthesizing keyboard/mouse
131 events (likely still needs work).
133 What's new in at-spi2-core 2.33.2:
135 * Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X
136 connections. Fixes breakage if X is started with startx and
137 XDG_SESSION_TYPE is unset.
139 * X11: also try mod4 and mod5 to generate keysyms.
141 * Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTION.
143 * Check for dbus-daemon in /usr/lib (for Solaris).
145 What's new in at-spi2-core 2.33.1:
147 * Fix meson build for meson 0.50.0.
149 * Add atspi_accessible_get_accessible_id.
151 * Add atspi_text_notify_reading_position.
153 * Check for an actual X11 session before calling X. This will be needed
154 for Mutter in the future because checking $DISPLAY is not sufficient,
155 and xwyland could be automatically started when it isn't wanted.
157 What's new in at-spi2-core 2.31.92:
159 * Fix atspi_table_cell_get_(row_column)_header_cells.
161 * Update documentation to indicate that extents are only meaningful
162 when an object has both STATE_VISIBLE and STATE_SHOWING.
164 * Use a consistent style for the meson options.
166 * Fix a compiler warning on BSD.
169 * Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.
171 What's new in at-spi2-core 2.31.1:
173 * Bus launcher: fix an issue where the error wasn't cleared on failure.
175 * Add support for locking/unlocking modifiers.
177 * Update error log text for consistency.
179 * Documentation clean-ups.
181 What's new in at-spi2-core 2.29.1:
183 * Add dbus-broker support to bus launcher.
185 * Add ScrollTo and ScrollToPoint component interfaces.
187 * Do not use deprecated GSettings API
189 * Fix various compiler warnings and documentation annotations.
191 What's new in at-spi2-core 2.27.92:
193 * Support building a static library (bgo#793652).
195 * Fix build on FreeBSD (bgo#791608).
197 What's new in at-spi2-core 2.27.1:
199 * Dropped autotools support.
201 * documentation: Remove list association from
202 ATSPI_ROLE_DESCRIPTION_{TERM,VALUE} (bgo#791021).
204 * Fix a potential buffer overflow in at-spi-bus-launcher (bgo#791124).
206 * Make the build reproducible (bgo#791167).
208 What's new in at-spi2-core 2.26.1:
210 * Remove unused dependency on libxkbcommon.
212 * Various meson build fixes.
214 * Updated Dutch and Catalan translations.
216 What's new in at-spi2-core 2.25.92:
218 * configure.ac: make xkb optional, as intended.
220 * Optionally read the bus address from the ATSPI_BUS_ADDRESS environment
221 variable (bgo#787126).
223 What's new in at-spi2-core 2.25.91:
225 * Meson builds should now be usable.
227 What's new in at-spi2-core 2.25.90:
229 * Fix a couple of introspection issues (bgo#784481).
231 * atspi_get_a11_bus: don't leak the DBusConnection.
235 What's new in at-spi2-core 2.25.4:
237 * Fix gir generation with autotools (bgo#783994).
239 What's new in at-spi2-core 2.25.3:
241 * Fix -Wmisleading-indentation warnings.
243 * Fix memory leak of at-spi-bus-launcher.
245 * Add error-message, error-for, details, and details-for relation types.
247 * Poll direct dbus connections in the main loop--fixes processes
248 being marked hung and the hung flag never being removed.
250 * Add Meson build system (thanks to Emmanuele Bassi).
252 * Various build fixes (thanks to Emmanuele Bassi).
254 What's new in at-spi2-core 2.25.2:
256 * attempt to fix an occasional crash when an application disappears
259 * Add some missing roles to correspond with atk (description list,
260 description term, description value, and footnote).
262 What's new in at-spi2-core 2.25.1:
264 * atspi_table_cell_get_position: don't crash on error.
266 What's new in at-spi2-core 2.23.92:
268 * Table cell API fixes (bgo#779835).
270 What's new in at-spi2-core 2.23.90:
272 * Fix an occasional crash when an application is closed (bgo#767074).
274 What's new in at-spi2-core 2.23.4:
276 * Don't pull in X headers if x11 is disabled (bgo#773710).
278 * at-spi-bus-launcher: session management fixes (bgo#774441).
281 * events: add recently added page changed event (bgo#719898).
283 * roles: EXTENDED roles are deprecated (bgo#W720123).
286 What's new in at-spi2-core 2.2.0:
288 * at-spi-bus-launcher: fix uninitialized variable.
290 * Fix return value error in session_manager_connect (bgo#768881).
292 * Updated translations.
294 What's new in at-spi2-core 2.21.4:
296 * Fixed a crash in atspi_accessible_clear_cache.
298 * Fixed a crash caused by at-spi2-registryd dying.
300 * Fixed some session management issues in at-spi-bus-launcher.
302 What's new in at-spi2-core 2.21.2:
304 * Allow building without Xtst, Xi with --disable-x11
306 * ref_accessible_desktop: don't unref reply until we're finished with it
308 * Updated translations.
310 What's new in at-spi2-core 2.21.1:
312 * registryd: avoid crashing with a NULL keystring (bgo#764688).
314 * Plug a memory leak in AtspiEventListener (bgo#764688).
316 * Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220).
320 What's new in at-spi2-core 2.19.92:
322 * Support a stateless configuration by default (bgo#763540).
324 What's new in at-spi2-core 2.19.91:
326 * Don't display warnings when connecting to an app that no longer exists.
328 What's new in at-spi2-core 2.19.90:
330 * Don't display warning if unable to connect when logged in via ssh
333 * at-spi-bus-launcher: register with session manager (bgo#753931).
335 What's new in at-spi2-core 2.19.2:
337 * Disable xevie by default--it probably doesn't do anything anyhow.
339 * get_index_in_parent: Don't crash if parent is defunct.
341 * Don't crash when trying to set an invalid state (bgo#757915).
343 What's new in at-spi2-core 2.19.1:
345 * Don't crash if we get a children-changed event with a non-existent
348 * atspi_hyperlink_get_index_range: don't return random values if the
349 call fails (bgo#755727).
351 * Fixed some atspi_text_ functions (bgo#755731).
353 * Fixed crash during removal of last application in registryd (bgo#756513).
355 What's new in at-spi2-core 2.17.90:
357 * Modified the cache API to specify an object's index and child count
358 rather than its children. This eliminates the need for the application
359 to enumerate its children, improving performance in some places with
360 large lists (bgo#650090).
362 What's new in at-spi2-core 2.17.1:
364 * Functions shouldn't try to return values (bgo#749330).
366 * Fix atspi_table_cell_get_position.
368 What's new in at-spi2-core 2.16.0:
370 * Fix a couple of gtk-doc warnings (fdo#89678).
372 What's new in at-spi2-core 2.15.90:
374 * Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969)
376 * Add roles for fractions, roots, subscripts, and superscripts (bgo#743403).
378 What's new in at-spi2-core 2.15.4:
380 * Add names to every timeout (bgo#710644).
382 * Remove accessibility.conf from EXTRA_DIST (bgo#742987).
384 * Add ATSPI_STATE_READONLY (bgo#690004).
386 What's new in at-spi2-core 2.15.3:
388 * Replace deprecated "Rename to" gtk-doc tag.
390 * Fix atspi_table_cell_get_column_span prototype.
392 What's new in at-spi2-core 2.15.2:
394 * Make the documentation of ATSPI's STATE_ACTIVE consistent with that of
397 * Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
400 * gi-annotations: get_relation_set returns a array of AtspiRelation
402 What's new in at-spi2-core 2.15.1:
404 * Fix some issues with the accessibility bus configuration (bgo#722738).
406 * Documentation for AtspiTableCell is now built.
408 What's new in at-spi2-core 2.13.92:
410 * Fix alignment checks when cross-compiling (bgo#736653).
412 What's new in at-spi2-core 2.13.90:
414 * Fix crash when testing interfaces with collections (bgo#734805).
416 What's new in at-spi2-core 2.13.4:
418 * Ensure that we register with the session manager only once (bgo#728934).
420 * Fix ucs2keysym prototype (bgo#730897).
422 * introspection: add some missing Returns: (nullable) annotations
424 * Fix various memory leaks.
426 What's new in at-spi2-core 2.13.1:
428 * Add GError setter in atspi_accessible_get_process_id function
430 * registryd: Wait for gnome-session before registering if it is not
431 running yet (bgo#728934).
433 What's new in at-spi2-core 2.11.92:
435 * Fix a crash with MediaElch and Onboard (bgo#726243).
437 * Various i18n updates.
439 What's new in at-spi2-core 2.11.91:
441 * Improve compatibility with at-spi2-registryd <= 3.10.
443 What's new in at-spi2-core 2.11.90:
445 * bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).
447 * Fix a critical when processing deferred messages (bgo#724292).
449 * Add AtspitableCell, tracking the new atk interface
451 What's new in at-spi2-core 2.11.5:
453 * Add atspi_event_listener_register_full, and cache data requested by it
454 for the duration of the event callback (BGO#708695).
456 * Fix a crash when atspi_accessible_get_process_id is called for an
457 application that is no longer present.
459 What's new in at-spi2-core 2.11.3:
461 * Fix atspi_text_get_bounded_ranges
463 * document: add support to current page and page count (BGO#719508).
465 What's new in at-spi2-core 2.11.2:
467 * Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
469 What's new in at-spi2-core 2.11.1:
471 * Fix a gsource leak that adversely impacted performance (BGO#709625).
473 * Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689).
475 * Fix atspi_component_contains (BGO#710730).
477 * Fix some compiler warnings and build issues.
479 What's new in at-spi2-core 2.9.92:
481 * Fix multiple deadlocks with keystroke listeners (BGO#707218).
484 What's new in at-spi2-core 2.9.91:
486 * Fix a performance issue when running for a long time without a main
487 loop, such as with a dogtail script (BGO#701145).
489 * Remove an unneeded unref that was causing a warning (BGO#706893).
491 * Skip some functions that were not introspectable (BGO#707010).
493 What's new in at-spi2-core 2.9.90:
495 * Separate out X-dependent functionality, allow building without X11 (albeit
496 with various things not working), and don't query/use X if DISPLAY is not
497 set (BGO#682199, BGO#701378).
499 * Add atspi_text_get_string_at_offset, and deprecate
500 atspi_text_get_text_at_offset.
502 What's new in at-spi2-core 2.9.5:
504 * Fix possible memory leak when D-Bus calls time out.
506 * Fix a memory leak in atspi_accessible_get_role_name that was introduced
507 earlier in the 2.9 cycle with the enum refactor.
509 * A couple of functions not intended for introspection are now marked
512 What's new in at-spi2-core 2.9.4:
514 * Add atspi_set_main_context (mainly for use by at-spi2-atk).
516 What's new in at-spi2-core 2.9.3:
518 * Add atspi_is_initialized (BGO#681276).
520 What's new in at-spi2-core 2.9.2:
522 * Fix D-Bus introspection for GetActions.
524 * Use glib-mkenums to generate enum types, and use these generated types
525 for role and state names, rather than static tables.
527 * Annotate filter in atspi_register_device_event_listener with allow-none
530 * Rename various functions to avoid name collisions (BGO#700243). The old
531 functions are deprecated in favor of the renamed functions and renamed
534 What's new in at-spi2-core 2.7.91:
536 * Add atspi_accessible_get_object_locale (BGO#694368).
538 * Start the bus launcher in the initialization phase (BGO#694984).
540 What's new in at-spi2-core 2.7.90:
542 * Removed a debug print that was accidentally included in 2.7.5.
544 What's new in at-spi2-core 2.7.5:
546 * Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
548 * Fix various compiler warnings.
550 What's new in at-spi2-core 2.7.4:
552 * Fix some ref count leaks.
554 * Some functions that return accessibles now propagate errors.
556 What's new in at-spi2-core 2.7.3:
558 * Atspi_accessible_get_index_in_parent no longer returns -1 if the object's
559 parent is not cached (BGO#688057).
561 * re-register keystroke listeners if the registry goes away and then returns.
563 * Fix atspi_device_listener_new_simple.
565 * Fix some compiler warnings.
567 * Build: use gobject-introspection's Makefile instead of rolling our own.
569 * Fix a crash when parsing events without detail when there is a listener for the event that names a specific detail value.
571 * Fix crash when removing hung processes.
573 * Fix deregistering of applications.
575 * A few documentation fixes.
577 What's new in at-spi2-core 2.7.2:
579 * Only call an event listener once per event, even if the listener registered
580 for both the event and a superset of the event.
582 * Don't distribute dbind-config.h (BGO#688083).
584 * Fix gtk-doc for Atspi-Registry (BGO#688224).
586 * Some introspection fixes to make vapigen happy (BGO#688223).
588 * [registry] Fixed a crash handling DeregisterKeystrokeListener.
590 What's new in at-spi2-core 2.7.1:
592 * Update the cache in response to role change notifications (BGO#685469).
594 * Don't output a warning when a p2p connection isn't available.
596 What's new in at-spi2-core 2.5.92:
598 * Fix some annotations.
600 * Exit, rather than crash, when unable to open an X display (BGO#660407).
602 * Fix various memory leaks (BGO#684033).
604 What's new in at-spi2-core 2.5.91:
606 * Fix build with -fno-common.
608 * Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
610 What's new in at-spi2-core 2.5.5:
612 * Add atspi_action_get_localized_name (BGO#680598).
614 * Allow building from out of source directory (BGO#680281)
616 What's new in at-spi2-core 2.5.4:
618 * Fix a missing return value.
620 * Fix a crash when unable to remove a match rule.
622 What's new in at-spi2-core 2.5.3:
624 * Fix a memory leak (BGO#678738)
626 What's new in at-spi2-core 2.5.2:
628 * Fix a crash when a call to fetch a hyperlink times out.
630 * Fix C++ compilation.
632 * Remove a warning that was sometimes logged when a method call timed out.
634 * Fix crash in atspi_deregister_keystroke_listener (FDO#50578)
636 What's new in at-spi2-core 2.5.1:
638 * Add atspi_set_timeout.
640 * By default, disable method call timeouts until an application has been on
641 the bus for 15 seconds (work-around for applications with potentially long
642 start-up times). This behavior can be changed with a call to atspi_set_timeout.
644 * Fix GError sent when receiving a reply of the wrong type
646 * Fix typo in atspi_document_get_attribute_value
648 * Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct
650 What's new in at-spi2-core 2.4.0:
652 * Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).
654 What's new in at-spi2-core 2.3.92:
656 * Some changes to try to prevent at-spi2-registryd from incorrectly
657 thinking that an AT is hung and passing keys meant for it to the application.
659 * Fix crash fetching an error from a reply when retrieving a property.
661 What's new in at-spi2-core 2.3.91:
663 * Invalidate states when receiving a focus event (BGO#663992).
665 * Fix atspi_table_get_row_column_extents_at_index.
667 * Expect a signed int for GetIndexInParent, per the spec.
669 * Send key events to listeners assumed to be hung, but don't block.
671 * Reduce the method call timeout slightly, so that it will be lower than
672 the keystroke listener timeout.
674 * Don't cache data for transient objects.
676 * Enable caching on a call to atspi_accessible_set_cache_mask, even if
677 atspi-event_main() hasn't been called.
679 What's new in at-spi2-core 2.3.90:
681 * At-spi-bus-launcher now emits PropertiesChanged signals from the correct
684 * If a keystroke listener does not respond, disable it until it responds.
685 This prevents the desktop from locking up if an AT hangs or is suspended
686 and has a keyboard listener registered.
688 * Fix a warning when a NULL object is returned as the detail of an event.
690 What's new in at-spi2-core 2.3.5:
692 * Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes.
694 * Add some type checking on method replies; this should prevent crashes if
695 an application-side AT-SPI implementor returns something unexpected.
697 * Call g_settings_sync after updating toolkit-accessibility.
699 * Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key.
701 * Fix for BGO#669344: Don't use "restrict" as a variable name, since it can
704 What's new in at-spi2-core 2.3.4:
706 * Add some dbus message signature checks.
708 * Fix a crash if a device listener incorrectly returns a non-bool.
710 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
711 is also registered [also needs updated at-spi2-atk]
713 * Fix for BGO#667254: Some atspi-selection_* functions were broken.
715 * When a call times out, ping the connection and avoid making subsequent calls
716 until the ping is answered.
718 What's new in at-spi2-core 2.3.3:
720 * Handle event detail suffixes (such as :system).
722 What's new in at-spi2-core 2.3.2:
724 * Some documentation improvements.
726 What's new in at-spi2-core 2.3.1:
728 * Fix return type of org.a11y.Bus.IsEnabled property
730 * Declare void functions as such
732 What's new in at-spi2-core 2.2.1:
734 * Fix org.a11y.Bus.Enabled property to set its initial state from the
735 GSettings key, if available and an initial property is not given on the
738 * Fix for BGO#660947: Gracefully exit when already running, rather than
739 triggering a SIGABRT.
741 What's new in at-spi2-core 2.1.92:
743 * Fixed a crash when handling event listeners.
745 * Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
747 * Add some defensive checks to prevent problems with defunct objects.
749 * BGO#657051: Fix a build error on Solaris.
751 * Fix some missing return statements.
753 * Some fixes related to deregistering event listeners.
755 What's new in at-spi2-core 2.1.91:
757 * Fixed a crash when deregistering event listeners.
759 * Made DBus IsEnabled property readwrite.
761 What's new in at-spi2-core 2.1.90:
763 * Fixed a memory leak on DBus errors.
765 * Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus
768 * Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again.
770 * Numerous documentation fixes from Aline Bessa.
772 * CLean up device listeners from disconnected applications.
774 * Fix for BGO#657585: Do not crash when the bus launcher is unable to open the
777 What's new in at-spi2-core 2.1.5:
779 * Propertly free DBus error in atspi_accessible_get_process_id.
781 * Clean up names of some private functions.
783 * Move DBus interface name constants into atspi-constants.h and make public.
785 * Remove support for relocated CORBA.
787 * Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set.
789 What's new in at-spi2-core 2.1.4:
791 * Some API changes to device and event listeners for compatibility with
794 * Fix for BGO#654314: make role names consistent with atk.
795 * FIx for BGO#654921: Run within Unity.
797 * Added some new roles.
799 What's new in at-spi2-core 2.1.3:
801 * use stored values for AT-SPI role names where possible.
803 * Fix for BGO#652596: Use DBus property to set value.
806 * Fix gtk-doc build cflags/libraries.
808 * Set error for some DBus errors where this was not being done.
811 * Add atspi_accessible_get_process_id (as a short-cut to help debugging).
813 * Fix failure to update cache in response to children-changed events in some
816 What's new in at-spi2-core 2.1.2:
818 * Fix atspi_table_get_caption|summary.
820 * Fix introspection for atspi_table_get_row_column_at_index.
822 * Copy match rule attributes, rather than just ref counting the hash, for
823 compatibility with pygi.
825 * Rework atspi_accessible_set_cache_mask to make it usable.
827 * Fix a crash that might happen if a method call times out.
829 * Disable caching if atspi_event_main has not been called to run the main loop.
831 * Fix atspi_accessible_get_toolkit_version.
833 * Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
834 specification provided by an application.
836 * Cache application-wide toolkit name and version.
838 * Allow caching of attributes, but not enabling by default, as there is no
839 event yet (BGO#649771).
841 * Make deferred_messages a GQueue rather than a GList for performance reasons.
843 * Fix accessibility bus breakage when a user runs an administrative app.
845 What's new in at-spi2-core 2.1.1:
847 * Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
849 * Fixed a possible crash when an application is short-lived.
851 * FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
853 * AT-SPI will now call g_error if it is unable to find the accessibility bus.
854 This results in aborting but with a somewhat less cryptic error than before.
856 What's new in at-spi2-core 2.0.1:
858 * Fix a memory leak when sending events.
860 * Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
862 * Fix for BGO#648013: Honor aclocal flags
864 * FIx for BGO#648014: Add intltoolize to autogen.sh
866 * Fix for BGO#648130: event host_application should return NULL for the desktop
868 * Added atspi_accessible_get_id to retrieve the id of an application.
870 * Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
872 What's new in at-spi2-core 2.0.0:
874 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
877 * Remove a Makefile reference to dbus-glib.
879 What's new in at-spi2-core 1.91.93:
881 * Removed dbus-glib-related includes, as they are no longer required.
883 What's new in at-spi2-core 1.91.92:
885 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
887 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
888 modified to fix a crash (FDO#35115). Session management code has been
891 * Fixed a crash when deregistering a keystroke listener.
893 * Reworked accessibility bus management (BGO#644851).
895 * Fixed a possible sign issue with state sets.
897 What's new in at-spi2-core 1.91.91:
899 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
900 more consistent with the rest of the API.
902 * GetNSelections has an out parameter, not an in.
904 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
905 bitmask, not AtspiKeyListenerSyncType.
907 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
909 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
911 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
913 What's new in at-spi2-core 1.91.90:
915 * BGO#641164: Fixed several build errors.
917 * Fixed some memory leaks and possible crashes.
919 * Fixed atspi_selection_get_selected_child and
920 atspi_selection_get_n_selected_children.
922 * Fixed wrong introspection information in some places.
924 * BGO#641869: Removed the --enable-relocate option.
926 * Avoid returning uninitialized data on error for some methods.
928 * Use the GSettings rather than GConf key to test that accessibility is
931 * Change some enums from 16-bit to 32-bit to match spec.
933 What's new in at-spi2-core 1.91.6.1:
935 * Fixed a crash introduced in 1.91.6.
937 * atspi_accessible_get_interfaces will now explicitly return the Accessible
940 What's new in at-spi2-core 1.91.6:
944 * Several updated translations.
946 * Added a method to check whether an object implements the Hyperlink interface.
948 * Fixed a crash in atspi_image_get_image_description.
950 * Fixed atspi_editable_text_set_text_contents.
952 * More error-handling fixes.
954 * Fixed a crash in atspi_event_listener_register_from-callback.
956 * Method calls now time out after 1 second.
958 * Added setters for component extents/size/position.
960 * Added atspi-accessible_set_cache_mask.
962 What's new in at-spi2-core 1.91.5:
964 * Fixed several memory leaks.
966 * Fixed some text methods, methods that return points or rectangles,
967 image locale and description, atspi-accessible_get_description, and some
970 * Added a trailing colon for focus events.
972 * Set the error parameter for dbus errors rather than displaying a warning.
974 * Fixed the keystroke listener deregister method.
976 * The cache is now updated before raising an event, not after, so that event
977 handlers that query for cached values will see the updated data.
979 * The registry daemon now returns an error when a caller requests a property
980 that the desktop does not support.
982 * Added disposal of objects, and fixed several associated bugs.
986 * Fixed mouse events.
988 * Libatspi's documentation is now compiled with gtk-doc.
990 * Fixed building from a separate build directory.
993 What's new in at-spi2-core 1.91.4:
995 * use peer-to-peer connections when available.
997 * Fix uninitialized variable in get_index_in_parent.
999 * Add timeout, and support inspecting our own app.
1001 * Add get_interfaces, and fetch interface and state set over the wire if needed.
1003 * Avoid adding data for an accessible twice if it is referenced prior to an
1004 AddAccessible signal being received.
1006 * Fix copying of any_data for an event.
1008 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
1010 * Hypertext, hyperlink, and table fixes.
1012 * Several cache-related fixes.
1014 * Change some error return values to match AT-SPI-CORBA behavior.
1016 * Some attribute-related fixes.
1018 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
1020 What's new in at-spi2-core 1.91.3:
1022 * Added a C-based AT-side binding (libatspi) which can be used in
1023 conjunction with GObject introspection to generate bindings for other
1024 languages. However, this release has many bugs and is more of a development
1025 snapshot than a usable release.
1027 What's new in at-spi2-core 1.91.2:
1029 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
1032 What's new in at-spi2-core 1.91.0:
1034 * --disable-relocate is the default again.
1036 What's new in at-spi2-core 0.3.92:
1038 * Do not start accessibility bus if at-spi-corba is enabled.
1040 What's new in at-spi2-core 0.3.91:
1042 * Enabled the accessibility bus, so apps should be accessible, for instance,
1043 if an application becomes setuid root.
1045 * Several build fixes.
1047 * Default to --enable-relocate for now.
1049 What's new in at-spi2-core 0.3.90:
1051 * FDO#29427: Registering for mouse:abs now works.
1053 * Add methods/signals to allow an application to track the events that are
1054 being listened to to avoid unnecessarily emitting signals.
1056 What's new in at-spi2-core 0.3.4:
1058 * Added GetChildren to the spec.
1060 What's new in at-spi2-core 0.3.3:
1062 * Add return values to some functions that were missing them.
1064 * Make DeviceEventListener notifiers reentrant so that an application can
1065 query the desktop object while processing a device event.
1067 * Fix for FDO#28300: fails to link with pedantic linkers.
1069 * Fix crash if GetChildAtIndex is called with an invalid index.
1071 What's new in at-spi2-core 0.3.2:
1073 * Make sure that disconnecting applications send their root path in the
1074 remove applications signal. This was causing applications to not be
1075 removed from the desktop properly.
1077 What's new in at-spi2-core 0.3.1:
1079 * Set an application's Id when registering it.
1081 * Disabled relocation by default.