diff lisp/ChangeLog @ 70093:da16308f67d1

(tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL even in the presence of fields. (tcl-eval-region): Strip surrounding space to avoid multiple prompts in return. (inferior-tcl): Tell tclsh to work in interactive mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Apr 2006 21:16:50 +0000
parents 10e0b8ee9993
children 1694af098666
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 18 21:16:50 2006 +0000
+++ b/lisp/ChangeLog	Tue Apr 18 21:16:50 2006 +0000
@@ -1,5 +1,11 @@
 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/tcl.el (tcl-send-string, tcl-send-region):
+	Use forward-line so as to get to BOL even in the presence of fields.
+	(tcl-eval-region): Strip surrounding space to avoid multiple prompts
+	in return.
+	(inferior-tcl): Tell tclsh to work in interactive mode.
+
 	* complete.el (partial-completion-mode):
 	Use 'choose-completion-string-functions to make sure that
 	choose-completion fills the minibuffer properly.