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