configure: bump atk dependency to 2.7.5 in order to enusre ATK_ROLE_LEVEL_BAR is...
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 2.7.5:
2
3 * Support ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
4
5 * Fix various compiler warnings.
6
7 What's new in at-spi2-atk 2.7.3:
8
9 * re-register if the registry goes away and later returns.
10
11 * Stop using deprecated glib functions.
12
13 * Fix a few memory leaks.
14
15 What's new in at-spi2-atk 2.7.2:
16
17 * atk-adaptor: don't emit a critical in case the bridge was not initialized
18   (BGO#684334).
19     
20 * Remove dbind (it was only used for the droute test).
21
22 * Fix a crash in socket_embed_hook if spi_global_register is NULL.
23
24 * [droute] Fix memory leak in path cleanup (BGO#688363).
25
26 What's new in at-spi2-atk 2.7.1:
27
28 * Remove the schema; it was only used to specify the location of the
29   atk-bridge library, which is now installed in the standard path.
30
31 * Fix compiler warnings (BGO#678045).
32
33 What's new in at-spi2-atk 2.6.0:
34
35 * Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
36
37 * When the cache is activated, register it on the main D-Bus connection.
38
39 What's new in at-spi2-atk 2.5.92:
40
41 * Fix atspi_hyperlink_get_uri (BGO#683182).
42
43 * Only initialize the cache when an AT is running.
44
45 * Fix various memory leaks (BGO#683979, BGO#684077)
46 What's new in at-spi2-atk 2.5.91:
47
48 * Removed the gtk 3.0 module (BGO#678315).
49
50 What's new in at-spi2-atk 2.5.90:
51
52 * Don't leak a GError when option parsing fails (BGO#679296)
53
54 * Rework some inefficient code when removing clients and events (BGO#679295,
55   BGO#679297).
56
57 What's new in at-spi2-atk 2.5.5:
58
59 * Implement GetLocalizedName for actions (BGO#680598)
60
61 * Allow to build out of source directory (BGO#680280).
62
63 What's new in at-spi2-atk 2.5.4:
64
65     Fix for bug #679013 - AtspiCollection should be implemented for
66   all containers
67
68 * Don't create a (non-readable) subdirectory for the socket when root.
69
70 * Plug ref count leaks (BGO#679285).
71
72 * Only create a directory and a socket when requested.
73
74 * Only add items to the cache on children-changed if the children are
75   included in the event.
76
77 * Only send PropertyChange signals used for caching, absent listeners.
78
79 What's new in at-spi2-atk 2.5.3:
80
81 * Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
82   and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
83   into, ie GTK+ 3.
84
85 * Only register events at beginning if an AT is listening (BGO#678475).
86
87 * Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
88   directory hard-coded under /tmp (BGO#678348).
89
90 * Fix various compiler warnings and build errors.
91
92 What's new in at-spi2-atk 2.5.2:
93
94 * Fix for bug 677211 - The collection interface's MATCH_ANY fails for states
95
96 What's new in at-spi2-atk 2.5.1:
97
98 * Updated Norwegian Nynorsk translation
99
100 What's new in at-spi2-atk 2.4.0:
101
102 * Updated Hindi translation.
103
104 What's new in at-spi2-atk 2.3.92:
105
106 * Add Khmer and Malayalam translations.
107
108 What's new in at-spi2-atk 2.3.91:
109
110 * Have GetIndexInParent() return a signed int, per the spec.
111
112 * Send a DoAction reply message before invoking atk (works around
113   atk_action_do_action potentially not returning right away for gtk).
114
115
116 What's new in at-spi2-atk 2.3.90:
117
118 * Have GrabFocus return a bool, per the spec, rather than a uint32.
119
120 * Fix a potential crash when emitting a signal if the ATK implementor
121   misbehaves.
122
123 What's new in at-spi2-atk 2.3.5:
124
125 * Remove the ability to set an accessible's name and description via AT-SPI
126   (it seems wrong to have been exposing this in the first place).
127
128 * Fix for BGO#659967: some list API usage fixes.
129
130 * Fix for BGO#663967: Don't use /a11y/ as a dconf path.
131
132 * Fix for BGO#666371: possible crash when accessibles are created and
133   deleted in rapid succession; eg, in gnome-shell)
134
135 * Avoid triggering GLib criticals in a few places.
136
137 What's new in at-spi2-atk 2.3.4:
138
139 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
140   is also registered [also needs updated at-spi2-core]
141
142 What's new in at-spi2-atk 2.3.3:
143
144 * Fix for BGO#664822 - gnome-shell crash when an AT is launched
145
146 * Fix a reference leak if a child-added signal has no object value.
147
148 * Change a : to a / in the suffix to an event, to allow DBus match rules
149   using arg0path.
150
151 * Only deregister objects when they are marked defunct, not when a previously
152   defunct object is marked as no longer defunct.
153
154 What's new in at-spi2-atk 2.3.2:
155
156 * Have AtkSocket's implementation of ref_state_set to return empty sets
157   instead of NULL
158
159 * Fix for BGO#663876: Make sure the a11y hierarchy under an AtkPlug is
160   generated when embedding.
161     
162 What's new in at-spi2-atk 2.3.1:
163
164 * Fix a small coding error that could generate compiler warnings.
165
166 What's new in at-spi2-atk 2.2.1:
167
168 * Updated Finnish translation.
169
170 What's new in at-spi2-atk 2.2.0:
171
172 * Really fix BGO#658013: Attach the timeout for a key listener to the
173   appropriate main loop context.
174
175 What's new in at-spi2-atk 2.1.92:
176
177 * Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
178
179 What's new in at-spi2-atk 2.1.91:
180
181 * Fix for BGO#645321: Use an array of bytes rather than a string for the
182   atk-bridge location in the schema.
183
184 What's new in at-spi2-atk 2.1.90:
185
186 * Try to use the new AtkWindow interface to register for window events.
187
188 What's new in at-spi2-atk 2.1.5:
189
190 * Use libatspi constants rather than keeping duplicate copies of the
191   constants in at-spi2-atk.
192
193 * Fixed some problems when shutting down and restarting the module.
194
195 What's new in at-spi2-atk 2.1.4:
196
197 * Ensure the detail integers are initialized before sending events.
198
199 * Map some new atk roles.
200
201 What's new in at-spi2-atk 2.1.3:
202
203 * Fix for BGO#652797: Remove unused AtkMisc instance.
204
205 * Only register events when something is listening.  In theory, this should
206   mitigate performance loss that might show up when no ATs are running.
207
208 * BGO#652596: Allow setting value via the DBus property again.
209
210 * BGO#652858: Deregister objects on state-changed:defunct.
211
212 * Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
213
214 What's new in at-spi2-atk 2.0.2:
215
216 * Fix matching on attributes for collection methods
217
218 * Fix for BGO#650286: Ensure valid UTF-8 from ATK
219
220 * Always emit children-changed, property-change, and state-changed events, in
221   order to keep caches synchronized.
222
223 * Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
224   by an application.
225
226 What's new in at-spi2-atk 2.0.1:
227
228 * Fix a memory leak in impl_GetText
229
230 What's new in at-spi2-atk 1.91.93:
231
232 * Removed dbus-glib-related includes, as they are no longer required.
233
234 What's new in at-spi2-atk 1.91.92:
235
236 * Handle text-insert and text-removed signals from ATK (BGO#638377).
237
238 * Use the new dbus errors when compiled against a version of libdbus that
239   defines them.
240
241 * Use libatspi to get the accessibility bus and handle main loop integration.
242   This fixes a crash with some builds of Firefox (FDO#35115).
243   Note that this adds a dependency on libatspi.
244
245 * Fix accessibility of applications running as root on Linux.
246
247 What's new in at-spi2-atk 1.91.91:
248
249 * Fix some missing prototypes.
250
251 * Do not exit if the accessibility bus disconnects.
252
253 What's new in at-spi2-atk 1.91.90:
254
255 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
256
257 * Set /tmp/at-spi2 to be world-writable.
258
259 * Fix for BGO#641869: Remove --enable-relocate option.
260
261 * Changed accessibility key name as was done in gsettings-desktop-schemas.
262
263 * Fixed several memory leaks.
264
265 * Fixed some build errors.
266
267 What's new in at-spi2-atk 1.91.6:
268
269 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
270
271 * Implemented SetPosition, SetExtents, and SetSize for components.
272
273 What's new in at-spi2-atk 1.91.5:
274
275 * Fixed some memory leaks.
276
277 * Fixed a crash if peer-to-peer connections are disabled.
278
279 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
280
281 What's new in at-spi2-atk 1.91.4:
282
283 * Support direct dbus connections to improve performance if dbus-glib
284   0.90 or greater is available.
285
286 * Added a GSettings key to specify the location of libatk-bridge.so.
287
288 * Added a desktop file to load gail and atk-bridge with the new
289   gnome-settings-daemon.
290
291 What's new in at-spi2-atk 1.91.3:
292
293 * Attributes in a collection match rule are now expected to be sent as a
294   dictionary.
295
296 What's new in at-spi2-atk 1.91.2:
297
298 * FIxed BGO#563546: Removed the g_atexit hook.
299
300 What's new in at-spi2-atk 1.91.1:
301
302     * Fire all events until we receive a reply from GetRegisteredEvents
303
304 What's new in at-spi2-atk 1.91.0:
305
306 * --disable-relocate is the default again.
307
308 What's new in at-spi2-atk 0.3.92:
309
310 * Have value methods return 0 on failure rather than fail, as in original pyatspi
311
312 What's new in at-spi2-atk 0.3.91.1:
313
314 * Fi a build error introduced in 0.3.91.
315
316 What's new in at-spi2-atk 0.3.91:
317
318 * Default to --enable-relocate for now.
319
320 * Fix for FDO#29880: gtk module can't handle reloading.
321
322 What's new in at-spi2-atk 0.3.90:
323
324 * FDO#29365: Stop using a deprecated glib function.
325
326 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
327 possible crash when it is called.
328
329 * Only emit signals when AT-SPI clients are listening for them.
330
331 What's new in at-spi2-atk 0.3.6:
332
333 * Fixed a problem with dbus introspection.
334
335 * Do not block waiting for a response when registering.
336
337 What's new in at-spi2-atk 0.3.5:
338
339 * Have a socket retrieve its state set from its embedded plug
340
341 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
342 former variable as well for now.
343
344 What's new in at-spi2-atk 0.3.4:
345
346 * Ref an object while adding it to the message generated by GetItems.
347 This prevents a crash if all other references to the objects go away while
348 it is being analyzed.
349
350 * Add GetChildren to the introspection.
351
352 * Fix NSelectedRows and NSelectedColumns.
353
354 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
355 embedded plugs.
356
357 * Fix extra unref when calling get_row_header or get_column_header on a
358 table, or calling atk_hyperlink_get_object.
359
360 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
361 (this key is only used when at-spi2 is relocated, which it is not by default).
362
363 * Fix a few compiler warnings.
364
365 What's new in at-spi2-atk 0.3.3:
366
367 * Remove unused gtk build dependency.
368
369 * Install a copy of the module into the gtk-3.0 modules directory.
370
371 * Correct handling of some children-changed events sent by Firefox.
372
373 * Lease objects that send events if they are not cached; fixes some
374 tracebacks when handling Firefox events.
375
376 What's new in at-spi2-atk 0.3.2:
377
378 * Some hyperlink fixes.
379
380 * Cache additions are now done in an idle call.  This prevents additions
381 from being made when an object may not be fully initialized and prevents
382 Firefox 3.6 from crashing.
383
384 * The cache object has been placed into the org.a11y.atspi namespace.
385
386 What's new in at-spi2-atk 0.3.1:
387
388 * Added a gconf schema.
389
390 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
391
392 * The position, size, and extents of an AtkSocket are now fetched from the
393 corresponding AtkPlug.
394
395 * An application is no longer registered if its root is an AtkPlug.
396
397 * Fix BGO#538680 - Count ignored in GetMatchesTo
398
399 * Fix FDO#27626 - deadlock when registering an application.
400
401 * Fix a problem with various hyperlink methods.
402
403 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
404
405 * Fix a crash if the registry returns an unexpected message while embedding.
406
407 * Remove libxml2 dependency since libxml2 is no longer used.
408
409 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
410
411 * Disabled relocation by default.