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