aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 72b4848f595..58975e14f44 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,10 @@
12009-10-12 Sam Steingold <sds@gnu.org> 12009-10-12 Sam Steingold <sds@gnu.org>
2 2
3 * progmodes/compile.el (compilation-next-error-function): Fix the 3 * progmodes/compile.el (compilation-next-error-function): Fix the
4 timestamps if the buffer has been visited before 4 timestamps if the buffer has been visited before.
5
6 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7 non-anchored patterns, like the perl one (bug#3928).
5 8
62009-10-12 Glenn Morris <rgm@gnu.org> 92009-10-12 Glenn Morris <rgm@gnu.org>
7 10