From: Dan Nicolaescu Date: Mon, 4 Jan 2010 04:43:23 +0000 (-0800) Subject: (vc-bzr-log-view-mode): Also highlight the author. X-Git-Tag: emacs-pretest-23.1.92~87^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d5d0aa92fcc051e46badde9742870a0aa3f66b6;p=emacs.git (vc-bzr-log-view-mode): Also highlight the author. --- 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))