Index: slime/ChangeLog diff -u slime/ChangeLog:1.2316 slime/ChangeLog:1.2318 --- slime/ChangeLog:1.2316 Wed Apr 11 04:38:56 2012 +++ slime/ChangeLog Fri Apr 20 05:45:28 2012 @@ -1,3 +1,21 @@ +2012-04-20 Nikodemus Siivola nikodemus@random-state.net + + * swank-sbcl.lisp (stream-force-output :around): Workaroud for + deadlocks between auto-flush-thread buffer write lock and world + lock. + (slime-output-stream): Dummy forward definition for the benefit of + the defmethod. + +2012-04-20 Nikodemus Siivola nikodemus@random-state.net + + * swank-sbcl.lisp (swank-value): New function, makes it easy to + refer to variables in SWANK -- which doesn't exist when the + backend is loaded. + (lisp-source-location): One of the strings being interned was + downcased. Fix using SWANK-VALUE. + (make-socket-io-stream): Use SWANK-VALUE instead of INTERN & + SYMBOL-VALUE. + 2012-04-11 Helmut Eller heller@common-lisp.net
* slime.el ([test] utf-8-source): Use the encoded byte sequence of