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