# HG changeset patch # User Lute Kamstra # Date 1053684624 0 # Node ID aa7ae88aeb60c5e206e86bcda48e4d85a376fcc9 # Parent 46ef9a32655864085f76c799d62e7ab6ce98dcb0 *** empty log message *** diff -r 46ef9a326558 -r aa7ae88aeb60 lisp/ChangeLog --- a/lisp/ChangeLog Fri May 23 10:09:52 2003 +0000 +++ b/lisp/ChangeLog Fri May 23 10:10:24 2003 +0000 @@ -1,3 +1,25 @@ +2003-05-23 Lute Kamstra + + * emacs-lisp/lisp-mnt.el: Make the description of the library more + accurate. + (lm-any-header): New user option. + (lm-section-start): New function; rewrite of `lm-section-mark'. + (lm-section-mark): Make alias of `lm-section-start'. + (lm-section-end): New function. + (lm-code-start): New function; rewrite of `lm-code-mark'. + (lm-code-mark): Make alias of `lm-code-start'. + (lm-commentary-start): New function; rewrite of + `lm-commentary-mark'. + (lm-commentary-mark): Make alias of `lm-commentary-start'. + (lm-commentary-end): New function. + (lm-history-start): New function; rewrite of `lm-history-mark'. + (lm-history-mark): Make alias of `lm-history-start'. + (lm-commentary): Use `lm-commentary-end' to find the end of the + commentary section. + + * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Use + `lm-commentary-end' to find the end of the commentary section. + 2003-05-22 Ken Stevens * ispell.el: Sync to version 3.6.