diff --git a/general-info/release-19d.txt b/general-info/release-19d.txt index 3320520ddc4027e047196cdc342f150ae36634c0..d2136408e77f92ec2ff7b22735ff41ccb78bb8c1 100644 --- a/general-info/release-19d.txt +++ b/general-info/release-19d.txt @@ -65,6 +65,13 @@ New in this release: independent of what the loop might do to the loop counter. - Printing of circular objects using logical-blocks is handled better. + - SET-SYNTAX-FROM-CHAR copies the entire dispatch table of + reader macro functions if necessary. + - SET-SYNTAX-FROM-CHAR handles single-escape, multiple-escape + and # characters correctly now. + - When CLOSE'ing a file with :ABORT, don't delete the file, + unless we renamed it. This preserves any and all changes to + the file, instead of deleting it. * Numerous bugfixes: