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