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