Index: slime/ChangeLog diff -u slime/ChangeLog:1.1335 slime/ChangeLog:1.1336 --- slime/ChangeLog:1.1335 Sun Mar 23 19:20:43 2008 +++ slime/ChangeLog Mon Mar 24 02:22:19 2008 @@ -85,13 +85,13 @@
* slime.el (slime-repl-return-behaviour): Deleted. Rebind the key if you don't like what the command does. - + 2008-03-14 Tobias C. Rittweiler tcr@freebits.de
* swank.lisp (classify-symbol, symbol-classification->string): Add classification of symbols denoting type specifier, and denoting constants. - + 2008-03-13 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-eval-macroexpand): Indent expansion. @@ -101,7 +101,7 @@ * slime.el (slime-edit-definition-cont): If no definition could be found, print also the package name in the error message where the definition was tried to be found in. - + 2008-03-13 Helmut Eller heller@common-lisp.net
* slime.el (slime-region-for-defun-function): Deleted. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.101 slime/contrib/ChangeLog:1.102 --- slime/contrib/ChangeLog:1.101 Tue Mar 18 08:21:28 2008 +++ slime/contrib/ChangeLog Mon Mar 24 02:22:20 2008 @@ -1,3 +1,8 @@ +2008-03-24 Helmut Eller heller@common-lisp.net + + * swank-kawa.scm: Save stacktraces with locals on throw events. + This is quite costly but makes debugging easier. + 2008-03-14 Tobias C. Rittweiler tcr@freebits.de
* swank-fancy-inspector.lisp (add-slots-for-inspector): Remove @@ -16,7 +21,7 @@
* slime-fuzzy.lisp (slime-fuzzy-insert-completion-choice): (slime-fuzzy-fill-completions-buffer): Adapted to API change. - + 2008-03-14 Tobias C. Rittweiler tcr@freebits.de
* swank-fancy-inspector.lisp (make-symbols-listing :classification):