From 79486f9fdb42d0489be5d807cdfc41211fbb3019 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 10 Jan 2005 20:28:47 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + ice-9/ChangeLog | 6 ++++++ libguile/ChangeLog | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/THANKS b/THANKS index 5e916a233..313a22dee 100644 --- a/THANKS +++ b/THANKS @@ -82,6 +82,7 @@ For fixes or providing information which led to a fix: Daniel Skarda Dale P. Smith Mike Small + Issac Trotts Greg Troxel Masao Uebayashi Bernard Urban diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index cdaf403c0..b2b55c20c 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2005-01-10 Marius Vollmer + + * boot-9.scm (process-define-module): Check for #:use-syntax + keyword, not the symbol. Changed references to 'spec' variable to + 'interface-args'. There is no 'spec'. + 2004-09-26 Kevin Ryde * optargs.scm (let-optional-template, let-keywords-template): Change diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6aa18614f..18576d7ef 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2005-01-10 Marius Vollmer + + * eval.c (scm_eval): Added example to docstring. Thanks to Issac + Trotts! + 2004-12-27 Neil Jerram * continuations.h, continuations.c (scm_t_contregs): New 'offset'