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