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