Release v2.5.3
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 2.5.3:
2
3 * Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
4   and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
5   into, ie GTK+ 3.
6
7 * Only register events at beginning if an AT is listening (BGO#678475).
8
9 * Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
10   directory hard-coded under /tmp (BGO#678348).
11
12 * Fix various compiler warnings and build errors.
13
14 What's new in at-spi2-atk 2.5.2:
15
16 * Fix for bug 677211 - The collection interface's MATCH_ANY fails for states
17
18 What's new in at-spi2-atk 2.5.1:
19
20 * Updated Norwegian Nynorsk translation
21
22 What's new in at-spi2-atk 2.4.0:
23
24 * Updated Hindi translation.
25
26 What's new in at-spi2-atk 2.3.92:
27
28 * Add Khmer and Malayalam translations.
29
30 What's new in at-spi2-atk 2.3.91:
31
32 * Have GetIndexInParent() return a signed int, per the spec.
33
34 * Send a DoAction reply message before invoking atk (works around
35   atk_action_do_action potentially not returning right away for gtk).
36
37
38 What's new in at-spi2-atk 2.3.90:
39
40 * Have GrabFocus return a bool, per the spec, rather than a uint32.
41
42 * Fix a potential crash when emitting a signal if the ATK implementor
43   misbehaves.
44
45 What's new in at-spi2-atk 2.3.5:
46
47 * Remove the ability to set an accessible's name and description via AT-SPI
48   (it seems wrong to have been exposing this in the first place).
49
50 * Fix for BGO#659967: some list API usage fixes.
51
52 * Fix for BGO#663967: Don't use /a11y/ as a dconf path.
53
54 * Fix for BGO#666371: possible crash when accessibles are created and
55   deleted in rapid succession; eg, in gnome-shell)
56
57 * Avoid triggering GLib criticals in a few places.
58
59 What's new in at-spi2-atk 2.3.4:
60
61 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
62   is also registered [also needs updated at-spi2-core]
63
64 What's new in at-spi2-atk 2.3.3:
65
66 * Fix for BGO#664822 - gnome-shell crash when an AT is launched
67
68 * Fix a reference leak if a child-added signal has no object value.
69
70 * Change a : to a / in the suffix to an event, to allow DBus match rules
71   using arg0path.
72
73 * Only deregister objects when they are marked defunct, not when a previously
74   defunct object is marked as no longer defunct.
75
76 What's new in at-spi2-atk 2.3.2:
77
78 * Have AtkSocket's implementation of ref_state_set to return empty sets
79   instead of NULL
80
81 * Fix for BGO#663876: Make sure the a11y hierarchy under an AtkPlug is
82   generated when embedding.
83     
84 What's new in at-spi2-atk 2.3.1:
85
86 * Fix a small coding error that could generate compiler warnings.
87
88 What's new in at-spi2-atk 2.2.1:
89
90 * Updated Finnish translation.
91
92 What's new in at-spi2-atk 2.2.0:
93
94 * Really fix BGO#658013: Attach the timeout for a key listener to the
95   appropriate main loop context.
96
97 What's new in at-spi2-atk 2.1.92:
98
99 * Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
100
101 What's new in at-spi2-atk 2.1.91:
102
103 * Fix for BGO#645321: Use an array of bytes rather than a string for the
104   atk-bridge location in the schema.
105
106 What's new in at-spi2-atk 2.1.90:
107
108 * Try to use the new AtkWindow interface to register for window events.
109
110 What's new in at-spi2-atk 2.1.5:
111
112 * Use libatspi constants rather than keeping duplicate copies of the
113   constants in at-spi2-atk.
114
115 * Fixed some problems when shutting down and restarting the module.
116
117 What's new in at-spi2-atk 2.1.4:
118
119 * Ensure the detail integers are initialized before sending events.
120
121 * Map some new atk roles.
122
123 What's new in at-spi2-atk 2.1.3:
124
125 * Fix for BGO#652797: Remove unused AtkMisc instance.
126
127 * Only register events when something is listening.  In theory, this should
128   mitigate performance loss that might show up when no ATs are running.
129
130 * BGO#652596: Allow setting value via the DBus property again.
131
132 * BGO#652858: Deregister objects on state-changed:defunct.
133
134 * Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
135
136 What's new in at-spi2-atk 2.0.2:
137
138 * Fix matching on attributes for collection methods
139
140 * Fix for BGO#650286: Ensure valid UTF-8 from ATK
141
142 * Always emit children-changed, property-change, and state-changed events, in
143   order to keep caches synchronized.
144
145 * Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
146   by an application.
147
148 What's new in at-spi2-atk 2.0.1:
149
150 * Fix a memory leak in impl_GetText
151
152 What's new in at-spi2-atk 1.91.93:
153
154 * Removed dbus-glib-related includes, as they are no longer required.
155
156 What's new in at-spi2-atk 1.91.92:
157
158 * Handle text-insert and text-removed signals from ATK (BGO#638377).
159
160 * Use the new dbus errors when compiled against a version of libdbus that
161   defines them.
162
163 * Use libatspi to get the accessibility bus and handle main loop integration.
164   This fixes a crash with some builds of Firefox (FDO#35115).
165   Note that this adds a dependency on libatspi.
166
167 * Fix accessibility of applications running as root on Linux.
168
169 What's new in at-spi2-atk 1.91.91:
170
171 * Fix some missing prototypes.
172
173 * Do not exit if the accessibility bus disconnects.
174
175 What's new in at-spi2-atk 1.91.90:
176
177 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
178
179 * Set /tmp/at-spi2 to be world-writable.
180
181 * Fix for BGO#641869: Remove --enable-relocate option.
182
183 * Changed accessibility key name as was done in gsettings-desktop-schemas.
184
185 * Fixed several memory leaks.
186
187 * Fixed some build errors.
188
189 What's new in at-spi2-atk 1.91.6:
190
191 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
192
193 * Implemented SetPosition, SetExtents, and SetSize for components.
194
195 What's new in at-spi2-atk 1.91.5:
196
197 * Fixed some memory leaks.
198
199 * Fixed a crash if peer-to-peer connections are disabled.
200
201 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
202
203 What's new in at-spi2-atk 1.91.4:
204
205 * Support direct dbus connections to improve performance if dbus-glib
206   0.90 or greater is available.
207
208 * Added a GSettings key to specify the location of libatk-bridge.so.
209
210 * Added a desktop file to load gail and atk-bridge with the new
211   gnome-settings-daemon.
212
213 What's new in at-spi2-atk 1.91.3:
214
215 * Attributes in a collection match rule are now expected to be sent as a
216   dictionary.
217
218 What's new in at-spi2-atk 1.91.2:
219
220 * FIxed BGO#563546: Removed the g_atexit hook.
221
222 What's new in at-spi2-atk 1.91.1:
223
224     * Fire all events until we receive a reply from GetRegisteredEvents
225
226 What's new in at-spi2-atk 1.91.0:
227
228 * --disable-relocate is the default again.
229
230 What's new in at-spi2-atk 0.3.92:
231
232 * Have value methods return 0 on failure rather than fail, as in original pyatspi
233
234 What's new in at-spi2-atk 0.3.91.1:
235
236 * Fi a build error introduced in 0.3.91.
237
238 What's new in at-spi2-atk 0.3.91:
239
240 * Default to --enable-relocate for now.
241
242 * Fix for FDO#29880: gtk module can't handle reloading.
243
244 What's new in at-spi2-atk 0.3.90:
245
246 * FDO#29365: Stop using a deprecated glib function.
247
248 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
249 possible crash when it is called.
250
251 * Only emit signals when AT-SPI clients are listening for them.
252
253 What's new in at-spi2-atk 0.3.6:
254
255 * Fixed a problem with dbus introspection.
256
257 * Do not block waiting for a response when registering.
258
259 What's new in at-spi2-atk 0.3.5:
260
261 * Have a socket retrieve its state set from its embedded plug
262
263 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
264 former variable as well for now.
265
266 What's new in at-spi2-atk 0.3.4:
267
268 * Ref an object while adding it to the message generated by GetItems.
269 This prevents a crash if all other references to the objects go away while
270 it is being analyzed.
271
272 * Add GetChildren to the introspection.
273
274 * Fix NSelectedRows and NSelectedColumns.
275
276 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
277 embedded plugs.
278
279 * Fix extra unref when calling get_row_header or get_column_header on a
280 table, or calling atk_hyperlink_get_object.
281
282 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
283 (this key is only used when at-spi2 is relocated, which it is not by default).
284
285 * Fix a few compiler warnings.
286
287 What's new in at-spi2-atk 0.3.3:
288
289 * Remove unused gtk build dependency.
290
291 * Install a copy of the module into the gtk-3.0 modules directory.
292
293 * Correct handling of some children-changed events sent by Firefox.
294
295 * Lease objects that send events if they are not cached; fixes some
296 tracebacks when handling Firefox events.
297
298 What's new in at-spi2-atk 0.3.2:
299
300 * Some hyperlink fixes.
301
302 * Cache additions are now done in an idle call.  This prevents additions
303 from being made when an object may not be fully initialized and prevents
304 Firefox 3.6 from crashing.
305
306 * The cache object has been placed into the org.a11y.atspi namespace.
307
308 What's new in at-spi2-atk 0.3.1:
309
310 * Added a gconf schema.
311
312 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
313
314 * The position, size, and extents of an AtkSocket are now fetched from the
315 corresponding AtkPlug.
316
317 * An application is no longer registered if its root is an AtkPlug.
318
319 * Fix BGO#538680 - Count ignored in GetMatchesTo
320
321 * Fix FDO#27626 - deadlock when registering an application.
322
323 * Fix a problem with various hyperlink methods.
324
325 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
326
327 * Fix a crash if the registry returns an unexpected message while embedding.
328
329 * Remove libxml2 dependency since libxml2 is no longer used.
330
331 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
332
333 * Disabled relocation by default.