Index: slime/ChangeLog diff -u slime/ChangeLog:1.725 slime/ChangeLog:1.728 --- slime/ChangeLog:1.725 Sun Jul 24 17:30:46 2005 +++ slime/ChangeLog Tue Jul 26 23:40:03 2005 @@ -1,3 +1,24 @@ +2005-07-26 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de + + * swank.lisp (inspect-for-emacs): Don't make whitespace + surrounding :action buttons part of the highlighted region. + + * slime.el (slime-goto-location-buffer): Put "SLIME Source Form" + buffer into Lisp mode. + +2005-07-26 Helmut Eller heller@common-lisp.net + + * swank.lisp (compile-file-for-emacs): Accept optional + external-format arg. I frogot to commit this file on 2005-07-05. + + * slime.el (slime-input-complete-p): Skip over strings too. + +2005-07-26 Zach Beane xach@xach.com + + * swank-sbcl.lisp (swank-compile-string): Revert to old string + compilation behavior to fix compiler note annotations. Code from + Juho Snellman. + 2005-07-24 Tom Pierce tlpierce@gmail.com
* swank.lisp (format-iso8601-time): New functions. Properly