Mercurial > emacs
changeset 106724:37a9363510b2
(vc-bzr-log-view-mode): Also highlight the author.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 03 Jan 2010 20:43:23 -0800 |
parents | 82660e679622 |
children | f709fd47bebd |
files | lisp/ChangeLog lisp/vc-bzr.el |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 03 20:35:21 2010 -0800 +++ b/lisp/ChangeLog Sun Jan 03 20:43:23 2010 -0800 @@ -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 <cyd@stupidchicken.com>
--- a/lisp/vc-bzr.el Sun Jan 03 20:35:21 2010 -0800 +++ b/lisp/vc-bzr.el Sun Jan 03 20:43:23 2010 -0800 @@ -484,7 +484,7 @@ (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))