comparison lisp/ChangeLog @ 42696:7552a4b97c8c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jan 2002 04:45:21 +0000
parents 0dc314cafc7a
children 6cf1ba89dc83
comparison
equal deleted inserted replaced
42695:b3d6f84a8724 42696:7552a4b97c8c
1 2002-01-12 Richard M. Stallman <rms@gnu.org>
2
3 * net/telnet.el (telnet-simple-send): Handle
4 comint-input-sender-no-newline like comint-simple-send.
5
6 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
7 comint-input-sender-no-newline like comint-simple-send.
8 (sql-escape-newlines-and-send): Likewise.
9
10 * comint.el (comint-input-sender): Doc fix.
11 (comint-input-sender-no-newline): New variable.
12 (comint-simple-send): If comint-input-sender-no-newline,
13 don't output newline, but maybe send eof.
14 (comint-send-input): New arg NO-NEWLINE.
15 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
16
1 2002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 17 2002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 18
3 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 19 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
4 delaying when executing keyboard macros. 20 delaying when executing keyboard macros.
5 21