[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Fri Mar 14 14:33:14 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv22334
Modified Files:
ChangeLog
Log Message:
* swank-fuzzy.lisp (fuzzy-convert-matching-for-emacs): Return a
string representation of the classifications rather than the
classifications themselves. (Notice this propagates up to (and
consequently changes the return value of) the RPC function
FUZZY-COMPLETIONS. (incompatible api change.)
Rationale: The number of supported classification can be changed
without having to adapt its display at the client.
* slime-fuzzy.lisp (slime-fuzzy-insert-completion-choice):
(slime-fuzzy-fill-completions-buffer): Adapted to API change.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/03/14 14:15:06 1.98
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/03/14 14:33:14 1.99
@@ -1,4 +1,18 @@
-2008-03-08 Tobias C. Rittweiler <tcr at freebits.de>
+2008-03-14 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank-fuzzy.lisp (fuzzy-convert-matching-for-emacs): Return a
+ string representation of the classifications rather than the
+ classifications themselves. (Notice this propagates up to (and
+ consequently changes the return value of) the RPC function
+ FUZZY-COMPLETIONS. (incompatible api change.)
+
+ Rationale: The number of supported classification can be changed
+ without having to adapt its display at the client.
+
+ * slime-fuzzy.lisp (slime-fuzzy-insert-completion-choice):
+ (slime-fuzzy-fill-completions-buffer): Adapted to API change.
+
+2008-03-14 Tobias C. Rittweiler <tcr at freebits.de>
* swank-fancy-inspector.lisp (make-symbols-listing :classification):
Add support for typespec and constant classification; don't
More information about the slime-cvs
mailing list