[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Sun Aug 1 07:00:04 UTC 2004


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.492 slime/ChangeLog:1.493
--- slime/ChangeLog:1.492	Fri Jul 30 14:41:25 2004
+++ slime/ChangeLog	Sat Jul 31 23:46:48 2004
@@ -1,3 +1,15 @@
+2004-08-01  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-allegro.lisp (swank-compile-string): Use a temporary file
+	and set excl::*source-pathname* manually.  This way we can find
+	the source buffer of functions compiled with C-c C-c.
+	(call-with-temp-file, compile-from-temp-file): New functions.
+	(list-callers, function-callers, in-constants-p)
+	(map-function-constants): Implements list callers by groveling
+	through the constants pools of named functions.
+
+	* swank-lispworks.lisp: Minor refactoring.
+
 2004-07-30  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* slime.el (slime-connection): Say "No default connection
@@ -10,7 +22,10 @@
 
 	* swank-cmucl.lisp (call-with-debugging-environment): Only handle
 	DI::UNHANDLED-CONDITION not all DI:DEBUG-CONDITIONs.
-	
+
+	* swank-backend.lisp (sldb-condition): Show the original condition
+	in the message.
+
 2004-07-30  Luke Gorrie  <luke at bluetail.com>
 
 	* slime.el (slime-choose-overlay-region): Tweaked the




More information about the slime-devel mailing list