Index: slime/ChangeLog diff -u slime/ChangeLog:1.2080 slime/ChangeLog:1.2083 --- slime/ChangeLog:1.2080 Sat May 1 02:12:30 2010 +++ slime/ChangeLog Wed May 5 01:25:29 2010 @@ -1,3 +1,18 @@ +2010-05-05 Helmut Eller heller@common-lisp.net + + * swank-cmucl.lisp (gdb-command): Use gdb's MI. + +2010-05-05 Mark Evenson evenson@panix.com + + Fix for Cygwin Emacs filename problem. + + * slime.el (slime-init-command): Use slime-to-lisp-filename. + +2010-05-05 Helmut Eller heller@common-lisp.net + + * slime.el (sldb-exit): When stepping, close buffer after a delay. + (sldb-close-step-buffer): New function. + 2010-05-01 Stas Boukarev stassats@gmail.com
* slime.el (slime-restart-sentinel): Don't pop to the inferior Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.373 slime/contrib/ChangeLog:1.374 --- slime/contrib/ChangeLog:1.373 Sat May 1 11:28:43 2010 +++ slime/contrib/ChangeLog Wed May 5 01:19:50 2010 @@ -1,3 +1,7 @@ +2010-05-05 Helmut Eller heller@common-lisp.net + + * slime-editing-commands.el: Fix typo. + 2010-05-01 Stas Boukarev stassats@gmail.com
* slime-fuzzy.el(slime-fuzzy-dehighlight-current-completion):
Index: slime/ChangeLog diff -u slime/ChangeLog:1.2080 slime/ChangeLog:1.2083 --- slime/ChangeLog:1.2080 Sat May 1 02:12:30 2010 +++ slime/ChangeLog Wed May 5 01:25:29 2010 @@ -1,3 +1,18 @@ +2010-05-05 Helmut Eller heller@common-lisp.net + + * swank-cmucl.lisp (gdb-command): Use gdb's MI. +
swank-cmucl.lisp and swank-scl.lisp contain the following local variables:
;; Local Variables: ;; pbook-heading-regexp: "^;;;\(;+\)" ;; pbook-commentary-regexp: "^;;;\($\|[^;]\)" ;; End:
These appear to be defined in the 'pbook.el' package, which is not included in Emacs or SLIME. Should these variables still be set in these source files? If not, can they be deleted from the CVS versions?
* Mark Harig [2010-05-05 19:16+0200] writes:
swank-cmucl.lisp and swank-scl.lisp contain the following local variables:
;; Local Variables: ;; pbook-heading-regexp: "^;;;\(;+\)" ;; pbook-commentary-regexp: "^;;;\($\|[^;]\)" ;; End:
These appear to be defined in the 'pbook.el' package, which is not included in Emacs or SLIME. Should these variables still be set in these source files? If not, can they be deleted from the CVS versions?
I removed them.
Helmut