Index: slime/ChangeLog diff -u slime/ChangeLog:1.2258 slime/ChangeLog:1.2261 --- slime/ChangeLog:1.2258 Fri Dec 2 12:24:03 2011 +++ slime/ChangeLog Sat Dec 3 07:31:08 2011 @@ -1,3 +1,20 @@ +2011-12-03 Nikodemus Siivola nikodemus@random-state.net + + * swank-sbcl.lisp (wait-for-input): Another go at this. Rip out POLL, + build on top of just INPUT-READY-P. + (input-ready-p): Outside Windows, use SYSREAD-MAY-BLOCK-P to check. + +2011-12-03 Gábor Melis mega@retes.hu + + * swank-allegro.lisp (set-default-initial-binding): In 9.0 alpha, + *CL-DEFAULT-SPECIAL-BINDINGS* is [soon to be] deprecated. It's + otherwise the same EXCL:*REQUIRED-TOP-LEVEL-BINDINGS* (i.e. no + change in behavior). + +2011-12-03 Helmut Eller heller@common-lisp.net + + * swank-clisp.lisp (wait-for-input): Add a version for windows. + 2011-12-02 Stas Boukarev stassats@gmail.com
* swank-sbcl.lisp (wait-for-input): Define only if Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.516 slime/contrib/ChangeLog:1.519 --- slime/contrib/ChangeLog:1.516 Fri Dec 2 14:12:08 2011 +++ slime/contrib/ChangeLog Sat Dec 3 07:38:19 2011 @@ -1,3 +1,28 @@ +2011-12-03 Didier Verna didier@xemacs.org + + * slime-cl-indent.el (common-lisp-loop-type) + (common-lisp-loop-part-indentation) + (common-lisp-indent-body-introducing-loop-macro-keyword) + (common-lisp-indent-prefix-loop-macro-keyword) + (common-lisp-indent-clause-joining-loop-macro-keyword) + (common-lisp-indent-indented-loop-macro-keyword) + (common-lisp-indent-indenting-loop-macro-keyword) + (common-lisp-indent-loop-macro-else-keyword) + (common-lisp-indent-loop-macro-1): Match not only KEYWORD but also + :KEYWORD and #:KEYWORD in the LOOP macro. + +2011-12-03 Didier Verna didier@xemacs.org + + * slime-cl-indent.el (lisp-indent-lambda-list-keywords-regexp): + Match empty string after a word consitituent (>) instead of a + symbol constituent (_>) because XEmacs doesn't have that syntax, + and here, it doesn't hurt anyway. + +2011-12-03 Helmut Eller heller@common-lisp.net + + * swank-mrepl.lisp (package-prompt): Use <= instead of < to give + package-name priority over nicknames. + 2011-12-02 Stas Boukarev stassats@gmail.com
* slime-repl.el (slime-repl-send-input): Don't put `read-only'