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