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