From 094a67bb4c9ef7ee774d717324abf833d7b65a88 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 2 Jun 2001 18:29:24 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index ffff15251..86cfc9ac4 100644 --- a/NEWS +++ b/NEWS @@ -187,6 +187,8 @@ manuals. See the README file in the `doc' directory for more details. +** There are a couple of examples in the examples/ directory now. + * Changes to the stand-alone interpreter ** New command line option `--use-srfi' @@ -208,6 +210,12 @@ guile> (receive (x z) (values 1 2) (+ 1 2)) guile> (string-pad "bla" 20) " bla" +** Guile now always starts up in the `(guile-user)' module. + +Previously, script executed via the `-s' option would run in the +`(guile)' module and the repl would run in the `(guile-user)' module. +Now every user action takes place in the `(guile-user)' module by +default. * Changes to Scheme functions and syntax