[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Tue Jan 13 23:04:00 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv6274

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Tue Jan 13 18:03:59 2004
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.202 slime/ChangeLog:1.203
--- slime/ChangeLog:1.202	Tue Jan 13 14:28:10 2004
+++ slime/ChangeLog	Tue Jan 13 18:03:59 2004
@@ -1,5 +1,27 @@
 2004-01-13  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
+	* slime.el (slime-input-complete-p): Tolerate extra close parens.
+	(slime-idle-state): Don't active the repl.
+	(slime-insert-transcript-delimiter): Insert output before prompt.
+	(slime-open-stream-to-lisp): Initialize the process-buffer with
+	the connection buffer.
+	(slime-repl-activate): Deleted.
+	(slime-repl-eval-string, slime-repl-show-result)
+	(slime-repl-show-abort): Better handling of abortion.
+	(slime-compile-file): Insert output before prompt.
+
+	* swank-lispworks.lisp (create-socket): Fix condition message.
+
+	* swank-openmcl.lisp (*swank-in-background*): Set to :spawn.
+	(emacs-connected): Initialize ccl::*interactive-abort-process*.
+
+	* swank.lisp (*swank-in-background*): New variable.
+	(start-server): Start swank in background, depending on
+	*swank-in-background*.
+
+	* swank-cmucl.lisp, swank-sbcl.lisp (*swank-in-background*): Set
+	to :fd-handler.
+	
 	* swank-clisp.lisp (accept-connection): Remove superfluous call to
 	socket-wait.
 





More information about the slime-cvs mailing list