aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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 @@
12005-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
12005-05-29 Nick Roberts <nickrob@snap.net.nz> 92005-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
@@ -3106,11 +3114,6 @@
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 3116
31092005-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
31142005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) 31172005-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,