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