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