Mercurial > emacs
diff lisp/ChangeLog @ 72025:7b30bf7651d1
(compilation-error-regexp-alist-alist) <gnu>:
Try to rule out false positives due to time stamps.
(compilation-mode-font-lock-keywords): Remove rules made redundant
because of the above change. Add `segmentation fault' to the known and
highlighted compilation termination messages.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 19 Jul 2006 19:20:11 +0000 |
parents | a4c689f07211 |
children | b0477954803b |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 19 11:19:27 2006 +0000 +++ b/lisp/ChangeLog Wed Jul 19 19:20:11 2006 +0000 @@ -1,3 +1,11 @@ +2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: + Try to rule out false positives due to time stamps. + (compilation-mode-font-lock-keywords): Remove rules made redundant + because of the above change. Add `segmentation fault' to the known and + highlighted compilation termination messages. + 2006-07-19 Kim F. Storm <storm@cua.dk> * progmodes/grep.el (grep-find-ignored-directories):