diff options
| author | Bill Wohler | 2005-10-28 01:59:12 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-28 01:59:12 +0000 |
| commit | e069fa61e085d8be77a7f61cf7a1a74e1aafbf7a (patch) | |
| tree | a4409ed281ba724ca89628661eac97083103bc1d /lisp/mh-e/ChangeLog | |
| parent | 3b463df01971a9d594b705a3d8564c432bd0c7ef (diff) | |
| download | emacs-e069fa61e085d8be77a7f61cf7a1a74e1aafbf7a.tar.gz emacs-e069fa61e085d8be77a7f61cf7a1a74e1aafbf7a.zip | |
* mh-customize.el (mh-adaptive-cmd-note-flag)
(mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
* mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
(mh-note-cur, mh-scan-good-msg-regexp)
(mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
(mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
(mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
(mh-scan-subject-regexp, mh-scan-format-regexp)
(mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings with
manual.
* mh-funcs.el (mh-note-copied): Sync docstrings with manual.
* mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead of
hard-coded string.
(mh-mail-header-separator, mh-signature-separator-regexp): Use
"regular expression" in docstring instead of regexp.
(mh-scan-msg-number-regexp)
(mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
(mh-scan-msg-format-string, mh-scan-msg-search-regexp)
(mh-cmd-note): Sync docstrings with manual.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 96f743b10ba..d0dcac9c728 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,28 @@ | |||
| 1 | 2005-10-27 Bill Wohler <wohler@newt.com> | 1 | 2005-10-27 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-customize.el (mh-adaptive-cmd-note-flag) | ||
| 4 | (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual. | ||
| 5 | |||
| 6 | * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled) | ||
| 7 | (mh-note-cur, mh-scan-good-msg-regexp) | ||
| 8 | (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) | ||
| 9 | (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp) | ||
| 10 | (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) | ||
| 11 | (mh-scan-subject-regexp, mh-scan-format-regexp) | ||
| 12 | (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings | ||
| 13 | with manual. | ||
| 14 | |||
| 15 | * mh-funcs.el (mh-note-copied): Sync docstrings with manual. | ||
| 16 | |||
| 17 | * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead | ||
| 18 | of hard-coded string. | ||
| 19 | (mh-mail-header-separator, mh-signature-separator-regexp): Use | ||
| 20 | "regular expression" in docstring instead of regexp. | ||
| 21 | (mh-scan-msg-number-regexp) | ||
| 22 | (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp) | ||
| 23 | (mh-scan-msg-format-string, mh-scan-msg-search-regexp) | ||
| 24 | (mh-cmd-note): Sync docstrings with manual. | ||
| 25 | |||
| 3 | * mh-comp.el (mh-insert-signature, mh-insert-auto-fields): | 26 | * mh-comp.el (mh-insert-signature, mh-insert-auto-fields): |
| 4 | Checkdoc fixes. | 27 | Checkdoc fixes. |
| 5 | 28 | ||