From a14aecf73748613f41349e83cfdaf2e4dcaffc20 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Sat, 29 Sep 2001 11:03:47 +0000 Subject: [PATCH] Note changes for 0.4 release. --- src/CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index c035b5889..068f9b027 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -778,6 +778,21 @@ ECLS 0.4 - Use the interpreter stack to simplify the implementations of the printer and of the formater. +* Visible changes and ANSI compatibility: + + - MAKE-PATHNAME now accepts all combinations denoted by ANSI. Namely, + (MAKE-PATHNAME :directory :wild), etc. + + - :UNSPECIFIC is only allowed in pathname's version and in a logical + pathname's device. + + - MSDOS style namestrings, such as "c:/my/path/to/this/file.txt" and + "//c/my/path/to/this/file.txt" finally work. + + - (DECLARE (OPTIMIZE DEBUG)) is ignored, but no warning is printed. + + - Implemented WITH-STANDARD-IO-SYNTAX. + TODO: =====