[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Thu May 19 22:00:03 UTC 2005


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.687 slime/ChangeLog:1.689
--- slime/ChangeLog:1.687	Wed May 18 12:23:26 2005
+++ slime/ChangeLog	Thu May 19 19:13:58 2005
@@ -1,3 +1,27 @@
+2005-05-19  Alan Ruttenberg  <alanr-l at mumble.net>
+
+	* slime.el (slime-presentation-command-hook) new function for
+          nicer behaviour for presentations. 
+	(slime-pre-command-hook) do slime-presentation-command-hook
+	(slime-post-command-hook) put pre-command-hook back if goes away
+	(slime-copy-presentation-at-point) mouse-2 copies previous output to point
+	slime-repl-output-mouseover-face what the old output looks like when the mouse moves over it
+	  default: box around it like on lispm
+	(slime-repl-insert-prompt) add mouseover face, mouse action. newline after output not propertized.
+	(slime-property-bounds) adjust for lack of propertized newline
+	to fix: presentation region behaviour should be attach to generic property like
+	  (:acts-as-token t ) rather than tying to repl-output property
+	
+2005-05-19  Luke Gorrie  <luke at synap.se>
+
+	* swank.lisp (*record-repl-results*): Variable to enable/disable
+	recording of REPL results. True by default.
+	(*repl-results*): Renamed from ****.
+
+	* slime.el (slime-property-bounds): Factored out this common part
+	of slime-repl-grab-old-{input,output}.
+	(slime-read-object): Avoid inline CL code.
+
 2005-05-18  Antonio Menezes Leitao <aml at gia.ist.utl.pt>
 
 	* slime.el (slime-repl-inputed-output-face): new face.



More information about the slime-devel mailing list