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