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

	* Makefile.am (sizzle_LDADD): Take libsizzle.la from
	$(top_builddir), not $(top_srcdir).

	* README: Added description example.dsp.

	* Makefile.am (INCLUDES): Use new variable for include directory
	for NLS.

	* example.c: Removed inclusion of <libsizzle/alloc.h>, which is
	included via <libsizzle/libsizzle.h> anyway.

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

	* Makefile.am (EXTRA_DIST): Added cgi-test.cgi.

	* cgi-test.cgi: New example for demonstrating CGI scripting.

	* README: Added cgi-test.cgi and daemon.scm.

	* daemon.scm: New example from the Guile mailing list: A simple
	echoing networking daemon.

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

	* README: More verbose now.

	* hello.scm: Made it work with command line options again (hmpf).

	* html-pp.scm (handle-file): Removed code checking whether a space
	character follows an expression, because `read' already eats it.

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

	* fileaccess.scm (file-valid?): Tests whether a file exists and is
	regular.
	(create-system-filename): Use `file-valid?' instead of
	`file-exists?' for file name checking.
	Removed definition of `file-exists?', since that is in the library
	now.

	* http.scm (read-content): Changed `sys:open' to `open-fdes',
	`sys:close' to `close'.

	* fileaccess.scm: Commented out `file-exists?', as it is in the
	library now.

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

	* http.scm (read-headers): Now using `string-trim-both' to get rid
	of carriage returns.

	* README: Restructured file list.

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

	* hello.scm: Adapted to use the new module system.

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

	* README: Updated file list.

	* Makefile.am: Added hello.scm to list of examples.

	* hello.scm: Ported from Guile by removing `use-modules' form and
	included into the distibution.

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

	* Makefile.am: Added chatserver.scm.

	* README: Updated file list.

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

	* webserver.scm (fork-and-handle): Webserver is now fork()ing and
	handles SIGCHLD signals

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

	* Makefile.am: The webserver is now included in the distribution.

	* webserver.scm, http.scm, fileaccess.scm, servlets.scm: Split up
	the webserver, added `dynamic URL' feature.

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

	* webserver.scm: Modularized a bit. Requests without protocol
	version are accepted now.

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

	* startup.scm: Do not use variable *command-line* anymore, use
	procedure (command-line) instead.

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

	* example.c (main): Added an example for handling generic Scheme
	value variable binding.

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

	* Cleaned up examples directory.

	* Implemented C example program.
	
