[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Thu Feb 19 08:00:09 UTC 2004


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.258 slime/ChangeLog:1.259
--- slime/ChangeLog:1.258	Wed Feb 18 02:35:17 2004
+++ slime/ChangeLog	Wed Feb 18 14:46:01 2004
@@ -1,3 +1,23 @@
+2004-02-18  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* slime.el (slime): Just close the connection when called without
+	prefix-argument.  Keeping the connection open doesn't make sense.
+	We could ask if the Lisp process should be killed, though.
+	(slime-maybe-close-old-connections): Delete unused function.
+	(slime-start-swank-server): Use comint-send-string instead of
+	comint-proc-query, 'cause I don't like Olin "100%" Shivers' code.
+	(slime-init-output-buffer): Show some animations.
+	(slime-repl-clear-output): Fixed.
+	(slime-compilation-finished): It's not necessary to switch to the
+	original buffer, because the buffer is encoded in the
+	source-locations.
+	(sldb-show-source): Don't raise an error if the source cannot be
+	located.  Print a message instead, because errors in
+	process-filters cause a 1 second delay.
+
+	* swank-cmucl.lisp (read-into-simple-string): Workaround for
+	read-sequence bug in 18e.
+
 2004-02-18  Peter Seibel <peter at javamonkey.com>
 
 	* swank-loader.lisp: Place the fasl files of different




More information about the slime-devel mailing list