Index: slime/ChangeLog diff -u slime/ChangeLog:1.1896 slime/ChangeLog:1.1898 --- slime/ChangeLog:1.1896 Wed Oct 28 16:52:20 2009 +++ slime/ChangeLog Fri Oct 30 15:39:34 2009 @@ -1,3 +1,16 @@ +2009-10-30 Stas Boukarev stassats@gmail.com + + * swank-loader.lisp (setup): Use EXT:PROBE-DIRECTORY on Clisp, + because PROBE-FILE doesn't want to work on directories. + Patch by Dirk Sondermann. + +2009-10-30 Helmut Eller heller@common-lisp.net + + * swank-openmcl.lisp: Removed. 1.4 is out so no longer needed. + * swank-ccl.lisp: Update accordingly. + + * test-all.sh: Removed. Not used in ages. + 2009-10-28 Helmut Eller heller@common-lisp.net
Simpler modeline code. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.261 slime/contrib/ChangeLog:1.262 --- slime/contrib/ChangeLog:1.261 Wed Oct 21 15:38:49 2009 +++ slime/contrib/ChangeLog Fri Oct 30 19:06:26 2009 @@ -1,3 +1,13 @@ +2009-10-31 Tobias C. Rittweiler tcr@freebits.de + + `M-x slime-visit-sbcl-bug' will open a browser to visit SBCL's bug + tracker at Launchpad that describes the bug number at + point (#nnnnnn). + + * slime-sbcl-exts.el (slime-visit-sbcl-bug): New. + (slime-read-sbcl-bug): New. + (slime-sbcl-bug-at-point): New. + 2009-10-21 Stas Boukarev stassats@gmail.com
* slime-asdf.el (slime-browse-system): Open the parent directory of
On Oct 31, 2009, at 12:33 AM, Helmut Eller wrote:
+2009-10-30 Helmut Eller heller@common-lisp.net
- swank-openmcl.lisp: Removed. 1.4 is out so no longer needed.
It is a little premature to delete swank-openmcl.lisp. I don't think I am the only developer to use both CCL 1.3 and CCL 1.4. Can it be restored?
-- Terje Norderhaug
* Terje Norderhaug [2009-11-03 20:43+0100] writes:
On Oct 31, 2009, at 12:33 AM, Helmut Eller wrote:
+2009-10-30 Helmut Eller heller@common-lisp.net
- swank-openmcl.lisp: Removed. 1.4 is out so no longer needed.
It is a little premature to delete swank-openmcl.lisp. I don't think I am the only developer to use both CCL 1.3 and CCL 1.4. Can it be restored?
If you use an older version of CCL you can just as well use an older version of SLIME.
Helmut