Subsections
   
  * Changes from .11.1 to .11.2 (August 19, 2000)
  * Changes from .11.0.2 to .11.1 (August 3, 2000)
  * Changes from .11.0.1 to .11.0.2 (June 18, 2000)
  * Changes from .11 to .11.0.1 (June 11, 2000)
  * Changes from .10 to .11 (June 11, 2000)
  * Changes to .10 (April 2, 2000)

--------------------------------------------------------------------------

6. Changelog

Changes from .11.1 to .11.2 (August 19, 2000)

  * Changed my email from kevinatk@home.com to
    kevina@users.sourceforge.net please make a note of the new email
    address.
  * Added the ``repl'', ``save-repl'', ``ignore-repl'' options.

Changes from .11.0.2 to .11.1 (August 3, 2000)

  * Compile fixes for better C++ compliance and less warning when
    compiled with -Wall.
  * Fixed some bug in the configuration classes which caused aspell's
    dont-strip-accents not to work when specified on the command line.
  * Added ``personal'' option to change the personal word list.

Changes from .11.0.1 to .11.0.2 (June 18, 2000)

  * Compile fixes so pspell will compile with the very latest gcc
    version (CVS Version)
  * Included libltdl so it will compile with --enable-ltdl

Changes from .11 to .11.0.1 (June 11, 2000)

  * Fixed a bug in PspellConfigImpl::merge that caused the Aspell module
    to core dump.

Changes from .10 to .11 (June 11, 2000)

  * Added support for searching for the word list to use based on the
    language, and other information. This included support for other
    modules other than Aspell.
  * Added support for linking modules in a compile time so that Pspell
    will also work with static libraries and on system where libltdl does
    not work.
  * Temporary disabled using the libltdl library as it will only work
    well with C++ libraries on Linux. This means that all modules must be
    linked in at compile time using the ``./add-modules'' script. If you
    want to enable it use ``--enable-ltdl'' when running configure.
  * Added support for non ``iso-8859-1'' encodings. The ``machine
    unsigned 16'' and ``machine unsigned 32'' encoding are still untested
    however.
  * Switched to the HEAD branch of libtool as the multi-language branch
    was causing too many problems.
  * Fixed it so that the manual will install in the correct location.
  * Bug Fixes.

Changes to .10 (April 2, 2000)

  * Initial release.

--------------------------------------------------------------------------

