Index: slime/ChangeLog diff -u slime/ChangeLog:1.634 slime/ChangeLog:1.638 --- slime/ChangeLog:1.634 Sat Mar 12 17:02:28 2005 +++ slime/ChangeLog Sun Mar 13 20:41:00 2005 @@ -1,3 +1,23 @@ +2005-03-13 Luke Gorrie luke@synap.se + + * slime.el (slime-dispatch-event): Use `slime-busy-p' to control + the "; pipelined request" message. This way it takes requests + blocked in the debugger into account and avoids spurious messages. + + * swank.lisp (inspect-for-emacs symbol): Add an "unintern it" + action for symbols. + + * swank-source-file-cache.lisp (read-snippet): Skip comments and + whitespace in SBCL. The source-positions reported by SBCL are not + adjusted to skip over whitespace before the definition. + + * swank-sbcl.lisp (function-source-location): Updated for revised + sb-introspect patch: + s/DEFINITION-SOURCE-CREATED/DEFINITION-SOURCE-WRITE-DATE/ + + * swank-loader.lisp (*os-features*): Added :mswindows. Thanks Will + Glozer. + 2005-03-12 Luke Gorrie luke@synap.se
* slime.el (slime-edit-value): New function on `C-c E'. Prompts