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