[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Wed Feb 2 03:09:43 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv4156

Modified Files:
	ChangeLog 
Log Message:

Date: Wed Feb  2 04:09:37 2005
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.607 slime/ChangeLog:1.608
--- slime/ChangeLog:1.607	Sun Jan 30 10:43:52 2005
+++ slime/ChangeLog	Wed Feb  2 04:09:36 2005
@@ -1,3 +1,14 @@
+2005-02-02  Luke Gorrie  <luke at synap.se>
+
+	* slime.el (slime-repl-send-input): Move some properties
+	of old REPL input (e.g. read-only) from text properties into an
+	overlay, so that kill/yank will leave them behind. Left
+	`slime-repl-old-input' as a text properties because it's more
+	convenient to lookup that way.
+	(slime-repl-return): Ignore `slime-repl-old-input' property if the
+	point is in front of the current REPL prompt, i.e. if the user has
+	copy&pasted some old REPL input into the current input area.
+
 2005-01-30  Bryan O'Connor <bryan-slime at lunch.org>
 
 	* slime.el (slime-goto-location-position): Changed the regexp to
@@ -69,6 +80,7 @@
 	(arglist-for-insertion): Use it
 	(decode-keyword-arg, decode-optional-arg): New functions.
 	
+>>>>>>> 1.607
 2005-01-19  Lars Magne Ingebrigtsen  <larsi at gnus.org>
 
 	* slime.el (slime-header-line-p): Customize variable to




More information about the slime-cvs mailing list