diff options
| author | Richard M. Stallman | 2005-05-12 09:26:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-12 09:26:17 +0000 |
| commit | c50089c9bb8e6c32e6fe85d796e93750c6d6eae1 (patch) | |
| tree | 8040b9c2587b91d8e5f381483eb2fe4aa22118f8 | |
| parent | 5ba65c038f76705077234087966fd5c3707fe1c1 (diff) | |
| download | emacs-c50089c9bb8e6c32e6fe85d796e93750c6d6eae1.tar.gz emacs-c50089c9bb8e6c32e6fe85d796e93750c6d6eae1.zip | |
Comment change.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/add-log.el | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a19fe8b6db9..0a6abfdebd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -45,6 +45,11 @@ | |||
| 45 | (mouse-select, mouse-select-internal, mouse-extend-internal): | 45 | (mouse-select, mouse-select-internal, mouse-extend-internal): |
| 46 | Use it to implement mouse-1-click-follows-link functionality. | 46 | Use it to implement mouse-1-click-follows-link functionality. |
| 47 | 47 | ||
| 48 | 2005-05-11 Richard M. Stallman <rms@gnu.org> | ||
| 49 | |||
| 50 | * font-lock.el (font-lock-fontify-syntactically-region): | ||
| 51 | Use font-lock-comment-delimiter-face for comment delimiters. | ||
| 52 | |||
| 48 | 2005-05-10 Jay Belanger <belanger@truman.edu> | 53 | 2005-05-10 Jay Belanger <belanger@truman.edu> |
| 49 | 54 | ||
| 50 | * calc/calc-help.el (calc-m-prefix-help): Add mention of | 55 | * calc/calc-help.el (calc-m-prefix-help): Add mention of |
diff --git a/lisp/add-log.el b/lisp/add-log.el index ab8d60c0c04..7c5f8462f77 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -250,6 +250,9 @@ Note: The search is conducted only within 10%, at the beginning of the file." | |||
| 250 | ;; Acknowledgements. | 250 | ;; Acknowledgements. |
| 251 | ;; Don't include plain "From" because that is vague; | 251 | ;; Don't include plain "From" because that is vague; |
| 252 | ;; we want to encourage people to say something more specific. | 252 | ;; we want to encourage people to say something more specific. |
| 253 | ;; Note that the FSF does not use "Patches by"; our convention | ||
| 254 | ;; is to put the name of the author of the changes at the top | ||
| 255 | ;; of the change log entry. | ||
| 253 | ("\\(^\\( +\\|\t\\)\\| \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" | 256 | ("\\(^\\( +\\|\t\\)\\| \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" |
| 254 | 3 'change-log-acknowledgement-face)) | 257 | 3 'change-log-acknowledgement-face)) |
| 255 | "Additional expressions to highlight in Change Log mode.") | 258 | "Additional expressions to highlight in Change Log mode.") |