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