2021-02-11  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.4.2

2021-02-11  Peter Spjuth  <peter.spjuth@gmail.com>
	Added -lines option to diffFiles, to keep file contents.
	This allows a handler to only read each file once, saving
	I/O and not have a potential problem with files changing.

2020-02-15  Peter Spjuth  <peter.spjuth@gmail.com>
	DiffStrings should not lose any part even when ignoring space.

2019-03-27  Peter Spjuth  <peter.spjuth@gmail.com>
	Always allow post processing for small blocks.

2018-10-07  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.4.1
	Working compareStreams command.

2018-10-06  Peter Spjuth  <peter.spjuth@gmail.com>
	Started on compareStreams command.

2017-12-02  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.4.0
	Require Tcl 8.6.

2017-12-02  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.11
	Changed default pivot to 10.

2017-12-02  Peter Spjuth  <peter.spjuth@gmail.com>
	Optimised post process. Ludicrous speedup on large files.
	Optimised reading. Ludicrous speedup on large files.

2017-01-10  Peter Spjuth  <peter.spjuth@gmail.com>
	Added -gz option to diffFiles command to compare compressed files.

2016-08-15  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.10

2016-06-19  Peter Spjuth  <peter.spjuth@gmail.com>
	Recoded DiffStrings2 to take it closer to be suitable.

2016-06-11  Peter Spjuth  <peter.spjuth@gmail.com>
	Updated to TEA 3.10

2016-06-11  Peter Spjuth  <peter.spjuth@gmail.com>
        Use Tcl_AllocStatBuf to hopefully avoid some crashes on Windows.
	The next step here would be to use Statbuf support in 8.6 and bump
	dependency to 8.6.

2016-06-09  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.9

2016-06-09  Peter Spjuth  <peter.spjuth@gmail.com>
	Updated to latest sampleextension

2016-06-09  Peter Spjuth  <peter.spjuth@gmail.com>
	Word matching should use non-space as word definition in all
	versions. (DiffStrings used alnum up to now)

2013-12-20  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.8

2013-12-20  Peter Spjuth  <peter.spjuth@gmail.com>
	Added EXTERN and similar to compile ok on windows.
	Patch from Andreas Kupries.

2012-07-12  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.7

2012-07-11  Peter Spjuth  <peter.spjuth@gmail.com>
	Include debug info to see why C version failed to load in VFS.

2012-07-11  Peter Spjuth  <peter.spjuth@gmail.com>
	Use recursive LCS to post process forbidden matches.

2012-07-10  Peter Spjuth  <peter.spjuth@gmail.com>
	Lots of restructuring to allow LcsCore to work recursively.
	Specially, all lines are included in V/E/P vectors even if
	a range is set.

2012-07-02  Peter Spjuth  <peter.spjuth@gmail.com>
	Handle alignment within postprocessing of forbidden matches.

2012-06-26  Peter Spjuth  <peter.spjuth@gmail.com>
	Bug-fix in postprocessing of forbidden lines.

2012-06-26  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.6

2012-06-22  Peter Spjuth  <peter.spjuth@gmail.com>
	Added -pivot (default 100) to forbid large equivalence classes.

2012-06-21  Peter Spjuth  <peter.spjuth@gmail.com>
	Restructured code to use a "forbidden" mechanism to implement
	-noempty flag.
	Include hash info in linelist used by forbidden mechanism.
	Another correction of Candidate stack allocation.
	Use a rough but reasonable post processing with forbidden.

2012-06-12  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.5

2012-06-12  Peter Spjuth  <peter.spjuth@gmail.com>
	Needed larger stack in ScoreCandidate. Made it dynamic this time.

2012-02-17  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.4

2012-02-12  Peter Spjuth  <peter.spjuth@gmail.com>
	Needed larger stack in ScoreCandidate.
	Support building multi-platform VFS.

2012-01-05  Peter Spjuth  <peter.spjuth@gmail.com>
	Fixed a bug where alignment was not properly shown in output.
	Bumped revision to 0.3.3

2011-04-10  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.2
	Use diff.exe if included in VFS.
	Include fallback to pure Tcl LCS implementation.

2011-04-10  Peter Spjuth  <peter.spjuth@gmail.com>
	Updated to TEA 3.9

2010-06-28  Peter Spjuth  <peter.spjuth@gmail.com>
	Continued on compareFiles command.

2010-06-24  Peter Spjuth  <peter.spjuth@gmail.com>
	Started on compareFiles command.

2010-06-24  Peter Spjuth  <peter.spjuth@gmail.com>
	Support -encoding and -translation in diffFiles.

2010-06-23  Peter Spjuth  <peter.spjuth@gmail.com>
	Bumped revision to 0.3.1
	Added -result option to diffFiles and diffLists.

2010-06-21  Peter Spjuth  <peter.spjuth@gmail.com>

	Bug fix. List indices in diffLists started at 1 instead of 0.

2010-06-21  Peter Spjuth  <peter.spjuth@gmail.com>

	Bumped revision to 0.3.

2010-06-21  Peter Spjuth  <peter.spjuth@gmail.com>

	Made -noempty work reasonably.

2010-06-12  Peter Spjuth  <peter.spjuth@gmail.com>

	Patch from Andreas Kupries to compile on more platforms.
	Avoid // comments.
	Avoid inline on some platforms.

2010-03-30  Peter Spjuth  <peter.spjuth@gmail.com>

	Added -regsubleft and -regsubright to diffFiles.

2010-03-30  Peter Spjuth  <peter.spjuth@gmail.com>

	Implemented -regsub in C version.

2010-03-08  Peter Spjuth  <peter.spjuth@gmail.com>

	Added diffLists.

2010-03-05  Peter Spjuth  <peter.spjuth@gmail.com>

	Rehosted to GIT.
	Updated to TEA 3.7
	Started to actually use the ChangeLog

2004-05-02  Peter Spjuth  <peter.spjuth@gmail.com>

	Starting on DiffUtil package.
