[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Sat Sep 15 22:21:31 UTC 2007


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv31681/contrib

Modified Files:
	ChangeLog 
Log Message:

* swank-fuzzy.lisp: Fix regression that would not allow to fuzzy
  complete on inputs without package qualifier like "app".
  Reported by David J. Neu.
	
  (%make-duplicate-symbols-filter): Return complement.
  (fuzzy-find-matching-symbols): Treat passed filter as an acceptor
  predicate, not as a rejector.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/15 15:15:27	1.51
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/15 22:21:30	1.52
@@ -1,3 +1,13 @@
+2007-09-16  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-fuzzy.lisp: Fix regression that would not allow to fuzzy
+	complete on inputs without package qualifier like "app".
+	Reported by David J. Neu.
+	
+	(%make-duplicate-symbols-filter): Return complement.
+	(fuzzy-find-matching-symbols): Treat passed filter as an acceptor
+	predicate, not as a rejector.
+	
 2007-09-15  Helmut Eller  <heller at common-lisp.net>
 
 	Add the necessary hooks when loading some contribs, so that those
@@ -15,7 +25,7 @@
         list lead to inspecting package names, rather than the packages
         themselves. Fix that.
 
-2007-09-15  Tobias C. Rittweiler  <tcr at freebits.de>
+
 
 	* slime-parse.el: Fix extended arglist display on misbalanced
 	expressions like `(defun foo | ... (defun bar () 'bar)'




More information about the slime-cvs mailing list