From 035412df1508a9291374939ed3a4cad61517c44c Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 7 Apr 2002 22:23:59 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ libguile/ChangeLog | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 59383b70e..2760f5a45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-08 Marius Vollmer + + * autogen.sh: Also link TODO from $workbook/tasks/TODO. + * Makefile.am (dist-hook): Removed. + 2002-04-03 Thien-Thi Nguyen * RELEASE: bye bye diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 392b0f365..f8b64539a 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2002-03-31 Marius Vollmer + + * guile-snarf.in: Install the trap for removing $cleanfile only + when the value of $cleanfile is actually known. + 2002-03-29 Neil Jerram * modules.c (scm_the_root_module): Correct typo in deprecation @@ -6,7 +11,7 @@ 2002-03-20 Marius Vollmer * guile-snarf.in: Do not warn about deprecated things, this will - likely be done directly from snarf.h. when the output filename is + likely be done directly from snarf.h. When the output filename is "-", write to stdout. When no "-o" option is given, use "-" as the output filename (i.e., stdout). Only 'clean' the inputfile or remove the output file on error when the output file name is not