Index: slime/ChangeLog diff -u slime/ChangeLog:1.1765 slime/ChangeLog:1.1768 --- slime/ChangeLog:1.1765 Mon May 18 08:54:08 2009 +++ slime/ChangeLog Tue May 19 16:42:22 2009 @@ -1,3 +1,26 @@ +2009-05-19 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (sldb-restartable-frame-line-face): Set a default value. + (sldb-frame-restartable-p): New. + (sldb-compute-frame-face): Use it. + (sldb-show-frame-details): Use it, too. + +2009-05-19 Nikodemus Siivola nikodemus@random-state.net + + * swank-source-path-parser.lisp (read-and-record-source-map): + ignore errors during the call to READ, so that we don't the + current version of the form we are looking at contains eg. + uninternable symbols. + +2009-05-19 Helmut Eller heller@common-lisp.net + + * swank-openmcl.lisp (source-note-to-source-location): Always + test *temp-file-map* first, because the temp-file might actually + exist during compilation but no longer when Emacs tries to open + it. + (slime-goto-location-buffer): Don't create buffers for + non-existent files. + 2009-05-18 Nikodemus Siivola nikodemus@random-state.net
* slime.el (slime-description-autofocus): New variable.