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