Changes from v1.00 to v1.01

  Fixed the Imakefile so StageDir now works properly.

  PATHLENGTH (in xblockbuster.h) increased from 64 to 512

  sprintf is no longer assumed to return its first arguement (ANSI C it
  returns the number of characters transferred.)  Thanks David Sanderson

  SysV/Ultrix support added (put -DSYSV in the define line in the Makefile/
  Imakefile). Thanks ykcheu@eos.ncsu.edu

  Added code so that XBlockBuster will hopefully work better on displays
  in which BlackPixel == 0 (Xor didn't work at all on those systems.)

  Moved FONT from the (I)Makefile to xblockbuster.h.   The FONT, as
  defined, should work fine.  Moved there because if a nice title screen
  is ever added, a different font will be used there, and I don't really
  want 2 or 3 font declarations on the compile line.

  Changed the XmbSetWMProperties to XSetWMProperties in xblockbuster.c.  From
  the man page, it appears that the former is standard X11R5, but some
  systems don't have it, and XSetWMProperties does the job fine.

  Added RAND and SRAND defines to xblockbuster.h.  Some machines don't
  seem to have the random and srandom functions.  These macros should make
  it easier for these people to fix that problem.

-----------------------------------------------------------------------------
Changes from Sunview BlockBuster to XBlockBuster v1.00:

 Converted to run under X11 instead of SunView.

 Clippers no longer leave the remains on the screen.

 When raising the pallet with button 1, it will now register a deflection
if the pallet moved through where the ball is.  Therefor, if a ball is
coming down, you can raise the pallet without the ball slipping through it.

 The hit bonus is now displayed at the top of the screen.

 Escape is now used to save instead of 'R1'.

 Each ball is now launched by clicking the right mouse button.  Previously,
only the first ball for each stage was started with a click, and subsequent
launches on that stage were automatic.

 The ball(s) stop moving when the pointer exits the window.

 The game can be saved as long as no bricks in the stage have been destroyed.
Previously, the game could only be saved before play started on the stage.

 Color support (via X Resources) for the bricks has been added.  Also,
alternate brick images for color have been added.

 Removed the *.SKEL files from the distribution.  I do not think that these
files were really of any use, and you could easily use the programs these
ran without the shell script interface they provided (I believe some were
outdated by the changes Bill Randle made.)
