1) Add new GnomeSpell class. GnomeSpell is the Gnome CORBA-based frontend to Aspell. I need to do the configure magic to get this working. If found, it will supercede the Pspell/Aspell and Ispell checkers (assuming I get it to work acceptably).
2) Speedups in the Pspell class - no need for UT_convert, malloc, or free thanks to the String classes 3) Move the "could not load dictionary" message to a higher, shared place. Was essentially duplicate code 4) Add a new class method which attempts to educate the spell checker about word replacements. Ispell has a dummy do-nothing implementation. The Pspell and GnomeSpell classes have implemented this method. This method doesn't currently get used at all, but I'm going to fix that shortly. Dom CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/other/spell/xp/ispell_checker.cpp CVS: src/other/spell/xp/pspell_checker.cpp CVS: src/other/spell/xp/pspell_checker.h CVS: src/other/spell/xp/spell_manager.cpp CVS: src/other/spell/xp/spell_manager.h CVS: Added Files: CVS: src/other/spell/xp/gspell_checker.cpp CVS: src/other/spell/xp/gspell_checker.h CVS: Removed Files: CVS: src/other/spell/xp/gnome-spell.c CVS: ---------------------------------------------------------------------- __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
