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