
Version 2.0 (patchlevel 0):
	o  Went to an Xaw and Xt based implementation.  Many pros and
	   cons to this decision.  Some of the pros:  standardized
	   support for Toolkit command line switches, support for
	   resource specifications .Xdefaults app-defaults files etc.,
	   control over individual subwindow sizes, placement, 
	   translations etc.  Some of the cons: program is noticeably
	   fatter and slower (Booo, hiss).
	o  User selectable number of cut buffers - any number from
	   1 upwards; no longer limited to 8.
	o  Added code for compatibility with XView 2.0 and 3.0 applications
	   (code provided Danny Vanderryn; thanks Danny!).
	o  Added XIO error handler for graceful shutdown when killed.
	o  Changed list processing for '-p' and '-s' options so that
	   list order and duplicates are significant.

Version 1.1 (patchlevel 1):
	o  Added WM_CLASS hints to the client properties.  This fixed
	   failures by some window managers (e.g. mwm, olwm) to honour
	   client decoration directives.
	o  Removed 9x15bold default font specification (sigh, reluctantly).
	o  #include <stdlib.h> directive is now conditional upon __STDC__.
	o  Added another example to the man page.
	o  Several porting changes to Imakefile and Makefile.std
	o  Fallback geometry in vertical mode altered to give a tall, thin 
	   window size.
	o  Support for non-standard implementations of realloc() added, i.e.
	   '-s' option never passes a NULL pointer value to realloc() now.
	o  Function declarations rewritten for compilation in both
	   ANSI and non-ANSI environments.
	o  usage() string concatenated.
	o  Warnings/complaints from some compilers re parameter type 
	   mismatch in XChangeProperty() calls fixed.

Version 1.0:
	o  Initial version
