Version 3122p2  - 

* Fix bug in MSDOS version that caused ec2.exe to abort

* Default .l file added a ".exe" to the executable file

Version 3122p1  - 

* Documentation changes

* Fix problem with implementation of bool type

* Fix Borland .cfg files

* Add more code to "hello.e" to do a bit more testing

Version 3122p0  - 

* eon: -b option works (again)

* bool type is now optional at compiler build time.
	gcc 2.6 has bool as a built in type. The default is to assume bool
	is built in.

* redefinition bug. general.equal caused a problem

* inheritance bug. if a feature was redefined more than once in different
	parents, the compiler thought it was a duplicate

* several minor changes to stop warnings from gcc 2.6.0

* Code generation faults:
	Aliased functions returned a value even if they were void

* various tidying up

* configure script now uses the specified compiler instead of cc

* database function key_value() now requires a reference arguments instead
   	of values


Version 3122

This is the first real beta test release.
