Index: slime/ChangeLog diff -u slime/ChangeLog:1.587 slime/ChangeLog:1.589 --- slime/ChangeLog:1.587 Thu Dec 9 21:45:24 2004 +++ slime/ChangeLog Mon Dec 13 21:14:51 2004 @@ -1,7 +1,19 @@ +2004-12-13 Helmut Eller heller@common-lisp.net + + * slime.el (slime-repl-mode-map): Bind <home> to slime-repl-bol. + Suggested by Chris Capel. + (slime-repl-grab-old-input): Remove the 'old-input text-property + from the copied text. Reported by Tim Oates. + (slime-repl-grab-old-input): Append the old input to the current + input by default. If the new `replace' argument is true, replace + the current input. Suggested by Antonio Menezes Leitao. + (slime-repl-return): Pass the prefix argument to + slime-repl-grab-old-input. + 2004-12-09 Helmut Eller heller@common-lisp.net
* swank.lisp (*sldb-print-pretty*, *sldb-print-circle*) - (*sldb-print-length*, (*sldb-print-level*, *sldb-print-lines*) + (*sldb-print-length*, *sldb-print-level*, *sldb-print-lines*) (*sldb-print-pprint-dispatch*): Export those symbols.
2004-12-05 Helmut Eller heller@common-lisp.net