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