Index: slime/ChangeLog diff -u slime/ChangeLog:1.1903 slime/ChangeLog:1.1905 --- slime/ChangeLog:1.1903 Sat Oct 31 18:41:03 2009 +++ slime/ChangeLog Mon Nov 2 02:47:02 2009 @@ -1,3 +1,19 @@ +2009-11-02 Helmut Eller heller@common-lisp.net + + CCL's lap-functions don't have source-notes but the name often + has. E.g. ccl::%fixnum-truncate. Use names as last resort. + + * swank-ccl.lisp (function-name-source-note): New function. + (pc-source-location): Use it. + +2009-11-02 Stas Boukarev stassats@gmail.com + + * swank.lisp (tokenize-symbol-thoroughly): Return NIL + instead of throwing an error. + (parse-symbol): Handle null result of tokenize-symbol-thoroughly. + + This fixes a bug reported by Derrell Piper. + 2009-10-31 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-bug): Deleted.