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