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