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