Index: slime/ChangeLog diff -u slime/ChangeLog:1.908 slime/ChangeLog:1.910 --- slime/ChangeLog:1.908 Fri Jun 16 12:35:46 2006 +++ slime/ChangeLog Sat Jun 17 12:11:04 2006 @@ -1,3 +1,15 @@ +2006-06-17 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de + + * slime.el (slime-parse-extended-operator-name/cerror): Handle + cerror and change-class with :make-instance. + (slime-extended-operator-name-parser-alist): Handle change-class. + (slime-parse-extended-operator-name) + (slime-enclosing-operator-names): Fix the case when point is + within the operator. + + * swank.lisp (operator-designator-to-form): Handle cerror and + change-class with :make-instance. + 2006-06-16 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de
* swank.lisp (operator-designator-to-form): Handle :cerror.