TODO:

idl: 
	+ audit IDL for conformance with bonobo/doc/FAQ's [Java]
	  naming practice [Michael]

cspi: 
	+ ensure spi-listener-impl's list notification methods don't
	  have a re-enterancy hazard. [Michael]
	+ Put LGPL headers everywhere.

registry:
	+ move code into here from libspi [Michael]
	+ fire an event on dead application & re-factor the listen for
	  broken code.

bridge:
	+ move code into here from libspi

libspi: 
	+ remove redundant casts throughout
	+ determine if there are other headers we don't need to install
	+ consider moving the non-impl. parts into registryd/ bridge/ etc.
	+ complete implementation of support for RelationSet and
	StateSet, and export to cspi. [Marc]
	+ complete conversion of static methods to "spi_" namespace. [Bill]

test:
	+ update test-simple to do complete API tests
	+ Expand tests for AtkTable

2.2 API Proposed Additions:

	+ SPI_dupString ()
	+ Additional relation types: FLOWS_TO, FLOWS_FROM
	+ SPIBoolean
	  AccessibleText_getTextBounds (AccessibleText *text, 
					long start_offset, 
					long end_offset,
					long *x,
					long *y,
					long *width,
					long *height, 
					SPI_COORD_TYPE type);
	+ char *
          AccessibleText_getTextWithin (AccessibleText *text,
					long x,
					long y,
					long width,
					long height,
					SPI_COORD_TYPE type);

					
