[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Thu Mar 25 23:22:27 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:

Date: Thu Mar 25 18:22:27 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.305 slime/ChangeLog:1.306
--- slime/ChangeLog:1.305	Thu Mar 25 17:47:11 2004
+++ slime/ChangeLog	Thu Mar 25 18:22:27 2004
@@ -1,3 +1,12 @@
+2004-03-26  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime-merge-notes-for-display): New function to merge
+	together compiler notes that refer to the same location. This is
+	an optimization for when there are a lot of compiler notes:
+	`slime-merge-note-into-overlay' concat'd messages together one by
+	one in O(n^2) time/space, and became noticably slow in practice
+	with ~100 notes or more.
+
 2004-03-25  Bjørn Nordbø <bn at telenor.net>
 
 	* swank-lispworks.lisp: (create-socket, set-sigint-handler)
@@ -6,6 +15,11 @@
 	(dspec-buffer-position): Fix inappropriate use of etypecase.
 
 2004-03-24  Luke Gorrie  <luke at bluetail.com>
+
+	* swank-sbcl.lisp (getpid): Use sb-posix:getpid.
+
+	* slime.el (slime-inspector-mode-map): Added SPC as extra binding
+	for slime-inspector-next (like info-mode).
 
 	* doc/slime.texi: Added completion style and configuration.
 





More information about the slime-cvs mailing list