# HG changeset patch # User Richard M. Stallman # Date 1010897121 0 # Node ID 7552a4b97c8c06c5bbe3240131fe9c4ee38e24cc # Parent b3d6f84a872459ef195924a5dc8578a8aa35c502 *** empty log message *** diff -r b3d6f84a8724 -r 7552a4b97c8c lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 13 04:45:12 2002 +0000 +++ b/lisp/ChangeLog Sun Jan 13 04:45:21 2002 +0000 @@ -1,3 +1,19 @@ +2002-01-12 Richard M. Stallman + + * net/telnet.el (telnet-simple-send): Handle + comint-input-sender-no-newline like comint-simple-send. + + * progmodes/sql.el (sql-query-placeholders-and-send): Handle + comint-input-sender-no-newline like comint-simple-send. + (sql-escape-newlines-and-send): Likewise. + + * comint.el (comint-input-sender): Doc fix. + (comint-input-sender-no-newline): New variable. + (comint-simple-send): If comint-input-sender-no-newline, + don't output newline, but maybe send eof. + (comint-send-input): New arg NO-NEWLINE. + (comint-send-eof): Call comint-send-eof with NO-NEWLINE. + 2002-01-12 Pavel Jan,Bm(Bk * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent