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