Release v2.4.0
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 2.4.0:
2
3 * Updated Hindi translation.
4
5 What's new in at-spi2-atk 2.3.92:
6
7 * Add Khmer and Malayalam translations.
8
9 What's new in at-spi2-atk 2.3.91:
10
11 * Have GetIndexInParent() return a signed int, per the spec.
12
13 * Send a DoAction reply message before invoking atk (works around
14   atk_action_do_action potentially not returning right away for gtk).
15
16
17 What's new in at-spi2-atk 2.3.90:
18
19 * Have GrabFocus return a bool, per the spec, rather than a uint32.
20
21 * Fix a potential crash when emitting a signal if the ATK implementor
22   misbehaves.
23
24 What's new in at-spi2-atk 2.3.5:
25
26 * Remove the ability to set an accessible's name and description via AT-SPI
27   (it seems wrong to have been exposing this in the first place).
28
29 * Fix for BGO#659967: some list API usage fixes.
30
31 * Fix for BGO#663967: Don't use /a11y/ as a dconf path.
32
33 * Fix for BGO#666371: possible crash when accessibles are created and
34   deleted in rapid succession; eg, in gnome-shell)
35
36 * Avoid triggering GLib criticals in a few places.
37
38 What's new in at-spi2-atk 2.3.4:
39
40 * Fix for BGO#666870: Keystroke listeners do not work unless an event listener
41   is also registered [also needs updated at-spi2-core]
42
43 What's new in at-spi2-atk 2.3.3:
44
45 * Fix for BGO#664822 - gnome-shell crash when an AT is launched
46
47 * Fix a reference leak if a child-added signal has no object value.
48
49 * Change a : to a / in the suffix to an event, to allow DBus match rules
50   using arg0path.
51
52 * Only deregister objects when they are marked defunct, not when a previously
53   defunct object is marked as no longer defunct.
54
55 What's new in at-spi2-atk 2.3.2:
56
57 * Have AtkSocket's implementation of ref_state_set to return empty sets
58   instead of NULL
59
60 * Fix for BGO#663876: Make sure the a11y hierarchy under an AtkPlug is
61   generated when embedding.
62     
63 What's new in at-spi2-atk 2.3.1:
64
65 * Fix a small coding error that could generate compiler warnings.
66
67 What's new in at-spi2-atk 2.2.1:
68
69 * Updated Finnish translation.
70
71 What's new in at-spi2-atk 2.2.0:
72
73 * Really fix BGO#658013: Attach the timeout for a key listener to the
74   appropriate main loop context.
75
76 What's new in at-spi2-atk 2.1.92:
77
78 * Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
79
80 What's new in at-spi2-atk 2.1.91:
81
82 * Fix for BGO#645321: Use an array of bytes rather than a string for the
83   atk-bridge location in the schema.
84
85 What's new in at-spi2-atk 2.1.90:
86
87 * Try to use the new AtkWindow interface to register for window events.
88
89 What's new in at-spi2-atk 2.1.5:
90
91 * Use libatspi constants rather than keeping duplicate copies of the
92   constants in at-spi2-atk.
93
94 * Fixed some problems when shutting down and restarting the module.
95
96 What's new in at-spi2-atk 2.1.4:
97
98 * Ensure the detail integers are initialized before sending events.
99
100 * Map some new atk roles.
101
102 What's new in at-spi2-atk 2.1.3:
103
104 * Fix for BGO#652797: Remove unused AtkMisc instance.
105
106 * Only register events when something is listening.  In theory, this should
107   mitigate performance loss that might show up when no ATs are running.
108
109 * BGO#652596: Allow setting value via the DBus property again.
110
111 * BGO#652858: Deregister objects on state-changed:defunct.
112
113 * Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.
114
115 What's new in at-spi2-atk 2.0.2:
116
117 * Fix matching on attributes for collection methods
118
119 * Fix for BGO#650286: Ensure valid UTF-8 from ATK
120
121 * Always emit children-changed, property-change, and state-changed events, in
122   order to keep caches synchronized.
123
124 * Add GetAtspiVersion to fetch the version of the AT-SPI specification provided
125   by an application.
126
127 What's new in at-spi2-atk 2.0.1:
128
129 * Fix a memory leak in impl_GetText
130
131 What's new in at-spi2-atk 1.91.93:
132
133 * Removed dbus-glib-related includes, as they are no longer required.
134
135 What's new in at-spi2-atk 1.91.92:
136
137 * Handle text-insert and text-removed signals from ATK (BGO#638377).
138
139 * Use the new dbus errors when compiled against a version of libdbus that
140   defines them.
141
142 * Use libatspi to get the accessibility bus and handle main loop integration.
143   This fixes a crash with some builds of Firefox (FDO#35115).
144   Note that this adds a dependency on libatspi.
145
146 * Fix accessibility of applications running as root on Linux.
147
148 What's new in at-spi2-atk 1.91.91:
149
150 * Fix some missing prototypes.
151
152 * Do not exit if the accessibility bus disconnects.
153
154 What's new in at-spi2-atk 1.91.90:
155
156 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
157
158 * Set /tmp/at-spi2 to be world-writable.
159
160 * Fix for BGO#641869: Remove --enable-relocate option.
161
162 * Changed accessibility key name as was done in gsettings-desktop-schemas.
163
164 * Fixed several memory leaks.
165
166 * Fixed some build errors.
167
168 What's new in at-spi2-atk 1.91.6:
169
170 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
171
172 * Implemented SetPosition, SetExtents, and SetSize for components.
173
174 What's new in at-spi2-atk 1.91.5:
175
176 * Fixed some memory leaks.
177
178 * Fixed a crash if peer-to-peer connections are disabled.
179
180 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
181
182 What's new in at-spi2-atk 1.91.4:
183
184 * Support direct dbus connections to improve performance if dbus-glib
185   0.90 or greater is available.
186
187 * Added a GSettings key to specify the location of libatk-bridge.so.
188
189 * Added a desktop file to load gail and atk-bridge with the new
190   gnome-settings-daemon.
191
192 What's new in at-spi2-atk 1.91.3:
193
194 * Attributes in a collection match rule are now expected to be sent as a
195   dictionary.
196
197 What's new in at-spi2-atk 1.91.2:
198
199 * FIxed BGO#563546: Removed the g_atexit hook.
200
201 What's new in at-spi2-atk 1.91.1:
202
203     * Fire all events until we receive a reply from GetRegisteredEvents
204
205 What's new in at-spi2-atk 1.91.0:
206
207 * --disable-relocate is the default again.
208
209 What's new in at-spi2-atk 0.3.92:
210
211 * Have value methods return 0 on failure rather than fail, as in original pyatspi
212
213 What's new in at-spi2-atk 0.3.91.1:
214
215 * Fi a build error introduced in 0.3.91.
216
217 What's new in at-spi2-atk 0.3.91:
218
219 * Default to --enable-relocate for now.
220
221 * Fix for FDO#29880: gtk module can't handle reloading.
222
223 What's new in at-spi2-atk 0.3.90:
224
225 * FDO#29365: Stop using a deprecated glib function.
226
227 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
228 possible crash when it is called.
229
230 * Only emit signals when AT-SPI clients are listening for them.
231
232 What's new in at-spi2-atk 0.3.6:
233
234 * Fixed a problem with dbus introspection.
235
236 * Do not block waiting for a response when registering.
237
238 What's new in at-spi2-atk 0.3.5:
239
240 * Have a socket retrieve its state set from its embedded plug
241
242 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
243 former variable as well for now.
244
245 What's new in at-spi2-atk 0.3.4:
246
247 * Ref an object while adding it to the message generated by GetItems.
248 This prevents a crash if all other references to the objects go away while
249 it is being analyzed.
250
251 * Add GetChildren to the introspection.
252
253 * Fix NSelectedRows and NSelectedColumns.
254
255 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
256 embedded plugs.
257
258 * Fix extra unref when calling get_row_header or get_column_header on a
259 table, or calling atk_hyperlink_get_object.
260
261 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
262 (this key is only used when at-spi2 is relocated, which it is not by default).
263
264 * Fix a few compiler warnings.
265
266 What's new in at-spi2-atk 0.3.3:
267
268 * Remove unused gtk build dependency.
269
270 * Install a copy of the module into the gtk-3.0 modules directory.
271
272 * Correct handling of some children-changed events sent by Firefox.
273
274 * Lease objects that send events if they are not cached; fixes some
275 tracebacks when handling Firefox events.
276
277 What's new in at-spi2-atk 0.3.2:
278
279 * Some hyperlink fixes.
280
281 * Cache additions are now done in an idle call.  This prevents additions
282 from being made when an object may not be fully initialized and prevents
283 Firefox 3.6 from crashing.
284
285 * The cache object has been placed into the org.a11y.atspi namespace.
286
287 What's new in at-spi2-atk 0.3.1:
288
289 * Added a gconf schema.
290
291 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
292
293 * The position, size, and extents of an AtkSocket are now fetched from the
294 corresponding AtkPlug.
295
296 * An application is no longer registered if its root is an AtkPlug.
297
298 * Fix BGO#538680 - Count ignored in GetMatchesTo
299
300 * Fix FDO#27626 - deadlock when registering an application.
301
302 * Fix a problem with various hyperlink methods.
303
304 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
305
306 * Fix a crash if the registry returns an unexpected message while embedding.
307
308 * Remove libxml2 dependency since libxml2 is no longer used.
309
310 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
311
312 * Disabled relocation by default.