Index: slime/ChangeLog diff -u slime/ChangeLog:1.1877 slime/ChangeLog:1.1878 --- slime/ChangeLog:1.1877 Mon Oct 19 19:23:45 2009 +++ slime/ChangeLog Tue Oct 20 12:13:02 2009 @@ -1,3 +1,8 @@ +2009-10-20 Martin Simmons martin@lispworks.com + + * swank-lispworks.lisp (call-without-interrupts): Discourage use. + (interesting-frame-p): Never show open frame bogons. + 2009-10-19 Stas Boukarev stassats@gmail.com
* swank-sbcl.lisp (thread-description): Remove it and supporting code, Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.256 slime/contrib/ChangeLog:1.258 --- slime/contrib/ChangeLog:1.256 Thu Oct 15 12:40:38 2009 +++ slime/contrib/ChangeLog Tue Oct 20 17:28:38 2009 @@ -1,3 +1,16 @@ +2009-10-20 Stas Boukarev stassats@gmail.com + + * slime-parse.el (slime-parse-sexp-at-point): Remove unused flet. + Check for existence of a sexp before trying to parse, not after. + +2009-10-19 Stas Boukarev stassats@gmail.com + + * slime-asdf.el (slime-open-system): New command for opening all files + in a system. + + * swank-asdf.lisp (asdf-system-files): New function for listing all + files in a system. + 2009-10-15 Helmut Eller heller@common-lisp.net
* slime-repl.el (slime-repl-find-buffer-package): New function.