Release v2.0.0
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 2.0.0:
2
3 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
4   EndSessionResponse.
5
6 * Remove a Makefile reference to dbus-glib.
7
8 What's new in at-spi2-core 1.91.93:
9
10 * Removed dbus-glib-related includes, as they are no longer required.
11
12 What's new in at-spi2-core 1.91.92:
13
14 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
15
16 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
17   modified to fix a crash (FDO#35115).  Session management code has been
18   ported to gdbus.
19
20 * Fixed a crash when deregistering a keystroke listener.
21
22 * Reworked accessibility bus management (BGO#644851).
23
24 * Fixed a possible sign issue with state sets.
25
26 What's new in at-spi2-core 1.91.91:
27
28 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
29     more consistent with the rest of the API.
30
31 * GetNSelections has an out parameter, not an in.
32
33 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
34   bitmask, not AtspiKeyListenerSyncType.
35
36 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
37     
38 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
39
40 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
41
42 What's new in at-spi2-core 1.91.90:
43
44 * BGO#641164: Fixed several build errors.
45
46 * Fixed some memory leaks and possible crashes.
47
48 * Fixed atspi_selection_get_selected_child and
49   atspi_selection_get_n_selected_children.
50
51 * Fixed wrong introspection information in some places.
52
53 * BGO#641869: Removed the --enable-relocate option.
54
55 * Avoid returning uninitialized data on error for some methods.
56
57 * Use the GSettings rather than GConf key to test that accessibility is
58   enabled.
59
60 * Change some enums from 16-bit to 32-bit to match spec.
61
62 What's new in at-spi2-core 1.91.6.1:
63
64 * Fixed a crash introduced in 1.91.6.
65
66 * atspi_accessible_get_interfaces will now explicitly return the Accessible
67   interface.
68
69 What's new in at-spi2-core 1.91.6:
70
71 * Some build fixes.
72
73  * Several updated translations.
74
75 * Added a method to check whether an object implements the Hyperlink interface.
76
77 * Fixed a crash in atspi_image_get_image_description.
78
79 * Fixed atspi_editable_text_set_text_contents.
80
81 * More error-handling fixes.
82
83 * Fixed a crash in atspi_event_listener_register_from-callback.
84
85 * Method calls now time out after 1 second.
86
87 * Added setters for component extents/size/position.
88
89 * Added atspi-accessible_set_cache_mask.
90
91 What's new in at-spi2-core 1.91.5:
92
93 * Fixed several memory leaks.
94
95 * Fixed some text methods, methods that return points or rectangles,
96   image locale and description, atspi-accessible_get_description, and some
97   table methods.
98
99 * Added a trailing colon for focus events.
100
101 * Set the error parameter for dbus errors rather than displaying a warning.
102
103 * Fixed the keystroke listener deregister method.
104
105 * The cache is now updated before raising an event, not after, so that event
106   handlers that query for cached values will see the updated data.
107
108 * The registry daemon now returns an error when a caller requests a property
109   that the desktop does not support.
110
111 * Added disposal of objects, and fixed several associated bugs.
112
113 * Added i18n.
114
115 * Fixed mouse events.
116
117 * Libatspi's documentation is now compiled with gtk-doc.
118
119 * Fixed building from a separate build directory.
120
121
122 What's new in at-spi2-core 1.91.4:
123
124 * use peer-to-peer connections when available.
125
126 * Fix uninitialized variable in get_index_in_parent.
127
128 * Add timeout, and support inspecting our own app.
129
130 * Add get_interfaces, and fetch interface and state set over the wire if needed.
131
132 * Avoid adding data for an accessible twice if it is referenced prior to an
133   AddAccessible signal being received.
134
135 * Fix copying of any_data for an event.
136
137 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
138
139 * Hypertext, hyperlink, and table fixes.
140
141 * Several cache-related fixes.
142
143 * Change some error return values to match AT-SPI-CORBA behavior.
144
145 * Some attribute-related fixes.
146
147 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
148
149 What's new in at-spi2-core 1.91.3:
150
151 * Added a C-based AT-side binding (libatspi) which can be used in
152   conjunction with GObject introspection to generate bindings for other
153   languages.  However, this release has many bugs and is more of a development
154   snapshot than a usable release.
155
156 What's new in at-spi2-core 1.91.2:
157
158 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
159
160
161 What's new in at-spi2-core 1.91.0:
162
163 * --disable-relocate is the default again.
164
165 What's new in at-spi2-core 0.3.92:
166
167 * Do not start accessibility bus if at-spi-corba is enabled.
168
169 What's new in at-spi2-core 0.3.91:
170
171 * Enabled the accessibility bus, so apps should be accessible, for instance,
172 if an application becomes setuid root.
173
174 * Several build fixes.
175
176 * Default to --enable-relocate for now.
177
178 What's new in at-spi2-core 0.3.90:
179
180 * FDO#29427: Registering for mouse:abs now works.
181
182 * Add methods/signals to allow an application to track the events that are
183 being listened to to avoid unnecessarily emitting signals.
184
185 What's new in at-spi2-core 0.3.4:
186
187 * Added GetChildren to the spec.
188
189 What's new in at-spi2-core 0.3.3:
190
191 * Add return values to some functions that were missing them.
192
193 * Make DeviceEventListener notifiers reentrant so that an application can
194 query the desktop object while processing a device event.
195
196 * Fix for FDO#28300: fails to link with pedantic linkers.
197
198 * Fix crash if GetChildAtIndex is called with an invalid index.
199
200 What's new in at-spi2-core 0.3.2:
201
202 * Make sure that disconnecting applications send their root path in the
203 remove applications signal. This was causing applications to not be
204 removed from the desktop properly.
205
206 What's new in at-spi2-core 0.3.1:
207
208 * Set an application's Id when registering it.
209
210 * Disabled relocation by default.