From 84edc049523f2f6ff182e4d3303ea91bb99d3996 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 27 Feb 2003 07:04:25 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/.cvsignore | 1 + doc/tutorial/.cvsignore | 35 ++++++++++++++++++----------------- libguile/ChangeLog | 7 +++++++ 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/doc/ref/.cvsignore b/doc/ref/.cvsignore index dd408965c..e02638ce6 100644 --- a/doc/ref/.cvsignore +++ b/doc/ref/.cvsignore @@ -21,6 +21,7 @@ Makefile Makefile.in autoconf-macros.texi +mdate-sh stamp-vti stamp-vti.1 version.texi diff --git a/doc/tutorial/.cvsignore b/doc/tutorial/.cvsignore index cda758436..83a57b85a 100644 --- a/doc/tutorial/.cvsignore +++ b/doc/tutorial/.cvsignore @@ -1,22 +1,23 @@ +*.aux +*.cp +*.cps +*.dvi +*.fn +*.fns +*.html +*.info* +*.ky +*.log +*.pg +*.ps +*.toc +*.tp +*.tps +*.vr +*.vrs Makefile Makefile.in +mdate-sh stamp-vti stamp-vti.1 -*.log -*.dvi -*.aux -*.toc -*.cp -*.fn -*.vr -*.tp -*.ky -*.pg -*.cps -*.fns -*.tps -*.vrs -*.ps -*.info* -*.html version.texi diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0d5910f17..dec04b624 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2003-02-27 Rob Browning + + * Makefile.am (scmconfig.h): new target -- generate file from + ../config.h. + (modinclude_HEADERS): remove version.h. + (nodist_modinclude_HEADERS): add version.h. + 2003-02-24 Mikael Djurfeldt This fixes a serious GC bug, introduced during the latest