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