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