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