From b3a941b9f3de9b3e2a3020aa50780d842a617e8a Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 9 Nov 1998 14:32:17 +0000 Subject: [PATCH] Updated --- NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d35313c74..0253d3fb2 100644 --- a/NEWS +++ b/NEWS @@ -8,17 +8,20 @@ Changes since Guile 1.3: * Changes to the stand-alone interpreter +** New options interface: readline-options, +readline-enable, readline-disable, readline-set! + ** Command line history is now restored from and saved to file -If readline is used and the read option `history-file' is enabled, the -command line history is read from file when the interpreter is +If readline is used and the readline option `history-file' is enabled, +the command line history is read from file when the interpreter is entered, and written to file on exit. The filename used can be specified with the environment variable GUILE_HISTORY. Default file name is "$HOME/.guile_history". Nothing special happens if errors occur during read or write. ** Command line history length can now be customized. -Command line history length is now controlled by the read option +Command line history length is now controlled by the readline option `history-length'. Default is 200 lines. * Changes to Scheme functions and syntax