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