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