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