summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2005-05-28 16:57:21 +0000
committerKarl Berry <karl@gnu.org>2005-05-28 16:57:21 +0000
commitb5352ff5ec4f313dc5e4035041fbae2d21029281 (patch)
tree0ea9f27c9a6fe6e60d1bc1e2ebe9a4b7f44e92a5 /lisp/ChangeLog
parent8164904190cf82406b0dbd9b5a4437635caeb0dc (diff)
downloademacs-b5352ff5ec4f313dc5e4035041fbae2d21029281.tar.gz
remove extraneous calls to shell-quote-argument
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8963e850a18..839f7783404 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-28 Karl Berry <karl@gnu.org>
+
+ * textmodes/tex-mode.el: now that tex-send-command calls
+ shell-quote-argument (2005-03-31 change), remove all calls to
+ shell-quote-argument; they all end up invoking tex-send-command.
+ The double quoting loses on filenames with non-safe characters,
+ such as "@". Reported by Frederik Fouvry.
+
2005-05-29 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
@@ -3106,11 +3114,6 @@
(fill-newline): Use fill-text-properties-at instead of
text-properties-at.
-2005-03-31 Karl Berry <karl@freefriends.org>
-
- * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
- not comint-quote-filename.
-
2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
* textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,