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