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