aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 157e03282c4..f123732ed9e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-03-31 Karl Berry <karl@freefriends.org>
2
3 * textmodes/tex-mode.el (tex-compile): shell-quote-argument,
4 not comint-quote-filename.
5
62005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7
8 * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument,
9 not comint-quote-filename.
10
12005-03-31 Thien-Thi Nguyen <ttn@gnu.org> 112005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
2 12
3 * help-fns.el (help-with-tutorial): Revert last change. 13 * help-fns.el (help-with-tutorial): Revert last change.
@@ -157,7 +167,7 @@
157 * vc.el (vc-do-command): Use a pipe for async processes, so password 167 * vc.el (vc-do-command): Use a pipe for async processes, so password
158 prompts don't show up at places where the user can't reply. 168 prompts don't show up at places where the user can't reply.
159 169
1602005-03-29 Olive Lin <olive.lin@versateladsl.be> 1702005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
161 171
162 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument 172 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
163 on the file name we pass to the inferior shell. 173 on the file name we pass to the inferior shell.