~elementary-os/elementaryos/os-patch-at-spi2-core-xenial

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: RabbitBot
  • Date: 2016-11-16 09:38:52 UTC
  • Revision ID: rabbitbot@elementary.io-20161116093852-xn6hcgpg5y25xooo
Initial import, version 2.18.3-4ubuntu1

Show diffs side-by-side

added added

removed removed

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