diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index cfe854d11..214283b93 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,25 @@ +1999-09-11 Marius Vollmer + + * readline.scm: Moved from ../ice-9. + Dynamically link libguilereadline.so. + (readline): Just define in this module, do not overwrite builtin + variable. The builtin readline function is now named "%readline", + so this works. See below. + (activate-readline): New function which contains the readline + activation code formerly found in top-repl. + + * readline.c (scm_readline): Export it to Scheme as "%readline". + + * configure.in: Get version from ../GUILE-VERSION and use it for + package version. + + * Makefile.am: Do not install and distribute + readline-activator.scm. Install and distribute readline.scm + instead. + + * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but + probably with the wrong version of the tools. + 1999-08-29 Mikael Djurfeldt The following change makes it possible for applications to have diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 73dbe8848..8616be856 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,13 @@ +1999-09-11 Marius Vollmer + + * readline.scm: Moved to ../guile-readline. + + * boot-9.scm (top-repl): Removed code for ativating readline. + + * Makefile.am: Removed mention of readline.scm. + + * Makefile.in: Regenerated. + 1999-09-11 Jim Blandy Delete the test which compares the configuration date of libguile