From: Juanma Barranquero Date: Fri, 21 May 2010 01:46:38 +0000 (+0200) Subject: * add-log.el: Highlight all authors in multi-author ChangeLog entries. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~205^2~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf1e8d4a0262967dde7a371885d76c92482c4f28;p=emacs.git * add-log.el: Highlight all authors in multi-author ChangeLog entries. --- 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