# HG changeset patch # User Dan Nicolaescu # Date 1182480364 0 # Node ID 0c6323e48d45235755c57867a2b49e626a17fc20 # Parent ac8e3d72984f3a2035ed4b9375827bc593fb657a (vc-bzr-log-view-mode): Add + to the email address regexp. diff -r ac8e3d72984f -r 0c6323e48d45 lisp/ChangeLog --- 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 + * 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 diff -r ac8e3d72984f -r 0c6323e48d45 lisp/vc-bzr.el --- 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))))))