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