X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0583b27aebe610bfb7330b61e6b3a8146216fe40;hb=296162b9fe8ea26c92367cfb86965d3a57937aad;hp=bc5a8ea7f3629fb0bf664c3fa4969c5a51710751;hpb=992e6a70a0cae3f6d43bdbba18f77306fdf10662;p=sbcl.git diff --git a/NEWS b/NEWS index bc5a8ea..0583b27 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ changes in sbcl-0.9.14 relative to sbcl-0.9.13: additionally it just doesn't work in SBCL as currently implemented, thanks to optimizations (that are always valid for the other three SLOT-VALUEish functions, but not for the setter). - * minor incompatibale change: the :SB-LDB feature is now enabled by + * minor incompatible change: the :SB-LDB feature is now enabled by default, and DISABLE-DEBUGGER and ENABLE-DEBUGGER also affect the low-level debugger. * bug fix: class objects can be used as specializers in methods. @@ -35,6 +35,10 @@ changes in sbcl-0.9.14 relative to sbcl-0.9.13: * fixed some bugs revealed by Paul Dietz' test suite: ** MISC.641: LET-conversion were not supposed to work in late compilation stages. + * bug fix: The debugger now does a better job of respecting + (PUSH '(*PRINT-CIRCLE* . T) SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST*) + when printing SB-DEBUG:*DEBUG-CONDITION*. (This is a debugger-only + workaround for bug 403.) changes in sbcl-0.9.13 relative to sbcl-0.9.12: * new feature: source path information is generated for macro-expansion