Mercurial > emacs
comparison lisp/ChangeLog @ 61093:27c2765e06c8
(vc-do-command): Use a pipe for async processes, so password
prompts don't show up at places where the user can't reply.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 29 Mar 2005 15:30:39 +0000 |
parents | e5a07aa840d9 |
children | c53e93898857 |
comparison
equal
deleted
inserted
replaced
61092:e5a07aa840d9 | 61093:27c2765e06c8 |
---|---|
1 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc.el (vc-do-command): Use a pipe for async processes, so password | |
4 prompts don't show up at places where the user can't reply. | |
5 | |
1 2005-03-29 Olive Lin <olive.lin@versateladsl.be> | 6 2005-03-29 Olive Lin <olive.lin@versateladsl.be> |
2 | 7 |
3 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument | 8 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument |
4 on the file name we pass to the inferior shell. | 9 on the file name we pass to the inferior shell. |
5 | 10 |