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