2001-06-25  Gary Houston  <ghouston@arglist.com>

	* README, NEWS: updated.
	* configure.in, goosh.scm: bump up the version.
	* Makefile.am (subpkgdatadir): remove "regex" that slipped into
	the path.

2001-06-24  Gary Houston  <ghouston@arglist.com>

	* version 1.2.

	* goosh.scm: use (list) instead of () for the empty list.
	I've avoided '() since it needs double quoting when it
	will be expanded by a macro.
	Use gensym instead of gentemp.
	
	* Makefile.am: respect the configured prefix when installing,
	instead of using directory supplied by guile-config.
	* configure.in: don't check for guile-config.  Adapt for recent
	autoconf changes.
	* README, NEWS: updated.

2000-11-18  Gary Houston  <ghouston@arglist.com>

	* version 1.1.
	
	* NEWS: new file.
	* README: updated.

2000-11-16  Gary Houston  <ghouston@arglist.com>

	* use autoconf and automake: Makefile.am, Makefile.in,
	configure.in, autogen.sh, install-sh, mkinstalldirs, missing,
	INSTALL: new files.

	* goosh.texi: declare macros using "@deffn syntax" instead of
	@defun.

	* goosh.scm (pipe-make-redir-commands): use close-fdes instead of
	close-port to avoid flushing output ports.  use port-for-each
	instead of close-all-ports-except.  catch exceptions when closing
	the file descriptors.
	(pipe-split-components, remove-dup-connections!): don't export.

2000-11-13  Gary Houston  <ghouston@arglist.com>

	* goosh.scm (remove-dup-connections, do-remove-dup): combined
	into remove-dup-connections! and simplified.
	* (pipe-split-components): simplify slightly.
	
2000-11-12  Gary Houston  <ghouston@arglist.com>

	* goosh.texi: tail-call-program docs updated.

	* goosh.scm (tail-call-program): don't flush ports.  it's not the
	right thing to do in a child process.
	(stdports->stdio): rewritten.  when setting up the file descriptors,
	don't move existing ports out of the way, just clobber them (in
	case they have been damaged by a preceding close-fdes).
	don't return a list of ports.
	don't export this procedure.
	(tail-call-program): don't save return value from stdports->stdio.
	(throughout): quote the empty list ().

	* use export instead of define-public.

2000-06-26  Gary Houston  <ghouston@arglist.com>

	* version 1.0.

	* there are no ChangeLog entries for earlier versions.

	