2007-02-11  Jim Meyering  <jim@meyering.net>

	Version 1.4.
	* Coda.pm ($VERSION): Increase to 1.4.

	* Makefile.PL (WriteMakefile): Use gzip's --rsyncable option,
	if possible.

	* t/0*.t: Use "$ENV{LC_ALL} = 'C';".  That is simpler,
	should work just as well, and may even be more portable.

	Use setlocale to ensure we get English diagnostics.
	* t/01basic.t, t/02noclobber.t, t/03nointerfere.t: Use setlocale,
	in case the system default language is not "C" or en_*.
	This is necessary for some MacOS X configurations.
	Also fix typo: s/email line/stderr line/.
	Suggestions from Ed Santiago.

2007-01-19  Jim Meyering  <jim@meyering.net>

	Version 1.3.
