emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103942: * lisp/vc/add-log.el (change


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103942: * lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to acknowledgments.
Date: Mon, 18 Apr 2011 16:35:18 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103942
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Mon 2011-04-18 16:35:18 -0400
message:
  * lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to 
acknowledgments.
modified:
  lisp/ChangeLog
  lisp/vc/add-log.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-04-17 02:11:49 +0000
+++ b/lisp/ChangeLog    2011-04-18 20:35:18 +0000
@@ -1,3 +1,8 @@
+2011-04-18  Sam Steingold  <address@hidden>
+
+       * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
+       to acknowledgments.
+
 2011-04-17  Glenn Morris  <address@hidden>
 
        * calendar/diary-lib.el (diary-sexp-entry):

=== modified file 'lisp/vc/add-log.el'
--- a/lisp/vc/add-log.el        2011-03-30 21:56:04 +0000
+++ b/lisp/vc/add-log.el        2011-04-18 20:35:18 +0000
@@ -277,7 +277,7 @@
     ;; Note that the FSF does not use "Patches by"; our convention
     ;; is to put the name of the author of the changes at the top
     ;; of the change log entry.
-    ("\\(^\\( +\\|\t\\)\\|  \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| 
from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
+    ("\\(^\\( +\\|\t\\)\\|  \\)\\(Thanks to\\|Patch\\(es\\)? by\\|Report\\(ed 
by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
      3 'change-log-acknowledgement))
   "Additional expressions to highlight in Change Log mode.")
 


reply via email to

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