[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Fri Aug 28 07:33:01 UTC 2009


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1843 slime/ChangeLog:1.1845
--- slime/ChangeLog:1.1843	Fri Aug 21 13:16:42 2009
+++ slime/ChangeLog	Thu Aug 27 16:19:26 2009
@@ -1,3 +1,17 @@
+2009-08-27  Stas Boukarev  <stassats at gmail.com>
+
+	* slime.el (slime-remove-old-overlays): delete notes at the very beginning
+	of the buffer too. Thanks to Nick Levine.
+
+2009-08-22  Helmut Eller  <heller at common-lisp.net>
+
+	Speed up symbol completion.
+
+	* swank.lisp (all-completions): Don't call unparse-symbol
+	while matching.  That gets very slow in CCL's CCL package.
+	Just use symbol-name and compare with char-equal.
+	(prefix-match-p): Use char-equal.
+
 2009-08-21  Helmut Eller  <heller at common-lisp.net>
 
 	* slime.el (slime-transcript-start-hook)
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.236 slime/contrib/ChangeLog:1.238
--- slime/contrib/ChangeLog:1.236	Fri Aug 21 13:16:43 2009
+++ slime/contrib/ChangeLog	Thu Aug 27 16:15:43 2009
@@ -1,3 +1,14 @@
+2009-08-27  Stas Boukarev  <stassats at gmail.com>
+
+	* slime-c-p-c.el (slime-contextual-completions): Detect characters properly.
+	(slime-completions-for-character): Append #\ to the character names.
+	This fixes character completion, reported by Nick Levine.
+
+2009-08-24  Helmut Eller  <heller at common-lisp.net>
+
+	* inferior-slime.el (inferior-slime-stop-transcript): Switch
+	to the right buffer.
+
 2009-08-21  Helmut Eller  <heller at common-lisp.net>
 
 	* inferior-slime.el (inferior-slime-show-transcript)




More information about the slime-devel mailing list