diff options
| author | Juanma Barranquero | 2010-07-24 13:53:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-24 13:53:19 +0200 |
| commit | c4cc8b9a23253c12c5cee0be1363343fe019bf20 (patch) | |
| tree | 815961aa81b8d66acd9a279f9b47debbeb6f8763 /lisp/mh-e/ChangeLog | |
| parent | 80eb92cea85473180b905a1a89607c151e69f317 (diff) | |
| download | emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.tar.gz emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 29a49c45a38..ad1dbc8f024 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -504,8 +504,8 @@ | |||
| 504 | 504 | ||
| 505 | 2006-06-02 Bill Wohler <wohler@newt.com> | 505 | 2006-06-02 Bill Wohler <wohler@newt.com> |
| 506 | 506 | ||
| 507 | (mh-folder-exists-p): Change test from an empty buffer, to one | 507 | * mh-search.el (mh-folder-exists-p): Change test from an empty buffer, |
| 508 | that contains the actual folder, since GNU mailutils' folder | 508 | to one that contains the actual folder, since GNU mailutils' folder |
| 509 | command displays output if the folder doesn't exist (closes SF | 509 | command displays output if the folder doesn't exist (closes SF |
| 510 | #1499712). | 510 | #1499712). |
| 511 | 511 | ||
| @@ -1415,7 +1415,7 @@ | |||
| 1415 | (mh-get-field): Delete ancient alias. | 1415 | (mh-get-field): Delete ancient alias. |
| 1416 | 1416 | ||
| 1417 | * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el | 1417 | * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el |
| 1418 | and rename to mh-face-foreground | 1418 | and rename to mh-face-foreground. |
| 1419 | (mh-face-background-compat): Move to mh-compat.el | 1419 | (mh-face-background-compat): Move to mh-compat.el |
| 1420 | and rename to mh-face-background. | 1420 | and rename to mh-face-background. |
| 1421 | (mh-face-display-function): Use the new names. | 1421 | (mh-face-display-function): Use the new names. |
| @@ -1732,7 +1732,7 @@ | |||
| 1732 | (mh-identity-make-menu-no-autoload): New alias for | 1732 | (mh-identity-make-menu-no-autoload): New alias for |
| 1733 | mh-identity-make-menu which can be called from mh-e.el. | 1733 | mh-identity-make-menu which can be called from mh-e.el. |
| 1734 | (mh-identity-list-set): Move to mh-e.el. | 1734 | (mh-identity-list-set): Move to mh-e.el. |
| 1735 | (mh-identity-add-menu): New function | 1735 | (mh-identity-add-menu): New function. |
| 1736 | (mh-insert-identity): Add optional argument maybe-insert so that | 1736 | (mh-insert-identity): Add optional argument maybe-insert so that |
| 1737 | local variable mh-identity-local does not have to be visible. | 1737 | local variable mh-identity-local does not have to be visible. |
| 1738 | 1738 | ||
| @@ -1891,7 +1891,7 @@ | |||
| 1891 | (mh-find-path-run, mh-find-path): Move here from deprecated file | 1891 | (mh-find-path-run, mh-find-path): Move here from deprecated file |
| 1892 | mh-init.el. | 1892 | mh-init.el. |
| 1893 | (mh-help-messages): Now an alist of modes to an alist of messages. | 1893 | (mh-help-messages): Now an alist of modes to an alist of messages. |
| 1894 | (mh-set-help): New function used to set mh-help-messages | 1894 | (mh-set-help): New function used to set mh-help-messages. |
| 1895 | (mh-help): Adjust for new format of mh-help-messages. Add | 1895 | (mh-help): Adjust for new format of mh-help-messages. Add |
| 1896 | help-messages argument. | 1896 | help-messages argument. |
| 1897 | (mh-prefix-help): Refactor to use mh-help. | 1897 | (mh-prefix-help): Refactor to use mh-help. |
| @@ -2460,7 +2460,7 @@ | |||
| 2460 | (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) | 2460 | (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) |
| 2461 | (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp) | 2461 | (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp) |
| 2462 | (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) | 2462 | (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) |
| 2463 | (mh-scan-subject-regexp): Sync docstrings with manual | 2463 | (mh-scan-subject-regexp): Sync docstrings with manual. |
| 2464 | (mh-scan-format-regexp): Rename to | 2464 | (mh-scan-format-regexp): Rename to |
| 2465 | mh-scan-sent-to-me-sender-regexp. Drop date parenthesized | 2465 | mh-scan-sent-to-me-sender-regexp. Drop date parenthesized |
| 2466 | expression. Make expression more like the others (anchored at the | 2466 | expression. Make expression more like the others (anchored at the |
| @@ -2760,7 +2760,7 @@ | |||
| 2760 | (mh-mime-save-parts-default-directory, mh-print-background-flag) | 2760 | (mh-mime-save-parts-default-directory, mh-print-background-flag) |
| 2761 | (mh-show-maximum-size, mh-show-use-goto-addr-flag) | 2761 | (mh-show-maximum-size, mh-show-use-goto-addr-flag) |
| 2762 | (mh-show-use-xface-flag, mh-store-default-directory) | 2762 | (mh-show-use-xface-flag, mh-store-default-directory) |
| 2763 | (mh-summary-height, mh-delete-msg-hook | 2763 | (mh-summary-height, mh-delete-msg-hook) |
| 2764 | (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual. | 2764 | (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual. |
| 2765 | 2765 | ||
| 2766 | * mh-e.el (mh-scan-format-mh, mh-scan-good-msg-regexp) | 2766 | * mh-e.el (mh-scan-format-mh, mh-scan-good-msg-regexp) |