Updated NEWS; committed Marc's patch for state-change events
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi-0.12.1:
2
3 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
4   relating to build issues on some architectures (some of these were
5   fixed in 0.10 but additional fixes were included in 0.12.1).
6 * added new test program for our key listener API.
7 * added implementation of IDL 'exit' method to our
8   magnifier and mag_control client.
9 * Badly broken AccessibleStateSet implementation fixed by
10   Marc.
11 * Added implementation for AccessibleComponent_grabFocus method.
12 * Improvements to documentation.
13
14 API CHANGES:
15
16 * Added missing seek_type param in
17   AccessibleStreamableContent_seek [78888], 
18   previously documented but not in signature;
19   this was unused API but needed fixing for the future.
20
21 * Added API for AccessibleTable_selectRow and _selectColumn,
22   corresponding to similar API in ATK, and provided
23   implementation. [76201]
24
25 * Added boolean return types to a number of IDL methods whose
26   corresponding cspi wrappers and ATK methods already had boolean
27   returns.
28
29 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
30   this was the main existing breakage in StateSet.
31
32