Change a : to a / in the suffix to an event
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 2.3.2:
2
3 * Have AtkSocket's implementation of ref_state_set to return empty sets
4   instead of NULL
5
6 * Fix for BGO#663876: Make sure the a11y hierarchy under an AtkPlug is
7   generated when embedding.
8     
9 What's new in at-spi2-atk 2.3.1:
10
11 * Fix a small coding error that could generate compiler warnings.
12
13 What's new in at-spi2-atk 2.2.1:
14
15 * Updated Finnish translation.
16
17 What's new in at-spi2-atk 2.2.0:
18
19 * Really fix BGO#658013: Attach the timeout for a key listener to the
20   appropriate main loop context.
21
22 What's new in at-spi2-atk 2.1.92:
23
24 * Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
25
26 What's new in at-spi2-atk 2.1.91:
27
28 * Fix for BGO#645321: Use an array of bytes rather than a string for the
29   atk-bridge location in the schema.
30
31 What's new in at-spi2-atk 2.1.90:
32
33 * Try to use the new AtkWindow interface to register for window events.
34
35 What's new in at-spi2-atk 2.1.5:
36
37 * Use libatspi constants rather than keeping duplicate copies of the
38   constants in at-spi2-atk.
39
40 * Fixed some problems when shutting down and restarting the module.
41
42 What's new in at-spi2-atk 2.1.4:
43
44 * Ensure the detail integers are initialized before sending events.
45
46 * Map some new atk roles.
47
48 What's new in at-spi2-atk 2.1.3:
49
50 * Fix for BGO#652797: Remove unused AtkMisc instance.
51
52 * Only register events when something is listening.  In theory, this should
53   mitigate performance loss that might show up when no ATs are running.
54
55 * BGO#652596: Allow setting value via the DBus property again.
56
57 * BGO#652858: Deregister objects on state-changed:defunct.
58
59 * Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
60
61 What's new in at-spi2-atk 2.0.2:
62
63 * Fix matching on attributes for collection methods
64
65 * Fix for BGO#650286: Ensure valid UTF-8 from ATK
66
67 * Always emit children-changed, property-change, and state-changed events, in
68   order to keep caches synchronized.
69
70 * Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
71   by an application.
72
73 What's new in at-spi2-atk 2.0.1:
74
75 * Fix a memory leak in impl_GetText
76
77 What's new in at-spi2-atk 1.91.93:
78
79 * Removed dbus-glib-related includes, as they are no longer required.
80
81 What's new in at-spi2-atk 1.91.92:
82
83 * Handle text-insert and text-removed signals from ATK (BGO#638377).
84
85 * Use the new dbus errors when compiled against a version of libdbus that
86   defines them.
87
88 * Use libatspi to get the accessibility bus and handle main loop integration.
89   This fixes a crash with some builds of Firefox (FDO#35115).
90   Note that this adds a dependency on libatspi.
91
92 * Fix accessibility of applications running as root on Linux.
93
94 What's new in at-spi2-atk 1.91.91:
95
96 * Fix some missing prototypes.
97
98 * Do not exit if the accessibility bus disconnects.
99
100 What's new in at-spi2-atk 1.91.90:
101
102 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
103
104 * Set /tmp/at-spi2 to be world-writable.
105
106 * Fix for BGO#641869: Remove --enable-relocate option.
107
108 * Changed accessibility key name as was done in gsettings-desktop-schemas.
109
110 * Fixed several memory leaks.
111
112 * Fixed some build errors.
113
114 What's new in at-spi2-atk 1.91.6:
115
116 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
117
118 * Implemented SetPosition, SetExtents, and SetSize for components.
119
120 What's new in at-spi2-atk 1.91.5:
121
122 * Fixed some memory leaks.
123
124 * Fixed a crash if peer-to-peer connections are disabled.
125
126 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
127
128 What's new in at-spi2-atk 1.91.4:
129
130 * Support direct dbus connections to improve performance if dbus-glib
131   0.90 or greater is available.
132
133 * Added a GSettings key to specify the location of libatk-bridge.so.
134
135 * Added a desktop file to load gail and atk-bridge with the new
136   gnome-settings-daemon.
137
138 What's new in at-spi2-atk 1.91.3:
139
140 * Attributes in a collection match rule are now expected to be sent as a
141   dictionary.
142
143 What's new in at-spi2-atk 1.91.2:
144
145 * FIxed BGO#563546: Removed the g_atexit hook.
146
147 What's new in at-spi2-atk 1.91.1:
148
149     * Fire all events until we receive a reply from GetRegisteredEvents
150
151 What's new in at-spi2-atk 1.91.0:
152
153 * --disable-relocate is the default again.
154
155 What's new in at-spi2-atk 0.3.92:
156
157 * Have value methods return 0 on failure rather than fail, as in original pyatspi
158
159 What's new in at-spi2-atk 0.3.91.1:
160
161 * Fi a build error introduced in 0.3.91.
162
163 What's new in at-spi2-atk 0.3.91:
164
165 * Default to --enable-relocate for now.
166
167 * Fix for FDO#29880: gtk module can't handle reloading.
168
169 What's new in at-spi2-atk 0.3.90:
170
171 * FDO#29365: Stop using a deprecated glib function.
172
173 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
174 possible crash when it is called.
175
176 * Only emit signals when AT-SPI clients are listening for them.
177
178 What's new in at-spi2-atk 0.3.6:
179
180 * Fixed a problem with dbus introspection.
181
182 * Do not block waiting for a response when registering.
183
184 What's new in at-spi2-atk 0.3.5:
185
186 * Have a socket retrieve its state set from its embedded plug
187
188 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
189 former variable as well for now.
190
191 What's new in at-spi2-atk 0.3.4:
192
193 * Ref an object while adding it to the message generated by GetItems.
194 This prevents a crash if all other references to the objects go away while
195 it is being analyzed.
196
197 * Add GetChildren to the introspection.
198
199 * Fix NSelectedRows and NSelectedColumns.
200
201 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
202 embedded plugs.
203
204 * Fix extra unref when calling get_row_header or get_column_header on a
205 table, or calling atk_hyperlink_get_object.
206
207 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
208 (this key is only used when at-spi2 is relocated, which it is not by default).
209
210 * Fix a few compiler warnings.
211
212 What's new in at-spi2-atk 0.3.3:
213
214 * Remove unused gtk build dependency.
215
216 * Install a copy of the module into the gtk-3.0 modules directory.
217
218 * Correct handling of some children-changed events sent by Firefox.
219
220 * Lease objects that send events if they are not cached; fixes some
221 tracebacks when handling Firefox events.
222
223 What's new in at-spi2-atk 0.3.2:
224
225 * Some hyperlink fixes.
226
227 * Cache additions are now done in an idle call.  This prevents additions
228 from being made when an object may not be fully initialized and prevents
229 Firefox 3.6 from crashing.
230
231 * The cache object has been placed into the org.a11y.atspi namespace.
232
233 What's new in at-spi2-atk 0.3.1:
234
235 * Added a gconf schema.
236
237 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
238
239 * The position, size, and extents of an AtkSocket are now fetched from the
240 corresponding AtkPlug.
241
242 * An application is no longer registered if its root is an AtkPlug.
243
244 * Fix BGO#538680 - Count ignored in GetMatchesTo
245
246 * Fix FDO#27626 - deadlock when registering an application.
247
248 * Fix a problem with various hyperlink methods.
249
250 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
251
252 * Fix a crash if the registry returns an unexpected message while embedding.
253
254 * Remove libxml2 dependency since libxml2 is no longer used.
255
256 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
257
258 * Disabled relocation by default.