[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Tue Jun 8 23:58:32 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:

Date: Tue Jun  8 16:58:32 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.386 slime/ChangeLog:1.387
--- slime/ChangeLog:1.386	Tue Jun  8 13:33:10 2004
+++ slime/ChangeLog	Tue Jun  8 16:58:32 2004
@@ -1,3 +1,21 @@
+2004-06-09  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (sldb-insert-references): Added support for hyperlinked
+	references as part of conditions being debugged. This is a new
+	feature in SBCL to reference appropriate sections of their manual
+	or CLHS from condition objects. The references are clickable.
+
+	* swank-backend.lisp (format-sldb-condition): New backend function
+	to format conditions for SLDB.
+	(condition-references): New function to return a list of
+	documentation references associated with a condition.
+
+	* swank.lisp (debugger-condition-for-emacs): Call the above
+	backend functions to add a `references' list for Emacs.
+
+	* swank-sbcl.lisp (format-sldb-condition, condition-references):
+	Implemented. Requires a recent (latest?) SBCL release.
+
 2004-06-08  Luke Gorrie  <luke at bluetail.com>
 
 	* swank-cmucl.lisp (close-socket): Remove any SERVE-EVENT handlers





More information about the slime-cvs mailing list