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