Index: slime/ChangeLog diff -u slime/ChangeLog:1.881 slime/ChangeLog:1.883 --- slime/ChangeLog:1.881 Thu Apr 13 00:26:31 2006 +++ slime/ChangeLog Thu Apr 13 06:44:25 2006 @@ -1,3 +1,20 @@ +2006-04-13 Martin Simmons martin@lispworks.com + + * swank-loader.lisp (load-site-init-file, swank-source-files): Fix + pathname construction to take all unspecified components from the + directory pathname, in particular the drive letter on Windows. + +2006-04-13 Helmut Eller helmut@common-lisp.net + + * slime.el (slime-find-filename-translators): Use assoc-if instead + of assoc-default for XEmacs compatibility. + (slime-show-note-counts): Don't show the highlighting bit as it + spills of the screen. + (slime-highlight-notes): Use with-temp-message. + (with-temp-message): Define it for XEmacs. + (slime-beginning-of-symbol): Use eq instead of char-equal as + char-equal signals an error at the beginning of a buffer. + 2006-04-13 Douglas Crosher dcrosher@common-lisp.net
* swank-scl (make-socket-io-stream): set the stream to ignore @@ -16,6 +33,7 @@ error.
2006-04-12 Robert Macomber slime@rojoma.com + * swank-backend.lisp (make-recursive-lock): New interface function. (call-with-recursive-lock-held): New interface function.