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