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