diff options
| author | Sam Steingold | 2011-04-18 16:35:18 -0400 |
|---|---|---|
| committer | Sam Steingold | 2011-04-18 16:35:18 -0400 |
| commit | 7eed1860d8ed2ac70a333e05c99a6207c2d6c675 (patch) | |
| tree | c970db0d84aa49bc6cddcfa82964b96156be1808 | |
| parent | ca36e0ff83e73e99cbb6ed2ac2456b4ec77ded7e (diff) | |
| download | emacs-7eed1860d8ed2ac70a333e05c99a6207c2d6c675.tar.gz emacs-7eed1860d8ed2ac70a333e05c99a6207c2d6c675.zip | |
* lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to acknowledgments.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/vc/add-log.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d38892c0f0..373ae63bfe5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-18 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" | ||
| 4 | to acknowledgments. | ||
| 5 | |||
| 1 | 2011-04-17 Glenn Morris <rgm@gnu.org> | 6 | 2011-04-17 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * calendar/diary-lib.el (diary-sexp-entry): | 8 | * calendar/diary-lib.el (diary-sexp-entry): |
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index e9fbdb91e97..73e83414e99 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." | |||
| 277 | ;; Note that the FSF does not use "Patches by"; our convention | 277 | ;; Note that the FSF does not use "Patches by"; our convention |
| 278 | ;; is to put the name of the author of the changes at the top | 278 | ;; is to put the name of the author of the changes at the top |
| 279 | ;; of the change log entry. | 279 | ;; of the change log entry. |
| 280 | ("\\(^\\( +\\|\t\\)\\| \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" | 280 | ("\\(^\\( +\\|\t\\)\\| \\)\\(Thanks to\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" |
| 281 | 3 'change-log-acknowledgement)) | 281 | 3 'change-log-acknowledgement)) |
| 282 | "Additional expressions to highlight in Change Log mode.") | 282 | "Additional expressions to highlight in Change Log mode.") |
| 283 | 283 | ||