From ddb8b04dc01131988640c831b3b4d166601d97be Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 8 Jul 2001 21:03:27 +0000 Subject: [PATCH] mention scm_read_0str and scm_eval_0str, corrections to file names. --- TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 60d8fad5b..520000ac7 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -[ID: $Id: TODO,v 1.18 2001-07-07 06:31:26 ttn Exp $] +[ID: $Id: TODO,v 1.18.2.1 2001-07-08 21:03:27 mvo Exp $] These TODO items are grouped by target release version. The first group is the "Eventually" group, which is not associated w/ any particular version. @@ -69,12 +69,15 @@ See also file HACKING. === In release 1.8.0: +- remove deprecated functions scm_read_0str, scm_eval_0str. + - remove deprecated "scm_*_t" type names in libguile.h. - remove re-exporting behaviour of `export'. in boot-9.scm, remove begin-deprecated part of `module-export!' in format.scm, remove kluge at top - in srfi13.scm, likewise + in srfi-13.scm, likewise + in srfi-1.scm, likewise - remove deprecated subr and gsubr functions in procs.h, procs.c: scm_make_subr, scm_make_subr_opt,