Index: slime/ChangeLog diff -u slime/ChangeLog:1.358 slime/ChangeLog:1.360 --- slime/ChangeLog:1.358 Fri Apr 30 02:40:17 2004 +++ slime/ChangeLog Fri Apr 30 20:10:40 2004 @@ -1,3 +1,20 @@ +2004-05-01 Luke Gorrie luke@bluetail.com + + * slime.el (sldb-abort): Print a message if the Emacs RPC + returns. It shouldn't, if ABORT manages to unwind the stack, but + it currently does in OpenMCL due to some bug. + (slime-edit-definition-fallback-function): Name of a function to + try if the builtin edit-definition finding fails. You can set + this to `find-tag' to fall back on TAGS. + + * swank.lisp (list-all-systems-in-central-registry): Use explicit + :wild in pathname for matching (needed in at least SBCL). + + * swank-openmcl.lisp: Removed obsolete `swank-compile-system'. + + * swank-sbcl.lisp: Removed obsolete `swank-compile-system'. + Removed some stale comments about supported features. + 2004-04-30 Helmut Eller e9626484@stud3.tuwien.ac.at
* slime.el (slime-repl-update-banner): Don't print the working