Index: slime/ChangeLog diff -u slime/ChangeLog:1.262 slime/ChangeLog:1.264 --- slime/ChangeLog:1.262 Mon Feb 23 02:21:31 2004 +++ slime/ChangeLog Wed Feb 25 02:29:59 2004 @@ -1,3 +1,26 @@ +2004-02-25 Helmut Eller e9626484@stud3.tuwien.ac.at + + * slime.el (slime-with-chosen-connection): Bind + slime-dispatching-connection and not slime-buffer-connection. + slime-buffer-connection is a buffer local variable not a dynamic + variable. + (slime-find-connection-by-type-name) + (slime-read-lisp-implementation-type-name): Where lost during the + merge. + +2004-02-25 Peter Seibel peter@javamonkey.com + + * slime.el: Various bits of support for maintaining multiple SLIME + connections to different Lisp implementations simultaneously. + + * swank-backend.lisp (lisp-implementation-type-name): Add function to + return simple name of lisp implementation; used by new + multi-connection functionality in slime.el. + +2004-02-25 Helmut Eller e9626484@stud3.tuwien.ac.at + + * swank.lisp (format-arglist): Use a special pprint-dispatch table. + 2004-02-22 Lawrence Mitchell wence@gmx.li
* swank.lisp (format-arglist): Bind *PRINT-PRETTY* to NIL.