*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Sat, 3 May 2003 21:34:49 +0000 (21:34 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 3 May 2003 21:34:49 +0000 (21:34 +0000)
ice-9/ChangeLog

index 59caba4..229e2fc 100644 (file)
@@ -1,5 +1,12 @@
 2003-05-03  Marius Vollmer  <mvo@zagadka.de>
 
+       * 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.