comparison lisp/ChangeLog @ 62846:93362151dd3a

remove extraneous calls to shell-quote-argument
author Karl Berry <karl@gnu.org>
date Sat, 28 May 2005 16:57:21 +0000
parents e0779e343555
children 752691f1725d
comparison
equal deleted inserted replaced
62845:28ffa958559d 62846:93362151dd3a
1 2005-05-28 Karl Berry <karl@gnu.org>
2
3 * textmodes/tex-mode.el: now that tex-send-command calls
4 shell-quote-argument (2005-03-31 change), remove all calls to
5 shell-quote-argument; they all end up invoking tex-send-command.
6 The double quoting loses on filenames with non-safe characters,
7 such as "@". Reported by Frederik Fouvry.
8
1 2005-05-29 Nick Roberts <nickrob@snap.net.nz> 9 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful 11 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4 about preserving point. 12 about preserving point.
5 13
3103 the case that we reach the end of buffer. 3111 the case that we reach the end of buffer.
3104 3112
3105 * textmodes/fill.el (fill-text-properties-at): New function. 3113 * textmodes/fill.el (fill-text-properties-at): New function.
3106 (fill-newline): Use fill-text-properties-at instead of 3114 (fill-newline): Use fill-text-properties-at instead of
3107 text-properties-at. 3115 text-properties-at.
3108
3109 2005-03-31 Karl Berry <karl@freefriends.org>
3110
3111 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
3112 not comint-quote-filename.
3113 3116
3114 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) 3117 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3115 3118
3116 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument, 3119 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3117 not comint-quote-filename. 3120 not comint-quote-filename.