Index: slime/ChangeLog diff -u slime/ChangeLog:1.1981 slime/ChangeLog:1.1982 --- slime/ChangeLog:1.1981 Sun Feb 14 13:26:01 2010 +++ slime/ChangeLog Mon Feb 15 16:42:37 2010 @@ -1,3 +1,10 @@ +2010-02-15 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-load-contribs): Do not call SWANK-REQUIRE + asynchronously, if host Lisp uses :SPAWN that may result in the + attempt to load in code concurrently -- the host Lisp may not + support that. + 2010-02-14 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-attempt-connection): Fix typo. Thanks to Mark Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.342 slime/contrib/ChangeLog:1.343 --- slime/contrib/ChangeLog:1.342 Sun Jan 31 15:17:27 2010 +++ slime/contrib/ChangeLog Mon Feb 15 16:42:37 2010 @@ -1,3 +1,15 @@ +2010-02-15 Tobias C. Rittweiler tcr@freebits.de + + * slime-asdf.el, slime-autodoc.el, slime-c-p-c.el, + slime-clipboard.el, slime-fancy-inspector.el, slime-fuzzy,el, + slime-indentation.el, slime-motd.el, + slime-presentation-streams.el, slime-presentations.el, + slime-sbcl-exts, slime-snapshot.el, slime-sprof.el: + + Make sure that contrib code does not try to load in swank code + asynchronously but use `slime-require' instead; also make sure to + move the `slime-require' into the contribs' init function. + 2010-01-31 Stas Boukarev stassats@gmail.com
* slime-repl.el (slime-repl-mode): Don't do