[slime-cvs] CVS slime
CVS User tnorderhaug
tnorderhaug at common-lisp.net
Fri Jan 22 00:02:08 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv14727
Modified Files:
ChangeLog
Log Message:
Log refactoring that eliminated dependency on swank:safe-backtrace in swank-rpc.lisp.
--- /project/slime/cvsroot/slime/ChangeLog 2010/01/21 23:21:26 1.1968
+++ /project/slime/cvsroot/slime/ChangeLog 2010/01/22 00:02:08 1.1969
@@ -2,6 +2,14 @@
* swank-ccl.lisp (with-frame): Put this macro before it's used.
+2010-01-20 Terje Norderhaug <terje at in-progress.com>
+
+ * swank.lisp (with-swank-protocol-error-handler): Refactor using safe-backtrace.
+ * swank-rpc.lisp (make-swank-protocol-error): Delete call to swank:safe-backtrace
+ to eliminate dependency on swank.lisp module.
+ * swank-rpc.lisp (swank-protocol-error): Remove swank-protocol-error.backtrace
+ as the capture of a safe-backtrace is covered by with-swank-protocol-error-handler.
+
2010-01-20 Stas Boukarev <stassats at gmail.com>
* slime.el (slime-thread-kill): If the region is active, then
@@ -14,7 +22,7 @@
2010-01-19 Terje Norderhaug <terje at in-progress.com>
- * Refactorized parts of slime.lisp into a new swank-rpc module.
+ * Refactorized parts of swank.lisp into a new swank-rpc module.
2010-01-14 Stas Boukarev <stassats at gmail.com>
More information about the slime-cvs
mailing list