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