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