2004-02-04 22:27  kevina

	* manual/manual2.lyx:
	  Minor manual corrections.

2004-01-30 20:11  kevina

	* common/hash.hpp, common/parm_string.hpp, common/posib_err.hpp,
	  common/string.hpp, common/string_buffer.hpp,
	  common/string_list.hpp, manual/man-proc.pl,
	  modules/speller/default/data.hpp,
	  modules/speller/default/readonly_ws.cpp,
	  modules/speller/default/speller_impl.cpp,
	  modules/speller/default/vector_hash-t.hpp,
	  modules/speller/default/vector_hash.hpp, prog/aspell.cpp,
	  prog/check_funs.cpp:
	  Compile fixes for Gcc 3.4 and Sun WorkShop 6 compiler

	  manual/man-proc.pl:Minor minor formatting fixes.

2004-01-12 23:16  kevina

	* modules/speller/default/data_id.hpp:
	  Swaped dev_t ino_t

2004-01-03 01:10  kevina

	* configure.ac:
	  Removed solaris link hack as it was causing more problems than it
	  fixes.

2003-10-18 02:50  kevina

	* configure.ac, data/cp1250.dat, data/cp1251.dat, data/cp1252.dat,
	  data/cp1253.dat, data/cp1254.dat, data/cp1255.dat,
	  data/cp1256.dat, data/cp1257.dat, data/cp1258.dat,
	  lib/Makefile.am, modules/filter/url.cpp:
	  Incremented version numbers.	Reworked url filter which fixed
	  serveral bugs and now accepts   "bla.bla/kdkdl" as a url Added
	  cp125?.dat charsets.

2003-10-11 19:18  kevina

	* configure.ac, manual/manual2.lyx, manual/manual2.tex,
	  prog/aspell.cpp:
	  Updates for Aspell 0.50.4.1 prog/aspell.cpp: Fixed major bug in
	  pipe mode which caused the last character to be chopped off words
	  before they were stored.

2003-10-11 17:45  kevina

	* configure.ac, common/string_list.cpp, manual/man-proc.pl,
	  manual/manual2.lyx, manual/manual2.tex:
	  Final Changes Before 0.50.4 release.

2003-09-25 18:41  kevina

	* modules/filter/url.cpp:
	  Modified url filter to avoid accepting quotes as part of the url
	  and to avoid mistaking words with more than one period after it
	  as a url.

2003-09-10 22:40  kevina

	* prog/aspell.cpp:
	  Fixed bug so that Aspell will exit on EOF.  Fixed bug so that
	  Aspell will not output a new line on just EOF

2003-09-07 17:52  kevina

	* prog/check_funs.cpp:
	  Bug fix in getchar.

2003-09-07 17:47  kevina

	* prog/checker_string.cpp:
	  Fixed compile bug for Gcc 3.3

2003-05-17 23:13  kevina

	* prog/aspell.cpp:
	  Fixed bug in trim_wspace when strlen == 1 Avoid possibility of
	  passing string with strlen == 0 to trim_space

2003-05-11 23:31  kevina

	* modules/speller/default/multi_ws.cpp:
	  Fix for unhandled error on unreconized file format.

2003-05-11 22:56  kevina

	* manual/manual2.lyx, prog/aspell.cpp:
	  Fixed Aspell API Documentation

	  Complain on unimplented functions in Aspell utility instead of
	  doing nothing or aborting.

2003-05-11 22:11  kevina

	* common/vector.hpp, modules/speller/default/data.cpp,
	  modules/speller/default/data.hpp:
	  Removed a few const that were causing problems for some
	  compilers.

2002-12-20 21:01  netztorte

	* prog/aspell.cpp: don't set stdin/out buffer on win32, instead
	  flush stdout each line to fix pipe mode

2002-12-19 14:07  netztorte

	* manual/manual2.lyx: Updated Win32 notes about compilation,
	  installation and codepage problems

