1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00
This commit is contained in:
Mikael Djurfeldt 1998-11-09 14:32:17 +00:00
parent e586be785c
commit b3a941b9f3

9
NEWS
View file

@ -8,17 +8,20 @@ Changes since Guile 1.3:
* Changes to the stand-alone interpreter * 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 ** Command line history is now restored from and saved to file
If readline is used and the read option `history-file' is enabled, the If readline is used and the readline option `history-file' is enabled,
command line history is read from file when the interpreter is the command line history is read from file when the interpreter is
entered, and written to file on exit. The filename used can be entered, and written to file on exit. The filename used can be
specified with the environment variable GUILE_HISTORY. Default file specified with the environment variable GUILE_HISTORY. Default file
name is "$HOME/.guile_history". Nothing special happens if errors name is "$HOME/.guile_history". Nothing special happens if errors
occur during read or write. occur during read or write.
** Command line history length can now be customized. ** 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. `history-length'. Default is 200 lines.
* Changes to Scheme functions and syntax * Changes to Scheme functions and syntax