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