aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorSam Steingold <[email protected]>2011-04-18 16:35:18 -0400
committerSam Steingold <[email protected]>2011-04-18 16:35:18 -0400
commit7eed1860d8ed2ac70a333e05c99a6207c2d6c675 (patch)
treec970db0d84aa49bc6cddcfa82964b96156be1808 /lisp
parentca36e0ff83e73e99cbb6ed2ac2456b4ec77ded7e (diff)
* lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to acknowledgments.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc/add-log.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d38892c0f..373ae63bfe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-18 Sam Steingold <[email protected]>
+
+ * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
+ to acknowledgments.
+
2011-04-17 Glenn Morris <[email protected]>
* calendar/diary-lib.el (diary-sexp-entry):
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el
index e9fbdb91e9..73e83414e9 100644
--- a/lisp/vc/add-log.el
+++ b/lisp/vc/add-log.el
@@ -277,7 +277,7 @@ Note: The search is conducted only within 10%, at the beginning of the file."
;; 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.")