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