[slime-cvs] CVS /slime
mbaringer
mbaringer at common-lisp.net
Mon May 29 23:41:00 UTC 2006
Update of /project/slime/cvsroot//slime
In directory clnet:/tmp/cvs-serv20933
Modified Files:
ChangeLog
Log Message:
--- /project/slime/cvsroot//slime/ChangeLog 2006/05/29 23:22:57 1.902
+++ /project/slime/cvsroot//slime/ChangeLog 2006/05/29 23:41:00 1.903
@@ -1,5 +1,20 @@
2006-05-30 Tobias Rittweiler <tcr at freebits.de>
+ * slime.el (slime-get-temp-buffer-create): New keyword REUSEP
+ which indicates whether an already-existing buffer named like the
+ buffer to be created should be reused, i.e. not killed, then
+ freshly created. Update docstring accordingly.
+ (slime-with-output-to-temp-buffer): Make &optional arg MODE an
+ &key keyword arg. Add REUSEP keyword.
+ (slime-macroexpansion-minor-mode-map): Make remapped `undo' update
+ highlighted edits in the macroexpansion buffer.
+ (slime-eval-macroexpand-in-place): Update highlighted edits when
+ macroexpanding in-place.
+ (slime-eval-macroexpand): Reuse macroexpansion buffer if it exists
+ already to preserve `undo' functionality.
+
+2006-05-30 Tobias Rittweiler <tcr at freebits.de>
+
* slime.el (slime-use-autodoc-mode): Fix typo in docstring.
(slime-use-highlight-edits-mode): New variable, analogous to
SLIME-USE-AUTODOC-MODE.
More information about the slime-cvs
mailing list