2002-11-29 02:16  kevina

	* common/posib_err.cpp:
	  Fixed gcc 3.3 compile problem.

2002-11-27 22:02  netztorte

	* win32/: Makefile, settings.h: Added prebuilt Makefile and
	  settings.h for building the Win32 version with MinGW GCC3.2.

2002-11-25 19:22  kevina

	* common/: posib_err.hpp, string.hpp:
	  Portibility Fix for intel compliler.

2002-11-25 18:34  netztorte

	* common/info.cpp, common/iostream.hpp,
	  modules/speller/default/readonly_ws.cpp, prog/aspell.cpp:
	  common/info.cpp: renamed ERROR to RETURN_ERROR
	  common/iostream.hpp: no DLLIMPORT for MinGW compilation
	  modules/speller/default/readonly_ws.cpp: renamed OUT to out
	  prog/aspell.cpp: adjusted setvbuf size for win32

2002-11-23 22:26  kevina

	* manual/: manual2.lyx, manual2.per, manual2.tex:
	  Final changes before release.

2002-11-11 04:00  kevina

	* examples/Makefile.am, manual/dev-html/Makefile.am,
	  manual/dev-text/Makefile.am, manual/man-html/Makefile.am,
	  manual/man-text/Makefile.am, scripts/Makefile.am:
	  Fixed so that spell can be built outside the source tree (i.e.
	  with VPATH)

2002-11-11 03:49  kevina

	* configure.ac, common/Makefile.am, common/file_util.cpp,
	  lib/Makefile.am, manual/manual2.lyx, manual/manual2.tex,
	  modules/filter/Makefile.am, modules/speller/default/Makefile.am,
	  modules/speller/default/writable_base.cpp,
	  modules/tokenizer/Makefile.am:
	  Ignored Locking Errors.  Linked all sub libraries into main
	  library.

2002-11-04 17:47  kevina

	* prog/aspell.cpp:
	  Hopefully fixed the ispell alignment bug for good.  Thanks for
	  Ronald Wahl for finding it.

2002-10-04 07:59  kevina

	* prog/aspell.cpp:
	  Fixed bug when newline wasn't being passed on to spell checker.

2002-09-28 23:00  kevina

	* common/Makefile.am, data/koi8-u.dat, manual/edit-man,
	  manual/manual2.lyx, manual/manual2.tex,
	  modules/filter/Makefile.am, modules/speller/default/Makefile.am,
	  modules/tokenizer/Makefile.am, prog/aspell.cpp:
	  Final updates before release.

2002-09-25 22:45  kevina

	* prog/checker_string.cpp:
	  Fixed part one of bug #613714 and a hack to sort of fix part two.

2002-09-23 21:38  kevina

	* configure.ac, modules/speller/default/speller_impl.cpp,
	  prog/aspell.cpp, prog/checker_string.cpp:
	  Incremented version number Fixed bugs in pipe mode include
	  get_word_pair Store replasment in check mode Eliminated useless
	  use of get_word in checker_string.cpp

2002-09-18 09:33  kevina

	* common/: fstream.cpp, fstream.hpp, iostream.cpp:
	  Avoided closing standard streams when FStream is destroyed to
	  allow the aspell library to be dlopened.

2002-09-09 15:27  kevina

	* prog/: aspell.cpp, compress.c:
	  compress.c: WIN32 Bug Fix aspell.cpp: Bug fix when '^' starts a
	  line.

2002-08-31 15:10  kevina

	* examples/example-c.c:
	  Bug fixes in example-c

2002-08-30 16:02  kevina

	* prog/aspell.cpp:
	  Fixed a bug in which the last line without newline will be
	  ignored.

2002-08-30 15:11  kevina

	* examples/example-c.c, scripts/run-with-aspell.create,
	  scripts/spell:
	  Updated example to include dumping a configuration option as a
	  list.

	  Added missing files.

