Added a new boolean parameter to allow specifying when a call to
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 0.3.3:
2
3 * Remove unused gtk build dependency.
4
5 * Install a copy of the module into the gtk-3.0 modules directory.
6
7 * Correct handling of some children-changed events sent by Firefox.
8
9 * Lease objects that send events if they are not cached; fixes some
10 tracebacks when handling Firefox events.
11
12 What's new in at-spi2-atk 0.3.2:
13
14 * Some hyperlink fixes.
15
16 * Cache additions are now done in an idle call.  This prevents additions
17 from being made when an object may not be fully initialized and prevents
18 Firefox 3.6 from crashing.
19
20 * The cache object has been placed into the org.a11y.atspi namespace.
21
22 What's new in at-spi2-atk 0.3.1:
23
24 * Added a gconf schema.
25
26 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
27
28 * The position, size, and extents of an AtkSocket are now fetched from the
29 corresponding AtkPlug.
30
31 * An application is no longer registered if its root is an AtkPlug.
32
33 * Fix BGO#538680 - Count ignored in GetMatchesTo
34
35 * Fix FDO#27626 - deadlock when registering an application.
36
37 * Fix a problem with various hyperlink methods.
38
39 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
40
41 * Fix a crash if the registry returns an unexpected message while embedding.
42
43 * Remove libxml2 dependency since libxml2 is no longer used.
44
45 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
46
47 * Disabled relocation by default.