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