Index: slime/ChangeLog diff -u slime/ChangeLog:1.2301 slime/ChangeLog:1.2307 --- slime/ChangeLog:1.2301 Wed Mar 14 10:13:26 2012 +++ slime/ChangeLog Mon Mar 26 08:36:50 2012 @@ -1,3 +1,22 @@ +2012-03-26 Helmut Eller heller@common-lisp.net + + * slime.el (utf-8-source): XEmacs has no set-buffer-multibyte. + (slime-create-test-results-buffer): Set file-coding-system. + + * swank-lispworks.lisp (swank-compile-string): Don't include the + source-string in the dspec::*location*. As LW has the habbit to + print the entire *location* on redefinition the source-string + would causes troubles for the test case. + + * swank-sbcl.lisp (swank-compile-string): Use utf8. + + * swank-cmucl.lisp (swank-compile-file): Use external-format arg. + + * swank-ccl.lisp (swank-compile-string, compile-temp-file): Use + utf8. + + * slime.el (utf-8-source): New test case. + 2012-03-14 Paulo Madeira acelent@gmail.com
Use Unix-EOL convention even on Windows.