X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=4a3b2b998954ec9f7d48fa3650b4818ce8d0949e;hb=609612f7a0817cdb0d3ec59d5aebb0894606b3f6;hp=a69682ac2a136b51b701e7f6499b1d89377f5cff;hpb=5a6fda3b0842d10576a00781f4dccebf7b025f7a;p=sbcl.git diff --git a/NEWS b/NEWS index a69682a..4a3b2b9 100644 --- a/NEWS +++ b/NEWS @@ -6,17 +6,19 @@ changes in sbcl-0.9.4 relative to sbcl-0.9.3: with non-standard methods for COMPUTE-APPLICABLE-METHODS no longer make invalid assumptions about method precedence order. (reported by Bruno Haible) + * bug fix: degree sign () could not be encoded in KOI8-R. + * bug fix: correct pathname printing with printer escaping is on. + (thanks to Kevin Reid) + * bug fix: complex VOP definitions in "user-space" no longer trigger + package locks. (reported by Zach Beane) * optimizations: REMOVE-DUPLICATES now runs in linear time on lists in some cases. This partially fixes bug 384. * flush all standard streams before prompting in the REPL and the - debugger - * eof selects abort in the debugger + debugger. + * minor incompatible change: eof selects abort in the debugger. * minor incompatible change: *INVOKE-DEBUGGER-HOOK* is run before *DEBUGGER-HOOK* => *DEBUGGER-HOOK* is not run when the debugger - is disabled - * bug fix: degree sign () could not be encoded in KOI8-R. - * bug fix: correct pathname printing with printer escaping is on. - (thanks to Kevin Reid) + is disabled. * threads ** bug fix: release-foreground doesn't choke on session lock if there is only one thread in the session