[slime-devel] Daily ChangeLog diff

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


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.419 slime/ChangeLog:1.424
--- slime/ChangeLog:1.419	Mon Jun 21 23:25:07 2004
+++ slime/ChangeLog	Tue Jun 22 10:04:17 2004
@@ -1,3 +1,32 @@
+2004-06-22  Luke Gorrie  <luke at bluetail.com>
+
+	* doc/slime.texi: Noted ABCL support.
+
+	* slime.el: Backed out all of my changes to fuzzy completion. I
+	was too hasty and didn't do good things. Now it's back in pristine
+	state from Brian's patch -- use `C-c M-i' to fuzzy-complete.
+
+	* 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."
+
 2004-06-22  Matthew Danish  <mdanish at andrew.cmu.edu>
 
 	* swank-backend.lisp (unbound-slot-filler): New structure for




More information about the slime-devel mailing list