I am releasing this now, because I have not had the time to enhance it as
I had hoped.  I'm including the source because I won't have the time to
make any changes or fixes.

* Mungwall still detects mismatched freemems but on small blocks, probably
from malloc and calloc.  So far this has not caused a crash, but is this
a problem with my program, or Lattice, or mungwall itself?  It seems to
happen only when you change screens while the program is drawing, which
makes me think that mungwall is getting confused as to what it is looking
at.  I'll have to look into this further - try USENET for answers.

* Need to look at speeding things up.  Do some profiling!!!  There are lots
of duplicate points in large files, but removing them doesn't speed things
up.  My guess is the graphics.library does this nicely enough for me.

* Things to add (in order of importance):

	- Command line options.
	  + User input background color, which will default to white.
          + Allow user to toggle rgb format of colors (bgr).
	- Different WMF fill modes.
	- Mouse blanking.
	- An intuition inteface.
	- Last but not least: variable display modes.

