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