Release v1.91.3
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 1.91.3:
2
3 * Added a C-based AT-side binding (libatspi) which can be used in
4   conjunction with GObject introspection to generate bindings for other
5   languages.  However, this release has many bugs and is more of a development
6   snapshot than a usable release.
7
8 What's new in at-spi2-core 1.91.2:
9
10 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
11
12
13 What's new in at-spi2-core 1.91.0:
14
15 * --disable-relocate is the default again.
16
17 What's new in at-spi2-core 0.3.92:
18
19 * Do not start accessibility bus if at-spi-corba is enabled.
20
21 What's new in at-spi2-core 0.3.91:
22
23 * Enabled the accessibility bus, so apps should be accessible, for instance,
24 if an application becomes setuid root.
25
26 * Several build fixes.
27
28 * Default to --enable-relocate for now.
29
30 What's new in at-spi2-core 0.3.90:
31
32 * FDO#29427: Registering for mouse:abs now works.
33
34 * Add methods/signals to allow an application to track the events that are
35 being listened to to avoid unnecessarily emitting signals.
36
37 What's new in at-spi2-core 0.3.4:
38
39 * Added GetChildren to the spec.
40
41 What's new in at-spi2-core 0.3.3:
42
43 * Add return values to some functions that were missing them.
44
45 * Make DeviceEventListener notifiers reentrant so that an application can
46 query the desktop object while processing a device event.
47
48 * Fix for FDO#28300: fails to link with pedantic linkers.
49
50 * Fix crash if GetChildAtIndex is called with an invalid index.
51
52 What's new in at-spi2-core 0.3.2:
53
54 * Make sure that disconnecting applications send their root path in the
55 remove applications signal. This was causing applications to not be
56 removed from the desktop properly.
57
58 What's new in at-spi2-core 0.3.1:
59
60 * Set an application's Id when registering it.
61
62 * Disabled relocation by default.