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