|echo `{ date '+%a %d %b %Y %H:%M' } `{ logname}^@`{hostname}
|fmt

Tue 25 Feb 1997 11:46 alan@oldp.nmsu.edu

	Release v1.6

Tue 25 Feb 1997 11:01 alan@oldp.nmsu.edu

	expand.c: 
	unexpand.c: 
	fmt.c: 
	utftools.h:
	gettabs.c: 
	Makefile.in:
	
		Removed support for picking up the number of spaces per tab
		from $tabs. This is better handled by a shell wrapper
		function.
	
	check.fmt: 
	check.wc: 
	check.expand: 
	check.unexpand: 
	Makefile.in:
	
		Added basic functionality checks.
		
	configure.in:
	
		Now only add -L${libdir} and -I${includedir} to @LDFLAGS@ and
		@CPPFLAGS@ if the directories exist. (Otherwise, for example,
		-LNONE/lib and -INONE/include can be added.)
	
	Makefile.in:
	
		Installing the man pages now works correctly from a build
		directory that is not the source directory (added ${srcdir}
		before the man pages).
		
	README: 
	*.1:
	
		Changed amw back to Alan.Watson as pobox.com have agreed to
		redirect this to alan.watson.
	
		Updated documentation.

Sun 23 Feb 1997 17:09 alan@oldp.nmsu.edu

	Release v1.5

	README:
	*.1:
	
		Changed Alan.Watson to amw as pobox.com forces all aliases to
		lower case and URLs are case sensistive.

Sun 23 Feb 1997 16:33 v1.4 alan@oldp.nmsu.edu

	Release v1.4

	configure.in: 
	Makefile.in:
	
		Added -L$libdir and -I$includedir to @LDFLAGS@ and @CPPFLAGS@.
		Added -lutf to @LIBS@. Added check for -lutf and utf.h in
		configure script.
	
Sun 23 Feb 1997 15:42 alan@oldp.nmsu.edu

	Release v1.3
	
	README:
	
		Added acknowledgement to Alistair Crooks for testing v1.1.
	
Sun 23 Feb 1997 15:15 alan@oldp.nmsu.edu

	Release v1.2

	*.1:
	
		Fixed numerous small errors in manual pages.
	
	wc.c:
	
		Added total counts if more than one file specified. I don't like this
		behaviour, but it matches that of the standard UNIX wc.
		
		Runes now include both good and bad UTF sequences (following
		Plan 9); previously runes only included good UTF sequences.

Sat 15 Feb 1997 15:54 alan@oldp.nmsu.edu

	Limited release of v1.1 to Alistair Crooks
