Thu Dec  5 20:19:31 1996  Andreas Kupries  <aku@bluepeak.westend.com>

	* The last changes reworked the package installation to conform to
	  the new standard set by the core: library and package index go
	  into a subdirectory of the library directory (making it a
	  sibling to tclX.Y).

	* Makefile.in (EXTENSION): set to Trf, the official name of this extension.
	  (LIB_RUNTIME_DIR): use EXTENSION, VERSION to determine complete path.
	  (install): target 'install-package' removed.
	  (install-lib): install package index too.

	* got a patch from Jan Nijtmans <nijtmans@nici.kun.nl>:

	- Addition of LIB_RUNTIME_DIR (needed for Solaris, otherwise
	  the custom tclsh cannot find libtrf1.0.so at run-time.)
	- Changed pkgIndex.tcl such that the library is only loaded
	  when one of the commands are used for the first time
	  (like memchan).
	- Add a Tcl_StaticPackage() call in tclAppInit.c
	- blowfish/bf_tab.h needs to be devided into 4 blocks with
	  {}'s around it, otherwise a warning is given (gcc -Wall (aku)).

Wed Dec  4 20:18:20 1996  Andreas Kupries  <aku@bluepeak.westend.com>

	* registry.c (TrfWatch): now forwards request to parent too.

Tue Dec  3 22:38:05 1996  Andreas Kupries  <aku@bluepeak.westend.com>

	* digest.c: fixed problem regarding to 'XX->dest'. NULL's were not
	  handled. Tripped by new 'TrfClose' in registry.c

	* tests:  These were changed too, to use 'unstack $XX' instead of
	  'transform remove $XX head'.

	* registry.c: Twiddled with it the last 2 days to use the simpler
	  Tcl_ReplaceChannel API, as propossed by J.Nijtmans. Now the package
	  again compiles, links and passes all tests. // This is a branch //

Wed Oct 16 21:59:39 1996  Andreas Kupries  <aku@bluepeak.oche.de>

	* tools/md: new example for generation and check of message
	  digests. supersedes example 'md5sum'. independent of external
	  script libraries.

Tue Oct 15 00:06:20 1996  Andreas Kupries  <aku@bluepeak.oche.de>

	* init.c (Trf_Init): register new digests.

	* adler32.c, crc32.c: added message digests algorithm contained in
	  zlib as separate commands.

	* templates/cvt_template.c: see below.

	* templates/opt_template.c: fixed errors in template
	  (clientData).

	* init.c (Trf_Init): register compressor.

	* doc/man.tex: added description of "zip"-command, extended
	  chapter containing the references to external copyrights.

	* zip_opt.c: option processor for compressor.

	* zip.c: added compressor based on zlib library (authors:
	  Jean-loup Gailly (gzip@prep.ai.mit.edu)
          Mark Adler (madler@alumni.caltech.edu)).

Mon Oct  7 22:55:44 1996  Andreas Kupries  <aku@bluepeak.oche.de>

	* Module ready for delivery. Starting official log now.

