From c686a65ceb566e316a1dd2069d42337e9cfe3028 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 26 Oct 2002 06:17:36 +0000 Subject: [PATCH] *** empty log message *** --- guile-readline/ChangeLog | 5 +++++ ice-9/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index 79ce8cde7..4e1450796 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,8 @@ +2002-10-21 Mikael Djurfeldt + + * readline.scm (activate-readline): Look for use-emacs-interface + option in the guile-user module instead of the-root-module. + 2002-09-15 Marius Vollmer * readline.scm: Replaced 'feature?' with 'provided?' thru-out. diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index ab966a3e5..fa33f8378 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2002-10-20 Mikael Djurfeldt + + * boot-9.scm (top-repl): Look for use-emacs-interface in + guile-user-module (should it be there?) instead of + the-root-module. + 2002-09-15 Marius Vollmer * boot-9.scm (feature?): Added deprecation message and enclosed in