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