Applet !Abbrev
--------------
Automatic abbreviation expansion as-you-type.

Adds 'Abbreviations' option to the Applets menu.

If 'Abbreviations' is enabled, abbreviations are automatically expanded when
they are surrounded by spaces, Returns etc.

The sub-menu provides the following options:

'Edit'         Edit abbreviations and expansions in Edit.
'Reload data'  Reload data after editing abbreviations.

File format is: /abbrev/expansion<LF>
                /abbrev/expansion<LF>
                ...

Expansion strings may contain escape sequences such as |M, or macros 
enclosed in braces such as {Date}. You can insert effect changes such as
Bold and Italic using key macros e.g. {CS_B}, {CS_I} etc. See the default
abbreviations for examples.

Note that after editing the abbreviations, you must use the 'Reload data'
option in order to load in the new expansions.

Installing Applets
------------------
In order to use this Applet, it must be copied into the !OvnPro.Applets
directory and then Ovation Pro must be re-run.

Applets may be enabled/disabled by double-clicking over them. When disabled,
an Applet's name is suffixed with a '-'.

Ovation Pro must be re-run after enabling/disabling any Applets.

Versions
--------
Version 1.00 07/10/96  First full release.
        1.01 04/11/96  Fixed problem with 'PC-style delete' option.
        1.02 20/05/97  Abbreviation matching made none case-specific.
                       Now expands on terminating full stops and commas.
                       Uses OvationPro$AppletsDir to read/write resources.
        1.03 16/01/98  Fixed use of filereads()

