2007-04-28 Alberto Manuel Brandão Simões * Lingua-Jspell: Created module to handle jspell more cleanly. Old jspell.pm module should become deprecated. Please perform code changes in the new module. * configure.in: version 1.3.0 2006-04-21 Alberto Manuel Brandão Simões * correct.c: functions that return an integer should... return an integer. * jspell.c: a lot of code cleanup, including the remotion of some global variables. 2005-05-31 Alberto Manuel Brandão Simões * changed a lot of files to make jspell compile under OS-X (Tiger) The interactive mode is not working (need to test it on a Linux terminal) 2005-03-08 Alberto Manuel Brandão Simões * configure.in: Version 1.1.4 * perl/jspell.pm: Corrected some bugs for undefined variables. better parsing for word properties 2004-03-12 Alberto Manuel Brandão Simões * Makefile.am: preparing to distribute a pt dictionary with jspell itself. * perl/jspell.pm: local $/, version 0.05 * configure.in: version 1.1.3 * jspell-dict.in: added --dic-dir in jspell-dict command 2003-11-02 Alberto Manuel Brandão Simões * configure.in: produce correct libdir info. Detect full Perl path; * Makefile.am: added rules to produce jspell-dict; * jspell-dict.in: added jspell-dict.in base script to check jspell installed dictionaries 2003-10-29 Alberto Manuel Brandão Simões * configure.in: bumped version to 1.1.1; * jspell.pc.in: added information about library directory; 2003-10-09 Alberto Manuel Brandão Simões * configure.in: added jspell.pc.in 2003-05-12 Alberto Manuel Brandão Simões * configure.in: changed version number and added some bolds; detect agrep, if possible. This value should then be used on the perl module; * NEWS: started the use of the NEWS file; * perl/jspell.pm: Added object-oriented interface; 2003-01-25 Alberto Manuel Brandão Simões * configure.in: detect pod2man command; Version 1.00 is out! * Makefile.am: use variable POD2MAN instead of the command directly; 2003-01-12 Alberto Manuel Brandão Simões * configure.in: Get ready for 1.00 rc1 version; * perl/Makefile.PL: Module will be built using configure script; * configure.in: Added support for the perl module;