Index: slime/ChangeLog diff -u slime/ChangeLog:1.1337 slime/ChangeLog:1.1341 --- slime/ChangeLog:1.1337 Wed Mar 26 10:59:30 2008 +++ slime/ChangeLog Thu Mar 27 16:59:45 2008 @@ -1,3 +1,8 @@ +2008-03-27 Martin Simmons martin@lispworks.com + + * swank-lispworks.lisp (map-error-database): Make mapping work for + LispWorks 5.1 too. + 2008-03-26 Tobias C. Rittweiler tcr@freebits.de
On SBCL, @@ -25,6 +30,24 @@ (def-slime-test locally-bound-debugger-hook): New test case; tests that a locally-bound *DEBUGGER-HOOK* is adhered, and not skipped. +2008-03-26 Helmut Eller heller@common-lisp.net + + By default, don't ask if SLIME should be started. + + * slime.el (slime-auto-connect): New variable. + (slime-auto-connect): New function. + (slime-connection): Use it. + +2008-03-24 Helmut Eller heller@common-lisp.net + + * slime.el (slime-check-version): New function. Make the + prompt fit in a single line. + + * swank-loader.lisp (load-swank): Call swank::before-init. + + * swank.lisp (before-init): New function. + (init): Renamed from setup. + 2008-03-24 Tobias C. Rittweiler tcr@freebits.de
* HACKING: Updated due to broken links.