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