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