Release v2.3.91
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 2.3.91:
2
3 * Have GetIndexInParent() return a signed int, per the spec.
4
5 * Send a DoAction reply message before invoking atk (works around
6   atk_action_do_action potentially not returning right away for gtk).
7
8
9 What's new in at-spi2-atk 2.3.90:
10
11 * Have GrabFocus return a bool, per the spec, rather than a uint32.
12
13 * Fix a potential crash when emitting a signal if the ATK implementor
14   misbehaves.
15
16 What's new in at-spi2-atk 2.3.5:
17
18 * Remove the ability to set an accessible's name and description via AT-SPI
19   (it seems wrong to have been exposing this in the first place).
20
21 * Fix for BGO#659967: some list API usage fixes.
22
23 * Fix for BGO#663967: Don't use /a11y/ as a dconf path.
24
25 * Fix for BGO#666371: possible crash when accessibles are created and
26   deleted in rapid succession; eg, in gnome-shell)
27
28 * Avoid triggering GLib criticals in a few places.
29
30 What's new in at-spi2-atk 2.3.4:
31
32 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
33   is also registered [also needs updated at-spi2-core]
34
35 What's new in at-spi2-atk 2.3.3:
36
37 * Fix for BGO#664822 - gnome-shell crash when an AT is launched
38
39 * Fix a reference leak if a child-added signal has no object value.
40
41 * Change a : to a / in the suffix to an event, to allow DBus match rules
42   using arg0path.
43
44 * Only deregister objects when they are marked defunct, not when a previously
45   defunct object is marked as no longer defunct.
46
47 What's new in at-spi2-atk 2.3.2:
48
49 * Have AtkSocket's implementation of ref_state_set to return empty sets
50   instead of NULL
51
52 * Fix for BGO#663876: Make sure the a11y hierarchy under an AtkPlug is
53   generated when embedding.
54     
55 What's new in at-spi2-atk 2.3.1:
56
57 * Fix a small coding error that could generate compiler warnings.
58
59 What's new in at-spi2-atk 2.2.1:
60
61 * Updated Finnish translation.
62
63 What's new in at-spi2-atk 2.2.0:
64
65 * Really fix BGO#658013: Attach the timeout for a key listener to the
66   appropriate main loop context.
67
68 What's new in at-spi2-atk 2.1.92:
69
70 * Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
71
72 What's new in at-spi2-atk 2.1.91:
73
74 * Fix for BGO#645321: Use an array of bytes rather than a string for the
75   atk-bridge location in the schema.
76
77 What's new in at-spi2-atk 2.1.90:
78
79 * Try to use the new AtkWindow interface to register for window events.
80
81 What's new in at-spi2-atk 2.1.5:
82
83 * Use libatspi constants rather than keeping duplicate copies of the
84   constants in at-spi2-atk.
85
86 * Fixed some problems when shutting down and restarting the module.
87
88 What's new in at-spi2-atk 2.1.4:
89
90 * Ensure the detail integers are initialized before sending events.
91
92 * Map some new atk roles.
93
94 What's new in at-spi2-atk 2.1.3:
95
96 * Fix for BGO#652797: Remove unused AtkMisc instance.
97
98 * Only register events when something is listening.  In theory, this should
99   mitigate performance loss that might show up when no ATs are running.
100
101 * BGO#652596: Allow setting value via the DBus property again.
102
103 * BGO#652858: Deregister objects on state-changed:defunct.
104
105 * Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
106
107 What's new in at-spi2-atk 2.0.2:
108
109 * Fix matching on attributes for collection methods
110
111 * Fix for BGO#650286: Ensure valid UTF-8 from ATK
112
113 * Always emit children-changed, property-change, and state-changed events, in
114   order to keep caches synchronized.
115
116 * Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
117   by an application.
118
119 What's new in at-spi2-atk 2.0.1:
120
121 * Fix a memory leak in impl_GetText
122
123 What's new in at-spi2-atk 1.91.93:
124
125 * Removed dbus-glib-related includes, as they are no longer required.
126
127 What's new in at-spi2-atk 1.91.92:
128
129 * Handle text-insert and text-removed signals from ATK (BGO#638377).
130
131 * Use the new dbus errors when compiled against a version of libdbus that
132   defines them.
133
134 * Use libatspi to get the accessibility bus and handle main loop integration.
135   This fixes a crash with some builds of Firefox (FDO#35115).
136   Note that this adds a dependency on libatspi.
137
138 * Fix accessibility of applications running as root on Linux.
139
140 What's new in at-spi2-atk 1.91.91:
141
142 * Fix some missing prototypes.
143
144 * Do not exit if the accessibility bus disconnects.
145
146 What's new in at-spi2-atk 1.91.90:
147
148 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
149
150 * Set /tmp/at-spi2 to be world-writable.
151
152 * Fix for BGO#641869: Remove --enable-relocate option.
153
154 * Changed accessibility key name as was done in gsettings-desktop-schemas.
155
156 * Fixed several memory leaks.
157
158 * Fixed some build errors.
159
160 What's new in at-spi2-atk 1.91.6:
161
162 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
163
164 * Implemented SetPosition, SetExtents, and SetSize for components.
165
166 What's new in at-spi2-atk 1.91.5:
167
168 * Fixed some memory leaks.
169
170 * Fixed a crash if peer-to-peer connections are disabled.
171
172 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
173
174 What's new in at-spi2-atk 1.91.4:
175
176 * Support direct dbus connections to improve performance if dbus-glib
177   0.90 or greater is available.
178
179 * Added a GSettings key to specify the location of libatk-bridge.so.
180
181 * Added a desktop file to load gail and atk-bridge with the new
182   gnome-settings-daemon.
183
184 What's new in at-spi2-atk 1.91.3:
185
186 * Attributes in a collection match rule are now expected to be sent as a
187   dictionary.
188
189 What's new in at-spi2-atk 1.91.2:
190
191 * FIxed BGO#563546: Removed the g_atexit hook.
192
193 What's new in at-spi2-atk 1.91.1:
194
195     * Fire all events until we receive a reply from GetRegisteredEvents
196
197 What's new in at-spi2-atk 1.91.0:
198
199 * --disable-relocate is the default again.
200
201 What's new in at-spi2-atk 0.3.92:
202
203 * Have value methods return 0 on failure rather than fail, as in original pyatspi
204
205 What's new in at-spi2-atk 0.3.91.1:
206
207 * Fi a build error introduced in 0.3.91.
208
209 What's new in at-spi2-atk 0.3.91:
210
211 * Default to --enable-relocate for now.
212
213 * Fix for FDO#29880: gtk module can't handle reloading.
214
215 What's new in at-spi2-atk 0.3.90:
216
217 * FDO#29365: Stop using a deprecated glib function.
218
219 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
220 possible crash when it is called.
221
222 * Only emit signals when AT-SPI clients are listening for them.
223
224 What's new in at-spi2-atk 0.3.6:
225
226 * Fixed a problem with dbus introspection.
227
228 * Do not block waiting for a response when registering.
229
230 What's new in at-spi2-atk 0.3.5:
231
232 * Have a socket retrieve its state set from its embedded plug
233
234 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
235 former variable as well for now.
236
237 What's new in at-spi2-atk 0.3.4:
238
239 * Ref an object while adding it to the message generated by GetItems.
240 This prevents a crash if all other references to the objects go away while
241 it is being analyzed.
242
243 * Add GetChildren to the introspection.
244
245 * Fix NSelectedRows and NSelectedColumns.
246
247 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
248 embedded plugs.
249
250 * Fix extra unref when calling get_row_header or get_column_header on a
251 table, or calling atk_hyperlink_get_object.
252
253 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
254 (this key is only used when at-spi2 is relocated, which it is not by default).
255
256 * Fix a few compiler warnings.
257
258 What's new in at-spi2-atk 0.3.3:
259
260 * Remove unused gtk build dependency.
261
262 * Install a copy of the module into the gtk-3.0 modules directory.
263
264 * Correct handling of some children-changed events sent by Firefox.
265
266 * Lease objects that send events if they are not cached; fixes some
267 tracebacks when handling Firefox events.
268
269 What's new in at-spi2-atk 0.3.2:
270
271 * Some hyperlink fixes.
272
273 * Cache additions are now done in an idle call.  This prevents additions
274 from being made when an object may not be fully initialized and prevents
275 Firefox 3.6 from crashing.
276
277 * The cache object has been placed into the org.a11y.atspi namespace.
278
279 What's new in at-spi2-atk 0.3.1:
280
281 * Added a gconf schema.
282
283 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
284
285 * The position, size, and extents of an AtkSocket are now fetched from the
286 corresponding AtkPlug.
287
288 * An application is no longer registered if its root is an AtkPlug.
289
290 * Fix BGO#538680 - Count ignored in GetMatchesTo
291
292 * Fix FDO#27626 - deadlock when registering an application.
293
294 * Fix a problem with various hyperlink methods.
295
296 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
297
298 * Fix a crash if the registry returns an unexpected message while embedding.
299
300 * Remove libxml2 dependency since libxml2 is no longer used.
301
302 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
303
304 * Disabled relocation by default.