[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Mon Jun 28 12:43:23 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:

Date: Mon Jun 28 05:43:23 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.433 slime/ChangeLog:1.434
--- slime/ChangeLog:1.433	Mon Jun 28 04:06:00 2004
+++ slime/ChangeLog	Mon Jun 28 05:43:22 2004
@@ -1,5 +1,15 @@
 2004-06-28  Luke Gorrie  <luke at bluetail.com>
 
+	* slime.el: Events in the *slime-events* buffer are now exact
+	on-the-wire messages, without including e.g. Elisp continuation
+	functions. This is easier for debugging I think.
+
+	* swank-allegro.lisp (compute-backtrace): Only include frames
+	satisfying `debugger:frame-visible-p'. I did this as a lame
+	workaround for a problem where `output-frame' was segfaulting on
+	certain frames, and those frames happened not to be visible-p. I
+	don't know if it really fixes anything.
+
 	* hyperspec.el (common-lisp-hyperspec-format): This command now
 	works at the end of the buffer, fixed `char-after' usage as
 	suggested by Johan Bockgård.





More information about the slime-cvs mailing list