Index: slime/ChangeLog diff -u slime/ChangeLog:1.2359 slime/ChangeLog:1.2363 --- slime/ChangeLog:1.2359 Tue Oct 30 11:38:33 2012 +++ slime/ChangeLog Fri Nov 2 01:35:12 2012 @@ -1,3 +1,28 @@ +2012-11-02 Helmut Eller heller@common-lisp.net + + * slime.el (find-definition.3): Fix syntax. + +2012-11-02 Helmut Eller heller@common-lisp.net + + * swank.lisp (condition-message): New. Binds *print-cirlce. + (safe-condition-message): Move binding of printer vars to + condition-message. + (*sldb-condition-printer*): Set it to #'condition-message. + +2012-11-02 Helmut Eller heller@common-lisp.net + + * swank-allegro.lisp (frame-source-location, ldb-code-to-src-loc): + Use function-source-location for some cases that used to cause + errors. + (frame-package): New. + (format-sldb-condition, call-with-syntax-hooks): Deleted. Did just + the same as the default implementation. + +2012-11-02 Helmut Eller heller@common-lisp.net + + * slime.el ([test] find-definition): Test defstruct and defvar. + ([test] find-definition.3): New. + 2012-10-30 Helmut Eller heller@common-lisp.net
* swank-cmucl.lisp (dd-location): Use info db as fallback.