X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=7ecaf9e7069d72e45ab6d03943401fe831336a2b;hb=683874b497a99cd2c11b6c5d9b47e2785b1ede5f;hp=0336a7aabfa9472720be7a8fb0c7b549030ed9b4;hpb=1bfc464c657a8f4ad24ef612f76a38d8f6f1bbad;p=sbcl.git diff --git a/NEWS b/NEWS index 0336a7a..7ecaf9e 100644 --- a/NEWS +++ b/NEWS @@ -914,10 +914,11 @@ changes in sbcl-0.7.0 relative to sbcl-0.6.13: ILISP and SBCL left me very deeply nested in the debugger. In the short term, this change will probably provoke more ILISP/SBCL squabbles, but hopefully it will be an improvement in the long run.) -?? minor incompatible change: The default output representation for - unprintable ASCII characters which, unlike e.g. #\Newline, don't - have names defined in the ANSI Common Lisp standard, is now based - on their ASCII symbolic names: #\Nul, #\Soh, #\Stx, etc. +* minor incompatible change: The CHAR-NAME of unprintable ASCII + characters which, unlike e.g. #\Newline and #\Tab, don't have names + specified in the ANSI Common Lisp standard, is now based on their + ASCII symbolic names (#\Nul, #\Soh, #\Stx, etc.) The old CMU CL + names (#\Null, #\^a, #\^b, etc.) are still accepted by NAME-CHAR. ?? Old operator names in the style DEF-FOO are now deprecated in favor of new corresponding names DEFINE-FOO, for consistency with the naming convention used in the ANSI standard (DEFSTRUCT, DEFVAR,