2002-01-11 Michael Meeks <michael@ximian.com>
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 11 Jan 2002 12:00:47 +0000 (12:00 +0000)
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 11 Jan 2002 12:00:47 +0000 (12:00 +0000)
commit108ea160464d63a407472abf09f3a37631b69f15
treef3297a3d70c1724f9544d43aacf413cc5ff60923
parent8ad2dc5478eca1c694be10213578e40b7cac1443
2002-01-11  Michael Meeks  <michael@ximian.com>

* cspi/spi_accessible.c (role_names): add a role name
to sync this array with the enum; and make the regression
tests pass, sigh.

2002-01-10  Michael Meeks  <michael@ximian.com>

* cspi/spi_registry.c (SPI_generateKeyboardEvent):
allow expansion of enumeration & kill warning.

* test/test-simple.c (key_listener_cb): impl.
(test_keylisteners): impl.

* cspi/spi-listener.h: make listener signatures const
on the provided (const) events.

* test/keysynth-demo.c: upd. to const events.

* test/simple-at.c: ditto.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@216 e2bd861d-eb25-0410-b326-f6ed22b6b98c
ChangeLog
cspi/spi-listener.h
cspi/spi_accessible.c
cspi/spi_registry.c
test/keysynth-demo.c
test/simple-at.c
test/test-simple.c