diff --git a/ANON-CVS b/ANON-CVS index 0983712da..2f61a2cfd 100644 --- a/ANON-CVS +++ b/ANON-CVS @@ -15,6 +15,10 @@ sources will be easier for us to evaluate and install, since the patch's original sources will be closer to what we're working with. And it allows us to start testing features earlier. +Since the CVS tree is arranged for the convenience of the developers, +it requires GCC and GNU Make, which together support automatic +dependency management. + To check out a CVS working directory: 1) Install CVS version 1.9 or later on your system. diff --git a/RELEASE b/RELEASE index 7a8568b0b..8de98b081 100644 --- a/RELEASE +++ b/RELEASE @@ -5,7 +5,7 @@ it in the distribution. In release 1.3: - (done) make #/ generate a warning. - (done) make SCHEME_LOAD_PATH generate a warning. -- Perry Metzger is willing to do beta-testing +- (done) Perry Metzger is willing to do beta-testing for NetBSD. In release 1.4: @@ -33,7 +33,7 @@ HP/UX (gcc, HP cc) --- nutrimat.gnu.ai.mit.edu c) Remove the user-visible markers from the log entries once they're documented. d) Check for any [[incomplete]] sections of NEWS. -4) Scan output from `cvs log' to find files that have changed a lot, but +4) Scan output from `cvs diff' to find files that have changed a lot, but do not have up-to-date copyright notices. 5) Update the version numbers in GUILE-VERSION, and README. The Guile version number should be of the form N.M for a major release, and diff --git a/THANKS b/THANKS index 1400228b9..ce4ed8ac7 100644 --- a/THANKS +++ b/THANKS @@ -2,5 +2,7 @@ The Guile core distribution: Bug reports and fixes from: + Nicolas Neuss + Also, thanks to: - Pat Eyler, for his continuing work on the Guile web pages diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 25245f857..11b693e7d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +1998-10-20 Jim Blandy + + * ports.h: Put text after #endif in comment. (Thanks to Nicolas + Neuss.) + 1998-10-19 Jim Blandy * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,