Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 66571:beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
(mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag): Use
"Non-nil means" instead of "On means" to remain checkdoc clean and
consistent with Emacs. I raised this issue with the Emacs developers
and Stallman agrees that "On means" should be allowed in custom
docstrings but that this change requires thought and should wait until
after the Emacs 22 release.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 31 Oct 2005 01:37:30 +0000 |
parents | 7cc22b3f2300 |
children | a99155be4d04 |
comparison
equal
deleted
inserted
replaced
66570:272a21a12d44 | 66571:beb6b92a94f6 |
---|---|
1 2005-10-30 Bill Wohler <wohler@newt.com> | |
2 | |
3 * mh-customize.el (mh-compose-space-does-completion-flag) | |
4 (mh-signature-separator-flag, mh-interpret-number-as-range-flag) | |
5 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On | |
6 means" to remain checkdoc clean and consistent with Emacs. I | |
7 raised this issue with the Emacs developers and Stallman agrees | |
8 that "On means" should be allowed in custom docstrings but that | |
9 this change requires thought and should wait until after the Emacs | |
10 22 release. | |
11 | |
1 2005-10-28 Bill Wohler <wohler@newt.com> | 12 2005-10-28 Bill Wohler <wohler@newt.com> |
2 | 13 |
3 * mh-comp.el (mh-annotate-msg): Use new variable | 14 * mh-comp.el (mh-annotate-msg): Use new variable |
4 mh-scan-field-destination-offset rather than hard-coding 1. | 15 mh-scan-field-destination-offset rather than hard-coding 1. |
5 | 16 |