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