aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-25 18:41:36 +0000
committerChong Yidong2008-07-25 18:41:36 +0000
commit99ab9fa457027d578fe2c3cda7abdb46f94e18ce (patch)
tree143c5e51922660960abd406186a3e616c9f08022
parent4f6f680651ffd023adc5bd32713b7947521b3f9c (diff)
downloademacs-99ab9fa457027d578fe2c3cda7abdb46f94e18ce.tar.gz
emacs-99ab9fa457027d578fe2c3cda7abdb46f94e18ce.zip
* textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c0dab5baae..74ee8238546 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-07-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4 invalid filename strings when parsing tex errors (bug#376).
5
12008-07-24 Sven Joachim <svenjoac@gmx.de> 62008-07-24 Sven Joachim <svenjoac@gmx.de>
2 7
3 * dired-aux.el (dired-copy-file-recursive): Avoid calling 8 * dired-aux.el (dired-copy-file-recursive): Avoid calling