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