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