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