meson: fix org.a11y.atspi.Registry.service
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 2.25.90:
2
3 * Fix a couple of introspection issues (bgo#784481).
4
5 * atspi_get_a11_bus: don't leak the DBusConnection.
6
7 * Meson fixes.
8
9 What's new in at-spi2-core 2.25.4:
10
11 * Fix gir generation with autotools (bgo#783994).
12
13 What's new in at-spi2-core 2.25.3:
14
15 * Fix -Wmisleading-indentation warnings.
16
17 * Fix memory leak of at-spi-bus-launcher.
18
19 * Add error-message, error-for, details, and details-for relation types.
20
21 * Poll direct dbus connections in the main loop--fixes processes
22   being marked hung and the hung flag never being removed.
23
24 * Add Meson build system (thanks to Emmanuele Bassi).
25
26 * Various build fixes (thanks to Emmanuele Bassi).
27
28 What's new in at-spi2-core 2.25.2:
29
30 * attempt to fix an occasional crash when an application disappears
31   (bgo#767074).
32
33 * Add some missing roles to correspond with atk (description list,
34   description term, description value, and footnote).
35
36 What's new in at-spi2-core 2.25.1:
37
38 * atspi_table_cell_get_position: don't crash on error.
39
40 What's new in at-spi2-core 2.23.92:
41
42 * Table cell API fixes (bgo#779835).
43
44 What's new in at-spi2-core 2.23.90:
45
46 * Fix an occasional crash when an application is closed (bgo#767074).
47
48 What's new in at-spi2-core 2.23.4:
49
50 * Don't pull in X headers if x11 is disabled (bgo#773710).
51
52 * at-spi-bus-launcher: session management fixes (bgo#774441).
53
54
55 * events: add recently added page changed event (bgo#719898).
56
57 * roles: EXTENDED roles are deprecated (bgo#W720123).
58     
59
60 What's new in at-spi2-core 2.2.0:
61
62 * at-spi-bus-launcher: fix uninitialized variable.
63
64 * Fix return value error in session_manager_connect (bgo#768881).
65
66 * Updated translations.
67
68 What's new in at-spi2-core 2.21.4:
69
70 * Fixed a crash in atspi_accessible_clear_cache.
71
72 * Fixed a crash caused by at-spi2-registryd dying.
73
74 * Fixed some session management issues in at-spi-bus-launcher.
75
76 What's new in at-spi2-core 2.21.2:
77
78 * Allow building without Xtst, Xi with --disable-x11
79
80 * ref_accessible_desktop: don't unref reply until we're finished with it
81
82 * Updated translations.
83
84 What's new in at-spi2-core 2.21.1:
85
86 * registryd: avoid crashing with a NULL keystring (bgo#764688).
87
88 * Plug a memory leak in AtspiEventListener (bgo#764688).
89
90 * Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220).
91
92 * Build clean-ups.
93
94 What's new in at-spi2-core 2.19.92:
95
96 * Support a stateless configuration by default (bgo#763540).
97
98 What's new in at-spi2-core 2.19.91:
99
100 * Don't display warnings when connecting to an app that no longer exists.
101
102 What's new in at-spi2-core 2.19.90:
103
104 * Don't display warning if unable to connect when logged in via ssh
105   (bgo#761600).
106     
107 * at-spi-bus-launcher: register with session manager (bgo#753931).
108
109 What's new in at-spi2-core 2.19.2:
110
111 * Disable xevie by default--it probably doesn't do anything anyhow.
112
113 * get_index_in_parent: Don't crash if parent is defunct.
114
115 * Don't crash when trying to set an invalid state (bgo#757915).
116
117 What's new in at-spi2-core 2.19.1:
118
119 * Don't crash if we get a children-changed event with a non-existent
120   child (bgo#755951).
121
122 * atspi_hyperlink_get_index_range: don't return random values if the
123   call fails (bgo#755727).
124
125 * Fixed some atspi_text_ functions (bgo#755731).
126
127 * Fixed crash during removal of last application in registryd (bgo#756513).
128
129 What's new in at-spi2-core 2.17.90:
130
131 * Modified the cache API to specify an object's index and child count
132   rather than its children. This eliminates the need for the application
133   to enumerate its children, improving performance in some places with
134   large lists (bgo#650090).
135
136 What's new in at-spi2-core 2.17.1:
137
138 * Functions shouldn't try to return values (bgo#749330).
139
140 * Fix atspi_table_cell_get_position.
141
142 What's new in at-spi2-core 2.16.0:
143
144 * Fix a couple of gtk-doc warnings (fdo#89678).
145
146 What's new in at-spi2-core 2.15.90:
147
148 * Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969)
149
150 * Add roles for fractions, roots, subscripts, and superscripts (bgo#743403).
151
152 What's new in at-spi2-core 2.15.4:
153
154 * Add names to every timeout (bgo#710644).
155
156 * Remove accessibility.conf from EXTRA_DIST (bgo#742987).
157
158 * Add ATSPI_STATE_READONLY (bgo#690004).
159
160 What's new in at-spi2-core 2.15.3:
161
162 * Replace deprecated "Rename to" gtk-doc tag.
163
164 * Fix atspi_table_cell_get_column_span prototype.
165
166 What's new in at-spi2-core 2.15.2:
167
168 * Make the documentation of ATSPI's STATE_ACTIVE consistent with that of
169   ATK's (bgo#740274).
170
171 * Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
172   (bgo#740340).
173
174 * gi-annotations: get_relation_set returns a array of AtspiRelation
175
176 What's new in at-spi2-core 2.15.1:
177
178 * Fix some issues with the accessibility bus configuration (bgo#722738).
179
180 * Documentation for AtspiTableCell is now built.
181
182 What's new in at-spi2-core 2.13.92:
183
184 * Fix alignment checks when cross-compiling (bgo#736653).
185
186 What's new in at-spi2-core 2.13.90:
187
188 * Fix crash when testing interfaces with collections (bgo#734805).
189
190 What's new in at-spi2-core 2.13.4:
191
192 * Ensure that we register with the session manager only once (bgo#728934).
193
194 * Fix ucs2keysym prototype (bgo#730897).
195
196 * introspection: add some missing Returns: (nullable) annotations
197
198 * Fix various memory leaks.
199
200 What's new in at-spi2-core 2.13.1:
201
202 * Add GError setter in atspi_accessible_get_process_id function
203
204 * registryd: Wait for gnome-session before registering if it is not
205   running yet (bgo#728934).
206
207 What's new in at-spi2-core 2.11.92:
208
209 * Fix a crash with MediaElch and Onboard (bgo#726243).
210
211 * Various i18n updates.
212
213 What's new in at-spi2-core 2.11.91:
214
215 * Improve compatibility with at-spi2-registryd <= 3.10.
216
217 What's new in at-spi2-core 2.11.90:
218
219 * bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).
220     
221 * Fix a critical when processing deferred messages (bgo#724292).
222
223 * Add AtspitableCell, tracking the new atk interface
224
225 What's new in at-spi2-core 2.11.5:
226
227 * Add atspi_event_listener_register_full, and cache data requested by it
228   for the duration of the event callback (BGO#708695).
229
230 * Fix a crash when atspi_accessible_get_process_id is called for an
231   application that is no longer present.
232
233 What's new in at-spi2-core 2.11.3:
234
235  * Fix atspi_text_get_bounded_ranges
236
237 * document: add support to current page and page count (BGO#719508).
238
239 What's new in at-spi2-core 2.11.2:
240
241 * Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
242
243 What's new in at-spi2-core 2.11.1:
244
245 * Fix a gsource leak that adversely impacted performance (BGO#709625).
246
247 * Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689).
248
249 * Fix atspi_component_contains (BGO#710730).
250     
251 * Fix some compiler warnings and build issues.
252
253 What's new in at-spi2-core 2.9.92:
254
255 * Fix multiple deadlocks with keystroke listeners (BGO#707218).
256
257
258 What's new in at-spi2-core 2.9.91:
259
260 * Fix a performance issue when running for a long time without a main
261   loop, such as with a dogtail script (BGO#701145).
262
263 * Remove an unneeded unref that was causing a warning (BGO#706893).
264
265 * Skip some functions that were not introspectable (BGO#707010).
266
267 What's new in at-spi2-core 2.9.90:
268
269 * Separate out X-dependent functionality, allow building without X11 (albeit
270   with various things not working), and don't query/use X if DISPLAY is not
271   set (BGO#682199, BGO#701378).
272
273 * Add atspi_text_get_string_at_offset, and deprecate
274   atspi_text_get_text_at_offset.
275
276 What's new in at-spi2-core 2.9.5:
277
278 * Fix possible memory leak when D-Bus calls time out.
279
280 * Fix a memory leak in atspi_accessible_get_role_name that was introduced
281   earlier in the 2.9 cycle with the enum refactor.
282
283 * A couple of functions not intended for introspection are now marked
284   as skip.
285
286 What's new in at-spi2-core 2.9.4:
287
288 * Add atspi_set_main_context (mainly for use by at-spi2-atk).
289
290 What's new in at-spi2-core 2.9.3:
291
292 * Add atspi_is_initialized (BGO#681276).
293
294 What's new in at-spi2-core 2.9.2:
295
296 * Fix D-Bus introspection for GetActions.
297
298 * Use glib-mkenums to generate enum types, and use these generated types
299   for role and state names, rather than static tables.
300
301 * Annotate filter in atspi_register_device_event_listener with allow-none
302   (BGO#700237).
303
304 * Rename various functions to avoid name collisions (BGO#700243). The old
305   functions are deprecated in favor of the renamed functions and renamed
306   for introspection.
307
308 What's new in at-spi2-core 2.7.91:
309
310 * Add atspi_accessible_get_object_locale (BGO#694368).
311
312 * Start the bus launcher in the initialization phase (BGO#694984).
313
314 What's new in at-spi2-core 2.7.90:
315
316 * Removed a debug print that was accidentally included in 2.7.5.
317
318 What's new in at-spi2-core 2.7.5:
319
320 * Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
321
322 * Fix various compiler warnings.
323
324 What's new in at-spi2-core 2.7.4:
325
326 * Fix some ref count leaks.
327
328 * Some functions that return accessibles now propagate errors.
329
330 What's new in at-spi2-core 2.7.3:
331
332 * Atspi_accessible_get_index_in_parent no longer returns -1 if the object's
333   parent is not cached (BGO#688057).
334
335 * re-register keystroke listeners if the registry goes away and then returns.
336
337 * Fix atspi_device_listener_new_simple.
338
339 * Fix some compiler warnings.
340
341 * Build: use gobject-introspection's Makefile instead of rolling our own.
342
343 * Fix a crash when parsing events without detail when there is a listener for the event that names a specific detail value.
344
345 * Fix crash when removing hung processes.
346
347 * Fix deregistering of applications.
348
349 * A few documentation fixes.
350
351 What's new in at-spi2-core 2.7.2:
352
353 * Only call an event listener once per event, even if the listener registered
354   for both the event and a superset of the event.
355
356 * Don't distribute dbind-config.h (BGO#688083).
357
358 * Fix gtk-doc for Atspi-Registry (BGO#688224).
359
360 * Some introspection fixes to make vapigen happy (BGO#688223).
361
362 * [registry] Fixed a crash handling DeregisterKeystrokeListener.
363
364 What's new in at-spi2-core 2.7.1:
365
366 * Update the cache in response to role change notifications (BGO#685469).
367
368 * Don't output a warning when a p2p connection isn't available.
369
370 What's new in at-spi2-core 2.5.92:
371
372 * Fix some annotations.
373
374 * Exit, rather than crash, when unable to open an X display (BGO#660407).
375
376 * Fix various memory leaks (BGO#684033).
377
378 What's new in at-spi2-core 2.5.91:
379
380 * Fix build with -fno-common.
381
382 * Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
383
384 What's new in at-spi2-core 2.5.5:
385
386 * Add atspi_action_get_localized_name (BGO#680598).
387
388 * Allow building from out of source directory (BGO#680281)
389
390 What's new in at-spi2-core 2.5.4:
391
392 * Fix a missing return value.
393
394 * Fix a crash when unable to remove a match rule.
395
396 What's new in at-spi2-core 2.5.3:
397
398 * Fix a memory leak (BGO#678738)
399
400 What's new in at-spi2-core 2.5.2:
401
402 * Fix a crash when a call to fetch a hyperlink times out.
403
404 * Fix C++ compilation.
405
406 * Remove a warning that was sometimes logged when a method call timed out.
407
408 * Fix crash in atspi_deregister_keystroke_listener (FDO#50578)
409
410 What's new in at-spi2-core 2.5.1:
411
412 * Add atspi_set_timeout.
413
414 * By default, disable method call timeouts until an application has been on
415 the bus for 15 seconds (work-around for applications with potentially long
416 start-up times). This behavior can be changed with a call to atspi_set_timeout.
417
418 * Fix GError sent when receiving a reply of the wrong type
419     
420 * Fix typo in atspi_document_get_attribute_value
421     
422 * Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct
423
424 What's new in at-spi2-core 2.4.0:
425
426 * Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).
427
428 What's new in at-spi2-core 2.3.92:
429
430 * Some changes to try to prevent at-spi2-registryd from incorrectly
431   thinking that an AT is hung and passing keys meant for it to the application.
432
433 * Fix crash fetching an error from a reply when retrieving a property.
434
435 What's new in at-spi2-core 2.3.91:
436
437 * Invalidate states when receiving a focus event (BGO#663992).
438
439 * Fix atspi_table_get_row_column_extents_at_index.
440
441 * Expect a signed int for GetIndexInParent, per the spec.
442
443 * Send key events to listeners assumed to be hung, but don't block.
444
445 * Reduce the method call timeout slightly, so that it will be lower than
446   the keystroke listener timeout.
447
448 * Don't cache data for transient objects.
449
450 * Enable caching on a call to atspi_accessible_set_cache_mask, even if
451   atspi-event_main() hasn't been called.
452
453 What's new in at-spi2-core 2.3.90:
454
455 * At-spi-bus-launcher now emits PropertiesChanged signals from the correct
456   interface.
457
458 * If a keystroke listener does not respond, disable it until it responds.
459   This prevents the desktop from locking up if an AT hangs or is suspended
460   and has a keyboard listener registered.
461
462 * Fix a warning when a NULL object is returned as the detail of an event.
463
464 What's new in at-spi2-core 2.3.5:
465
466 * Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes.
467
468 * Add some type checking on method replies; this should prevent crashes if
469   an application-side AT-SPI implementor returns something unexpected.
470
471 * Call g_settings_sync after updating toolkit-accessibility.
472
473 * Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key.
474
475 * Fix for BGO#669344: Don't use "restrict" as a variable name, since it can
476   be a keyword.
477
478 What's new in at-spi2-core 2.3.4:
479
480 * Add some dbus message signature checks.
481
482 * Fix a crash if a device listener incorrectly returns a non-bool.
483
484 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
485   is also registered [also needs updated at-spi2-atk]
486
487 * Fix for BGO#667254: Some atspi-selection_* functions were broken.
488
489 * When a call times out, ping the connection and avoid making subsequent calls
490   until the ping is answered.
491
492 What's new in at-spi2-core 2.3.3:
493
494 * Handle event detail suffixes (such as :system).
495
496 What's new in at-spi2-core 2.3.2:
497
498 * Some documentation improvements.
499
500 What's new in at-spi2-core 2.3.1:
501
502 * Fix return type of org.a11y.Bus.IsEnabled property
503     
504 * Declare void functions as such
505
506 What's new in at-spi2-core 2.2.1:
507
508 * Fix org.a11y.Bus.Enabled property to set its initial state from the
509   GSettings key, if available and an initial property is not given on the
510   command line.
511
512 * Fix for BGO#660947: Gracefully exit when already running, rather than
513   triggering a SIGABRT.
514
515 What's new in at-spi2-core 2.1.92:
516
517 * Fixed a crash when handling event listeners.
518
519 * Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
520
521 * Add some defensive checks to prevent problems with defunct objects.
522
523 * BGO#657051: Fix a build error on Solaris.
524
525 * Fix some missing return statements.
526
527 * Some fixes related to deregistering event listeners.
528
529 What's new in at-spi2-core 2.1.91:
530
531 * Fixed a crash when deregistering event listeners.
532
533 * Made DBus IsEnabled property readwrite.
534
535 What's new in at-spi2-core 2.1.90:
536
537 * Fixed a memory leak on DBus errors.
538
539 * Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus
540   launcher.
541
542 * Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again.
543
544 * Numerous documentation fixes from Aline Bessa.
545
546 * CLean up device listeners from disconnected applications.
547
548 * Fix for BGO#657585: Do not crash when the bus launcher is unable to open the
549   X display.
550
551 What's new in at-spi2-core 2.1.5:
552
553 * Propertly free DBus error in atspi_accessible_get_process_id.
554
555 * Clean up names of some private functions.
556
557 * Move DBus interface name constants into atspi-constants.h and make public.
558
559 * Remove support for relocated CORBA.
560
561 * Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set.
562
563 What's new in at-spi2-core 2.1.4:
564
565 * Some API changes to device and event listeners for compatibility with
566   Javascript.
567
568 * Fix for BGO#654314: make role names consistent with atk.
569 * FIx for BGO#654921: Run within Unity.
570
571 * Added some new roles.
572
573 What's new in at-spi2-core 2.1.3:
574
575 * use stored values for AT-SPI role names where possible.
576
577 * Fix for BGO#652596: Use DBus property to set value.
578
579
580 * Fix gtk-doc build cflags/libraries.
581
582 * Set error for some DBus errors where this was not being done.
583
584
585 * Add atspi_accessible_get_process_id (as a short-cut to help debugging).
586
587 * Fix failure to update cache in response to children-changed events in some
588   cases.
589
590 What's new in at-spi2-core 2.1.2:
591
592 * Fix atspi_table_get_caption|summary.
593
594 * Fix introspection for atspi_table_get_row_column_at_index.
595
596 * Copy match rule attributes, rather than just ref counting the hash, for
597   compatibility with pygi.
598
599 * Rework atspi_accessible_set_cache_mask to make it usable.
600
601 * Fix a crash that might happen if a method call times out.
602
603 * Disable caching if atspi_event_main has not been called to run the main loop.
604
605 * Fix atspi_accessible_get_toolkit_version.
606
607 * Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
608   specification provided by an application.
609
610 * Cache application-wide toolkit name and version.
611
612 * Allow caching of attributes, but not enabling by default, as there is no
613   event yet (BGO#649771).
614
615 * Make deferred_messages a GQueue rather than a GList for performance reasons.
616
617 * Fix accessibility bus breakage when a user runs an administrative app.
618
619 What's new in at-spi2-core 2.1.1:
620
621 * Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
622
623 * Fixed a possible crash when an application is short-lived.
624
625 * FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
626
627 * AT-SPI will now call g_error if it is unable to find the accessibility bus.
628   This results in aborting but with a somewhat less cryptic error than before.
629
630 What's new in at-spi2-core 2.0.1:
631
632 * Fix a memory leak when sending events.
633
634 * Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
635     
636 * Fix for BGO#648013: Honor aclocal flags
637
638 * FIx for BGO#648014: Add intltoolize to autogen.sh
639
640 * Fix for BGO#648130: event host_application should return NULL for the desktop
641
642 * Added atspi_accessible_get_id to retrieve the id of an application.
643
644 * Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
645
646 What's new in at-spi2-core 2.0.0:
647
648 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
649   EndSessionResponse.
650
651 * Remove a Makefile reference to dbus-glib.
652
653 What's new in at-spi2-core 1.91.93:
654
655 * Removed dbus-glib-related includes, as they are no longer required.
656
657 What's new in at-spi2-core 1.91.92:
658
659 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
660
661 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
662   modified to fix a crash (FDO#35115).  Session management code has been
663   ported to gdbus.
664
665 * Fixed a crash when deregistering a keystroke listener.
666
667 * Reworked accessibility bus management (BGO#644851).
668
669 * Fixed a possible sign issue with state sets.
670
671 What's new in at-spi2-core 1.91.91:
672
673 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
674     more consistent with the rest of the API.
675
676 * GetNSelections has an out parameter, not an in.
677
678 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
679   bitmask, not AtspiKeyListenerSyncType.
680
681 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
682     
683 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
684
685 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
686
687 What's new in at-spi2-core 1.91.90:
688
689 * BGO#641164: Fixed several build errors.
690
691 * Fixed some memory leaks and possible crashes.
692
693 * Fixed atspi_selection_get_selected_child and
694   atspi_selection_get_n_selected_children.
695
696 * Fixed wrong introspection information in some places.
697
698 * BGO#641869: Removed the --enable-relocate option.
699
700 * Avoid returning uninitialized data on error for some methods.
701
702 * Use the GSettings rather than GConf key to test that accessibility is
703   enabled.
704
705 * Change some enums from 16-bit to 32-bit to match spec.
706
707 What's new in at-spi2-core 1.91.6.1:
708
709 * Fixed a crash introduced in 1.91.6.
710
711 * atspi_accessible_get_interfaces will now explicitly return the Accessible
712   interface.
713
714 What's new in at-spi2-core 1.91.6:
715
716 * Some build fixes.
717
718  * Several updated translations.
719
720 * Added a method to check whether an object implements the Hyperlink interface.
721
722 * Fixed a crash in atspi_image_get_image_description.
723
724 * Fixed atspi_editable_text_set_text_contents.
725
726 * More error-handling fixes.
727
728 * Fixed a crash in atspi_event_listener_register_from-callback.
729
730 * Method calls now time out after 1 second.
731
732 * Added setters for component extents/size/position.
733
734 * Added atspi-accessible_set_cache_mask.
735
736 What's new in at-spi2-core 1.91.5:
737
738 * Fixed several memory leaks.
739
740 * Fixed some text methods, methods that return points or rectangles,
741   image locale and description, atspi-accessible_get_description, and some
742   table methods.
743
744 * Added a trailing colon for focus events.
745
746 * Set the error parameter for dbus errors rather than displaying a warning.
747
748 * Fixed the keystroke listener deregister method.
749
750 * The cache is now updated before raising an event, not after, so that event
751   handlers that query for cached values will see the updated data.
752
753 * The registry daemon now returns an error when a caller requests a property
754   that the desktop does not support.
755
756 * Added disposal of objects, and fixed several associated bugs.
757
758 * Added i18n.
759
760 * Fixed mouse events.
761
762 * Libatspi's documentation is now compiled with gtk-doc.
763
764 * Fixed building from a separate build directory.
765
766
767 What's new in at-spi2-core 1.91.4:
768
769 * use peer-to-peer connections when available.
770
771 * Fix uninitialized variable in get_index_in_parent.
772
773 * Add timeout, and support inspecting our own app.
774
775 * Add get_interfaces, and fetch interface and state set over the wire if needed.
776
777 * Avoid adding data for an accessible twice if it is referenced prior to an
778   AddAccessible signal being received.
779
780 * Fix copying of any_data for an event.
781
782 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
783
784 * Hypertext, hyperlink, and table fixes.
785
786 * Several cache-related fixes.
787
788 * Change some error return values to match AT-SPI-CORBA behavior.
789
790 * Some attribute-related fixes.
791
792 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
793
794 What's new in at-spi2-core 1.91.3:
795
796 * Added a C-based AT-side binding (libatspi) which can be used in
797   conjunction with GObject introspection to generate bindings for other
798   languages.  However, this release has many bugs and is more of a development
799   snapshot than a usable release.
800
801 What's new in at-spi2-core 1.91.2:
802
803 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
804
805
806 What's new in at-spi2-core 1.91.0:
807
808 * --disable-relocate is the default again.
809
810 What's new in at-spi2-core 0.3.92:
811
812 * Do not start accessibility bus if at-spi-corba is enabled.
813
814 What's new in at-spi2-core 0.3.91:
815
816 * Enabled the accessibility bus, so apps should be accessible, for instance,
817 if an application becomes setuid root.
818
819 * Several build fixes.
820
821 * Default to --enable-relocate for now.
822
823 What's new in at-spi2-core 0.3.90:
824
825 * FDO#29427: Registering for mouse:abs now works.
826
827 * Add methods/signals to allow an application to track the events that are
828 being listened to to avoid unnecessarily emitting signals.
829
830 What's new in at-spi2-core 0.3.4:
831
832 * Added GetChildren to the spec.
833
834 What's new in at-spi2-core 0.3.3:
835
836 * Add return values to some functions that were missing them.
837
838 * Make DeviceEventListener notifiers reentrant so that an application can
839 query the desktop object while processing a device event.
840
841 * Fix for FDO#28300: fails to link with pedantic linkers.
842
843 * Fix crash if GetChildAtIndex is called with an invalid index.
844
845 What's new in at-spi2-core 0.3.2:
846
847 * Make sure that disconnecting applications send their root path in the
848 remove applications signal. This was causing applications to not be
849 removed from the desktop properly.
850
851 What's new in at-spi2-core 0.3.1:
852
853 * Set an application's Id when registering it.
854
855 * Disabled relocation by default.