comparison lisp/add-log.el @ 62255:14a8632a734e

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 May 2005 09:25:17 +0000
parents 5c40be16225d
children 2c228409c44d
comparison
equal deleted inserted replaced
62254:d0c188cf54da 62255:14a8632a734e
248 ("<\\([^>\n]+\\)>\\(:\\| (\\)" (1 'change-log-function-face)) 248 ("<\\([^>\n]+\\)>\\(:\\| (\\)" (1 'change-log-function-face))
249 ;; 249 ;;
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.")
256 259
257 (defvar change-log-mode-map 260 (defvar change-log-mode-map