From f29f29339a51738c2cae52ded7150c5bef6429a4 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 24 Jul 1999 11:48:47 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ guile-readline/ChangeLog | 15 +++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index b318419b7..05a6a3588 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-24 Mikael Djurfeldt + + * README, config.guess, config.sub, liconfig, ltmain.sh: Switched + to libtool-1.3.3. + 1999-07-22 Marius Vollmer Added guile-readline subdirectory with the removed readline diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index e37af9c8e..a06f42fc0 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,18 @@ +1999-07-24 Mikael Djurfeldt + + * readline.c (handle_error): Put a cosmetic newline on + rl_outstream on error before closing it. + + * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case + readline doesn't exist on the system, so that configuration can + proceed normally without readline. + + * readline.c: #include "libguile/_scm.h" (so that we get the + configuration information) and fix other includes so that they'll + work on a system where guile is not yet installed. + + * Makefile.am (BUILT_SOURCES): Added. + 1999-07-23 Marius Vollmer * Checked everything into CVS.