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