[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Wed Feb 25 21:01:10 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Wed Feb 25 16:01:09 2004
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.265 slime/ChangeLog:1.266
--- slime/ChangeLog:1.265	Wed Feb 25 03:06:41 2004
+++ slime/ChangeLog	Wed Feb 25 16:01:08 2004
@@ -1,11 +1,28 @@
 2004-02-25  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
+	* swank-cmucl.lisp (arglist-string): Delay the call to
+	di::function-debug-function until it is actually needed.
+
+	* swank.lisp (connection-info): New function.
+	(open-streams): Don't send the :check-protocol-version message.  Now
+	handled with CONNECTION-INFO.
+
+	* slime.el (slime-symbol-at-point): Don't skip backwards across
+	whitespace when we are at the first character of a symbol.  To
+	handle this case: skip symbol constituents forward before skipping
+	whitespace backwards.  Reported by Jan Richter.
+	(slime-connection-close-hook, slime-next-connection)
+	(slime-make-default-connection): Remove extra call to format.
+	(slime-init-connection-state): Use only a single RPC instead of 4.
+
+2004-02-25  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
 	* slime.el (slime-with-chosen-connection): Bind
 	slime-dispatching-connection and not slime-buffer-connection.
 	slime-buffer-connection is a buffer local variable not a dynamic
 	variable.
 	(slime-find-connection-by-type-name)
-	(slime-read-lisp-implementation-type-name): Where lost during the
+	(slime-read-lisp-implementation-type-name): Were lost during the
 	merge.
 	(sldb-fetch-more-frames): Use (goto-char (point-max)) instead of
 	end-of-buffer. 





More information about the slime-cvs mailing list