[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Thu May 25 04:35:01 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.896 slime/ChangeLog:1.898
--- slime/ChangeLog:1.896	Tue May 16 14:04:49 2006
+++ slime/ChangeLog	Wed May 24 23:15:20 2006
@@ -1,3 +1,17 @@
+2006-05-24  Brian Downing  <bdowning at lavos.net>
+
+	* swank.lisp (recursively-compute-most-completions & friends):
+	Micro-optimize the fuzzy completion engine, improving performace
+	by a factor of about 4 on SBCL.  However, it will only work on
+	simple-strings now, and CHAR= is burned in instead of being an
+	option.  I don't think this is too much of a limitation.  At this
+	point rendering the results on the emacs side takes much longer
+	than finding them for long result lists.
+
+2006-05-24  Alan Ruttenberg <alanr-l at mumble.net>
+	* swank-abcl: Add some more mop functions to you can inspect classes,
+	generic functions, methods, slots.
+	
 2006-05-16  Marco Baringer  <mb at bese.it>
 
 	* slime.el (slime-repl-return-behaviour): New variable which



More information about the slime-devel mailing list