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