[slime-devel] Daily ChangeLog diff
Luke Gorrie
lgorrie at common-lisp.net
Wed Feb 2 23:00:13 UTC 2005
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.607 slime/ChangeLog:1.610
--- slime/ChangeLog:1.607 Sun Jan 30 10:43:52 2005
+++ slime/ChangeLog Wed Feb 2 21:36:49 2005
@@ -1,3 +1,18 @@
+2005-02-02 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el: Require the timer package explicitly.
+
+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
More information about the slime-devel
mailing list