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