Index: slime/ChangeLog diff -u slime/ChangeLog:1.1866 slime/ChangeLog:1.1868 --- slime/ChangeLog:1.1866 Sat Sep 26 19:24:50 2009 +++ slime/ChangeLog Mon Sep 28 10:56:19 2009 @@ -1,3 +1,11 @@ +2009-09-28 Stas Boukarev stassats@gmail.com + + * swank.lisp (set-package): Provide a more meaningful error + message when package doesn't exist. + + * swank-lispworks.lisp (replace-strings-with-symbols): Didn't work on + non-proper lists. Reported by Madhu. + 2009-09-27 Tobias C. Rittweiler tcr@freebits.de
* swank-sbcl.lisp (call-with-debugger-hook): Correctly deal with Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.248 slime/contrib/ChangeLog:1.250 --- slime/contrib/ChangeLog:1.248 Fri Sep 25 02:43:33 2009 +++ slime/contrib/ChangeLog Mon Sep 28 23:21:30 2009 @@ -1,3 +1,13 @@ +2009-09-29 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-sync-package-and-default-directory): + Better checking for packages. + +2009-09-28 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-sync-package-and-default-directory): + Do not try to set package if it doesn't exists. + 2009-09-25 Tobias C. Rittweiler tcr@freebits.de
* swank-sbcl-exts.lisp: Add EVAL-WHEN to prevent subtle dependency