[slime-devel] Daily ChangeLog diff

Index: slime/ChangeLog diff -u slime/ChangeLog:1.488 slime/ChangeLog:1.489 --- slime/ChangeLog:1.488 Mon Jul 26 04:50:19 2004 +++ slime/ChangeLog Wed Jul 28 14:15:30 2004 @@ -1,3 +1,18 @@ +2004-07-28 Helmut Eller <e9626484@stud3.tuwien.ac.at> + + * slime.el (slime-eval-feature-conditional): Treat uppercase + operators NOT, AND, OR correctly. + (sldb-find-buffer): Remove killed buffers. + (sldb-quit): Raise an error if the RPC returns. + (slime-expected-failures): Delete unused function. + (complete-symbol): Test completion of + swank::compile-file. LispWorks has extra completions for + cl::compile-file. + (arglist): Test arglist of method cl:class-name. Add enough + regexpery to pass the test in most implementations. + + * swank-sbcl.lisp (list-callers, list-callees): Implemented. + 2004-07-26 Luke Gorrie <luke@bluetail.com> * slime.el (slime-first-change-hook): Add `save-match-data' to

Luke Gorrie <lgorrie@common-lisp.net> writes:
+2004-07-28 Helmut Eller <e9626484@stud3.tuwien.ac.at>
Welcome back! We should probably do the "beta" release soon, I was thinking sundayish. I've nearly finished fixing all the bugs I introduced in last weekend's overzealous "refactoring" :-) Any thoughts?

Luke Gorrie <luke@bluetail.com> writes:
Welcome back!
Ahoy!
We should probably do the "beta" release soon, I was thinking sundayish.
Yes, we should.
I've nearly finished fixing all the bugs I introduced in last weekend's overzealous "refactoring" :-)
Nice work; especially the comments.
Any thoughts?
I've sort of a plan to make output redirection a bit more general. The basic idea is to associate a Lisp stream with an Emacs marker. Redirecting the output to the current buffer, e.g for C-u C-x C-e, would then be easy to implement: just set the buffer of the marker properly. I also hope that this could make the REPL code a bit simpler. I'll give this idea try but will not commit it before the beta is out. Helmut.

Helmut Eller <e9626484@stud3.tuwien.ac.at> writes:
I've sort of a plan to make output redirection a bit more general. [...] I'll give this idea try but will not commit it before the beta is out.
I got carried away playing with Movitz on the weekend instead of making up the beta :-). I've tagged the current sources for a beta release, so checkin at will. I'll write up some release notes and post the beta tomorrow if nobody finds any hideous problems. -Luke

Ahoy, I posted slime-1.0beta.tar.gz on the homepage. Helmut, would you care to post a short announcement on comp.lang.lisp along with the release notes in the NEWS file? My usenet feed died mysteriously a few weeks ago. Cheers, Luke
participants (3)
-
Helmut Eller
-
Luke Gorrie
-
Luke Gorrie