Release v2.1.90
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 2.1.90:
2
3 * Try to use the new AtkWindow interface to register for window events.
4
5 What's new in at-spi2-atk 2.1.5:
6
7 * Use libatspi constants rather than keeping duplicate copies of the
8   constants in at-spi2-atk.
9
10 * Fixed some problems when shutting down and restarting the module.
11
12 What's new in at-spi2-atk 2.1.4:
13
14 * Ensure the detail integers are initialized before sending events.
15
16 * Map some new atk roles.
17
18 What's new in at-spi2-atk 2.1.3:
19
20 * Fix for BGO#652797: Remove unused AtkMisc instance.
21
22 * Only register events when something is listening.  In theory, this should
23   mitigate performance loss that might show up when no ATs are running.
24
25 * BGO#652596: Allow setting value via the DBus property again.
26
27 * BGO#652858: Deregister objects on state-changed:defunct.
28
29 * Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
30
31 What's new in at-spi2-atk 2.0.2:
32
33 * Fix matching on attributes for collection methods
34
35 * Fix for BGO#650286: Ensure valid UTF-8 from ATK
36
37 * Always emit children-changed, property-change, and state-changed events, in
38   order to keep caches synchronized.
39
40 * Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
41   by an application.
42
43 What's new in at-spi2-atk 2.0.1:
44
45 * Fix a memory leak in impl_GetText
46
47 What's new in at-spi2-atk 1.91.93:
48
49 * Removed dbus-glib-related includes, as they are no longer required.
50
51 What's new in at-spi2-atk 1.91.92:
52
53 * Handle text-insert and text-removed signals from ATK (BGO#638377).
54
55 * Use the new dbus errors when compiled against a version of libdbus that
56   defines them.
57
58 * Use libatspi to get the accessibility bus and handle main loop integration.
59   This fixes a crash with some builds of Firefox (FDO#35115).
60   Note that this adds a dependency on libatspi.
61
62 * Fix accessibility of applications running as root on Linux.
63
64 What's new in at-spi2-atk 1.91.91:
65
66 * Fix some missing prototypes.
67
68 * Do not exit if the accessibility bus disconnects.
69
70 What's new in at-spi2-atk 1.91.90:
71
72 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
73
74 * Set /tmp/at-spi2 to be world-writable.
75
76 * Fix for BGO#641869: Remove --enable-relocate option.
77
78 * Changed accessibility key name as was done in gsettings-desktop-schemas.
79
80 * Fixed several memory leaks.
81
82 * Fixed some build errors.
83
84 What's new in at-spi2-atk 1.91.6:
85
86 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
87
88 * Implemented SetPosition, SetExtents, and SetSize for components.
89
90 What's new in at-spi2-atk 1.91.5:
91
92 * Fixed some memory leaks.
93
94 * Fixed a crash if peer-to-peer connections are disabled.
95
96 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
97
98 What's new in at-spi2-atk 1.91.4:
99
100 * Support direct dbus connections to improve performance if dbus-glib
101   0.90 or greater is available.
102
103 * Added a GSettings key to specify the location of libatk-bridge.so.
104
105 * Added a desktop file to load gail and atk-bridge with the new
106   gnome-settings-daemon.
107
108 What's new in at-spi2-atk 1.91.3:
109
110 * Attributes in a collection match rule are now expected to be sent as a
111   dictionary.
112
113 What's new in at-spi2-atk 1.91.2:
114
115 * FIxed BGO#563546: Removed the g_atexit hook.
116
117 What's new in at-spi2-atk 1.91.1:
118
119     * Fire all events until we receive a reply from GetRegisteredEvents
120
121 What's new in at-spi2-atk 1.91.0:
122
123 * --disable-relocate is the default again.
124
125 What's new in at-spi2-atk 0.3.92:
126
127 * Have value methods return 0 on failure rather than fail, as in original pyatspi
128
129 What's new in at-spi2-atk 0.3.91.1:
130
131 * Fi a build error introduced in 0.3.91.
132
133 What's new in at-spi2-atk 0.3.91:
134
135 * Default to --enable-relocate for now.
136
137 * Fix for FDO#29880: gtk module can't handle reloading.
138
139 What's new in at-spi2-atk 0.3.90:
140
141 * FDO#29365: Stop using a deprecated glib function.
142
143 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
144 possible crash when it is called.
145
146 * Only emit signals when AT-SPI clients are listening for them.
147
148 What's new in at-spi2-atk 0.3.6:
149
150 * Fixed a problem with dbus introspection.
151
152 * Do not block waiting for a response when registering.
153
154 What's new in at-spi2-atk 0.3.5:
155
156 * Have a socket retrieve its state set from its embedded plug
157
158 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
159 former variable as well for now.
160
161 What's new in at-spi2-atk 0.3.4:
162
163 * Ref an object while adding it to the message generated by GetItems.
164 This prevents a crash if all other references to the objects go away while
165 it is being analyzed.
166
167 * Add GetChildren to the introspection.
168
169 * Fix NSelectedRows and NSelectedColumns.
170
171 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
172 embedded plugs.
173
174 * Fix extra unref when calling get_row_header or get_column_header on a
175 table, or calling atk_hyperlink_get_object.
176
177 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
178 (this key is only used when at-spi2 is relocated, which it is not by default).
179
180 * Fix a few compiler warnings.
181
182 What's new in at-spi2-atk 0.3.3:
183
184 * Remove unused gtk build dependency.
185
186 * Install a copy of the module into the gtk-3.0 modules directory.
187
188 * Correct handling of some children-changed events sent by Firefox.
189
190 * Lease objects that send events if they are not cached; fixes some
191 tracebacks when handling Firefox events.
192
193 What's new in at-spi2-atk 0.3.2:
194
195 * Some hyperlink fixes.
196
197 * Cache additions are now done in an idle call.  This prevents additions
198 from being made when an object may not be fully initialized and prevents
199 Firefox 3.6 from crashing.
200
201 * The cache object has been placed into the org.a11y.atspi namespace.
202
203 What's new in at-spi2-atk 0.3.1:
204
205 * Added a gconf schema.
206
207 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
208
209 * The position, size, and extents of an AtkSocket are now fetched from the
210 corresponding AtkPlug.
211
212 * An application is no longer registered if its root is an AtkPlug.
213
214 * Fix BGO#538680 - Count ignored in GetMatchesTo
215
216 * Fix FDO#27626 - deadlock when registering an application.
217
218 * Fix a problem with various hyperlink methods.
219
220 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
221
222 * Fix a crash if the registry returns an unexpected message while embedding.
223
224 * Remove libxml2 dependency since libxml2 is no longer used.
225
226 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
227
228 * Disabled relocation by default.