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

	* sizzle-ref.texi (System interface functions): Updated
	portability note for `fsync'.
	(Miscellaneous list procedures): Updated docs for `concatenate'
	`concatenate!', `reverse-append' and `reverse-append!'.

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

	* sizzle-ref.texi (Boxes): Added section about the box data type.
	(Box Operations): New section documenting box operations.
	(Pointer Operations): Documented pointer operations.
	(Pointers): Documented pointer data type.

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

	* sizzle-ref.texi (Starting Sizzle): Added longer description of
	all command line options.
	(Interactive Usage): Updated error messages to correct exception
	wording, added description of the tip.
	(Building Sizzle): Updated version numbers, added missing options
	to `configure'.
	(Homogenous numeric vectors): Added hint about configuration
	needed for uvectors.
	(Continuations): Updated because only escape procedures are
	supported.
	(Errors and Exceptions): Added note about phasing-out of errors.
	(Sizzle vs R5RS): Moved `call/cc' to `partly implemented section.
	(List operations): Documented which procedures need using (core
	list-lib).
	(String Operations): Documented which procedures need using (core
	string-lib).
	(Vector Operations): Documented which procedures need using (core
	vector-lib).
	(Homogenous Vector Operations): Added note about missing uvectors
	by default.
	(Control flow operations): Documented dependency on system startup
	file for `receive'.
	(Control flow operations): Updated docs for `call/cc' and added a
	portability note for `signal'.
	(Debugging Support): Added accessibility note.
	(System interface functions): Documented availability.
	(Network Procedures): Added availability note.
	(Macro functions): Commented out documentation for high-level macros.

	* sizzle-embed.texi, sizzle-ref.texi: Bumped version and edition
	number to 0.0.30.

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

	* README: Added description for index.html.

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

	* sizzle-ref.texi (Syntactic Forms): Changed documentation for
	`when', `unless', `false-if-exception' and `while' from `Defined
	syntax' to `Macro', because high-level macros have been removed
	from the core.  Added documentation for `continue'.
	(Control flow operations): Change documentation for `load', since
	it's a primitive now.

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

	* sizzle-embed.texi (Loading the init file): Some minor fixes and
	updates.

	* sizzle-ref.texi (Starting Sizzle): Fixed incorrect command line
	options `--e' and `--l' to `-e' and `-l'.

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

	* sizzle-ref.texi (Startup Sequence): Added documentation for the
	new command line option `-n, --no-system-init-file'.

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

	* sizzle-ref.texi (Control flow operations): Removed documentation
	for the primitive `catch-error'.

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

	* sizzle-ref.texi (Network Procedures): Added, updated and
	corrected the documentation for some network primitives.

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

	* sizzle-ref.texi (Debugging Support): Added documentation for
	`trace'.

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

	* sizzle-ref.texi (Control flow operations): Commented out
	documentation for `catch-error'.

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

	* sizzle-ref.texi: Updated date and versions.

	* sizzle-embed.texi (Creating Data Types): Documented how to
	create user-define types.  Made the sections under `Extending
	Sizzle' chapters, and removed that node.  Updated menu
	descriptions.  Updated date and versions.

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

	* sizzle-ref.texi: Added instructions for building Sizzle,
	documentation for hash tables and updated various parts.

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

	* sizzle-ref.texi (Hash table operations): Update docs for
	`make-hash'.
	(String operations): Updated the docs for `string-index' and
	`string-index-right'.
	(String operations): Added docs for `string-skip',
	`string-skip-right' and `string-count'.

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

	* sizzle-ref.texi (Numerical operations): Added documentation for
	the primitive `signum'.

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

	* sizzle-ref.texi (Eval function): Removed documentation for
	`toplevel-environment'.

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

	* sizzle-embed.texi (gen-if): Added documentation for the gen-if
	script.

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

	* sizzle-ref.texi (String operations): Corrected documentation for
	`string-[up,down,title]case[!]'.

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

	* sizzle-ref.texi (Predefined Variables, Misc functions): Added
	documentation for `%write-history-file%' and `profile-stats'.

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

	* sizzle-ref.texi (List selectors): Updated the description for
	several list procedures which were ported from Scheme to C.

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

	* sizzle-ref.texi (Predefined Variables): Commented out
	documentation for `gc-count', because it is deprecated.
	(Predefined Variables): Commented out deprecated variable
	`%command-line%'.
	(Startup Sequence): Typo fix.
	(Misc functions): Added documentation for `gc-stats'.
	(Eval function): Corrected documentation of the sigature of
	`safe-environment'.

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

	* sizzle-ref.texi (Sizzle History): Updated the section.
	(Command Line Editing): Added paragraph about history files.
	(General): Updated statement abou redefinition of variables.
	(Storage Model): Added paragraph about gc implementation.
	(Strings): Fixed a typo: `string-fill' => `string-fill!'.
	(Symbols): Rephrasing and note about bad symbol naming added.
	(Special values): Renamed section from `Unique values' and
	corrected documentation.
	(Constants): Fixed typos.
	(Predefined Variables): Added documentation for
	`%eval-time-taken%'.
	(Sizzle vs R5RS): Updated.

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

	* sizzle-ref.texi (Control flow operations): Changed `lambda?' to
	`closure?'.

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

	* sizzle-ref.texi (System interface functions): Updated
	documentation for `umask'
	(System interface functions): Changed `sys:open' to `open-fdes'.
	(System interface functions): Added documentation for `fcntl' and
	`fsync'.
	(System interface functions): New documentation for primitives
	`copy-file', `directory-stream?', `opendir', `closedir',
	`readdir', `rewinddir'.

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

	* sizzle-ref.texi (Input and output): Added documentation for
	`isatty?' and `object->string'.
	(System interface functions): Updated documentation for the value
	returned by `stat' and added documentation for the `stat:*'
	accessors.

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

	* sizzle-ref.texi (Hash table operations): Corrected typos in the
	hash table primitive documentation.
	(String operations): Corrected function prototypes for
	`string-any' and `string-every'.

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

	* sizzle-ref.texi (Symbol operations): Added documentation for
	`gensym'.
	(String operations): Documented the `string-pad*',
	`string-prefix*' and `string-suffix*' procedures.
	(Control flow operations): Documented `form?'.
	(Eval function): Documented `current-environment'.

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

	* sizzle-ref.texi (Boolean operations): Corrected documentation
	for `boolean?'.

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

	* sizzle-ref.texi (String operations): Added missing string
	procedures `string-trim-*', `string-up/downcase[!]',
	`string-any/every', `string-tabulate', `string-chop'.  Corrected
	documentation for string comparison procedures whose names were
	missing the question marks.
	
