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