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