[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Sun Jul 16 04:35:01 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.918 slime/ChangeLog:1.920
--- slime/ChangeLog:1.918	Thu Jul 13 16:09:19 2006
+++ slime/ChangeLog	Sat Jul 15 07:03:29 2006
@@ -1,3 +1,22 @@
+2006-07-15  Juho Snellman  <jsnell at iki.fi>
+	* swank-sbcl.lisp (preferred-communication-style): Remove use of
+	  linux_no_threads_p alien variable (the value has been hardcoded to
+	  false for about a year), so that we can also remove it from from SBCL
+	  in the future.
+	  (*definition-types*): defcondition -> define-condition,
+	  to make slime-show-definitions display condition FOO as
+	  (DEFINE-CONDITION FOO) instead of (SWANK-BACKEND::DEFCONDITION FOO).
+
+2006-07-15  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	* slime.el (slime-shared-lisp-mode-hook): New function, factored
+	out from slime-lisp-mode-hook.
+	(slime-lisp-mode-hook): Use it here.
+	(slime-scheme-mode-hook): New function, use
+	slime-shared-lisp-mode-hook. 
+	(slime-setup): If scheme-mode is one of the slime-lisp-modes,
+	install our hook.
+
 2006-07-13  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
 
 	* swank.lisp (keywords-of-operator): New support function for



More information about the slime-devel mailing list