1998-03-10  Peter Baumgartner  <peter@uni-koblenz.de>

	* rename the "list" function to stepper-list in the decorated code, 
	so that we have no problem if "list" is the name of a variable or
	formal parameter

	* handle (assert (vars...) form) now. If assertion fails then the
	steper interaction is invoked.

	* Reaching a breakpoint now won't indent any more.

1998-03-02  peter  <peter@informatik.uni-koblenz.de>

	* use cer feature to inform user of source location of define
	expressions. Use "pp" command in interaction for this.
	Currently works for top-level defines only.

1998-03-01  peter  <peter@informatik.uni-koblenz.de>

	* Added variable *stepper-interaction-command-style* 
	with legal values prolog-like and gdb-like for allowing two
	schemes of naming commands in interaction


	* user definable variables for configuration moved to top 

1998-02-28  peter  <peter@informatik.uni-koblenz.de>

	* Added printout possibility for local variables. Use "v" command in 
	interaction for a table of local variables

	* Added history of pending forms to be evaluated. Use "h" command
	in interaction.

	* Change: break loop now knows of local bindings

	* Simplified interaction; have only "e" and "pp" commands for
	evaluation and printing. Bug: evaluation of a set! won't have any
	effect.

	* Added Error and Abort handler (for interaction)

	* BugFix: internal defines handled correctly

1998-02-26  peter  <peter@informatik.uni-koblenz.de>

	* Added (define *stepper-macros-as-functions* '(and or)) 
	these macros are treated as functions, i.e. they are not 
	subject to expand before decoration. This gives a less surprising
	stepping.


1998-02-23  peter  <peter@informatik.uni-koblenz.de>

	* Change: in interaction: "vpp" replaced by "v"; former v is
	obsolete, use "e" instead

	* Added in interaction: "e <form>" now knows of local bindings

	* Added simplistic error catcher; allows at least to inspect
	calling history, so that we can at least get an idea in which proc 
	the error occurred

	* Added "h" (dynamic history) command for interaction

	* Added "[ RETURN to continue ]" in creep mode after interaction 

	* BugFix: replaced fprint by write in loads

	* Change: no wrapping and stepping of annoying 'begin' around let body
	
	

1998-02-18  peter  <peter@informatik.uni-koblenz.de>

	* Initial version 0.1
