v0.21 - v0.22:  February 19, 1995
1.	Continued work on graphing functions:
	A.  Added left button graph scrolling ability.
	B.  Added middle button restore scroll position.
	C.  Added history features.
	D.  Allow unpacking and repacking of individual graph lines.
2.	Found and fixed a bug in the "=" symbol and modified it to use
	the evalSpecial routine recursively.
3.	Added to the special symbols the ability to use levels with
	the {} symbols, taking advantage of recursive evalSpecial.
4.	Removed the need for the temp files.  Including the
	environmental variable and global option, OMNIMONI_TEMP.
5.	Removed necessity, and ability, for Quit and Text (Pack)
	buttons and incorporated features into keypresses.
6.	Added additional keypress and mouse button features.
	A.  "Q" - quit
	B.  "Z" - iconfify
	C.  "1-5" - xor debug mode with 2^n
	D.  "+", "^+" - increment update time by 1000, 60000.
	E.  "-", "^-" - decrement update time by 1000, 60000.
	F.  Middle Mouse Button - bring up packing menu (see number 5 above).
7.	Fixed man page to reflect how "demand update" really behaves.
8.	Found and fixed a rather nasty bug in Unpack and Repack.
9.	Found and fixed a bug when packing labels without children.
10.	Found and fixed another but when packing labels without children.

v0.20 - v.021:  February 11, 1995
1.	Began work on graphing functions.  Got it to the point where
	"left" graphs would work pretty well
2.	Made the evalSpecial routine because graphing needs it too.

v0.19 - v.020:  February 6, 1995
1.	Now parses environmental variables:  OMNIMONI_TEMP OMNIMONI_RC
	OMNIMONI_INDENT OMNIMONI_DELTA.
2.	Added debug level 16 (print actual Tcl/Tk error messages).
3.	Added ability to set configure Tk options from Rc file through
	new command:  option.
4.	Changed comment character to # instead of ! to be more consistent.

v0.18 - v.019:  February 2, 1995
1.	Began creating a Demonstration script.
2.	Fixed a bug in the split command (|c) in the config file.
3.	Made the way that shell commands are executed more robust by
	having 'sh' run them instead of Tcl from a temp file.

v0.17 - v0.18:	February 2, 1995
1.	Complete the Unpack and Repack routines and fixed a few things
	in the Text pulldown menubutton.

v0.16 - v0.17:  January 29, 1995
1.	Created partial Unpack and Repack routines.  They work, but don't
	repack to the same place it was before unpacking.  Also
	created the Text pulldown menubutton to select what to unpack
	or repack.

Epoch - v0.16:  January 28, 1995
1.	Err, um, this is the first release.  What do you want to
	compare against?
