# HG changeset patch # User Gerd Moellmann # Date 987604026 0 # Node ID d63fa36c7facab34356a04dff50941a5ea22db15 # Parent 20cdea777c49fdb493d4acef490d43ad7721a35a Mention comint-cr-magic. diff -r 20cdea777c49 -r d63fa36c7fac etc/NEWS --- a/etc/NEWS Wed Apr 18 14:21:41 2001 +0000 +++ b/etc/NEWS Wed Apr 18 14:27:06 2001 +0000 @@ -963,6 +963,12 @@ These changes generally affect all modes derived from comint mode, which include shell-mode, gdb-mode, scheme-interaction-mode, etc. +*** Comint now by default removes CRs from CR LF sequences. Comint +now treats single CRs in the output in a way similar to a terminal, by +deleting everything to the beginning of the line. This is achieved by +adding `comint-cr-magic' to `comint-preoutput-filter-functions' by +default. + *** By default, comint no longer uses the variable `comint-prompt-regexp' to distinguish prompts from user-input. Instead, it notices which parts of the text were output by the process, and which entered by the