version 1.1.6. Added ref/unref for AccessibleEvents.
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 (top)
2 in HEAD:
3
4 What's new in at-spi-1.1.6:
5
6 * Fixes for #99799, #10530.
7
8 * New methods in cspi:
9   'AccessibleEvent_ref' and 'AccessibleEvent_unref'
10   to allow lifecycle management of AccessibleEvents outside of
11   the emission handler.
12
13 What's new in at-spi-1.1.6:
14
15 * event struct in libspi is bigger, increased unimplemented
16   slot count for sufficient future bincompatible expansion. 
17  (WARNING: breaks bincompat for direct CORBA clients. CSPI clients
18   not affected.)
19
20 * New accessor methods allow state-coherent query of many
21   event types.
22
23 * API Frozen for GNOME 2.2.
24
25 * New role types: APPLICATION, HEADER, FOOTER, PARAGRAPH, RULER.
26
27 * New relations, FLOWS_FROM, FLOWS_TO, EMBEDS, EMBEDDED_BY,
28         SUBWINDOW_OF.
29
30 * New state, MANAGES_DESCENDANTS.  New event, "active-descendant-changed".
31
32 * reduced debug output, unless you set AT_SPI_DEBUG environment
33   variable to string which parses to an integer value > 0.
34
35 * added definitions for SPI_KEYMASK_BUTTON1, etc.
36
37 * added SPI_LAYER_WINDOW.
38
39 * Added ability to register 'device event listeners' which can
40   consume device events, such as mouse events.
41
42 * Added support for mouse and key-modifier event notification.
43
44 * deprecated KeyEventType in favor of EventType.
45
46 * bugfixes for >50 bugs including: 98836, 98842, 97916, 95828, 
47         93592, 95940, 95517, 93658, 95055, 94555, 84856.
48
49 * updated copyrights to include Ximian.
50
51 What's new in at-spi-1.1.0:
52
53 * event listener notifications are no longer oneways.
54 * bugfixes for 84900, 84908, 84897, 84898.
55 * performance improvement for event listeners.
56
57 What's new in at-spi-1.0.1:
58
59 * bugfix for 82509
60
61 What's new in at-spi-1.0.0:
62
63 * API Freeze (1.0 API is now FINAL)
64 * added boolean return for
65 Accessibility_Registry_registerKeystrokeListener.
66 * Revved activation ID for registry to "1.0"
67 * many bugfixes and improvements to global key listener implementation.
68 * improvements to regression test "test-simple", added key
69 listener/synthesis test.
70 * added sample code in "test" to demonstrate how flat line-mode
71 screen-review can be implemented with at-spi.
72
73 What's new in at-spi-0.13.1:
74
75 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
76  to recompile )
77
78 * fix for bugzilla bug 80616
79 * IDL change which will affect direct CORBA users of the keystroke
80   listener API
81 * added a new test harness, event-listener-test, which also
82   has a simple tree traversal timing benchmark. event-listener-test
83   attaches listeners to all currently supported events (and a few
84   events which are not fully implemented yet); it thus serves
85   as useful event listener sample code as well as being a diagnostic
86   tool. 
87
88 What's new in at-spi-0.12.1:
89
90 * fixes for bugzilla bugs 78249,68929,76615,71686,72300,78247,72300,78249
91   relating to build issues on some architectures (some of these were
92   fixed in 0.10 but additional fixes were included in 0.12.1).
93 * added new test program for our key listener API.
94 * added implementation of IDL 'exit' method to our
95   magnifier and mag_control client.
96 * Badly broken AccessibleStateSet implementation fixed by
97   Marc.
98 * Added implementation for AccessibleComponent_grabFocus method.
99 * Improvements to documentation.
100
101 API CHANGES:
102
103 * Added missing seek_type param in
104   AccessibleStreamableContent_seek [78888], 
105   previously documented but not in signature;
106   this was unused API but needed fixing for the future.
107
108 * Added API for AccessibleTable_selectRow and _selectColumn,
109   corresponding to similar API in ATK, and provided
110   implementation. [76201]
111
112 * Added boolean return types to a number of IDL methods whose
113   corresponding cspi wrappers and ATK methods already had boolean
114   returns.
115
116 * Made Accessibility_StateSet inherit from BonoboUnknown as it should;
117 this was the main existing breakage in StateSet.
118
119
120 =================
121
122
123 TODO API Additions:
124
125 getStateName () and STATE_EXTENDED to allow extension of State API (already 
126 in ATK).
127
128 AccessibleAction_getType () and AccessibleAction_getTypeName ().
129
130 need getBaseAttributes () 
131 for AccessibleText (available in ATK I think).
132
133 table: getVisibleRange
134
135 state: HEADER, etc. for spreadsheet cells
136
137