2000-08-29  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am: Removed generation of timestamp file for
	docstrings.txt.

	* sizzle.init (implementation-vicinity): Take version number into
	account.

2000-08-28  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (DOCSTRING_CANDIDATES): Removed files from the
	../extensions directory.

2000-08-24  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (SUBDIRS): Removed `db'.

2000-08-22  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Removed description of docstrings.txt.in.

	* Makefile.am (DOCSTRING_CANDIDATES): Added ../libsizzle/pointer.c.
	(docstrings.txt): Removed references to docstrings.txt.in.

	* Removed the no-longer-needed file docstrings.txt.in.
	
2000-08-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (subpkgdatadir): The files docstrins.txt and
	sizzle.init get now installed in $LIBRARY_DIR
	(/usr/local/share/sizzle/$(VERSION) by default.
	Added the subdirectory `db'.
	(DOCSTRING_CANDIDATES): Added ../extension/gdbm.c.

2000-08-17  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (DOCSTRING_CANDIDATES): Added
	../libsizzle/profile.c, srfi-1.c and uvector64.c.

2000-08-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (SUBDIRS): Added `net' subdirectory.

2000-08-14  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am: Changed the reference to io.c to iofun.h.

	Added `core' subdirectory for the core modules.
	* README: Adjusted to new directory layout.

2000-08-11  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Brought up to date.

2000-07-13  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* init.scm: Added Guile-compatible `stat:*' accessor functions,
	removed old `st:*' accessors.

2000-07-10  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (DOCSTRING_CANDIDATES): Added some newly
	docstringified C files.

2000-07-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am: Added net.c to the list of docstring candidates.

2000-07-05  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* docstrings.txt.in: Removed docstrings from boolean.c.

2000-06-29  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* sizzle.init: Added initialization file for SLIB.  Kind of works,
	but the neat stuff (macros and stuff) make trouble.

2000-06-28  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am (DOCSTRING_CANDIDATES): Added doc.c.

	* docstrings.txt.in: Moved docstrings to libsizzle/doc.c.

	* record.scm: New file. Implements Scheme-level record types using
	macros.

	* Makefile.am ($(srcdir)/stamp-docstrings): Added some comparing
	and timestamp magic to avoid unnecesssary builds and touches of
	docstrings.txt.

2000-06-27  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* docstrings.txt: Added docstrings for the builtin vector
	procedures and the value(s) procedures.
	Added docstrings for all homogenous vector procedures.

2000-06-21  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* init.scm: Removed the definitions of `id' and `compose'.

	* format.scm, getopt-long.scm, list-lib.scm, regex.scm,
	vector-lib.scm, string-lib.scm: Converted to new module system.

2000-06-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* init.scm: Does not load user init file anymore, the driver
	program does it now.

2000-06-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* regex.scm: Ported from Guile.

	* Makefile.am: Now generating autoloads for getopt-long.scm, too.

	* getopt-long.scm: Ported from Guile.  It has all functionality,
	but pollutes the name space.  Maybe we need a module system after
	all...

2000-06-14  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Makefile.am: Added generation of the file `autoloads.scm'.

	* init.scm: Autoloads are now loaded from the file
	`autoloads.scm'.

2000-06-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* docstrings.txt: Added docstrings for some Posix functions and
	all regular expression functions and constants.

	* string-lib.scm (tilde-expand): New procedure for expanding
	strings of the form ~/filename or ~username/filename like bash and
	Emacs do.

	* Makefile.am: Added string-lib.scm.

	* init.scm: Changed `load' to use the primitive
	`primitive-load-path'.
	Load the library file `string-lib.scm' on startup.

2000-06-02  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* docstrings.txt: Added docstrings for all IO primitives defined
	in io.c.
	Added docstring for string port primitives defined in sport.c.

2000-06-01  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* psyntax.pp, psyntax.ss: Removed.

2000-05-31  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* docstrings.txt: Added docstrings for equality tests, numeric
	operations and boolean operations.

	* Makefile.am: Added installation rules for `docstrings.txt'.

	* docstrings.txt: New file for holding all run-time accessible
	documentation strings.

2000-05-17  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* list-lib.scm: Since the bug in the primitive `car+cdr' was
	eliminated, this is now declared as a working library.

	* vector-lib.scm: Fixed copyright string.

2000-04-26  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* init.scm: Removed definition of
	`call-with-current-continuation', since it is a builtin procedure
	now.

2000-04-10  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* Cleaned up test directory.

