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