Index: slime/ChangeLog diff -u slime/ChangeLog:1.1371 slime/ChangeLog:1.1372 --- slime/ChangeLog:1.1371 Thu Jul 17 18:49:36 2008 +++ slime/ChangeLog Sat Jul 19 07:34:19 2008 @@ -1,3 +1,21 @@ +2008-07-19 Tobias C. Rittweiler tcr@freebits.de + + REPL shortcuts now leave an appropriate Common Lisp form in the + REPL history. + + * slime.el (slime-within-repl-shortcut-handler-p): New global. T + if truly inside a repl shortcut handler invoked by ,foo on the + REPL. + (slime-handle-repl-shortcut): Bind above global appropriatly. + (slime-repl-shortcut-eval): New; should be used in repl shortcut + handlers instead of `slime-eval'. + (slime-repl-shortcut-eval-async): New; should be used in repl + shortcut handlers instead of `slime-eval-async'. + (defslime-repl-shortcut): Update docstring. + (slime-repl-set-package): Use slime-repl-shortcut-eval. + (slime-set-default-directory): Ditto. + (slime-sync-package-and-default-directory): Ditto. + 2008-07-18 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-recompile-locations): Locations were potentially Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.108 slime/contrib/ChangeLog:1.109 --- slime/contrib/ChangeLog:1.108 Wed Jul 16 14:44:28 2008 +++ slime/contrib/ChangeLog Sat Jul 19 07:39:23 2008 @@ -1,3 +1,7 @@ +2008-07-19 Tobias C. Rittweiler tcr@freebits.de + + * slime-asdf.el (slime-oos): Use `slime-repl-shortcut-async'. + 2008-07-16 Tobias C. Rittweiler tcr@freebits.de
* swank-asdf.lisp (operate-on-system-for-emacs): Wrapped in