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