From f7677ff2d9b7ec2c556f1cb1c0f0423985202bfe Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 11 Jan 1999 06:50:00 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ RELEASE | 3 +++ libguile/ChangeLog | 9 ++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f31f89a6f..34e4312ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-01-11 Jim Blandy + + * configure.in: Remove quotes around ac_cv_lib_readline_main and + ac_cv_var_rl_getc_function. They should both always be set to + non-null values; this way, we get error messages. + * configure: Regenerated. + 1999-01-10 Jim Blandy * configure.in: Cite the variable ac_cv_lib_readline_main, not diff --git a/RELEASE b/RELEASE index 58bd730da..3be59e85a 100644 --- a/RELEASE +++ b/RELEASE @@ -2,7 +2,10 @@ This is a checklist for making Guile releases. It's specific to the FSF's development environment; please don't put it in the distribution. +Maybe we should name Guile releases after entertaining poisons. + In release 1.4: +- Release is titled ``wormwood'' release. - remove #/ syntax - Remove SCHEME_LOAD_PATH. - remove hook support from boot-9.scm diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2a13794bd..c132227c1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,7 +1,14 @@ +1999-01-11 Jim Blandy + + * Makefile.in: This changed, for some reason I don't really + understand, when I ran automake in the top level directory. This + may be contamination by Cygnus internal releases. If you re-run + automake and this change gets reverted, don't worry about it. + 1999-01-10 Mikael Djurfeldt * sort.c, sort.h: New files: Implement slib's and scsh's sort - interfaces. Author: Roland Orre. + interfaces. Author: Roland Orre. * Makefile.am: Added sort.c, sort.h, sort.x.