]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 May 2005 09:26:17 +0000 (09:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 May 2005 09:26:17 +0000 (09:26 +0000)
lisp/ChangeLog
lisp/add-log.el

index a19fe8b6db9296e0ba7f2ee072aab54f095d0ec2..0a6abfdebd3c0935cc4775d5c45866cbb100ab18 100644 (file)
        (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
index ab8d60c0c04e26db826a81d534ec1fa9ed5f0230..7c5f8462f77e8d4825055838afb3e20331602767 100644 (file)
@@ -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.")