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