Gaspell version .26
January 3, 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
.26 (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.

You should be able to type
./configure && make

To configure and make the program.  Just run it out of the current
directory for now as it won't be able to find all the help file
otherwise.

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

