Release v2.3.4
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 2.3.4:
2
3 * Add some dbus message signature checks.
4
5 * Fix a crash if a device listener incorrectly returns a non-bool.
6
7 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
8   is also registered [also needs updated at-spi2-atk]
9
10 * Fix for BGO#667254: Some atspi-selection_* functions were broken.
11
12 * When a call times out, ping the connection and avoid making subsequent calls
13   until the ping is answered.
14
15
16 What's new in at-spi2-core 2.3.3:
17
18 * Handle event detail suffixes (such as :system).
19
20 What's new in at-spi2-core 2.3.2:
21
22 * Some documentation improvements.
23
24 What's new in at-spi2-core 2.3.1:
25
26 * Fix return type of org.a11y.Bus.IsEnabled property
27     
28 * Declare void functions as such
29
30 What's new in at-spi2-core 2.2.1:
31
32 * Fix org.a11y.Bus.Enabled property to set its initial state from the
33   GSettings key, if available and an initial property is not given on the
34   command line.
35
36 * Fix for BGO#660947: Gracefully exit when already running, rather than
37   triggering a SIGABRT.
38
39 What's new in at-spi2-core 2.1.92:
40
41 * Fixed a crash when handling event listeners.
42
43 * Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
44
45 * Add some defensive checks to prevent problems with defunct objects.
46
47 * BGO#657051: Fix a build error on Solaris.
48
49 * Fix some missing return statements.
50
51 * Some fixes related to deregistering event listeners.
52
53 What's new in at-spi2-core 2.1.91:
54
55 * Fixed a crash when deregistering event listeners.
56
57 * Made DBus IsEnabled property readwrite.
58
59 What's new in at-spi2-core 2.1.90:
60
61 * Fixed a memory leak on DBus errors.
62
63 * Added org.a11y.Status.IsEnabled (currently a read-only property) to the bus
64   launcher.
65
66 * Fix for BGO#656004: atspi_accessible_get_relation_set returns a GArray again.
67
68 * Numerous documentation fixes from Aline Bessa.
69
70 * CLean up device listeners from disconnected applications.
71
72 * Fix for BGO#657585: Do not crash when the bus launcher is unable to open the
73   X display.
74
75 What's new in at-spi2-core 2.1.5:
76
77 * Propertly free DBus error in atspi_accessible_get_process_id.
78
79 * Clean up names of some private functions.
80
81 * Move DBus interface name constants into atspi-constants.h and make public.
82
83 * Remove support for relocated CORBA.
84
85 * Fix for BGO#655127: Avoid Python crash for atspi_accessible_get_relation_set.
86
87 What's new in at-spi2-core 2.1.4:
88
89 * Some API changes to device and event listeners for compatibility with
90   Javascript.
91
92 * Fix for BGO#654314: make role names consistent with atk.
93 * FIx for BGO#654921: Run within Unity.
94
95 * Added some new roles.
96
97 What's new in at-spi2-core 2.1.3:
98
99 * use stored values for AT-SPI role names where possible.
100
101 * Fix for BGO#652596: Use DBus property to set value.
102
103
104 * Fix gtk-doc build cflags/libraries.
105
106 * Set error for some DBus errors where this was not being done.
107
108
109 * Add atspi_accessible_get_process_id (as a short-cut to help debugging).
110
111 * Fix failure to update cache in response to children-changed events in some
112   cases.
113
114
115 What's new in at-spi2-core 2.1.2:
116
117 * Fix atspi_table_get_caption|summary.
118
119 * Fix introspection for atspi_table_get_row_column_at_index.
120
121 * Copy match rule attributes, rather than just ref counting the hash, for
122   compatibility with pygi.
123
124 * Rework atspi_accessible_set_cache_mask to make it usable.
125
126 * Fix a crash that might happen if a method call times out.
127
128 * Disable caching if atspi_event_main has not been called to run the main loop.
129
130 * Fix atspi_accessible_get_toolkit_version.
131
132 * Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
133   specification provided by an application.
134
135 * Cache application-wide toolkit name and version.
136
137 * Allow caching of attributes, but not enabling by default, as there is no
138   event yet (BGO#649771).
139
140 * Make deferred_messages a GQueue rather than a GList for performance reasons.
141
142 * Fix accessibility bus breakage when a user runs an administrative app.
143
144 What's new in at-spi2-core 2.1.1:
145
146 * Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
147
148 * Fixed a possible crash when an application is short-lived.
149
150 * FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
151
152 * AT-SPI will now call g_error if it is unable to find the accessibility bus.
153   This results in aborting but with a somewhat less cryptic error than before.
154
155 What's new in at-spi2-core 2.0.1:
156
157 * Fix a memory leak when sending events.
158
159 * Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
160     
161 * Fix for BGO#648013: Honor aclocal flags
162
163 * FIx for BGO#648014: Add intltoolize to autogen.sh
164
165 * Fix for BGO#648130: event host_application should return NULL for the desktop
166
167 * Added atspi_accessible_get_id to retrieve the id of an application.
168
169 * Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
170
171 What's new in at-spi2-core 2.0.0:
172
173 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
174   EndSessionResponse.
175
176 * Remove a Makefile reference to dbus-glib.
177
178 What's new in at-spi2-core 1.91.93:
179
180 * Removed dbus-glib-related includes, as they are no longer required.
181
182 What's new in at-spi2-core 1.91.92:
183
184 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
185
186 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
187   modified to fix a crash (FDO#35115).  Session management code has been
188   ported to gdbus.
189
190 * Fixed a crash when deregistering a keystroke listener.
191
192 * Reworked accessibility bus management (BGO#644851).
193
194 * Fixed a possible sign issue with state sets.
195
196 What's new in at-spi2-core 1.91.91:
197
198 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
199     more consistent with the rest of the API.
200
201 * GetNSelections has an out parameter, not an in.
202
203 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
204   bitmask, not AtspiKeyListenerSyncType.
205
206 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
207     
208 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
209
210 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
211
212 What's new in at-spi2-core 1.91.90:
213
214 * BGO#641164: Fixed several build errors.
215
216 * Fixed some memory leaks and possible crashes.
217
218 * Fixed atspi_selection_get_selected_child and
219   atspi_selection_get_n_selected_children.
220
221 * Fixed wrong introspection information in some places.
222
223 * BGO#641869: Removed the --enable-relocate option.
224
225 * Avoid returning uninitialized data on error for some methods.
226
227 * Use the GSettings rather than GConf key to test that accessibility is
228   enabled.
229
230 * Change some enums from 16-bit to 32-bit to match spec.
231
232 What's new in at-spi2-core 1.91.6.1:
233
234 * Fixed a crash introduced in 1.91.6.
235
236 * atspi_accessible_get_interfaces will now explicitly return the Accessible
237   interface.
238
239 What's new in at-spi2-core 1.91.6:
240
241 * Some build fixes.
242
243  * Several updated translations.
244
245 * Added a method to check whether an object implements the Hyperlink interface.
246
247 * Fixed a crash in atspi_image_get_image_description.
248
249 * Fixed atspi_editable_text_set_text_contents.
250
251 * More error-handling fixes.
252
253 * Fixed a crash in atspi_event_listener_register_from-callback.
254
255 * Method calls now time out after 1 second.
256
257 * Added setters for component extents/size/position.
258
259 * Added atspi-accessible_set_cache_mask.
260
261 What's new in at-spi2-core 1.91.5:
262
263 * Fixed several memory leaks.
264
265 * Fixed some text methods, methods that return points or rectangles,
266   image locale and description, atspi-accessible_get_description, and some
267   table methods.
268
269 * Added a trailing colon for focus events.
270
271 * Set the error parameter for dbus errors rather than displaying a warning.
272
273 * Fixed the keystroke listener deregister method.
274
275 * The cache is now updated before raising an event, not after, so that event
276   handlers that query for cached values will see the updated data.
277
278 * The registry daemon now returns an error when a caller requests a property
279   that the desktop does not support.
280
281 * Added disposal of objects, and fixed several associated bugs.
282
283 * Added i18n.
284
285 * Fixed mouse events.
286
287 * Libatspi's documentation is now compiled with gtk-doc.
288
289 * Fixed building from a separate build directory.
290
291
292 What's new in at-spi2-core 1.91.4:
293
294 * use peer-to-peer connections when available.
295
296 * Fix uninitialized variable in get_index_in_parent.
297
298 * Add timeout, and support inspecting our own app.
299
300 * Add get_interfaces, and fetch interface and state set over the wire if needed.
301
302 * Avoid adding data for an accessible twice if it is referenced prior to an
303   AddAccessible signal being received.
304
305 * Fix copying of any_data for an event.
306
307 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
308
309 * Hypertext, hyperlink, and table fixes.
310
311 * Several cache-related fixes.
312
313 * Change some error return values to match AT-SPI-CORBA behavior.
314
315 * Some attribute-related fixes.
316
317 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
318
319 What's new in at-spi2-core 1.91.3:
320
321 * Added a C-based AT-side binding (libatspi) which can be used in
322   conjunction with GObject introspection to generate bindings for other
323   languages.  However, this release has many bugs and is more of a development
324   snapshot than a usable release.
325
326 What's new in at-spi2-core 1.91.2:
327
328 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
329
330
331 What's new in at-spi2-core 1.91.0:
332
333 * --disable-relocate is the default again.
334
335 What's new in at-spi2-core 0.3.92:
336
337 * Do not start accessibility bus if at-spi-corba is enabled.
338
339 What's new in at-spi2-core 0.3.91:
340
341 * Enabled the accessibility bus, so apps should be accessible, for instance,
342 if an application becomes setuid root.
343
344 * Several build fixes.
345
346 * Default to --enable-relocate for now.
347
348 What's new in at-spi2-core 0.3.90:
349
350 * FDO#29427: Registering for mouse:abs now works.
351
352 * Add methods/signals to allow an application to track the events that are
353 being listened to to avoid unnecessarily emitting signals.
354
355 What's new in at-spi2-core 0.3.4:
356
357 * Added GetChildren to the spec.
358
359 What's new in at-spi2-core 0.3.3:
360
361 * Add return values to some functions that were missing them.
362
363 * Make DeviceEventListener notifiers reentrant so that an application can
364 query the desktop object while processing a device event.
365
366 * Fix for FDO#28300: fails to link with pedantic linkers.
367
368 * Fix crash if GetChildAtIndex is called with an invalid index.
369
370 What's new in at-spi2-core 0.3.2:
371
372 * Make sure that disconnecting applications send their root path in the
373 remove applications signal. This was causing applications to not be
374 removed from the desktop properly.
375
376 What's new in at-spi2-core 0.3.1:
377
378 * Set an application's Id when registering it.
379
380 * Disabled relocation by default.