2000-06-21  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* README: Updated file list.

	* sizzle-ref.texi (Misc functions): Removed the documentation for
	`id' and `compose'.
	(Module System): Added module system syntactic forms and
	procedures.
	(Dynamic Loading): Added documentation for the dynamic loading
	facilities.

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

	* sizzle-ref.texi (Macro functions): Added documentation for
	`apply-macro'.

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

	* sizzle-embed.texi (Evaluation Functions): API updates to reflect
	recent changes.
	(Cell Representation): Reworked to match actual implementation.
	(Adding the Function to the Core): Adapted to API changes.

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

	* sizzle-ref.texi (Runtime system): Added documentation for
	`autoload'.
	(System interface functions): Documented time vector accessor
	procedures.

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

	* sizzle-ref.texi (String operations): Added documentation for
	`tilde-expand' und `trim-whitespace'.

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

	* sizzle-ref.texi: Some re-structuring, documenting all new
	input/output primitives, updated continuation statements and
	documented more data types.

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

	* sizzle-ref.texi (Starting Sizzle): Documented the new command
	line option -l (--load) and -e (--eval).
	(Eval function): Updated documentation for `null-environment',
	added docs for `scheme-report-environment'.
	(Partly implemented): Updated list of supported primitives.
	(System interface functions): Updated documentation for `system'
	and `primitive-exit' (formerly known as `sys:exit').
	(Control flow operations): Added documentation for
	`primitive-load-path'.

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

	* sizzle-ref.texi (Homogenous numeric vectors): Documented the
	uniform vector datatype.
	(Debugging Support): Added `symbol-table' and `keyword-table'.
	(Eval function): Added `safe-environment'.
	(Control flow operations): Added documentation for all predefined
	signal number constants.
	(System interface functions): Added documentation for `gmtime',
	`localtime', `current-time'.

	* sizzle-embed.texi: Added documentation for the uniform vector
	constructors, predicates and selectors.  Added some conceptual
	documentation about constructors and hash tables.
	Corrected documentation for changed evaluation functions.
	
2000-05-25  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* index.html: New file to make use of the tons of HTML files a
	`make html' does create (thanks to raimi).

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

	* sizzle-ref.texi (Starting Sizzle): Added documentation for the
	new command line option `-q, --no-init-file'.

	* README: Updated file listing.

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

	* sizzle-embed.texi: New texinfo file which covers all C embedding
	stuff from the old reference manual.

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

	* sizzle-ref.texi (Object constructors): Documentation for C level
	object constructors added.
	(Type predicates): CPP macros for determining Scheme object types
	documented.
	(Accessor functions): Accessor macros for Scheme objects added.
	(Defining Scheme types): Scheme type creation functions documented.
	(Misc C API Functions): Added C level equality predicates.
	Added accessor, constructor and selector documentation for lambda
	closures, environments, errors, exceptions, boollean-, int- and
	string- wrapper objects, values etc.

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

	* sizzle-ref.texi (Predefined Variables): Added documentation for
	`%sizzle-version%' and `%load-path%.
	(Embedding API): Updated documentation of `zzz_evaluate_string()'
	and `zzz_evaluate_file()'.  Added documentation for
	`zzz_define_constant()'.
	(Loading the init file): Included handling of generic Scheme value
	variables.

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

	* sizzle-ref.texi (Control flow operations): Changed `function?'
	to `primitive-procedure?'.
	Added documentation for `define-constant'.

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

	* sizzle-ref.texi (Pair and list operations): Updated
	documentation for append.

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

	* Cleaned up doc directory.

	* sizzle-ref.texi: Brought reference manual up to date and
	included tutorial for embedding into C programs.
	
1999-12-01  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* sizzle.texi: Adjusted from yakazao.texi.

