Index: slime/ChangeLog diff -u slime/ChangeLog:1.2018 slime/ChangeLog:1.2019 --- slime/ChangeLog:1.2018 Fri Mar 5 12:45:34 2010 +++ slime/ChangeLog Sun Mar 7 02:40:46 2010 @@ -1,3 +1,10 @@ +2010-03-07 Stas Boukarev stassats@gmail.com + + * swank-ecl.lisp (source-location): Don't do + (setq file (tmpfile-to-buffer file)) in a COND condition, + otherwise next cond clause will get null file. + Apply translate-logical-pathname to pathnames. + 2010-03-05 Helmut Eller heller@common-lisp.net
Remove some unused stuff.