Index: slime/ChangeLog diff -u slime/ChangeLog:1.1086 slime/ChangeLog:1.1088 --- slime/ChangeLog:1.1086 Sat Mar 24 19:10:50 2007 +++ slime/ChangeLog Thu Mar 29 12:12:38 2007 @@ -1,3 +1,17 @@ +2007-03-29 Nikodemus Siivola nikodemus@random-state.net + + * swank-sbcl.lisp (swank-compile-string): save the original + directory into the source plist as :emacs-directory. + (make-definition-source-location): use the :emacs-directory from + the source plist and guess-readtable-for-filename to determine the + correct readtable for string-compiled definitions. + +2007-03-29 Nikodemus Siivola nikodemus@random-state.net + + * swank.lisp (*macroexpand-printer-bindings*): add *print-lines* + to defaults (NIL). + (find-definitions-for-emacs): use unless instead of cond. + 2007-03-25 Douglas Crosher dcrosher@common-lisp.net
* slime.el (with-selected-window): define for compatibility with