emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 12 Jan 2002 23:45:22 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3323 emacs/lisp/ChangeLog:1.3324
*** emacs/lisp/ChangeLog:1.3323 Sat Jan 12 23:02:49 2002
--- emacs/lisp/ChangeLog        Sat Jan 12 23:45:21 2002
***************
*** 1,3 ****
--- 1,19 ----
+ 2002-01-12  Richard M. Stallman  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]