WHAT'S NEW IN VERSION 1.1?
==========================

* Over four times quicker.
* A fraction of its previous size.
* Two new Preferences.
* A Smaller, more efficient suggestions screen.
* Spell check ascii files and memo variables.
* Spell check Tables in table view using the clipboard
* Preference changes come into force immediately
* About box now shows free disk space

NEW PREFERENCES
===============
There are 2 new preferences
- "Suggestions box on top"
	Decide to keep the suggestions box open or
	keep invisible until needed. Very useful where
	you have many spelling mistakes in close 
	succession, preventing frequent screen redraw.
- "Make me bob every"
	Determine the frequency at which Profess Lex's
	head bobs from side to side when checking words.
	In large memos significant performance gains can
	be achieved by increasing the number of words
	between "bobs".


NEW METHODS
===========
The four previous methods now all take a single argument,
the form name, if called from a pushButton simply pass "".

checkFile
	You can now pass an Ascii file name to 
	Professor Lex for checking. This can be
	very useful to those who have applications
	referencing text files within tables.
checkMemoVar
	Pass Professor Lex a memo variable and he 
	will check it and write any changes to a
	temporary file where you can use the
	changes or not.

WHAT'S OUT!
===========
The "in context" feature is no longer available as it 
is superceded and thus redundant. The preference to
"ignore numbers" is also redundant. All numbers are
now always ignored.
