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