0.2 (FIRST RELEASE)					         Completed 12/97
		Total re-write of the source file now that I know what
	works and what doesn't. Tried to keep it well documented. I
	think I have removed all of the loopholes that could lead to
	problems, but not sure. Actually have much code that acts
	like redundant security (checking things that were already
	checked).
		Separated general routines into libraries for future 
	applications- though I fear this will make source distributions
	larger than they nedd to be from extraneous routine source.
		Separated runtime options into an rc file for /etc to
	make program capable of altering behavior without requiring
	user to re-compile. (Mainly brought on by desire to be able to
	change the access and terminal prompts easily)
	
0.1 (UNRELEASED)					         Completed 11/97
		An adventure in guesswork.
		Source code is horrible to look at due to large amount
	of debugging code- could not get much of my original design
	to work, but finally got it to work after finding a memory leak
	bug. Appears to be sturdy (I haven't witnessed it crash or
	screw up yet).
