                  Known bugs in SCIX version 0.97.

1.	The request GetMotionEvents (accessible through the message with
	the same name to a window object) does not appear to work. We are
	not sure where the problem lies, but it might be a server bug as
	the server crashes.

2.	The requests ListFonts and ListFontsWithInfo (accessible through
	the messages with the same names to a display object) fail for
	values of the parameter maxnames larger than n (different values
	for n on different machines). ListFonts appears to work correctly
	on DECstations, but not on Sparcs.

3.	Currently there is no support for the parameter 'All to CreateColormap
	(to allocate all pixels writable).

4.	If one examines the so called initial reply (accessible through the
	message 'scix-initial-reply to the display object) it is necessary
	to be aware that this data is recieved before the disassembler is
	fully activated. Therefore some data therein isn't represented as
	objects. This shouldn't affect normal usage, since the important
	data is accessible through methods to the screen object.


                 Changes from SCIX version 0.96.

1.	The messages 'do-buffer and 'do-not-buffer have been replaced by
	the message 'synchronize in the display object. This takes an
	additional parameter which determines whether buffering should
	be done.

2.	Some messages dealing with extensions have been added to the
	display object.

3.	The methods for dynamic method insertion and removal are not
	present in the normal define-class generated classes. If they
	are needed one has to use the define-class in the file
	macros/defhclass.sc.

4.	A new function, scix-version, has been added. It reports the
	version of the SCIX.
