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