Index: slime/ChangeLog diff -u slime/ChangeLog:1.135 slime/ChangeLog:1.137 --- slime/ChangeLog:1.135 Thu Dec 4 02:43:43 2003 +++ slime/ChangeLog Thu Dec 4 16:36:02 2003 @@ -1,5 +1,28 @@ 2003-12-04 Helmut Eller e9626484@stud3.tuwien.ac.at
+ * slime.el (slime-debugging-state): Don't set sldb-level after + sldb-setup. Breaks the test-suite. + (slime-eval-defun): Fix typos. + (slime-xref-buffer, slime-goto-next-xref): Updated for the new + xref code. + (sldb-inspect-in-frame): Query with the sexp at point as initial + value. + (sldb-step): New command. Bound to s. + + * swank-cmucl.lisp (format-frame-for-emacs, compute-backtrace, + backtrace): Don't send CMUCL's frame numbers to Emacs, use our own + numbering. + (set-step-breakpoints, sldb-step): Lisp side of sldb-step command. + +2003-12-04 Luke Gorrie luke@bluetail.com + + * hyperspec.el: Updated URL to point to a live copy of the + hyperspec at lispworks.com, because the one on xanalys.com has + disappeared. Patch from Vincent Arkesteijn on the ilisp-devel + mailing list. + +2003-12-04 Helmut Eller e9626484@stud3.tuwien.ac.at + * swank-lispworks.lisp (toggle-trace-fdefinition, tracedp): New support functions for toggle-trace command. Written by Alain Picard.