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