Revision history for Lingua-Jspell

1.62 April 30, 2009
   - handle correctly dictionaries that do not ship a .irr file
   - bettered ujspell handle of single-letter analysis
   - dictionaries .meta file are not longer supported
   - .meta file replaced by .yaml file
   - new YAML::Any dependency
   - new analysis to tag conversion function (under tests)

1.61 February 15, 2009
   - added jspell-dump script to dump all words and flexions for a
     dictionary or list of words;
   - fixed problem with forks usage on der method;
   - fixed problem with jspell personal dictionaries;
   - make jspell complain when no dictionary can be opened.

1.60 January 23, 2009
    - fixed problem with windows and open2.

1.59 January 22, 2009
    - removed dependency for 'grep' and 'echo';

1.58 January 14, 2009
    - fixed bug with build.pl under linux systems.

1.57 November 21, 2008
   - rewritten the build.pl script to detect properly the installation
     path (I hope).

1.56 November 11, 2008
   - added ujspell script to use jspell with unicode (-a and -l);
   - Corrected set_mode modes in the C library;

1.55    June 3, 2008
    - removed agrep source code and its dependency;
    - Corrected dependencies on some modules;

1.54    April 23, 2008
    - add code to check ncurses.h header file availability;
    - a Jspell library is now built under Linux, MacOS and Windows;
      Unfortunately I couldn't test it yet. Things should get better
      in the next few days.

1.53    April 22, 2008
    - fix problems with carriage return under Windows platforms;
    - fix problems with ' being used on command lines under Windows;
    - suggest the use of codepage 1252 under Windows for correct 
      latin1 display (chcp 1252), and the configuration of a True
      Type Font on the command prompt terminal.

1.52    April 21, 2008
    - install both Portuguese and English dictionaries.
    - depend on ExtUtils::CBuilder 0.23, important for Windows OS. 

1.51    April 21, 2008
    - first release supporting Windows, but with a buggy Makefile.PL

1.50    March 30, 2008
    - First stable release. Windows not supported yet.
      (waiting for ExtUtils::CBuilder update)

    - Added code to create dynamic library under Strawberry Win.
    - Added a new C file to define the global variables, so that we
      can build a library under windows.

1.50_06 March 24, 2008
    - Added code to create dynamic libraries under MacOS and Linux.
      (although the library is build it needs some core rewritting
       before being really useful).
    - Added jspell.pc to help other tools to detect the C library.
    
1.50_05 March 23, 2008
    - Portability to Microsoft Windows under development
      (although without ncurses => no interactive spell checking)
      - Tested with Strawberry Perl v5.10.0

1.50_04 March 21, 2008
    - Corrected scripts/installdic.in to create directory before
      copying files.

1.50_03 March 20, 2008
    - Corrected t/pod-coverage.t test to work with perl 5.10.0.
    - Added script to install Portuguese dictionary dinamically.

1.50_02 March 19, 2008
    - Added documentation to jspell-dict script
    - Added installation rules for man pages
    - Added the Lingua-Jspell-DictManager module

1.50_01 March 19, 2008
    - First version as a Perl Module.
    - Has some building problems that should be fixed before 1.50.