Index: slime/ChangeLog diff -u slime/ChangeLog:1.2345 slime/ChangeLog:1.2347 --- slime/ChangeLog:1.2345 Fri Jul 13 06:52:45 2012 +++ slime/ChangeLog Sat Aug 4 16:48:19 2012 @@ -1,3 +1,11 @@ +2012-08-04 Stas Boukarev stassats@gmail.com + + * swank-sbcl.lisp (call-with-debugging-environment): Use + sb-debug::resolve-stack-top-hint instead of just + sb-debug:*stack-top-hint*, because now it can contain things other + than just frames. + * clean up: (signal (make-condition ...)) => (signal ...) + 2012-07-13 Helmut Eller heller@common-lisp.net
* slime.el: Don't compile functions that are now in other files. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.548 slime/contrib/ChangeLog:1.549 --- slime/contrib/ChangeLog:1.548 Wed May 23 13:55:43 2012 +++ slime/contrib/ChangeLog Sat Aug 4 15:35:13 2012 @@ -1,3 +1,9 @@ +2012-08-04 Stas Boukarev stassats@gmail.com + + * swank-arglists.lisp (test-print-arglist): bind + *print-right-margin* to 1000 instead of NIL, because the default + value on ABCL is less than the length of the tested arglist. + 2012-05-23 Christophe Rhodes csr21@cantab.net
* swank-media.lisp: add provide.