[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Tue May 30 04:35:02 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.901 slime/ChangeLog:1.903
--- slime/ChangeLog:1.901	Sat May 27 05:06:12 2006
+++ slime/ChangeLog	Mon May 29 19:41:00 2006
@@ -1,3 +1,30 @@
+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.
+	(slime-setup, slime-lisp-mode-hook): Make above variable
+	work. Also, activates the HIGHLIGHT-EDITS-MODE in proper way (thus
+	avoiding the nasty "Toggling ... off; better pass an explicit
+	argument." message.)
+
+	* slime.el: Fix typo in comment about communication protocol.
+
 2006-05-27  Alan Ruttenberg <alanr-l at mumble.net>
 	* swank-abcl: slot-boundp-using-class slot-value-using-class  so you 
 	can inspect instances



More information about the slime-devel mailing list