From: Marius Vollmer Date: Mon, 5 Nov 2001 23:23:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/f12ef3fda6ecdab215927d9a266fb78bf071f14b *** empty log message *** --- diff --git a/NEWS b/NEWS index f8fb643b7..855b2a58b 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,20 @@ Please send Guile bug reports to bug-guile@gnu.org. Changes since the stable branch: +* Changes to the standalone interpreter + +** New command line option `--no-debug'. + +Specifying `--no-debug' on the command line will keep the debugging +evaluator turned off, even for interactive sessions. + +** User-init file ~/.guile is now loaded with the debugging evaluator. + +Previously, the normal evaluator would have been used. Using the +debugging evaluator gives better error messages. + +* Changes to Scheme functions and syntax + ** Variables have no longer a special behavior for `equal?'. Previously, comparing two variables with `equal?' would recursivly