]> git.eshelyaron.com Git - emacs.git/commitdiff
* add-log.el: Highlight all authors in multi-author ChangeLog entries.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 21 May 2010 01:46:38 +0000 (03:46 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 21 May 2010 01:46:38 +0000 (03:46 +0200)
lisp/ChangeLog
lisp/add-log.el

index a39380087c51599c0b8678ab36acf63030f0af5e..2508baa40f9976062519462d5a9c906409a8d3ec 100644 (file)
@@ -1,5 +1,8 @@
 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
 
+       * add-log.el (change-log-font-lock-keywords):
+       Highlight all authors in multi-author entries.
+
        * smerge-mode.el (smerge-refine-ignore-whitespace)
        (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
        Fix typos in docstrings.
index ab99f6787c873abffc01b89d12c5be567c123952..88277e666406823ea769eeb76a10fc8b4148cba3 100644 (file)
@@ -245,7 +245,7 @@ Note: The search is conducted only within 10%, at the beginning of the file."
     ;; wrongly with a non-date line existing as a random note.  In
     ;; addition, using any kind of fixed setting like this doesn't
     ;; work if a user customizes add-log-time-format.
-    ("^[0-9-]+ +\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) [A-z][a-z][a-z] [0-9:+ ]+"
+    ("^[0-9-]+ +\\|^ \\{11,\\}\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) [A-z][a-z][a-z] [0-9:+ ]+"
      (0 'change-log-date-face)
      ;; Name and e-mail; some people put e-mail in parens, not angles.
      ("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.+-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil