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