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