Index: slime/ChangeLog diff -u slime/ChangeLog:1.375 slime/ChangeLog:1.376 --- slime/ChangeLog:1.375 Thu May 13 00:47:51 2004 +++ slime/ChangeLog Fri May 14 06:39:07 2004 @@ -1,3 +1,13 @@ +2004-05-14 Marco Baringer mb@bese.it + + * slime.el (slime-with-output-to-temp-buffer): Now takes a + package arg specifying what slime-buffer-package should be in the + generated buffer. + (slime-show-description): actually pass the package arg. + (slime-show-apropos): pass the package arg to + slime-with-output-to-temp-buffer. + (slime-list-repl-shortcuts): pass a package arg. + 2004-05-12 Alan Ruttenberg alanr-l@mumble.net * swank-openmcl.lisp: Fixes to support openmcl 0.14.2 changes in backtrace protocol, from Gary Byers.