[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Thu Aug 10 04:35:01 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.923 slime/ChangeLog:1.924
--- slime/ChangeLog:1.923	Fri Jul 28 11:05:52 2006
+++ slime/ChangeLog	Wed Aug  9 13:03:18 2006
@@ -1,3 +1,21 @@
+2006-08-09  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-find-filename-translators): CL:MACHINE-INSTANCE
+	can return nil.  Silently accept that case for now.
+
+	* swank.lisp (test-print-arglist): Print a message instead of
+	signalling an error. This should avoid startup problems, in
+	particular with CormanLisp.
+	(setup-stream-indirection): Disable it for now.  We should fix it,
+	if there is a need for this functionality or just remove it.
+
+	* swank-backend.lisp (definterface): Bring the old implementation
+	based on NO-APPLICABLE-METHOD back.  It avoids lots of redefintion
+	warnings (but it creates more "noise" in backtraces).
+
+	* swank-*.lisp (inspect-for-emacs): Don't use defimplementation
+	for real generics.
+
 2006-07-28  Helmut Eller  <heller at common-lisp.net>
 
 	* slime.el (slime-thread-quit): Call swank:quit-thread-browser.



More information about the slime-devel mailing list