[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Tue Jun 22 14:36:11 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:

Date: Tue Jun 22 07:36:11 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.420 slime/ChangeLog:1.421
--- slime/ChangeLog:1.420	Tue Jun 22 01:02:45 2004
+++ slime/ChangeLog	Tue Jun 22 07:36:11 2004
@@ -1,3 +1,22 @@
+2004-06-22  Luke Gorrie  <luke at bluetail.com>
+
+	* doc/Makefile (contributors.texi): The contributors list in the
+	manual is now sorted by most number of ChangeLog entries. Patch
+	from Michael Weber.
+
+	* slime.el: Some minor hacking to fuzzy completion:
+	Use the shorter `slime-fuzzy-' symbol prefix.
+	Use markers instead of numbers to remember where the completion is
+	being done. This way they are self-updating.
+	Use `buffer-modified-tick' to detect modifications instead of text
+	comparison.
+	Always restore window configuration when a completion is
+	chosen. For this completion style I think this will work okay
+	[famous last words], and the existing code wasn't
+	XEmacs-compatible for want of window-configuration-change-hook.
+	Now there is no separate keybinding for fuzzy completion, but it's
+	included as a customize option for `slime-complete-symbol-function'
+	
 2004-06-22  Brian Downing  <bdowning at lavos.net>
 
 	* slime.el, swank.lisp: Added "fuzzy completion."





More information about the slime-cvs mailing list