summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-05-12 09:26:17 +0000
committerRichard M. Stallman <rms@gnu.org>2005-05-12 09:26:17 +0000
commitc50089c9bb8e6c32e6fe85d796e93750c6d6eae1 (patch)
tree8040b9c2587b91d8e5f381483eb2fe4aa22118f8 /lisp
parent5ba65c038f76705077234087966fd5c3707fe1c1 (diff)
downloademacs-c50089c9bb8e6c32e6fe85d796e93750c6d6eae1.tar.gz
emacs-c50089c9bb8e6c32e6fe85d796e93750c6d6eae1.tar.bz2
emacs-c50089c9bb8e6c32e6fe85d796e93750c6d6eae1.zip
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/add-log.el3
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 @@
(mouse-select, mouse-select-internal, mouse-extend-internal):
Use it to implement mouse-1-click-follows-link functionality.
+2005-05-11 Richard M. Stallman <rms@gnu.org>
+
+ * font-lock.el (font-lock-fontify-syntactically-region):
+ Use font-lock-comment-delimiter-face for comment delimiters.
+
2005-05-10 Jay Belanger <belanger@truman.edu>
* 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."
;; Acknowledgements.
;; Don't include plain "From" because that is vague;
;; we want to encourage people to say something more specific.
+ ;; 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\\)\\)"
3 'change-log-acknowledgement-face))
"Additional expressions to highlight in Change Log mode.")