From d04229df7c70cdfb4a81f0ce5df86c3ca0d40736 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 3 May 2003 21:34:49 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 59caba419..229e2fcbc 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,12 @@ 2003-05-03 Marius Vollmer + * gap-buffer.scm (point++n!, point+-n!): Use substring-move! + instead of substring-move-left! or substring-move-right!. Thanks + to Kevin Ryde. + + * deprecated.scm (substring-move-left!, substring-move-right!): + New. + * boot-9.scm (display-usage-report): Use keyword->symbol instead of keyword-symbol, which doesn't exist. Thanks to Kevin Ryde.