Index: slime/ChangeLog diff -u slime/ChangeLog:1.1234 slime/ChangeLog:1.1239 --- slime/ChangeLog:1.1234 Thu Sep 27 08:56:13 2007 +++ slime/ChangeLog Mon Oct 22 07:34:04 2007 @@ -1,3 +1,28 @@ +2007-10-22 Tobias C. Rittweiler tcr@freebits.de + + * swank.lisp (read-softly-from-string, unintern-in-home-package): + Moved from `contrib/swank-arglist.lisp'. + (parse-package): Use them. (Removes FIXME about interning + symbols.) Also changed the logic somewhat to avoid passing :|| to + FIND-PACKAGE as ECL chokes on that. + +2007-10-22 Steve Smith tarkasteve@gmail.com + + * swank-loader.lisp (compile-files-if-needed-serially): Added + missing `load' argument to function definition on Corman Lisp / + ECL. + +2007-10-22 Mark Evenson mark.evenson@gmx.at + + * swank-abcl.lisp (getpid): Implemented. + +2007-10-22 R. Matthew Emerson rme@thoughtstuff.com + + * swank-openmcl.lisp (closure-closed-over-values): Use + CCL::NTH-IMMEDIATE instead of CCL::%SVREF. This makes it work on + x86-64 OpenMCL. (The %SVREF worked on PPC, but this will work on + both.) + 2007-09-27 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-filesystem-toplevel-directory): New function. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.62 slime/contrib/ChangeLog:1.63 --- slime/contrib/ChangeLog:1.62 Mon Oct 1 09:37:22 2007 +++ slime/contrib/ChangeLog Mon Oct 22 07:31:01 2007 @@ -1,3 +1,9 @@ +2007-10-22 Tobias C. Rittweiler tcr@freebits.de + + * swank-arglist.lisp (read-softly): Renamed to + READ-SOFTLY-FROM-STRING and moved to `swank.lisp'. + (unintern-in-home-package): Moved to `swank.lisp'. + 2007-10-01 Tobias C. Rittweiler tcr@freebits.de
* slime-autdoc.el (slime-autodoc-message-ok-p): Don't display an