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