From 9cb84fbb0c26aba20dc848c05828df78219e4687 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 31 Oct 1998 16:42:33 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5743ad6ae..27d70b12f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +1998-11-01 Mikael Djurfeldt + + * read.c, read.h (history-length, history-file): New read options. + (scm_read_options): Stifle history to history length. + + * readline.c (read-history, write-history): New procedures. + 1998-10-31 Mikael Djurfeldt * eval.h (scm_macro_eval_x): Removed declaration.