Mon Jul 16 16:49:24 1990  H}kan Huss  (huss at cyklop.nada.kth.se)

	* Files that are byte-order dependant are now generated by
	cpp from a template file. The template files are src/valmasks.tmpl
	and src/newtypes.tmpl.

	* define-mw-class has been removed. Now the default define-class
	lacks methods for dynamic insertion/removal of methods. If this
	is necessary, one has to use the define-class found in defhclass.sc.

Thu Jul  5 21:13:48 1990  Johan Ihren  (johani at dront.nada.kth.se)

	* Added the methods 'trace and 'untrace to most objects (light
	weight, heavy weigth, msg handler and hash objects. The 'trace
	method takes an optional parameter, which is used as a name if
	present. 

	* Replaced the messages (screen 'do-not-buffer) and
	(screen 'do-buffer) with one message (screen 'synchronize value)
	where value should be eith #f or #t.

Tue Jun 26 01:14:15 1990  Johan Ihren  (johani at car)

	* Fixed some bugs in src/requests2.sc for ImageText16's.

Mon Jun 25 21:09:06 1990  Johan Ihren  (johani at dront.nada.kth.se)

	* Removed the module "scixglobal" by moving the contents to better
	places. The atoms went to the display object and *current-reply*
	to the msg-handler.

	* Fixed a bug in rwsock.c that crashed things when DISPLAY was unset.

	* Fixed the code for valuemasks to emit the padding on the right
	side of the data according to the byte-order of the machine. Now
	the bounce demo runs correctly on Sparcs!
	
	* Changed all filenames to be at most 12 chars long.

Fri Jun 15 21:34:11 1990  Johan Ihren  (johani at car)

	* Split the "scixmasks" module in two: scixbmsk and scixvmsk for
	bitmasks and valuemasks respectively. The file masks.sc is
	replaced by bitmasks.sc and valmasks.sc.	

Tue Jun  5 18:17:29 1990  H}kan Huss  (huss at cdr)

	* Fixed ListFonts. ListFontsWithInfo works better, but still crashes
	when too many fonts are involved. This should also hopefully take
	care of the problem with connecting to slow servers.

	* Prefixed all module names with 'scix'.

Sun Apr 29 00:07:06 1990  Johan Ihren  (johani at car)

	* Changed most object-modules to use the define-class macro found
	in the file define-mw-class.sc, instead of define-class.sc. In the
	new file the define-class macro lacks dynamic messages...

	* Changed the name of the identity function used in the
	reply-formats to "d-identity" and of the gobbler-of-unused-bytes
	to d-unused, for conformity.

	* Changed the reply-format to use pairs instead of two-element lists.

Sat Apr 28 22:41:19 1990  Johan Ihren  (johani at car)

	* The reply-formats are now in the same functions as the
	corresponding requests. Therefore the file src/replies.sc has
	disappeared.

	* The msg-handler.sc file was too large (couldn't compile in
	reasonable time with 12 Mb of memory) so it was split in to:
	msh-hndl.sc, which is the msg-handler object, and msg-util, which
	contains the error- and even-formats together with the different
	constructors (make-reply, make-event, make-error). Also various
	small utilities are put here.
	
	* A new module, "scix", has been added. It only contains one
	procedure, (scix-version). But as the scix-module does a "(with	...)"
	all other modules that make out SCIX it is now possible to get
	the entire SCIX system linked into a separate application by just
	doing a "(with scix)" in one of the applications modules.
