This message announces the availability of Scheme Library release
slib1d3.

New in release slib1d3 are:

	* comlist.scm: prefixed all functions with "comlist:".
	* Template.scm *.init (output-port-height): added.
	* hashtab.scm (hash-map hash-for-each): added.
	* alist.scm (alist-map alist-for-each): added.
	* comlist.scm (delete delete-if atom): renamed as in common lisp.
	* comlist.scm (delete-if-not): added.
	* tree.scm: moved tree functions out of comlist.scm
	From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
	* modular.scm: improvements and fixed bug in modular:expt.

SLIB is a portable scheme library meant to provide compatibiliy and
utility functions for all standard scheme implementations.

SLIB includes initialization files for Chez, ELK 1.5, GAMBIT,
MITScheme, scheme->C, Scheme48, and T3.1.  Scm4c also supports SLIB.

Documentation includes a manifest, installation instructions, and
coding standards for the library.  Documentation on each library
package is supplied.

SLIB can be obtained via ftp (detailed instructions follow) from:
altdorf.ai.mit.edu:archive/scm/slib1d3.tar.z
prep.ai.mit.edu:pub/gnu/jacal/slib1d3.tar.z
nexus.yorku.ca:pub/scheme/new/slib1d3.tar.Z

Programs for printing and viewing TexInfo documentation (which SLIB
now has) come with GNU Emacs or can be obtained via ftp from:
prep.ai.mit.edu:pub/gnu/texinfo-2.16.tar.z

Newly updated files in these directories are compressed with
patent-free gzip (no relation to zip).  The program to uncompress them
is available from
prep.ai.mit.edu:pub/gnu/gzip-1.0.7.shar
prep.ai.mit.edu:pub/gnu/gzip-1.0.7.tar

  ftp altdorf.ai.mit.edu [18.43.0.152] (anonymous)
  cd archive/scm
  bin
  get slib1d3.tar.z

or
  ftp prep.ai.mit.edu (anonymous)
  cd pub/gnu/jacal
  bin
  get slib1d3.tar.z

  `slib1d3.tar.z' is a compressed tar file of a Scheme Library.

Remember to use binary mode when transferring the *.tar.z files.
