From bf1e8d4a0262967dde7a371885d76c92482c4f28 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 21 May 2010 03:46:38 +0200 Subject: [PATCH] * add-log.el: Highlight all authors in multi-author ChangeLog entries. --- lisp/ChangeLog | 3 +++ lisp/add-log.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a39380087c5..2508baa40f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-05-21 Juanma Barranquero + * add-log.el (change-log-font-lock-keywords): + Highlight all authors in multi-author entries. + * smerge-mode.el (smerge-refine-ignore-whitespace) (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict): Fix typos in docstrings. diff --git a/lisp/add-log.el b/lisp/add-log.el index ab99f6787c8..88277e66640 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -245,7 +245,7 @@ Note: The search is conducted only within 10%, at the beginning of the file." ;; wrongly with a non-date line existing as a random note. In ;; addition, using any kind of fixed setting like this doesn't ;; work if a user customizes add-log-time-format. - ("^[0-9-]+ +\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) [A-z][a-z][a-z] [0-9:+ ]+" + ("^[0-9-]+ +\\|^ \\{11,\\}\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) [A-z][a-z][a-z] [0-9:+ ]+" (0 'change-log-date-face) ;; Name and e-mail; some people put e-mail in parens, not angles. ("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.+-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil -- 2.39.5