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