From: Dan Nicolaescu Date: Fri, 22 Jun 2007 02:46:04 +0000 (+0000) Subject: (vc-bzr-log-view-mode): Add + to the email address X-Git-Tag: emacs-pretest-23.0.90~12172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ec0577963c5d0b8858ba26ae5c44d77d96a317f;p=emacs.git (vc-bzr-log-view-mode): Add + to the email address regexp. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdb128b6abe..59bbf4fbd68 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 1ad7de8a9ee..b6a432970b0 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -306,7 +306,7 @@ EDITABLE is ignored." (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))))))