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