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