Revision history for Perl extension Text::Aspell.
## $Id: Changes,v 1.4 2002/08/29 20:28:00 moseley Exp $ ##
0.02 Sat Aug 31 14:58:31 UTC 2002
- Added new method:
@dicts = $speller->dictionary_info;
returns hash ref instead of a : joined string
- Added new method:
@option_list = $speller->get_option_as_list( $option_name );
returns the option setting as a list (since some options are lists)
- Added new method:
$options = $speller->fetch_option_keys;
returns the available config options and their defaults
- Removed option_list array.
0.01 Thu Aug 29 19:49:51 UTC 2002
- Updated and renamed from Text::Pspell to use GNU Aspell 0.50.
Update to GNU Aspell provided by T.J. Mather, Aug 24, 2002.
- Updated config options displayed in print_config() method.
- Added list_dictionaries() method to list available dictionaries
and added test.