Mercurial > emacs
changeset 81539:0c6323e48d45
(vc-bzr-log-view-mode): Add + to the email address
regexp.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 22 Jun 2007 02:46:04 +0000 |
parents | ac8e3d72984f |
children | c14082c731e9 |
files | lisp/ChangeLog lisp/vc-bzr.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 22 02:11:59 2007 +0000 +++ b/lisp/ChangeLog Fri Jun 22 02:46:04 2007 +0000 @@ -1,5 +1,8 @@ 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu> + * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address + regexp. + * vc-hg.el (vc-hg-log-view-mode): New mode. 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/vc-bzr.el Fri Jun 22 02:11:59 2007 +0000 +++ b/lisp/vc-bzr.el Fri Jun 22 02:46:04 2007 +0000 @@ -306,7 +306,7 @@ (append `((,log-view-message-re . 'log-view-message-face)) ;; log-view-font-lock-keywords '(("^ *committer: \ -\\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.-]+@[[:alnum:]_.-]+\\)[>)]" +\\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]" (1 'change-log-name) (2 'change-log-email)) ("^ *timestamp: \\(.*\\)" (1 'change-log-date-face))))))