summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/.cvsignore1
-rw-r--r--doc/tutorial/.cvsignore29
-rw-r--r--libguile/ChangeLog7
3 files changed, 23 insertions, 14 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 @@
-Makefile
-Makefile.in
-stamp-vti
-stamp-vti.1
-*.log
-*.dvi
*.aux
-*.toc
*.cp
+*.cps
+*.dvi
*.fn
-*.vr
-*.tp
+*.fns
+*.html
+*.info*
*.ky
+*.log
*.pg
-*.cps
-*.fns
+*.ps
+*.toc
+*.tp
*.tps
+*.vr
*.vrs
-*.ps
-*.info*
-*.html
+Makefile
+Makefile.in
+mdate-sh
+stamp-vti
+stamp-vti.1
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 <rlb@defaultvalue.org>
+
+ * 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 <djurfeldt@nada.kth.se>
This fixes a serious GC bug, introduced during the latest