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