Index: slime/ChangeLog diff -u slime/ChangeLog:1.1374 slime/ChangeLog:1.1375 --- slime/ChangeLog:1.1374 Wed Jul 23 10:29:26 2008 +++ slime/ChangeLog Sat Jul 26 19:05:59 2008 @@ -1,3 +1,14 @@ +2008-07-27 Tobias C. Rittweiler tcr@freebits.de + + * swank.lisp (swank-compiler): Fix bug when invoking an abort + restart on a failed compilation attempt. + + * swank-sbcl.lisp (swank-compile-string): If a compilation attempt + fails, COMPILE-FILE returns NIL which we tried to LOAD. Fix that. + + * swank-backend.lisp (swank-compile-string, swank-compile-file): + Document return value. + 2008-07-23 Tobias C. Rittweiler tcr@freebits.de
* swank-loader.lisp (*contribs*): Added `swank-package-fu'.