Index: slime/ChangeLog diff -u slime/ChangeLog:1.1625 slime/ChangeLog:1.1630 --- slime/ChangeLog:1.1625 Fri Jan 2 22:03:27 2009 +++ slime/ChangeLog Sat Jan 3 21:33:51 2009 @@ -1,3 +1,30 @@ +2009-01-03 Helmut Eller heller@common-lisp.net + + * slime.el (slime-goto-location-buffer): Don't goto point-min. + (slime-check-location-buffer-name-sanity) + (slime-check-location-filename-sanity): Separated from + slime-goto-location-buffer. + (slime-line-number-at-pos): New compatibility function. + +2009-01-03 Helmut Eller heller@common-lisp.net + + By default, show compiler notes in a buffer with compilation-mode. + + * slime.el (slime-show-compilation-log) + (slime-maybe-show-compilation-log): New functions, + (slime-compilation-finished-hook): Change the default value + to 'slime-maybe-show-compilation-log. + +2009-01-03 Helmut Eller heller@common-lisp.net + + * swank.lisp (simple-serve-requests, make-repl-input-stream): + Move the call to WITH-CONNECTION to the input stream to pick up + stream redirections. + +2009-01-03 Helmut Eller heller@common-lisp.net + + * swank-clisp.lisp (wait-for-input): Disable it for win32. + 2009-01-02 Helmut Eller heller@common-lisp.net
Experimental implementation of "channels".