Index: slime/ChangeLog diff -u slime/ChangeLog:1.667 slime/ChangeLog:1.669 --- slime/ChangeLog:1.667 Tue Apr 19 22:24:49 2005 +++ slime/ChangeLog Wed Apr 20 19:27:52 2005 @@ -1,3 +1,13 @@ +2005-04-20 Luke Gorrie luke@synap.se + + * swank.lisp (arglist-to-string): Bind *PRINT-ESCAPE* to NIL. This + way symbols in arglists are printed as with PRINC, i.e. without + package qualifier. + + * swank-sbcl.lisp (preferred-communication-style): Use + `linux_no_threads_p' alien variable to decide whether to use + :SPAWN. From dan_b for compatibility with new SBCLs. + 2005-04-19 heller heller@xaital
* /project/slime/cvsroot/slime/PROBLEMS: Warn about old kernels.