Index: slime/ChangeLog diff -u slime/ChangeLog:1.1533 slime/ChangeLog:1.1536 --- slime/ChangeLog:1.1533 Sat Sep 20 17:46:30 2008 +++ slime/ChangeLog Sun Sep 21 07:18:00 2008 @@ -1,3 +1,24 @@ +2008-09-21 Helmut Eller heller@common-lisp.net + + * slime.el (slime-eol-conversion-fixup): Return 0 (not nil) for + anyting other than CRLF conventions. + +2008-09-21 Helmut Eller heller@common-lisp.net + + * swank-openmcl.lisp: Try to remove the first few internal frames + from backtraces. + (guess-stack-top): New function. + (call-with-debugging-environment): Use it + + (frame-arguments): Return a list instead of a string. Don't quote + symbols. + (source-locations): Recognize (:internal FOO) functions. + +2008-09-21 Helmut Eller heller@common-lisp.net + + * swank.lisp (*backtrace-pprint-dispatch-table*): + Honor *print-escape*. + 2008-09-20 Ariel Badichi abadichi@bezeqint.net
* slime.el (slime-with-output-end-mark):