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