[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Sun Dec 7 19:23:02 UTC 2003


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

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Sun Dec  7 14:23:02 2003
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.142 slime/ChangeLog:1.143
--- slime/ChangeLog:1.142	Sat Dec  6 16:41:40 2003
+++ slime/ChangeLog	Sun Dec  7 14:23:02 2003
@@ -1,3 +1,14 @@
+2003-12-07  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-allegro.lisp, swank-backend.lisp, swank-cmucl.lisp,
+	swank-lispworks.lisp, swank-openmcl.lisp, swank-sbcl.lisp
+	(function-source-locations): Make it at generic function.
+	(function-source-location-for-emacs): Removed.  Fixes bug reported
+	by Marco Baringer.
+
+	* slime.el (slime-interactive-eval): Insert the result at point,
+	if called with prefix argument.
+
 2003-12-06  Luke Gorrie  <luke at bluetail.com>
 
 	* slime.el (slime-easy-menu): Added menubar support, contributed
@@ -20,9 +31,9 @@
 	should be a symbol.
 	(find-function-locations): Return errors as a list of one error.
 	(call-with-debugging-environment): Set *print-level* to 4 and
-	*print-level* to 10.  (Where both nil.)
+	*print-length* to 10.  (Both where nil.)
 	(source-location-for-emacs): Fall back to the location of the
-	function, if there is no block-debug-info.
+	function, if there is no debug-block-info.
 	(safe-source-location-for-emacs): Don't catch all conditions; only
 	errors.  
 	*compile-filename*: New variable





More information about the slime-cvs mailing list