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