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