Index: slime/ChangeLog diff -u slime/ChangeLog:1.436 slime/ChangeLog:1.443 --- slime/ChangeLog:1.436 Mon Jun 28 14:05:28 2004 +++ slime/ChangeLog Tue Jun 29 15:07:00 2004 @@ -1,3 +1,37 @@ +2004-06-30 Luke Gorrie luke@bluetail.com + + * NEWS: Wrote preliminary release notes for alpha-1. + +2004-06-29 Luke Gorrie luke@bluetail.com + + * mkdist.sh: New shell script for creating a tarball for + distribution. + +2004-06-29 Bill Clementson Bill_Clementson@peoplesoft.com + + * slime.el (slime-who-map): Add extra bindings for the XREF + commands as with the documentation commands. Now `C-c C-w C-c' is + `slime-who-calls' in addition to `C-c C-w c', etc. + +2004-06-29 Luke Gorrie luke@bluetail.com + + * slime.el (sldb-prune-initial-frames): Tweaked regexp for + matching SWANK's own stack frames for effectiveness in SBCL. + (slime-keys): Shadow remaining inf-lisp keys (C-c C-a, C-c C-v) + with a null `slime-nop' command until we put them to a real use. + + * swank.lisp (open-streams): Renamed the restart around reads from + the user-input stream from ABORT to ABORT-READ. Invoking this + restart seems kinda dangerous, so better for 'a' in SLDB not to do + so. + +2004-06-28 Thomas F. Burdick tfb@OCF.Berkeley.EDU + + * swank.lisp (inspector-nth-part): + * slime.el (slime-inspector-copy-down, slime-inspector-mode-map): + Added copy-down command (M-RET) to easily move an object from the + inspector to the repl. + 2004-06-28 Luke Gorrie luke@bluetail.com
* slime.el (slime-doc-map): New keymap for documentation