diff options
| author | Juanma Barranquero | 2010-03-22 17:37:32 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-03-22 17:37:32 +0100 |
| commit | 5f76fe28b98ceec8ab3a7aacc4a0281679d818ee (patch) | |
| tree | 30013e404764e0b097ef8376e4dde8557710798c /lisp/mh-e/ChangeLog | |
| parent | 2b8f62e98615abf8f6d0dae77e37ff7cb01e91b7 (diff) | |
| download | emacs-5f76fe28b98ceec8ab3a7aacc4a0281679d818ee.tar.gz emacs-5f76fe28b98ceec8ab3a7aacc4a0281679d818ee.zip | |
Fix typos in mh-e.
* mh-scan.el (mh-scan-cmd-note-width): Doc fix.
(mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp)
(mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
(mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp)
(mh-scan-msg-format-regexp, mh-scan-msg-format-string)
(mh-scan-msg-number-regexp, mh-scan-rcpt-regexp)
(mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp)
(mh-scan-subject-regexp, mh-update-scan-format)
(mh-msg-num-width-to-column): Fix typos in docstrings.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 83d5e391ffd..70f96e0dbc7 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-03-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mh-scan.el (mh-scan-cmd-note-width): Doc fix. | ||
| 4 | (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp) | ||
| 5 | (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp) | ||
| 6 | (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp) | ||
| 7 | (mh-scan-msg-format-regexp, mh-scan-msg-format-string) | ||
| 8 | (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp) | ||
| 9 | (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp) | ||
| 10 | (mh-scan-subject-regexp, mh-update-scan-format) | ||
| 11 | (mh-msg-num-width-to-column): Fix typos in docstrings. | ||
| 12 | |||
| 1 | 2009-12-01 Bill Wohler <wohler@newt.com> | 13 | 2009-12-01 Bill Wohler <wohler@newt.com> |
| 2 | 14 | ||
| 3 | * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format. | 15 | * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format. |