comparison lisp/mh-e/ChangeLog @ 68013:bbc0e52abce5

* mh-alias.el (mh-alias-add-alias): Grand message and error string unification. Use single sentence if possible by using semicolon. Don't end message with punctuation. Don't need format with message. Quote messages as in docstrings: use `' around symbols, \" for option choices. Don't use quotes around %s. * mh-comp.el (mh-complete-word): Ditto. * mh-customize.el (mh-adaptive-cmd-note-flag-check) (mh-scan-format-file-check): Ditto. * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg) (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg) (mh-msg-num-width-to-column): Ditto. * mh-identity.el (mh-identity-field-handler): Ditto. * mh-index.el (mh-mairix-execute-search) (mh-swish-execute-search, mh-swish++-execute-search) (mh-namazu-execute-search): Ditto. * mh-init.el (mh-variant-set): Ditto. * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message) (mh-secure-message, mh-mime-display): Ditto. * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto. * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq) (mh-read-range, mh-thread-container-subject): Ditto. * mh-utils.el (mh-x-image-scale-and-display) (mh-prompt-for-folder, mh-handle-process-error) (mh-list-to-string-1): Ditto.
author Bill Wohler <wohler@newt.com>
date Wed, 04 Jan 2006 02:08:12 +0000
parents 256cc87e0619
children 82d5232a099c
comparison
equal deleted inserted replaced
68012:256cc87e0619 68013:bbc0e52abce5
1 2006-01-03 Bill Wohler <wohler@newt.com> 1 2006-01-03 Bill Wohler <wohler@newt.com>
2
3 * mh-alias.el (mh-alias-add-alias): Grand message and error string
4 unification. Use single sentence if possible by using semicolon.
5 Don't end message with punctuation. Don't need format with
6 message. Quote messages as in docstrings: use `' around symbols,
7 \" for option choices. Don't use quotes around %s.
8
9 * mh-comp.el (mh-complete-word): Ditto.
10
11 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
12 (mh-scan-format-file-check): Ditto.
13
14 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
15 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
16 (mh-msg-num-width-to-column): Ditto.
17
18 * mh-identity.el (mh-identity-field-handler): Ditto.
19
20 * mh-index.el (mh-mairix-execute-search)
21 (mh-swish-execute-search, mh-swish++-execute-search)
22 (mh-namazu-execute-search): Ditto.
23
24 * mh-init.el (mh-variant-set): Ditto.
25
26 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
27 (mh-secure-message, mh-mime-display): Ditto.
28
29 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.
30
31 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
32 (mh-read-range, mh-thread-container-subject): Ditto.
33
34 * mh-utils.el (mh-x-image-scale-and-display)
35 (mh-prompt-for-folder, mh-handle-process-error)
36 (mh-list-to-string-1): Ditto.
2 37
3 * mh-comp.el (mh-reply): Use standard default notation in 38 * mh-comp.el (mh-reply): Use standard default notation in
4 prompts (closes SF #1275933). 39 prompts (closes SF #1275933).
5 40
6 * mh-mime.el (mh-mime-save-parts): Ditto. 41 * mh-mime.el (mh-mime-save-parts): Ditto.