Gaspell version .27
Feb 22, 1999

Gnome frontend to the Aspell library.  Or put another way a simple
spell checker that does a way better job than ispell does with coming
up with suggestions.

In order to use it both Gnome .99.* (http://www.gnome.org) and Aspell
.27 (http://www.metalab.unc.edu/kevina/aspell) need to be installed in
your system.  Gcc 2.8 or egcs as the C++ compiler is also required as 
gcc 2.7.3 will no longer cut it.

To build it simply type 
  make
and then 
  ./gaspell
to run it. 
If that does not work edit the Makefile and try again.

Besides the regular gtk+ and gnome flags gaspell supports the following

   --master <base> - the base name of the master dictionary to use
   --personal <base> - the base name of the personal dictionary to use
   --replacement <base> -  the base name of the replacement dict. to use
   --ignore-repl - do not store replacements in the repl. dict.
   --infile

Try it out and let me know what you think.

kevinatk@home.com

PS: I will switch to automake/autoconf once I figure out how to get it
to work with gnome properly.  Any help would be more than appreciated.
