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