+2002-01-11 Bill Haneman <bill.haneman@sun.com>
+
+ * configure.in:
+ Incremented revision for desktop alpha release.
+
+ * README:
+ Fixed a couple of the more glaring errors (still not
+ very up-to-date).
+
2002-01-11 Michael Meeks <michael@ximian.com>
* registryd/deviceeventcontroller.c
2002-01-11 Bill Haneman <bill.haneman@sun.com>
+ * configure.in:
+ Rev the version to 0.5 (the previous tarball was named 0.4,
+ even though the micro number was 3), so we need to rev upwards
+ again for beta2/"desktop-alpha"
+
* test/demo.csh:
Checked in a demo script, which requires editing before use!
Proceed with caution.
central accessibility registry, and the registry
executable is built in this directory.
- at-bridge : this directory contains code that bridges
+ atk-bridge : this directory contains code that bridges
the at-spi to the GTK+ toolkit, and which is
loaded at runtime by GTK+-based Gnome applications.
The 'bridge' automatically registers GTK+-2.0
Though 'simple-at' will work with the test application 'app',
a better demonstration of the AT-SPI can be made after installing
libspi and libcspi (via 'make install'). If you set the GTK_MODULES
-environment variable to "libgail:libat-bridge", any GTK+2.0
+environment variable to "gail:atk-bridge", any GTK+2.0
application run subsequently will register with the at-spi registry,
and 'simple-at' will register for and receive focus and
buttonpress events from those applications.
-At the moment application and at deregistration are broken, so you are
-advised to kill the registry daemon if you exit either 'at' or 'app'
+At the moment application and at deregistration are not 100% reliable,
+so if you get you are advised to kill the registry daemon if you exit either 'at' or 'app'
instances, via the 'bonobo-slay' command. You may run as many instances
of each application or sample AT client as you like, concurrently -
you may find it useful to do so in separate terminal windows.