emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100405: * add-log.el: Highlight all


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100405: * add-log.el: Highlight all authors in multi-author ChangeLog entries.
Date: Fri, 21 May 2010 03:46:38 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100405
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2010-05-21 03:46:38 +0200
message:
  * add-log.el: Highlight all authors in multi-author ChangeLog entries.
modified:
  lisp/ChangeLog
  lisp/add-log.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-21 01:13:57 +0000
+++ b/lisp/ChangeLog    2010-05-21 01:46:38 +0000
@@ -1,5 +1,8 @@
 2010-05-21  Juanma Barranquero  <address@hidden>
 
+       * 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.

=== modified file 'lisp/add-log.el'
--- a/lisp/add-log.el   2010-01-13 08:35:10 +0000
+++ b/lisp/add-log.el   2010-05-21 01:46:38 +0000
@@ -245,7 +245,7 @@
     ;; 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]*[(<]\\(address@hidden)[>)]" nil nil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]