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