Index: slime/ChangeLog diff -u slime/ChangeLog:1.237 slime/ChangeLog:1.242 --- slime/ChangeLog:1.237 Thu Jan 29 03:42:36 2004 +++ slime/ChangeLog Sat Jan 31 15:23:57 2004 @@ -1,3 +1,41 @@ +2004-01-31 Robert E. Brown bbrown@speakeasy.net + + * swank-sbcl.lisp, swank.lisp: Add more type declarations and + detect missing initargs for the connection struct. + +2004-01-31 Jouni K Seppanen jks@iki.fi + + * slime.el (slime-path): Placed inside an eval-and-compile. Works + around some problems when byte-compiling slime-changelog-date. + (slime-swank-connection-retries): + +2004-01-31 Marco Baringer mb@bese.it + + * swank-openmcl.lisp: remove defslimefun-unimplemented forms. + (call-with-compilation-hooks, compile-system-for-emacs): Implement + them. + (compile-file-for-emacs, compile-string-for-emacs): Use + with-compilation-hooks. + (list-callers): Define with defimplementation and not defslimefun. + + * swank-backend.lisp (compile-system-for-emacs): Declare method + as part of the interface. + + * slime.el (slime-find-asd): Handle files whose directory does + not contain an asdf system definition. + +2004-01-31 Helmut Eller e9626484@stud3.tuwien.ac.at + + * Merge stateless-emacs branch into main trunk. We use now signal + driven IO for CMUCL and one thread per request for multithreaded + Lisps. + +2004-01-31 Robert E. Brown bbrown@speakeasy.net + + * swank-backend.lisp, swank-sbcl.lisp, + swank-source-path-parser.lisp, swank.lisp: Add type declarations + to keep SBCL quiet. + 2004-01-29 Michael Weber michaelw+slime@foldr.org
* slime.el, swank-backend.lisp, swank-cmucl.lisp, swank-sbcl.lisp,