Index: slime/ChangeLog diff -u slime/ChangeLog:1.948 slime/ChangeLog:1.955 --- slime/ChangeLog:1.948 Tue Sep 19 07:56:38 2006 +++ slime/ChangeLog Wed Sep 20 15:28:57 2006 @@ -1,6 +1,29 @@ +2006-09-20 Marco Baringer mb@bese.it + + * slime.el (slime-cheat-sheet): New function. + (slime-cheat-sheet-table): New variable which specifies what the + cheat sheet should list. + + * doc/slime.texi: Added "Tips and Tricks" chapter (need a better + name for this). + + * swank-sbcl.lisp (fallback-source-location): Use abort-request + instead of error. + (locate-compiler-note): Say, in the error message, what data + caused the error. + + * slime.el (slime-read-package-name): Set require to T in the call + to completing read, it doesn't make any sense to switch to an + inexistent package. + +2006-09-20 Juho Snellman jsnell@iki.fi + + * swank-sbcl.lisp (call-with-debugger-hook): use INVOKE-STEPPER + instead of calling the stepper hook manually + 2006-09-19 Juho Snellman jsnell@iki.fi - * swank-backend.lisp (call-with-debugger-hook): make the stepper + * swank-sbcl.lisp (call-with-debugger-hook): make the stepper also work with a threaded SBCL, by binding a handler for sb-ext:stepper-condition instead of relying on the one that SBCL establishes on the toplevel