Index: slime/ChangeLog diff -u slime/ChangeLog:1.367 slime/ChangeLog:1.369 --- slime/ChangeLog:1.367 Tue May 4 15:17:43 2004 +++ slime/ChangeLog Thu May 6 15:55:21 2004 @@ -1,3 +1,23 @@ +2004-05-06 Helmut Eller e9626484@stud3.tuwien.ac.at + + * slime.el (slime-maybe-list-compiler-notes): Display the notes + listing after C-c C-c only if there are no annotations in the + buffer. CMUCL creates usually one warning with an error location + and an almost redundant warning without at the end of the + compilation unit. Don't display the listing in this common case. + + (slime-reindent-defun): Pass nil as the third arument to + indent-region. + +2004-05-06 Marco Baringer mb@bese.it + + * slime.el (slime-repl-sayoonara): Don't attempt to quit the lisp + if we're not connected. + + * swank-openmcl.lisp (*buffer-offset*, *buffer-name*): Supply + default values. This avoids unbound value errors when compiling an + asdf system signals errors. + 2004-05-04 Alan Shutko ats@acm.org
* slime.el (slime-compiler-notes-show-details/mouse): New command. @@ -7,7 +27,7 @@
* swank-cmucl.lisp (arglist): Handle byte-code functions better. We don't know much about the actual argument list, only the number - of arguments. Return at lest something mildly interesting like + of arguments. Return at least something mildly interesting like (arg0 arg1 &optional arg2 ...) (function-location): Special-case byte-code functions.