Release v0.3.5
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 0.3.5:
2
3 * Have a socket retrieve its state set from its embedded plug
4
5 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
6 former variable as well for now.
7
8 What's new in at-spi2-atk 0.3.4:
9
10 * Ref an object while adding it to the message generated by GetItems.
11 This prevents a crash if all other references to the objects go away while
12 it is being analyzed.
13
14 * Add GetChildren to the introspection.
15
16 * Fix NSelectedRows and NSelectedColumns.
17
18 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
19 embedded plugs.
20
21 * Fix extra unref when calling get_row_header or get_column_header on a
22 table, or calling atk_hyperlink_get_object.
23
24 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
25 (this key is only used when at-spi2 is relocated, which it is not by default).
26
27 * Fix a few compiler warnings.
28
29 What's new in at-spi2-atk 0.3.3:
30
31 * Remove unused gtk build dependency.
32
33 * Install a copy of the module into the gtk-3.0 modules directory.
34
35 * Correct handling of some children-changed events sent by Firefox.
36
37 * Lease objects that send events if they are not cached; fixes some
38 tracebacks when handling Firefox events.
39
40 What's new in at-spi2-atk 0.3.2:
41
42 * Some hyperlink fixes.
43
44 * Cache additions are now done in an idle call.  This prevents additions
45 from being made when an object may not be fully initialized and prevents
46 Firefox 3.6 from crashing.
47
48 * The cache object has been placed into the org.a11y.atspi namespace.
49
50 What's new in at-spi2-atk 0.3.1:
51
52 * Added a gconf schema.
53
54 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
55
56 * The position, size, and extents of an AtkSocket are now fetched from the
57 corresponding AtkPlug.
58
59 * An application is no longer registered if its root is an AtkPlug.
60
61 * Fix BGO#538680 - Count ignored in GetMatchesTo
62
63 * Fix FDO#27626 - deadlock when registering an application.
64
65 * Fix a problem with various hyperlink methods.
66
67 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
68
69 * Fix a crash if the registry returns an unexpected message while embedding.
70
71 * Remove libxml2 dependency since libxml2 is no longer used.
72
73 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
74
75 * Disabled relocation by default.