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