Index: slime/ChangeLog diff -u slime/ChangeLog:1.1319 slime/ChangeLog:1.1320 --- slime/ChangeLog:1.1319 Thu Mar 13 18:45:35 2008 +++ slime/ChangeLog Fri Mar 14 09:05:04 2008 @@ -1,3 +1,9 @@ +2008-03-14 Tobias C. Rittweiler tcr@freebits.de + + * swank.lisp (classify-symbol, symbol-classification->string): Add + classification of symbols denoting type specifier, and denoting + constants. + 2008-03-13 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-eval-macroexpand): Indent expansion. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.97 slime/contrib/ChangeLog:1.100 --- slime/contrib/ChangeLog:1.97 Sat Mar 8 03:42:23 2008 +++ slime/contrib/ChangeLog Fri Mar 14 09:39:36 2008 @@ -1,3 +1,29 @@ +2008-03-14 Tobias C. Rittweiler tcr@freebits.de + + * swank-fancy-inspector.lisp (add-slots-for-inspector): Remove + IGNORE declaration of non-existing argument. + +2008-03-14 Tobias C. Rittweiler tcr@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@freebits.de + + * swank-fancy-inspector.lisp (make-symbols-listing :classification): + Add support for typespec and constant classification; don't + silently ignore symbols that can't be usefully classified, but + group them under "MISC". + 2008-03-08 Helmut Eller heller@common-lisp.net
Don't blindly override the inspect method for functions.