Index: slime/ChangeLog diff -u slime/ChangeLog:1.452 slime/ChangeLog:1.458 --- slime/ChangeLog:1.452 Wed Jun 30 23:35:50 2004 +++ slime/ChangeLog Fri Jul 2 17:08:16 2004 @@ -1,3 +1,29 @@ +2004-07-03 Luke Gorrie luke@bluetail.com + + * hyperspec.el (common-lisp-hyperspec-section-4.0): Bugfix from + Lennart Staflin. + + * slime.el (slime-repl-clear-output): Avoid clearing the previous + REPL expression too. Patch from Andras Simon. + + * swank-backend.lisp (definterface): Don't use + NO-APPLICABLE-METHOD for default methods. Instead just define them + as regular methods with all argument types being + T. Defimplementation will then replace them by using the same + signature. N-A-M was a stupid idea! + +2004-07-02 Brian Downing bdowning@lavos.net + + * slime.el (slime-reindent-defun): Added a check for (boundp + 'slime-repl-input-start-mark) before checking the variable, as + XEmacs leaves variables unbound when `make-variable-buffer-local' + is run, while GNU Emacs binds them to NIL. + +2004-07-02 Martin Simmons martin@xanalys.com + + * swank-lispworks.lisp (dspec-stream-position, + make-dspec-location): Fix typo in features for LW 4.1 and 4.2. + 2004-07-01 Helmut Eller e9626484@stud3.tuwien.ac.at
* swank-lispworks.lisp (frame-actual-args): Bind