[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Sun Jun 20 21:39:32 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Sun Jun 20 14:39:32 2004
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.413 slime/ChangeLog:1.414
--- slime/ChangeLog:1.413	Sun Jun 20 07:39:01 2004
+++ slime/ChangeLog	Sun Jun 20 14:39:32 2004
@@ -3,14 +3,20 @@
 	* swank-sbcl.lisp (emacs-connected): Set *invoke-debugger-hook* to
 	our debugger hook.  Not optimal, but at least BREAK will then
 	invoke our debugger.
-
+	(*trap-load-time-warnings*): New variable.  If it is true,
+	conditions, most notably redefinition warnings, signalled at load
+	time are not trapped.
+	(swank-compile-file, swank-compile-string): Use it.
+	
 	* swank.lisp (guess-buffer-package): Don't signal a continuable
 	error if the package doesn't exists; that's too annoying.
 
 	* slime.el: Fix outline structure.
-	
-	* slime.el (slime-eval-feature-conditional)
-	(slime-to-feature-keyword): Add a ?: to the symbol-name if needed.
+        (slime-maybe-list-compiler-notes): Fix thinko.
+	(break): New test.  Reorganize the test-suite a bit to support
+	"expected failures".
+	(slime-eval-feature-conditional, slime-to-feature-keyword): Add a
+	?: to the symbol-name if needed.
 	
 2004-06-20  Luke Gorrie  <luke at bluetail.com>
 





More information about the slime-cvs mailing list