aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2005-10-29 05:09:05 +0000
committerBill Wohler2005-10-29 05:09:05 +0000
commit50df64d63f60e46807653255c0096a56fc9c536a (patch)
tree41f2468f176233906adc8839276634391e42f9fc /lisp/mh-e/ChangeLog
parentec397a34fba10f143ea3b299cdd238fdce19e67f (diff)
downloademacs-50df64d63f60e46807653255c0096a56fc9c536a.tar.gz
emacs-50df64d63f60e46807653255c0096a56fc9c536a.zip
* mh-comp.el (mh-annotate-msg): Use new variable
mh-scan-field-destination-offset rather than hard-coding 1. * mh-customize.el (mh-interpret-number-as-range-flag): Add * to docstring. (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New functions to check input for mh-adaptive-cmd-note-flag and mh-scan-format-file respectively. (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes, add :set. * mh-e.el: (mh-scan-field-destination-offset): New variable. The destination is the -, t, b, c, or n character for Replied, To, cc, Bcc, or Newsgroups respectively. (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note) Call new function mh-msg-num-width-to-column to make leap between width and column more explicit. (mh-msg-num-width-to-column): New function that steals logic from old mh-set-cmd-note. Also, throw error if mh-scan-format-file isn't t since we can't adapt the scan lines in this case. (mh-set-cmd-note): Now just simply sets mh-cmd-note which will make the documentation more clear. (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a column, not a width. (mh-add-sequence-notation, mh-remove-sequence-notation): Use new variable mh-scan-field-destination-offset rather than hard-coding 1. * mh-utils.el (mh-cmd-note) Synced docstring with manual. (mh-notate): Use new variable mh-scan-field-destination-offset rather than hard-coding 1. (mh-message-number-width): Rename to mh-msg-num-width to be consistent with mh-get-msg-num and mh-msg-num-width-to-column.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index c0c953b5d09..54732241f0e 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,39 @@
12005-10-28 Bill Wohler <wohler@newt.com> 12005-10-28 Bill Wohler <wohler@newt.com>
2 2
3 * mh-comp.el (mh-annotate-msg): Use new variable
4 mh-scan-field-destination-offset rather than hard-coding 1.
5
6 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
7 docstring.
8 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
9 functions to check input for mh-adaptive-cmd-note-flag and
10 mh-scan-format-file respectively.
11 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
12 add :set.
13
14 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
15 destination is the -, t, b, c, or n character for Replied, To, cc,
16 Bcc, or Newsgroups respectively.
17 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
18 Call new function mh-msg-num-width-to-column to make leap between
19 width and column more explicit.
20 (mh-msg-num-width-to-column): New function that steals logic from
21 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
22 isn't t since we can't adapt the scan lines in this case.
23 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
24 make the documentation more clear.
25 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
26 column, not a width.
27 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
28 variable mh-scan-field-destination-offset rather than hard-coding
29 1.
30
31 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
32 (mh-notate): Use new variable mh-scan-field-destination-offset
33 rather than hard-coding 1.
34 (mh-message-number-width): Rename to mh-msg-num-width to be
35 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
36
3 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag) 37 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
4 (mail-citation-hook): Quote URLs in docstrings and precede with 38 (mail-citation-hook): Quote URLs in docstrings and precede with
5 `URL'. The former will suppress checkdoc warnings, the latter will 39 `URL'. The former will suppress checkdoc warnings, the latter will