[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Fri Sep 3 07:33:01 UTC 2010


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2135 slime/ChangeLog:1.2137
--- slime/ChangeLog:1.2135	Wed Sep  1 09:18:55 2010
+++ slime/ChangeLog	Fri Sep  3 03:25:19 2010
@@ -1,3 +1,20 @@
+2010-09-03  Helmut Eller  <heller at common-lisp.net>
+
+	For C-c C-k, ask before loading possibly broken fasl files.
+
+	* slime.el (slime-compilation-result): Add 2 slots: loadp and
+	faslfile.
+	(slime-compilation-finished): Use them to load the faslfile.
+	* swank.lisp (:compilation-result): Add 2 slots. Use keyword
+	constructor.
+	(compile-file-for-emacs): Return loadp and faslfile to Emacs.
+	(collect-notes): Pass loadp and falsfile along.
+
+2010-09-02  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-cmucl.lisp: #-cmu19 -> #+cmu18, cmu18 is allegedly the
+	oldest supported CMUCL.
+
 2010-09-01  Stas Boukarev  <stassats at gmail.com>
 
 	* swank-sbcl.lisp (background-save-image): add #-win32, because it
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.409 slime/contrib/ChangeLog:1.410
--- slime/contrib/ChangeLog:1.409	Sat Aug 21 17:34:12 2010
+++ slime/contrib/ChangeLog	Fri Sep  3 03:25:24 2010
@@ -1,3 +1,7 @@
+2010-09-03  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-kawa.scm (%%runnable): Update for changes in SVN version.
+
 2010-08-21  Stas Boukarev  <stassats at gmail.com>
 
 	* slime-fuzzy.el (slime-fuzzy-choices-buffer): XEmacs compatibility.




More information about the slime-devel mailing list