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