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