Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.125 slime/contrib/ChangeLog:1.128 --- slime/contrib/ChangeLog:1.125 Wed Aug 27 13:53:11 2008 +++ slime/contrib/ChangeLog Sun Sep 7 08:44:11 2008 @@ -1,3 +1,30 @@ +2008-09-07 Tobias C. Rittweiler tcr@freebits.de + + * slime-autodoc.el (slime-make-autodoc-swank-form): Do not + highlight operator in local arglist display. + +2008-09-07 Tobias C. Rittweiler tcr@freebits.de + + Slime-autodoc now also displays arglists of local functions. + + * swank-arglists.lisp (defslimefun format-arglist-for-echo-area): + New RPC. + + * slime-autodoc.el (slime-make-autodoc-cache-key): New; extracted + from slime-autodoc-thing-at-point. + (slime-make-autodoc-swank-form): New; partially extracted from + slime-autodoc-thing-at-point. Use `slime-autodoc-local-arglist'. + (slime-autodoc-local-arglist): New function. + (slime-autodoc-thing-at-point): Use the two new functions. + +2008-09-07 Tobias C. Rittweiler tcr@freebits.de + + * slime-enclosing-context.el: New utility contrib on top of + `slime-parse' to extract some context around point, like bound + variables or bound functions. + + * slime-mdot-fu.el: Move context stuff out to the new contrib. + 2008-08-27 Helmut Eller heller@common-lisp.net
* swank-arglists.lisp (variable-desc-for-echo-area): Limit the