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