Index: slime/ChangeLog diff -u slime/ChangeLog:1.150 slime/ChangeLog:1.154 --- slime/ChangeLog:1.150 Wed Dec 10 23:57:33 2003 +++ slime/ChangeLog Thu Dec 11 22:22:36 2003 @@ -1,4 +1,26 @@ +2003-12-12 Daniel Barlow dan@telent.net + + * swank-source-path-parser.lisp: new file, excerpting part of + swank-cmucl.lisp to where SBCL can find it as well. + +2003-12-11 Luke Gorrie luke@bluetail.com + + * slime.el (slime-one-line-ify): New function to convert + multi-line strings to one-liners by replacing any newline + followed by indentation by a single space. + (slime-xrefs-for-notes): Use it. + 2003-12-11 Daniel Barlow dan@telent.net + + * swank-sbcl.lisp (compiler-note-location): replace with + thinly-ported version from the CMUCL backend which understands + :lisp as a pathname + + * slime.el (slime-xrefs-for-notes): a little more temporary + variables, a little less cdr. Should be slightly faster on + big systems + (slime-goto-next-xref): set window point as well as buffer point - + now works in GNU Emacs 21.2.1
* swank.lisp (swank-compiler): new function abstracts commonality between swank-compile-{file, string}.