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