summaryrefslogtreecommitdiff
path: root/NEWS
blob: 184e58c0b1988195906192c2a2a4c260e5b8ce6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
What's new in at-spi2-core 1.91.3:

* Added a C-based AT-side binding (libatspi) which can be used in
  conjunction with GObject introspection to generate bindings for other
  languages.  However, this release has many bugs and is more of a development
  snapshot than a usable release.

What's new in at-spi2-core 1.91.2:

* The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.


What's new in at-spi2-core 1.91.0:

* --disable-relocate is the default again.

What's new in at-spi2-core 0.3.92:

* Do not start accessibility bus if at-spi-corba is enabled.

What's new in at-spi2-core 0.3.91:

* Enabled the accessibility bus, so apps should be accessible, for instance,
if an application becomes setuid root.

* Several build fixes.

* Default to --enable-relocate for now.

What's new in at-spi2-core 0.3.90:

* FDO#29427: Registering for mouse:abs now works.

* Add methods/signals to allow an application to track the events that are
being listened to to avoid unnecessarily emitting signals.

What's new in at-spi2-core 0.3.4:

* Added GetChildren to the spec.

What's new in at-spi2-core 0.3.3:

* Add return values to some functions that were missing them.

* Make DeviceEventListener notifiers reentrant so that an application can
query the desktop object while processing a device event.

* Fix for FDO#28300: fails to link with pedantic linkers.

* Fix crash if GetChildAtIndex is called with an invalid index.

What's new in at-spi2-core 0.3.2:

* Make sure that disconnecting applications send their root path in the
remove applications signal. This was causing applications to not be
removed from the desktop properly.

What's new in at-spi2-core 0.3.1:

* Set an application's Id when registering it.

* Disabled relocation by default.