summaryrefslogtreecommitdiff
path: root/srfi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-12-03 12:36:12 +0000
committerLudovic Courtès <ludo@gnu.org>2007-12-03 12:36:12 +0000
commit1317062f0b120b07150e01e51c77346b7577935f (patch)
treef7a111909eea784eab54d7d4b2c44af000743ac5 /srfi
parent07e02175a0260e45e2a791e36184d46702a515eb (diff)
downloadguile-1317062f0b120b07150e01e51c77346b7577935f.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'srfi')
-rw-r--r--srfi/ChangeLog5
-rw-r--r--srfi/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog
index 9f0e412db..401dfee22 100644
--- a/srfi/ChangeLog
+++ b/srfi/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-03 Stephen Compall <s11@member.fsf.org>
+
+ * srfi-69.scm: New file.
+ * Makefile.am: Add it.
+
2007-09-10 Ludovic Courtès <ludo@gnu.org>
* srfi-35.scm (make-compound-condition-type): When PARENTS
diff --git a/srfi/Makefile.am b/srfi/Makefile.am
index 8f5976e5c..7a2b89126 100644
--- a/srfi/Makefile.am
+++ b/srfi/Makefile.am
@@ -82,7 +82,8 @@ srfi_DATA = srfi-1.scm \
srfi-35.scm \
srfi-37.scm \
srfi-39.scm \
- srfi-60.scm
+ srfi-60.scm \
+ srfi-69.scm
EXTRA_DIST = $(srfi_DATA)
TAGS_FILES = $(srfi_DATA)