Index: slime/ChangeLog diff -u slime/ChangeLog:1.2241 slime/ChangeLog:1.2242 --- slime/ChangeLog:1.2241 Sat Nov 12 06:43:01 2011 +++ slime/ChangeLog Wed Nov 16 02:01:18 2011 @@ -1,3 +1,12 @@ +2011-11-16 Stas Boukarev stassats@gmail.com + + * swank.lisp (open-dedicated-output-stream): Open a stream with + the right coding system. + Change (:open-dedicated-output-stream port) message to + (:open-dedicated-output-stream port coding-system), because Emacs + can no longer determine the coding system based on the main + network streams since they are binary now. + 2011-11-11 Anton Kovalenko anton@sw4me.com
* slime.el (slime-ed): add bytep argument to destructure-case. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.505 slime/contrib/ChangeLog:1.506 --- slime/contrib/ChangeLog:1.505 Sat Nov 12 06:43:02 2011 +++ slime/contrib/ChangeLog Wed Nov 16 02:01:19 2011 @@ -1,3 +1,8 @@ +2011-11-16 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-open-stream-to-lisp): Set the process coding system + to the right coding system. + 2011-11-12 Nikodemus Siivola nikodemus@random-state.net
Fix DEFMETHOD indentation when the name is a SETF-name, and qualifiers