[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Wed Jun 9 07:00:02 UTC 2004


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.385 slime/ChangeLog:1.387
--- slime/ChangeLog:1.385	Mon Jun  7 11:38:02 2004
+++ slime/ChangeLog	Tue Jun  8 16:58:32 2004
@@ -1,3 +1,28 @@
+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
+	for the socket's file descriptor.
+
+	* swank-sbcl.lisp (close-socket): Same fix.
+
 2004-06-07  Luke Gorrie  <luke at bluetail.com>
 
 	* swank-cmucl.lisp: Minor refactorings.




More information about the slime-devel mailing list