Release v0.3.90
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 0.3.90:
2
3 * FDO#29427: Registering for mouse:abs now works.
4
5 * Add methods/signals to allow an application to track the events that are
6 being listened to to avoid unnecessarily emitting signals.
7
8 What's new in at-spi2-core 0.3.4:
9
10 * Added GetChildren to the spec.
11
12 What's new in at-spi2-core 0.3.3:
13
14 * Add return values to some functions that were missing them.
15
16 * Make DeviceEventListener notifiers reentrant so that an application can
17 query the desktop object while processing a device event.
18
19 * Fix for FDO#28300: fails to link with pedantic linkers.
20
21 * Fix crash if GetChildAtIndex is called with an invalid index.
22
23 What's new in at-spi2-core 0.3.2:
24
25 * Make sure that disconnecting applications send their root path in the
26 remove applications signal. This was causing applications to not be
27 removed from the desktop properly.
28
29 What's new in at-spi2-core 0.3.1:
30
31 * Set an application's Id when registering it.
32
33 * Disabled relocation by default.