diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a924bbd9f95..5e712f5ded8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mnt.el: Make the description of the library more | ||
| 4 | accurate. | ||
| 5 | (lm-any-header): New user option. | ||
| 6 | (lm-section-start): New function; rewrite of `lm-section-mark'. | ||
| 7 | (lm-section-mark): Make alias of `lm-section-start'. | ||
| 8 | (lm-section-end): New function. | ||
| 9 | (lm-code-start): New function; rewrite of `lm-code-mark'. | ||
| 10 | (lm-code-mark): Make alias of `lm-code-start'. | ||
| 11 | (lm-commentary-start): New function; rewrite of | ||
| 12 | `lm-commentary-mark'. | ||
| 13 | (lm-commentary-mark): Make alias of `lm-commentary-start'. | ||
| 14 | (lm-commentary-end): New function. | ||
| 15 | (lm-history-start): New function; rewrite of `lm-history-mark'. | ||
| 16 | (lm-history-mark): Make alias of `lm-history-start'. | ||
| 17 | (lm-commentary): Use `lm-commentary-end' to find the end of the | ||
| 18 | commentary section. | ||
| 19 | |||
| 20 | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Use | ||
| 21 | `lm-commentary-end' to find the end of the commentary section. | ||
| 22 | |||
| 1 | 2003-05-22 Ken Stevens <kstevens@ichips.intel.com> | 23 | 2003-05-22 Ken Stevens <kstevens@ichips.intel.com> |
| 2 | 24 | ||
| 3 | * ispell.el: Sync to version 3.6. | 25 | * ispell.el: Sync to version 3.6. |