From 3d5d0aa92fcc051e46badde9742870a0aa3f66b6 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 3 Jan 2010 20:43:23 -0800 Subject: [PATCH] (vc-bzr-log-view-mode): Also highlight the author. --- lisp/ChangeLog | 1 + lisp/vc-bzr.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82061b6bb65..7a56bd064c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight checkouts. (Bug#618) + (vc-bzr-log-view-mode): Also highlight the author. 2010-01-02 Chong Yidong diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 80aa420aa9e..c5b82e38a78 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -484,7 +484,7 @@ REV non-nil gets an error." (4 'change-log-list nil lax)))) (append `((,log-view-message-re . 'log-view-message-face)) ;; log-view-font-lock-keywords - '(("^ *committer: \ + '(("^ *\\(?:committer\\|author\\): \ \\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]" (1 'change-log-name) (2 'change-log-email)) -- 2.39.2