New in this release (v0.98a):
-----------------------------
This release fixes a bug in v0.98 relating to writing aliases to files.
It has no additional feature over v0.98.

New in release v0.98
--------------------
1) The '-r <filename>' option is obsolete. In its place, a new option
   '-s <filename>' is added. The file may contain both alias definitions
   and environment variables settings.

2) The command "alias -r <filename>" is now replaced by a more general
   command called "source <filename>". The contents of <filename> may
   contain both alias definitions and environment variables settings.

3) Alias expansions will not be shown if the '-q' flag is used.

4) Alias definition in a file requires the "alias" keyword. Previously, an
   alias definition in a file looked like: 
	   c=cls
   Now, it must be defined as:
           alias c=cls OR
           alias c cls

5) Verify on/off settings work now.

6) Hitting the <Esc> key clears the command line.



