1 What's new in at-spi2-core 2.39.90.1:
3 * Fix a crash introduced in 2.39.90, along with a few warnings (#30).
5 What's new in at-spi2-core 2.39.90:
7 * Fix build with X11 disabled.
9 * Various fixes for the new device API used for key monitoring and grabbing.
11 * Fixed several memory leaks.
13 What's new in at-spi2-core 2.39.1:
15 * Don't use gdbus-broker if not running under systemd (#25).
17 * Unref bus at the end of cleanup.
19 * Fix XML interfaces (#26).
21 * Use unix sockets instead of abstract sockets (#28).
23 * Added a device API to replace the old API for capturing key
24 grabs. This is needed for toolkits that do not report keystrokes
25 to atk, such as gtk 4.
27 What's new in at-spi2-core 2.37.92:
29 * Fix a possible memory leak if an event name cannot be parsed.
31 * _atspi_dbus_set_interfaces: fix memory leak when called with an invalid
34 * Fix a crash if an event listener is removed during an event callback.
37 What's new in at-spi2-core 2.37.90:
39 * Add a mode-changed signal to allow a screen reader to indicate
40 that its mode has changed.
42 * Fix use after free when a device listener is destroyed (#22).
44 * Meson: de-duplicate deps of 'Requires' in pkgconfig file (!28).
46 * Fix use after free when an event listener is destroyed.
48 * Make at-spi-dbus-bus.desktop validate (!30).
50 * atspi_accessible_set_cache_mask: relax assert that was generating a
51 warning and causing the function to fail in some cases.
53 * Fixes for synthesizing keys.
55 * Fix Qt annotations in DBus xml files.
57 * Memory test: replace gedit with a light-weight test application.
59 * dbtest: print to stdout instead of stderr.
61 * Tests: make test a bit verbose.
63 * Constants: fix typos in two _COUNT constants.
65 What's new in at-spi2-core 2.35.92:
67 * bus-launcher: make session management more robust.
69 What's new in at-spi2-core 2.35.1:
71 * Fix source reproducibility (!25).
73 * Avoid depending on Meson 0.50 (#20).
75 * Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTION (!27).
77 What's new in at-spi2-core 2.34.0:
79 * Fix a use after free when freeing an event.
80 * Clean up handling of the X11 property specifying the bus address (#18).
83 What's new in at-spi2-core 2.33.92:
85 * Now requires meson 0.50.0.
86 * License is now LGPL-2.1+.
87 * Meson: only link to libdl when it is necessary.
88 * Update installation instructions.
89 * Clarify atspi_editable_text_insert_text documentation.
90 * Do not warn on no reply from pending get_items call.
91 * Eliminate some superfluous runtime warnings.
93 What's new in at-spi2-core 2.33.90:
95 * Refactor the API for the screen reader to notify listeners of its status.
97 * Add a sender to the AtspiEvent struct.
99 * Add missing atspi_application_get_type prototype.
101 * Support mutter remote desktop interface for synthesizing keyboard/mouse
102 events (likely still needs work).
104 What's new in at-spi2-core 2.33.2:
106 * Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X
107 connections. Fixes breakage if X is started with startx and
108 XDG_SESSION_TYPE is unset.
110 * X11: also try mod4 and mod5 to generate keysyms.
112 * Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTION.
114 * Check for dbus-daemon in /usr/lib (for Solaris).
116 What's new in at-spi2-core 2.33.1:
118 * Fix meson build for meson 0.50.0.
120 * Add atspi_accessible_get_accessible_id.
122 * Add atspi_text_notify_reading_position.
124 * Check for an actual X11 session before calling X. This will be needed
125 for Mutter in the future because checking $DISPLAY is not sufficient,
126 and xwyland could be automatically started when it isn't wanted.
128 What's new in at-spi2-core 2.31.92:
130 * Fix atspi_table_cell_get_(row_column)_header_cells.
132 * Update documentation to indicate that extents are only meaningful
133 when an object has both STATE_VISIBLE and STATE_SHOWING.
135 * Use a consistent style for the meson options.
137 * Fix a compiler warning on BSD.
140 * Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.
142 What's new in at-spi2-core 2.31.1:
144 * Bus launcher: fix an issue where the error wasn't cleared on failure.
146 * Add support for locking/unlocking modifiers.
148 * Update error log text for consistency.
150 * Documentation clean-ups.
152 What's new in at-spi2-core 2.29.1:
154 * Add dbus-broker support to bus launcher.
156 * Add ScrollTo and ScrollToPoint component interfaces.
158 * Do not use deprecated GSettings API
160 * Fix various compiler warnings and documentation annotations.
162 What's new in at-spi2-core 2.27.92:
164 * Support building a static library (bgo#793652).
166 * Fix build on FreeBSD (bgo#791608).
168 What's new in at-spi2-core 2.27.1:
170 * Dropped autotools support.
172 * documentation: Remove list association from
173 ATSPI_ROLE_DESCRIPTION_{TERM,VALUE} (bgo#791021).
175 * Fix a potential buffer overflow in at-spi-bus-launcher (bgo#791124).
177 * Make the build reproducible (bgo#791167).
179 What's new in at-spi2-core 2.26.1:
181 * Remove unused dependency on libxkbcommon.
183 * Various meson build fixes.
185 * Updated Dutch and Catalan translations.
187 What's new in at-spi2-core 2.25.92:
189 * configure.ac: make xkb optional, as intended.
191 * Optionally read the bus address from the ATSPI_BUS_ADDRESS environment
192 variable (bgo#787126).
194 What's new in at-spi2-core 2.25.91:
196 * Meson builds should now be usable.
198 What's new in at-spi2-core 2.25.90:
200 * Fix a couple of introspection issues (bgo#784481).
202 * atspi_get_a11_bus: don't leak the DBusConnection.
206 What's new in at-spi2-core 2.25.4:
208 * Fix gir generation with autotools (bgo#783994).
210 What's new in at-spi2-core 2.25.3:
212 * Fix -Wmisleading-indentation warnings.
214 * Fix memory leak of at-spi-bus-launcher.
216 * Add error-message, error-for, details, and details-for relation types.
218 * Poll direct dbus connections in the main loop--fixes processes
219 being marked hung and the hung flag never being removed.
221 * Add Meson build system (thanks to Emmanuele Bassi).
223 * Various build fixes (thanks to Emmanuele Bassi).
225 What's new in at-spi2-core 2.25.2:
227 * attempt to fix an occasional crash when an application disappears
230 * Add some missing roles to correspond with atk (description list,
231 description term, description value, and footnote).
233 What's new in at-spi2-core 2.25.1:
235 * atspi_table_cell_get_position: don't crash on error.
237 What's new in at-spi2-core 2.23.92:
239 * Table cell API fixes (bgo#779835).
241 What's new in at-spi2-core 2.23.90:
243 * Fix an occasional crash when an application is closed (bgo#767074).
245 What's new in at-spi2-core 2.23.4:
247 * Don't pull in X headers if x11 is disabled (bgo#773710).
249 * at-spi-bus-launcher: session management fixes (bgo#774441).
252 * events: add recently added page changed event (bgo#719898).
254 * roles: EXTENDED roles are deprecated (bgo#W720123).
257 What's new in at-spi2-core 2.2.0:
259 * at-spi-bus-launcher: fix uninitialized variable.
261 * Fix return value error in session_manager_connect (bgo#768881).
263 * Updated translations.
265 What's new in at-spi2-core 2.21.4:
267 * Fixed a crash in atspi_accessible_clear_cache.
269 * Fixed a crash caused by at-spi2-registryd dying.
271 * Fixed some session management issues in at-spi-bus-launcher.
273 What's new in at-spi2-core 2.21.2:
275 * Allow building without Xtst, Xi with --disable-x11
277 * ref_accessible_desktop: don't unref reply until we're finished with it
279 * Updated translations.
281 What's new in at-spi2-core 2.21.1:
283 * registryd: avoid crashing with a NULL keystring (bgo#764688).
285 * Plug a memory leak in AtspiEventListener (bgo#764688).
287 * Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220).
291 What's new in at-spi2-core 2.19.92:
293 * Support a stateless configuration by default (bgo#763540).
295 What's new in at-spi2-core 2.19.91:
297 * Don't display warnings when connecting to an app that no longer exists.
299 What's new in at-spi2-core 2.19.90:
301 * Don't display warning if unable to connect when logged in via ssh
304 * at-spi-bus-launcher: register with session manager (bgo#753931).
306 What's new in at-spi2-core 2.19.2:
308 * Disable xevie by default--it probably doesn't do anything anyhow.
310 * get_index_in_parent: Don't crash if parent is defunct.
312 * Don't crash when trying to set an invalid state (bgo#757915).
314 What's new in at-spi2-core 2.19.1:
316 * Don't crash if we get a children-changed event with a non-existent
319 * atspi_hyperlink_get_index_range: don't return random values if the
320 call fails (bgo#755727).
322 * Fixed some atspi_text_ functions (bgo#755731).
324 * Fixed crash during removal of last application in registryd (bgo#756513).
326 What's new in at-spi2-core 2.17.90:
328 * Modified the cache API to specify an object's index and child count
329 rather than its children. This eliminates the need for the application
330 to enumerate its children, improving performance in some places with
331 large lists (bgo#650090).
333 What's new in at-spi2-core 2.17.1:
335 * Functions shouldn't try to return values (bgo#749330).
337 * Fix atspi_table_cell_get_position.
339 What's new in at-spi2-core 2.16.0:
341 * Fix a couple of gtk-doc warnings (fdo#89678).
343 What's new in at-spi2-core 2.15.90:
345 * Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969)
347 * Add roles for fractions, roots, subscripts, and superscripts (bgo#743403).
349 What's new in at-spi2-core 2.15.4:
351 * Add names to every timeout (bgo#710644).
353 * Remove accessibility.conf from EXTRA_DIST (bgo#742987).
355 * Add ATSPI_STATE_READONLY (bgo#690004).
357 What's new in at-spi2-core 2.15.3:
359 * Replace deprecated "Rename to" gtk-doc tag.
361 * Fix atspi_table_cell_get_column_span prototype.
363 What's new in at-spi2-core 2.15.2:
365 * Make the documentation of ATSPI's STATE_ACTIVE consistent with that of
368 * Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
371 * gi-annotations: get_relation_set returns a array of AtspiRelation
373 What's new in at-spi2-core 2.15.1:
375 * Fix some issues with the accessibility bus configuration (bgo#722738).
377 * Documentation for AtspiTableCell is now built.
379 What's new in at-spi2-core 2.13.92:
381 * Fix alignment checks when cross-compiling (bgo#736653).
383 What's new in at-spi2-core 2.13.90:
385 * Fix crash when testing interfaces with collections (bgo#734805).
387 What's new in at-spi2-core 2.13.4:
389 * Ensure that we register with the session manager only once (bgo#728934).
391 * Fix ucs2keysym prototype (bgo#730897).
393 * introspection: add some missing Returns: (nullable) annotations
395 * Fix various memory leaks.
397 What's new in at-spi2-core 2.13.1:
399 * Add GError setter in atspi_accessible_get_process_id function
401 * registryd: Wait for gnome-session before registering if it is not
402 running yet (bgo#728934).
404 What's new in at-spi2-core 2.11.92:
406 * Fix a crash with MediaElch and Onboard (bgo#726243).
408 * Various i18n updates.
410 What's new in at-spi2-core 2.11.91:
412 * Improve compatibility with at-spi2-registryd <= 3.10.
414 What's new in at-spi2-core 2.11.90:
416 * bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).
418 * Fix a critical when processing deferred messages (bgo#724292).
420 * Add AtspitableCell, tracking the new atk interface
422 What's new in at-spi2-core 2.11.5:
424 * Add atspi_event_listener_register_full, and cache data requested by it
425 for the duration of the event callback (BGO#708695).
427 * Fix a crash when atspi_accessible_get_process_id is called for an
428 application that is no longer present.
430 What's new in at-spi2-core 2.11.3:
432 * Fix atspi_text_get_bounded_ranges
434 * document: add support to current page and page count (BGO#719508).
436 What's new in at-spi2-core 2.11.2:
438 * Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
440 What's new in at-spi2-core 2.11.1:
442 * Fix a gsource leak that adversely impacted performance (BGO#709625).
444 * Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689).
446 * Fix atspi_component_contains (BGO#710730).
448 * Fix some compiler warnings and build issues.
450 What's new in at-spi2-core 2.9.92:
452 * Fix multiple deadlocks with keystroke listeners (BGO#707218).
455 What's new in at-spi2-core 2.9.91:
457 * Fix a performance issue when running for a long time without a main
458 loop, such as with a dogtail script (BGO#701145).
460 * Remove an unneeded unref that was causing a warning (BGO#706893).
462 * Skip some functions that were not introspectable (BGO#707010).
464 What's new in at-spi2-core 2.9.90:
466 * Separate out X-dependent functionality, allow building without X11 (albeit
467 with various things not working), and don't query/use X if DISPLAY is not
468 set (BGO#682199, BGO#701378).
470 * Add atspi_text_get_string_at_offset, and deprecate
471 atspi_text_get_text_at_offset.
473 What's new in at-spi2-core 2.9.5:
475 * Fix possible memory leak when D-Bus calls time out.
477 * Fix a memory leak in atspi_accessible_get_role_name that was introduced
478 earlier in the 2.9 cycle with the enum refactor.
480 * A couple of functions not intended for introspection are now marked
483 What's new in at-spi2-core 2.9.4:
485 * Add atspi_set_main_context (mainly for use by at-spi2-atk).
487 What's new in at-spi2-core 2.9.3:
489 * Add atspi_is_initialized (BGO#681276).
491 What's new in at-spi2-core 2.9.2:
493 * Fix D-Bus introspection for GetActions.
495 * Use glib-mkenums to generate enum types, and use these generated types
496 for role and state names, rather than static tables.
498 * Annotate filter in atspi_register_device_event_listener with allow-none
501 * Rename various functions to avoid name collisions (BGO#700243). The old
502 functions are deprecated in favor of the renamed functions and renamed
505 What's new in at-spi2-core 2.7.91:
507 * Add atspi_accessible_get_object_locale (BGO#694368).
509 * Start the bus launcher in the initialization phase (BGO#694984).
511 What's new in at-spi2-core 2.7.90:
513 * Removed a debug print that was accidentally included in 2.7.5.
515 What's new in at-spi2-core 2.7.5:
517 * Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
519 * Fix various compiler warnings.
521 What's new in at-spi2-core 2.7.4:
523 * Fix some ref count leaks.
525 * Some functions that return accessibles now propagate errors.
527 What's new in at-spi2-core 2.7.3:
529 * Atspi_accessible_get_index_in_parent no longer returns -1 if the object's
530 parent is not cached (BGO#688057).
532 * re-register keystroke listeners if the registry goes away and then returns.
534 * Fix atspi_device_listener_new_simple.
536 * Fix some compiler warnings.
538 * Build: use gobject-introspection's Makefile instead of rolling our own.
540 * Fix a crash when parsing events without detail when there is a listener for the event that names a specific detail value.
542 * Fix crash when removing hung processes.
544 * Fix deregistering of applications.
546 * A few documentation fixes.
548 What's new in at-spi2-core 2.7.2:
550 * Only call an event listener once per event, even if the listener registered
551 for both the event and a superset of the event.
553 * Don't distribute dbind-config.h (BGO#688083).
555 * Fix gtk-doc for Atspi-Registry (BGO#688224).
557 * Some introspection fixes to make vapigen happy (BGO#688223).
559 * [registry] Fixed a crash handling DeregisterKeystrokeListener.
561 What's new in at-spi2-core 2.7.1:
563 * Update the cache in response to role change notifications (BGO#685469).
565 * Don't output a warning when a p2p connection isn't available.
567 What's new in at-spi2-core 2.5.92:
569 * Fix some annotations.
571 * Exit, rather than crash, when unable to open an X display (BGO#660407).
573 * Fix various memory leaks (BGO#684033).
575 What's new in at-spi2-core 2.5.91:
577 * Fix build with -fno-common.
579 * Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
581 What's new in at-spi2-core 2.5.5:
583 * Add atspi_action_get_localized_name (BGO#680598).
585 * Allow building from out of source directory (BGO#680281)
587 What's new in at-spi2-core 2.5.4:
589 * Fix a missing return value.
591 * Fix a crash when unable to remove a match rule.
593 What's new in at-spi2-core 2.5.3:
595 * Fix a memory leak (BGO#678738)
597 What's new in at-spi2-core 2.5.2:
599 * Fix a crash when a call to fetch a hyperlink times out.
601 * Fix C++ compilation.
603 * Remove a warning that was sometimes logged when a method call timed out.
605 * Fix crash in atspi_deregister_keystroke_listener (FDO#50578)
607 What's new in at-spi2-core 2.5.1:
609 * Add atspi_set_timeout.
611 * By default, disable method call timeouts until an application has been on
612 the bus for 15 seconds (work-around for applications with potentially long
613 start-up times). This behavior can be changed with a call to atspi_set_timeout.
615 * Fix GError sent when receiving a reply of the wrong type
617 * Fix typo in atspi_document_get_attribute_value
619 * Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct
621 What's new in at-spi2-core 2.4.0:
623 * Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).
625 What's new in at-spi2-core 2.3.92:
627 * Some changes to try to prevent at-spi2-registryd from incorrectly
628 thinking that an AT is hung and passing keys meant for it to the application.
630 * Fix crash fetching an error from a reply when retrieving a property.
632 What's new in at-spi2-core 2.3.91:
634 * Invalidate states when receiving a focus event (BGO#663992).
636 * Fix atspi_table_get_row_column_extents_at_index.
638 * Expect a signed int for GetIndexInParent, per the spec.
640 * Send key events to listeners assumed to be hung, but don't block.
642 * Reduce the method call timeout slightly, so that it will be lower than
643 the keystroke listener timeout.
645 * Don't cache data for transient objects.
647 * Enable caching on a call to atspi_accessible_set_cache_mask, even if
648 atspi-event_main() hasn't been called.
650 What's new in at-spi2-core 2.3.90:
652 * At-spi-bus-launcher now emits PropertiesChanged signals from the correct
655 * If a keystroke listener does not respond, disable it until it responds.
656 This prevents the desktop from locking up if an AT hangs or is suspended
657 and has a keyboard listener registered.
659 * Fix a warning when a NULL object is returned as the detail of an event.
661 What's new in at-spi2-core 2.3.5:
663 * Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes.
665 * Add some type checking on method replies; this should prevent crashes if
666 an application-side AT-SPI implementor returns something unexpected.
668 * Call g_settings_sync after updating toolkit-accessibility.
670 * Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key.
672 * Fix for BGO#669344: Don't use "restrict" as a variable name, since it can
675 What's new in at-spi2-core 2.3.4:
677 * Add some dbus message signature checks.
679 * Fix a crash if a device listener incorrectly returns a non-bool.
681 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
682 is also registered [also needs updated at-spi2-atk]
684 * Fix for BGO#667254: Some atspi-selection_* functions were broken.
686 * When a call times out, ping the connection and avoid making subsequent calls
687 until the ping is answered.
689 What's new in at-spi2-core 2.3.3:
691 * Handle event detail suffixes (such as :system).
693 What's new in at-spi2-core 2.3.2:
695 * Some documentation improvements.
697 What's new in at-spi2-core 2.3.1:
699 * Fix return type of org.a11y.Bus.IsEnabled property
701 * Declare void functions as such
703 What's new in at-spi2-core 2.2.1:
705 * Fix org.a11y.Bus.Enabled property to set its initial state from the
706 GSettings key, if available and an initial property is not given on the
709 * Fix for BGO#660947: Gracefully exit when already running, rather than
710 triggering a SIGABRT.
712 What's new in at-spi2-core 2.1.92:
714 * Fixed a crash when handling event listeners.
716 * Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
718 * Add some defensive checks to prevent problems with defunct objects.
720 * BGO#657051: Fix a build error on Solaris.
722 * Fix some missing return statements.
724 * Some fixes related to deregistering event listeners.
726 What's new in at-spi2-core 2.1.91:
728 * Fixed a crash when deregistering event listeners.
730 * Made DBus IsEnabled property readwrite.
732 What's new in at-spi2-core 2.1.90:
734 * Fixed a memory leak on DBus errors.
736 * Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus
739 * Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again.
741 * Numerous documentation fixes from Aline Bessa.
743 * CLean up device listeners from disconnected applications.
745 * Fix for BGO#657585: Do not crash when the bus launcher is unable to open the
748 What's new in at-spi2-core 2.1.5:
750 * Propertly free DBus error in atspi_accessible_get_process_id.
752 * Clean up names of some private functions.
754 * Move DBus interface name constants into atspi-constants.h and make public.
756 * Remove support for relocated CORBA.
758 * Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set.
760 What's new in at-spi2-core 2.1.4:
762 * Some API changes to device and event listeners for compatibility with
765 * Fix for BGO#654314: make role names consistent with atk.
766 * FIx for BGO#654921: Run within Unity.
768 * Added some new roles.
770 What's new in at-spi2-core 2.1.3:
772 * use stored values for AT-SPI role names where possible.
774 * Fix for BGO#652596: Use DBus property to set value.
777 * Fix gtk-doc build cflags/libraries.
779 * Set error for some DBus errors where this was not being done.
782 * Add atspi_accessible_get_process_id (as a short-cut to help debugging).
784 * Fix failure to update cache in response to children-changed events in some
787 What's new in at-spi2-core 2.1.2:
789 * Fix atspi_table_get_caption|summary.
791 * Fix introspection for atspi_table_get_row_column_at_index.
793 * Copy match rule attributes, rather than just ref counting the hash, for
794 compatibility with pygi.
796 * Rework atspi_accessible_set_cache_mask to make it usable.
798 * Fix a crash that might happen if a method call times out.
800 * Disable caching if atspi_event_main has not been called to run the main loop.
802 * Fix atspi_accessible_get_toolkit_version.
804 * Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
805 specification provided by an application.
807 * Cache application-wide toolkit name and version.
809 * Allow caching of attributes, but not enabling by default, as there is no
810 event yet (BGO#649771).
812 * Make deferred_messages a GQueue rather than a GList for performance reasons.
814 * Fix accessibility bus breakage when a user runs an administrative app.
816 What's new in at-spi2-core 2.1.1:
818 * Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
820 * Fixed a possible crash when an application is short-lived.
822 * FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
824 * AT-SPI will now call g_error if it is unable to find the accessibility bus.
825 This results in aborting but with a somewhat less cryptic error than before.
827 What's new in at-spi2-core 2.0.1:
829 * Fix a memory leak when sending events.
831 * Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
833 * Fix for BGO#648013: Honor aclocal flags
835 * FIx for BGO#648014: Add intltoolize to autogen.sh
837 * Fix for BGO#648130: event host_application should return NULL for the desktop
839 * Added atspi_accessible_get_id to retrieve the id of an application.
841 * Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
843 What's new in at-spi2-core 2.0.0:
845 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
848 * Remove a Makefile reference to dbus-glib.
850 What's new in at-spi2-core 1.91.93:
852 * Removed dbus-glib-related includes, as they are no longer required.
854 What's new in at-spi2-core 1.91.92:
856 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
858 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
859 modified to fix a crash (FDO#35115). Session management code has been
862 * Fixed a crash when deregistering a keystroke listener.
864 * Reworked accessibility bus management (BGO#644851).
866 * Fixed a possible sign issue with state sets.
868 What's new in at-spi2-core 1.91.91:
870 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
871 more consistent with the rest of the API.
873 * GetNSelections has an out parameter, not an in.
875 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
876 bitmask, not AtspiKeyListenerSyncType.
878 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
880 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
882 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
884 What's new in at-spi2-core 1.91.90:
886 * BGO#641164: Fixed several build errors.
888 * Fixed some memory leaks and possible crashes.
890 * Fixed atspi_selection_get_selected_child and
891 atspi_selection_get_n_selected_children.
893 * Fixed wrong introspection information in some places.
895 * BGO#641869: Removed the --enable-relocate option.
897 * Avoid returning uninitialized data on error for some methods.
899 * Use the GSettings rather than GConf key to test that accessibility is
902 * Change some enums from 16-bit to 32-bit to match spec.
904 What's new in at-spi2-core 1.91.6.1:
906 * Fixed a crash introduced in 1.91.6.
908 * atspi_accessible_get_interfaces will now explicitly return the Accessible
911 What's new in at-spi2-core 1.91.6:
915 * Several updated translations.
917 * Added a method to check whether an object implements the Hyperlink interface.
919 * Fixed a crash in atspi_image_get_image_description.
921 * Fixed atspi_editable_text_set_text_contents.
923 * More error-handling fixes.
925 * Fixed a crash in atspi_event_listener_register_from-callback.
927 * Method calls now time out after 1 second.
929 * Added setters for component extents/size/position.
931 * Added atspi-accessible_set_cache_mask.
933 What's new in at-spi2-core 1.91.5:
935 * Fixed several memory leaks.
937 * Fixed some text methods, methods that return points or rectangles,
938 image locale and description, atspi-accessible_get_description, and some
941 * Added a trailing colon for focus events.
943 * Set the error parameter for dbus errors rather than displaying a warning.
945 * Fixed the keystroke listener deregister method.
947 * The cache is now updated before raising an event, not after, so that event
948 handlers that query for cached values will see the updated data.
950 * The registry daemon now returns an error when a caller requests a property
951 that the desktop does not support.
953 * Added disposal of objects, and fixed several associated bugs.
957 * Fixed mouse events.
959 * Libatspi's documentation is now compiled with gtk-doc.
961 * Fixed building from a separate build directory.
964 What's new in at-spi2-core 1.91.4:
966 * use peer-to-peer connections when available.
968 * Fix uninitialized variable in get_index_in_parent.
970 * Add timeout, and support inspecting our own app.
972 * Add get_interfaces, and fetch interface and state set over the wire if needed.
974 * Avoid adding data for an accessible twice if it is referenced prior to an
975 AddAccessible signal being received.
977 * Fix copying of any_data for an event.
979 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
981 * Hypertext, hyperlink, and table fixes.
983 * Several cache-related fixes.
985 * Change some error return values to match AT-SPI-CORBA behavior.
987 * Some attribute-related fixes.
989 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
991 What's new in at-spi2-core 1.91.3:
993 * Added a C-based AT-side binding (libatspi) which can be used in
994 conjunction with GObject introspection to generate bindings for other
995 languages. However, this release has many bugs and is more of a development
996 snapshot than a usable release.
998 What's new in at-spi2-core 1.91.2:
1000 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
1003 What's new in at-spi2-core 1.91.0:
1005 * --disable-relocate is the default again.
1007 What's new in at-spi2-core 0.3.92:
1009 * Do not start accessibility bus if at-spi-corba is enabled.
1011 What's new in at-spi2-core 0.3.91:
1013 * Enabled the accessibility bus, so apps should be accessible, for instance,
1014 if an application becomes setuid root.
1016 * Several build fixes.
1018 * Default to --enable-relocate for now.
1020 What's new in at-spi2-core 0.3.90:
1022 * FDO#29427: Registering for mouse:abs now works.
1024 * Add methods/signals to allow an application to track the events that are
1025 being listened to to avoid unnecessarily emitting signals.
1027 What's new in at-spi2-core 0.3.4:
1029 * Added GetChildren to the spec.
1031 What's new in at-spi2-core 0.3.3:
1033 * Add return values to some functions that were missing them.
1035 * Make DeviceEventListener notifiers reentrant so that an application can
1036 query the desktop object while processing a device event.
1038 * Fix for FDO#28300: fails to link with pedantic linkers.
1040 * Fix crash if GetChildAtIndex is called with an invalid index.
1042 What's new in at-spi2-core 0.3.2:
1044 * Make sure that disconnecting applications send their root path in the
1045 remove applications signal. This was causing applications to not be
1046 removed from the desktop properly.
1048 What's new in at-spi2-core 0.3.1:
1050 * Set an application's Id when registering it.
1052 * Disabled relocation by default.