
Index: slime/ChangeLog diff -u slime/ChangeLog:1.219 slime/ChangeLog:1.223 --- slime/ChangeLog:1.219 Sun Jan 18 02:59:49 2004 +++ slime/ChangeLog Sun Jan 18 16:54:06 2004 @@ -1,5 +1,32 @@ 2004-01-18 Helmut Eller <e9626484@stud3.tuwien.ac.at> + * swank-lispworks.lisp (sigint-handler): Bind a continue restart. + (make-dspec-location): Handle strings like pathnames. + Some multithreading support. + + * slime.el (compile-defun): Don't use keywords. The keyword + package is locked in Lispworks and causes the test-suite to hang. + (slime-eval-with-transcript): Fix bug triggered when 'package' is + a buffer local variable. Reported by Janis Dzerins. + (slime-batch-test): Wait until the connection is ready. + +2004-01-18 Alan Ruttenberg <alanralanr@comcast.net> + + * swank-openmcl: Implement frame-catch-tags. Added debugger functions + sldb-restart-frame, sldb-return-from-frame. Should probably be added to backend.lisp + but let's discuss first. Do other lisps support this? + + * slime.el sldb-restart-frame, sldb-return-from-frame + +2004-01-18 Wolfgang Jenkner <wjenkner@inode.at> + + * swank-clisp.lisp (call-without-interrupts): Evaluate + linux:SIGFOO at read time since the macro with-blocked-signals + expects a fixnum. + (compile-file-for-emacs): Comment fix. + +2004-01-18 Helmut Eller <e9626484@stud3.tuwien.ac.at> + * swank-sbcl.lisp (make-fn-streams): Deleted. Already defined in swank-gray.lisp.