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