Index: slime/ChangeLog diff -u slime/ChangeLog:1.910 slime/ChangeLog:1.913 --- slime/ChangeLog:1.910 Sat Jun 17 12:11:04 2006 +++ slime/ChangeLog Sun Jun 18 14:22:30 2006 @@ -1,3 +1,20 @@ +2006-06-18 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de + + * slime.el (slime-echo-arglist): Simplify, just use slime-autodoc. + + * swank.lisp (arglist): Distinguish between provided actual args + and required formal args using the new slot provided-args. + (form-completion): Likewise. + (decoded-arglist-to-string): Use it here to display the argument + list (make-instance 'CLASS-NAME ...) rather + than (make-instance (quote CLASS-NAME) ...). + + * swank.lisp (extra-keywords change-class): Don't drop the first + argument. + + * slime.el (slime-parse-extended-operator-name): Don't move + point; fixes infinite loop. + 2006-06-17 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de
* slime.el (slime-parse-extended-operator-name/cerror): Handle