Index: slime/ChangeLog diff -u slime/ChangeLog:1.2246 slime/ChangeLog:1.2250 --- slime/ChangeLog:1.2246 Mon Nov 21 11:52:25 2011 +++ slime/ChangeLog Sun Nov 27 13:47:14 2011 @@ -1,3 +1,46 @@ +2011-11-27 Helmut Eller heller@common-lisp.net + + * swank.lisp (create-server): Add a :backlog argument. + (setup-server): Pass it along. + + * swank-backend.lisp (create-socket): Backlog argument. + * swank-abcl.lisp: Implement it. + * swank-allegro.lisp: + * swank-ccl.lisp: + * swank-clisp.lisp: + * swank-cmucl.lisp: + * swank-corman.lisp: + * swank-ecl.lisp: + * swank-lispworks.lisp: + * swank-sbcl.lisp: + * swank-scl.lisp: + +2011-11-27 Helmut Eller heller@common-lisp.net + + * swank-cmucl.lisp (make-socket-io-stream): Create character + stream if external-format is non-nil. + +2011-11-27 Helmut Eller heller@common-lisp.net + * swank.lisp (create-server): Remove coding-system argument. + ([defstruct] connection): Remove coding-system slot. + (connection.external-format, *coding-system*): Deleted. + (make-connection, start-server, create-server, setup-server) + (accept-connections): Drop coding-system arg. + + (connection-info): Return supported coding systems. + (create-repl, open-dedicated-output-stream) + (open-streams, initialize-streams-for-connection): Add + coding-system arg. + + * slime.el (slime-init-command): Ignore the coding-system arg. + (slime-connection-coding-systems): New connection variable. + (slime-set-connection-info): Set it. + +2011-11-27 Helmut Eller heller@common-lisp.net + + * swank.lisp (eval-in-frame-aux): Don't bind *package* during + eval. + 2011-11-21 Helmut Eller heller@common-lisp.net
* swank-cmucl.lisp: Trigger compilation of utf8 stuff before first Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.508 slime/contrib/ChangeLog:1.509 --- slime/contrib/ChangeLog:1.508 Tue Nov 22 16:56:01 2011 +++ slime/contrib/ChangeLog Sun Nov 27 11:24:33 2011 @@ -1,3 +1,8 @@ +2011-11-27 Helmut Eller heller@common-lisp.net + + * slime-repl.el (slime-repl-choose-coding-system): New. + (slime-repl-connected-hook-function): Use it. + 2011-11-23 Stas Boukarev stassats@gmail.com
* slime-repl.el (slime-open-stream-to-lisp): Convert "utf-8-unix"