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