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