* mh-comp.el (mh-reply): Use standard default notation in prompts
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
e69d4e02
BW
12006-01-03 Bill Wohler <wohler@newt.com>
2
078cb314
BW
3 * mh-comp.el (mh-reply): Use standard default notation in
4 prompts (closes SF #1275933).
5
6 * mh-mime.el (mh-mime-save-parts): Ditto.
7
8 * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
9
355ebcbf
BW
10 * mh-customize.el (mh-folder-msg-number): Snow is actually
11 off-white on low color displays which turns to white when bold.
12 This is unreadable on white backgrounds. Use snow with min-colors
13 requirement. Use cyan on low-color displays.
14
15 * mh-init.el (mh-defface-compat): On low-color displays, delete
16 the high-color display rather than simply strip the min-colors
17 requirement since the existing algorithm shadowed the desired
18 display on low-color displays.
19
e69d4e02
BW
20 * mh-alias.el (mh-alias-add-alias): Remove leading * from
21 docstring.
22
af435184
BW
232006-01-02 Bill Wohler <wohler@newt.com>
24
25 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
26 docstring. Does this mean something in a defun?
27
28 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
29 Checkdoc fix.
30
31 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
32 so it reads better in docstring and manual. Sync docstring with
33 manual.
34
35 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
36
37 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
38
39 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
40 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
41 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
42 (mh-letter-complete-or-space, mh-letter-confirm-address)
43 (mh-letter-next-header-field-or-indent)
44 (mh-letter-previous-header-field): Ditto.
45
46 * mh-customize.el (mh-alias-completion-ignore-case-flag)
47 (mh-default-folder-for-message-function, mh-mml-method-default)
48 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
49 (mh-show-mode-hook) Ditto.
50
51 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
52
53 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
54 (mh-store-msg, mh-store-buffer): Ditto
55
56 * mh-index.el (mh-index-search, mh-index-do-search)
57 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
58
59 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
60
61 * mh-mime.el (mh-mh-compose-external-compressed-tar)
62 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
63 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
64 (mh-mml-secure-message-signencrypt): Ditto
65
66 * mh-pick.el (mh-search-folder): Ditto.
67
68 * mh-seq.el (mh-widen): Ditto.
69
70 * mh-utils.el (mh-show, mh-modify): Ditto.
71
285d1e0c
MB
722006-01-02 Mark D. Baushke <mdb@gnu.org>
73
74 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
75
d49ed7d4
BW
762006-01-01 Bill Wohler <wohler@newt.com>
77
78 * mh-customize.el: Sync docstrings with manual for faces and sort
79 them alphabetically.
80 (mh-faces): Move below mh-hooks.
81 (mh-folder-faces, mh-index-faces, mh-letter-faces)
82 (mh-show-faces, mh-speed-faces): Delete. Organize faces like
83 hooks.
84 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
85 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
86 (mh-folder-body-face, mh-folder-cur-msg-face)
87 (mh-folder-cur-msg-number-face, mh-folder-date-face)
88 (mh-folder-followup-face, mh-folder-msg-number-face)
89 (mh-folder-deleted-face, mh-folder-refiled-face)
90 (mh-folder-subject-face, mh-folder-address-face)
91 (mh-folder-scan-format-face, mh-folder-to-face)
92 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
93 (mh-show-header-face, mh-show-pgg-good-face)
94 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
95 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
96 Delete.
97 (mh-folder-cur-msg): Unused. Delete.
98 (mh-folder-address): Use defface; inherit from mh-folder-subject.
99 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
100 Inherit from mh-folder-msg-number.
101 (mh-folder-deleted): Use defface. Inherit from
102 mh-folder-msg-number.
103 (mh-folder-sent-to-me-hint): New face. Inherit from
104 mh-folder-date.
105 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
106 Use defface. Inherit from mh-folder-followup.
107 (mh-show-xface): Inherit from mh-show-from and highlight.
108 (bw-face-generation, bw-toggle-faces)
109 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
110 variables, functions for toggling between old and new faces.
111
112 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
113 eval-when-compile. We should probably do this throughout.
114 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
115 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
116 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
117 (mh-scan-subject-regexp): Sync docstrings with manual
118 (mh-scan-format-regexp): Rename to
119 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
120 expression. Make expression more like the others (anchored at the
121 beginning of line). Sync docstrings with manual.
122 (mh-folder-font-lock-keywords): Use faces directly rather than
123 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
124 mh-scan-format-regexp, and within that expression, use faces
125 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
126 of mh-folder-date-face and mh-folder-scan-format-face which were
127 misleading.
128
129 * mh-mime.el (mh-mime-security-button-face): Use faces directly
130 rather than -face variables.
131
132 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
133 rather than -face variables.
134 (mh-face-foreground-compat, mh-face-background-compat): New macros.
135 (mh-face-display-function): Use mh-face-foreground-compat and
136 mh-face-background-compat to use inherited attributes of
137 mh-show-xface on Emacs 22 while still working on Emacs 21.
138
0d887b77
BW
1392005-12-28 Bill Wohler <wohler@newt.com>
140
141 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use
142 mh-user-agent-compose instead of mh-smail-batch.
143
13fe29bd
BW
1442005-12-27 Bill Wohler <wohler@newt.com>
145
146 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
147 suppress creation of folder if it doesn't exist.
148
2bd87afb
SM
1492005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
152
5a4aad03
BW
1532005-12-23 Bill Wohler <wohler@newt.com>
154
7ba8dffd
BW
155 * mh-e.el (mh-folders-changed): Fix typo in docstring.
156
13fe29bd
BW
157 Follow MH-E Developers Guide conventions. Use `' quotes for Help
158 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
159 everything else. Otherwise, you can accidently get links to
5a4aad03 160 nonsense symbols.
2bd87afb 161
d1699462
BW
1622005-12-22 Bill Wohler <wohler@newt.com>
163
13fe29bd 164 Follow Emacs coding conventions. Use default setting of
2dcf34f9 165 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 166
d1699462
BW
167 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
168
169 * mh-comp.el (mh-letter-mode): Use 60 column width.
170 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
171 with manual.
172 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
173 you have added a mail-citation-hook and neither are used if you
13fe29bd
BW
174 use one of the supercite flavors of mh-yank-behavior. Sync
175 docstrings with manual.
d1699462 176
13fe29bd
BW
177 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
178 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
179 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
180 Sync docstrings with manual.
181 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
182 mh-ins-buf-prefix isn't used if you have added a
183 mail-citation-hook and neither are used if you use one of the
13fe29bd
BW
184 supercite flavors of mh-yank-behavior. Sync docstrings with
185 manual.
186 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
187 (mh-signature-file-name, mh-after-commands-processed-hook)
188 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
189 (mh-before-quit-hook, mh-before-send-letter-hook)
190 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
191 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
192 (mh-letter-mode-hook)
193 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
194 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
195 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
13fe29bd 196 of "Invoked...". Sync docstrings with manual.
d1699462
BW
197
198 * mh-e.el (mh-last-destination, mh-last-destination-folder)
199 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
200 (mh-delete-list, mh-refile-list, mh-folders-changed)
201 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
202 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
203 (mh-mode-line-annotation, mh-sequence-notation-history)
204 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
205 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
206 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
207 (mh-refile-msg): Small doc edit.
208 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
209 Rename msg argument to message.
210
211 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
212
213 * mh-e.el (mh-update-unseen): No longer say "The value of
214 `foo-hook' is a list of functions to be called, with no arguments,
215 ...," but rather just "The hook foo-hook is called...".
216
2bd87afb 217 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
218
219 * mh-pick.el (mh-pick-mode): Ditto.
220
221 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
222 docstring.
223 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
224 into docstring.
13fe29bd
BW
225 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
226 manual.
d1699462 227
2bd87afb 2282005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 229
13fe29bd
BW
230 * mh-customize.el (mh-after-commands-processed-hook): New
231 variable.
232 (mh-before-commands-processed-hook): Rename
233 mh-folder-updated-hook.
2953de8c 234
13fe29bd
BW
235 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
236 mh-before-commands-processed-hook, call new
2953de8c
SG
237 mh-after-commands-processed-hook.
238 (mh-folders-changed): New variable (for use in
239 mh-after-commands-processed-hook).
240
cee9f5c6
BW
2412005-12-19 Bill Wohler <wohler@newt.com>
242
243 * mh-acros.el:
244 * mh-alias.el:
245 * mh-comp.el:
246 * mh-customize.el:
247 * mh-e.el:
248 * mh-funcs.el:
249 * mh-gnus.el:
250 * mh-identity.el:
251 * mh-inc.el:
252 * mh-index.el:
253 * mh-init.el:
254 * mh-junk.el:
255 * mh-mime.el:
256 * mh-pick.el:
257 * mh-print.el:
258 * mh-seq.el:
259 * mh-speed.el:
260 * mh-utils.el:
13fe29bd
BW
261 Follow commenting conventions. Don't use ;;; form so much, except
262 for headings. Precede headings with page feed. This was mostly
263 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
264 on a couple of files since this was an insignificant change.
265
fa4075e3
BW
2662005-12-18 Bill Wohler <wohler@newt.com>
267
268 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
269 (mh-tool-bar-search-function): Sync docstrings with manual.
13fe29bd
BW
270 (mh-tool-bar-customize): Replace toolbar with tool bar in
271 docstring.
fa4075e3
BW
272 (mh-tool-bar-letter-help): Fix manual reference.
273 (mh-xemacs-use-toolbar-flag): Rename to
13fe29bd
BW
274 mh-xemacs-use-tool-bar-flag. Initialize to
275 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 276 (mh-xemacs-toolbar-position): Rename to
13fe29bd 277 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3
BW
278 option (redundant) and change "Same As Default Tool Bar" setting
279 to nil. Sync docstrings with manual.
280 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
281 depending on context.
13fe29bd
BW
282 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
283 for calling set-specifier. Only look at the value of
284 mh-xemacs-use-tool-bar-flag.
285 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
286 docstrings with manual.
fa4075e3
BW
287
288 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
289 mh-toolbar-init.
290
291 * mh-e.el (mh-folder-mode): Ditto.
292
293 * mh-utils.el (mh-show-mode): Ditto.
294
7a5df5a9
BW
2952005-12-15 Bill Wohler <wohler@newt.com>
296
297 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
298
299 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
300 (mh-thread-previous-sibling, mh-thread-ancestor)
301 (mh-thread-delete, mh-thread-refile): Ditto.
302
6b960c10
BW
3032005-12-14 Bill Wohler <wohler@newt.com>
304
305 * mh-customize.el (mh-speed-flists-interval): Rename to
306 mh-speed-update-interval.
13fe29bd
BW
307 (mh-speed-run-flists-flag): Delete. Setting
308 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 309
13fe29bd
BW
310 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
311 mh-speed-update-interval instead of mh-speed-run-flists-flag.
312 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
313 docstrings with manual.
6b960c10 314
97c688ed
BW
3152005-12-09 Bill Wohler <wohler@newt.com>
316
317 * mh-customize.el (mh-path): Move here from mh-init.el.
318 (mh-variant): Mention that mh-path can be customized.
319 (mh-invisible-header-fields-internal): Add X-ContentStamp,
320 X-MAIL-INFO, and X-UNTD- from NetZero.
321
322 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
323
2be362c2
BW
3242005-12-04 Bill Wohler <wohler@newt.com>
325
f15ced66
BW
326 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
327 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
328 X-Virus-Scanned.
2bd87afb 329
13fe29bd
BW
330 * mh-customize.el (mh-insert-signature-hook): Rename
331 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
332
333 * mh-comp.el (mh-insert-signature): Ditto.
334
56128d97 335 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
13fe29bd 336 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
337 #831278).
338 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
339 users can see it, look it up in the manual's index, and discover
340 mh-fetch-x-image-url (closes SF #831278).
a932ce45 341
a8a47814
BW
342 * mh-customize.el (mh-new-messages-folders): Rename from
343 mh-index-new-messages-folders.
344 (mh-ticked-messages-folders): Rename from
345 mh-index-ticked-messages-folders.
2bd87afb 346
a8a47814
BW
347 * mh-index.el (mh-index-sequenced-messages)
348 (mh-index-new-messages): Ditto.
349
2be362c2 350 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
13fe29bd 351 in the docstrings and made usage consistent. Generally speaking,
2be362c2 352 "messages in range" and "range of messages" is redundant and just
13fe29bd 353 "range" can be used in most circumstances. Also ensured that
2be362c2 354 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
355 that use a range which describes the range argument for both users
356 and programmers.
2be362c2
BW
357
358 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
359 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
360 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
361 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
362 Ditto.
2be362c2 363
13fe29bd
BW
364 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
365 Ditto.
2be362c2
BW
366
367 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
368
369 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
370 (mh-ps-print-msg-file, mh-print-msg): Ditto.
371
372 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
373 (mh-narrow-to-range, mh-toggle-tick): Ditto.
374
553fb735
BW
3752005-12-01 Bill Wohler <wohler@newt.com>
376
377 Rewrote Reading Mail chapter in manual which affected mh-show
378 customization group and related functions.
2bd87afb 379
553fb735
BW
380 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
381 instead of mh-highlight-citation-p.
382 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
383 I think, so use "truncated".
384
385 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
13fe29bd 386 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
387 mh-folder, not mh-show.
388 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
389 (mh-thread): New group that corresponds with manual's Threading
390 chapter.
391 (mh-letter-faces): Group's manual section is Editing Drafts, not
392 Sending Mail.
13fe29bd
BW
393 (mh-sortm-args): New customization variable that used to be a
394 defvar.
553fb735
BW
395 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
396 Move from mh-index group to mh-folders group.
397 (mh-alias-local-users-prefix, mh-large-folder)
398 (mh-recursive-folders-flag, mh-before-quit-hook)
399 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
400 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
401 mh-folder group.
402 (mh-highlight-citation-style): Rename from
13fe29bd
BW
403 mh-highlight-citation-p. Sync docstrings with manual.
404 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 405 with manual.
13fe29bd
BW
406 (mh-show-threads-flag): Move from mh-show group to mh-thread
407 group.
553fb735
BW
408 (mh-find-path-hook): Move from mh-show group to mh-e group.
409 (mh-folder-updated-hook): Add to mh-folder group.
410 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
411 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
412 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
413 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
414 (mh-display-buttons-for-inline-parts-flag)
415 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
416 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
417 (mh-invisible-header-fields-default, mh-invisible-header-fields)
418 (mh-lpr-command-format, mh-max-inline-image-height)
419 (mh-max-inline-image-width)
420 (mh-mime-save-parts-default-directory, mh-print-background-flag)
421 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
422 (mh-show-use-xface-flag, mh-store-default-directory)
423 (mh-summary-height, mh-delete-msg-hook
424 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 425
553fb735
BW
426 * mh-e.el
427 (mh-scan-format-mh, mh-scan-good-msg-regexp)
428 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
13fe29bd
BW
429 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
430 non-fontification instead of non-fontifying.
553fb735 431 (mh-header-display): Use mh-mhl-format-file instead of
13fe29bd 432 mhl-formfile. Sync docstrings with manual.
553fb735 433 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
13fe29bd 434 count. Sync docstrings with manual.
553fb735 435 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
13fe29bd
BW
436 so that message doesn't change when using this command. Sync
437 docstrings with manual.
438 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
439 docstrings with manual.
440 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
441 to no-header. Sync docstrings with manual.
553fb735
BW
442 (mh-ps-print-map): Delete keybindings for deleted commands
443 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 444 (mh-help-messages): Update printing help.
553fb735
BW
445 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
446 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
447 (mh-prev-button, mh-folder-toggle-mime-part)
448 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
449 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
450 manual.
451
13fe29bd
BW
452 * mh-funcs.el (mh-sortm-args): Now a customization option and in
453 mh-customize.el.
454 (mh-pipe-msg): Rename include-headers to include-header. Sync
455 docstrings with manual.
553fb735
BW
456 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
457 (mh-store-msg): Sync docstrings with manual.
458
13fe29bd
BW
459 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
460 docstrings with manual.
553fb735
BW
461 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
462 Sync docstrings with manual.
13fe29bd
BW
463 (mh-mm-display-part, mh-mm-inline-message): Use
464 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
465 (mh-press-button): Sync docstrings with manual.
466 (mh-display-with-external-viewer): Fix default output in
13fe29bd 467 minibuffer. Sync docstrings with manual.
553fb735 468
13fe29bd
BW
469 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
470 Delete.
553fb735
BW
471 (mh-ps-print-color-option): Incorporate docstring from
472 ps-print-color-p.
13fe29bd
BW
473 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
474 docstring.
475 (mh-ps-spool-msg): Slimline docstring. Rename from
476 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
477 available.
553fb735
BW
478 (mh-ps-print-range): Extract method from common code in
479 mh-ps-print-msg and mh-ps-print-msg-file.
13fe29bd
BW
480 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
481 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
482 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
483 new code in mh-ps-spool-msg.
484 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
485 Sync docstrings with manual.
486 (mh-ps-print-msg, mh-ps-print-msg-file)
13fe29bd
BW
487 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
488 docstrings with manual.
553fb735 489
2bd87afb 490 * mh-utils.el (mh-show-ps-print-msg-show)
553fb735 491 mh-show-ps-print-toggle-mime): Delete.
2bd87afb 492 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
493 (mh-show-mode): Use mh-highlight-citation-style instead of
494 mh-highlight-citation-p.
495 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
496 mhl-formfile.
13fe29bd
BW
497 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
498 docstrings with manual.
499 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
500 docstrings with manual.
553fb735
BW
501
5022005-12-01 Bill Wohler <wohler@newt.com>
503
504 * mh-init.el (mh-defface-compat): Checkdoc fix.
505
506 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
507 Bogofilter is lowercase except at beginning of sentence and in
508 titles.
553fb735 509
94abd6b7
BW
5102005-11-04 Bill Wohler <wohler@newt.com>
511
6b19bd82
BW
512 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
513 Move to mh-init.el to minimize bulk of mh-customize.el.
514
515 * mh-init.el: Modify commentary since file is used for load and
516 initialization as well as setting and getting the variant.
13fe29bd
BW
517 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
518 mh-customize.el.
6b19bd82 519
13fe29bd
BW
520 * mh-customize.el: Refactor faces. Move grayscale requirements
521 last before t. Use uniform line breaks.
3d2efec2 522 (mh-min-colors-defined-flag): New variable.
13fe29bd 523 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 524 for face specs.
2bd87afb
SM
525 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
526 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 527 (mh-folder-body): Use mh-defface-compat.
94abd6b7 528
b07e0686
DN
5292005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
530
531 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
532 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
533 (mh-folder-to-face): Use the min-colors attribute instead of the
534 type attribute.
535
be33fce4
BW
5362005-11-03 Bill Wohler <wohler@newt.com>
537
538 * mh-customize.el (mh-refile-preserves-sequences-flag)
13fe29bd
BW
539 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
540 docstrings with manual.
be33fce4
BW
541
542 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
543
2bd87afb 544 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
545 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
546 with manual.
547
93eece98
BW
5482005-11-01 Bill Wohler <wohler@newt.com>
549
13fe29bd
BW
550 * mh-comp.el (mh-redist-full-contents) Convert defvar to
551 defcustom.
b2064e08
BW
552 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
553 (mh-reply, mh-send, mh-send-other-window)
554 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
555 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
556 msg argument to message (to make for a better docstring).
b2064e08
BW
557
558 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
13fe29bd 559 to defcustom. Rename by adding -flag.
b2064e08
BW
560 (mh-compose-forward-as-mime-flag)
561 (mh-compose-letter-function, mh-forward-subject-format)
562 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
563 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
564 with manual.
565
2bd87afb 566 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 567 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 568 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
569 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
570 after message per conventions.
571
fefc5079
BW
5722005-10-30 Bill Wohler <wohler@newt.com>
573
2bd87afb 574 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
13fe29bd
BW
575 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
576 docstrings with manual.
ece9cbf7 577
fefc5079
BW
578 * mh-customize.el (mh-compose-space-does-completion-flag)
579 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
580 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
13fe29bd
BW
581 means" to remain checkdoc clean and consistent with Emacs. I
582 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
583 that "On means" should be allowed in custom docstrings but that
584 this change requires thought and should wait until after the Emacs
585 22 release.
586
ec397a34
BW
5872005-10-28 Bill Wohler <wohler@newt.com>
588
50df64d6
BW
589 * mh-comp.el (mh-annotate-msg): Use new variable
590 mh-scan-field-destination-offset rather than hard-coding 1.
591
592 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
593 docstring.
13fe29bd
BW
594 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
595 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
596 mh-scan-format-file respectively.
597 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
598 add :set.
599
13fe29bd
BW
600 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
601 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6
BW
602 Bcc, or Newsgroups respectively.
603 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
604 Call new function mh-msg-num-width-to-column to make leap between
605 width and column more explicit.
606 (mh-msg-num-width-to-column): New function that steals logic from
13fe29bd 607 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
608 isn't t since we can't adapt the scan lines in this case.
609 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
610 make the documentation more clear.
611 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
612 column, not a width.
613 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
13fe29bd
BW
614 variable mh-scan-field-destination-offset rather than hard-coding
615 1.
50df64d6
BW
616
617 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
618 (mh-notate): Use new variable mh-scan-field-destination-offset
619 rather than hard-coding 1.
620 (mh-message-number-width): Rename to mh-msg-num-width to be
621 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
622
ec397a34
BW
623 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
624 (mail-citation-hook): Quote URLs in docstrings and precede with
13fe29bd
BW
625 `URL'. The former will suppress checkdoc warnings, the latter will
626 turn them into hyperlinks in Emacs 22 (I just added the code to do
627 that today).
ec397a34
BW
628 (mh-scan-format-file): Checkdoc fix.
629
169a3241
BW
6302005-10-27 Bill Wohler <wohler@newt.com>
631
e069fa61
BW
632 * mh-customize.el (mh-adaptive-cmd-note-flag)
633 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
634
635 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
636 (mh-note-cur, mh-scan-good-msg-regexp)
637 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
638 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
639 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
640 (mh-scan-subject-regexp, mh-scan-format-regexp)
641 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
642 with manual.
643
644 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
645
646 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
647 of hard-coded string.
13fe29bd
BW
648 (mh-mail-header-separator, mh-signature-separator-regexp): Use
649 "regular expression" in docstring instead of regexp.
e069fa61
BW
650 (mh-scan-msg-number-regexp)
651 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
652 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
653 (mh-cmd-note): Sync docstrings with manual.
654
3b463df0
BW
655 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
656 Checkdoc fixes.
657
658 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
659
660 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
661 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
662 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 663
4a263988
BW
6642005-10-24 Bill Wohler <wohler@newt.com>
665
666 * mh-gnus.el: Load mml.el in order to see if
667 mml-minibuffer-read-disposition is defined or not.
668
669 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
670 mml autoloads.
671
97c60a38
MB
6722005-10-23 Miles Bader <miles@gnu.org>
673
674 * .arch-inventory: New file.
675
9a51cf9e
BW
6762005-10-23 Bill Wohler <wohler@newt.com>
677
13fe29bd
BW
678 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
679 docstring with manual.
136e0283 680
9a51cf9e
BW
681 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
682 mh-alias.el and move to mh-acros.el
683
684 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
685 mh-identity.el and move to mh-acros.el
686
687 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
688 mh-identity.el and mh-alias.el.
689
690 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
691 warning in Emacs 22.
692
1dd9796d
SD
6932005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
694
695 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
696 assoc-string (if the function is available) and falls back on
697 assoc-ignore-case if assoc-string is not found.
698 (mh-identity-field-handler): Use mh-assoc-ignore-case since
699 assoc-ignore-case is a obsolete function in Emacs 22.
700
701 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
702 track of whether the tool-bar in mh-folder-mode has been
703 initialized yet.
704 (mh-folder-mode): Initialize the tool-bar for folders the first
705 time we get into mh-letter-mode.
706
707 * mh-customize.el (mh-buffer-exists-p): New function which tests
708 presence of buffers of a given mode.
709 (mh-tool-bar-define): New functions
710 mh-tool-bar-folder-buttons-init and
13fe29bd 711 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
712 used to create the tool-bar from the corresponding customizable
713 variables.
714
715 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
716 keeps track of whether the tool-bar in mh-letter-mode has been
717 initialized yet.
718 (mh-letter-mode): Initialize the tool-bar for drafts the first
719 time we get into mh-letter-mode.
720
0c47b17c
BW
7212005-10-23 Bill Wohler <wohler@newt.com>
722
13fe29bd
BW
723 * mh-comp.el (mh-letter-menu): Rename
724 mh-mhn-compose-external-compressed-tar to
725 mh-mh-compose-external-compressed-tar. Rename
726 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
727 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
728 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
729 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
730 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
731 to 'mh.
732 (mh-insert-signature): Rename mh-mhn-directive-present-p to
733 mh-mh-directive-present-p.
734 (mh-send-letter): Rename mh-mhn-directive-present-p to
13fe29bd
BW
735 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
736 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
737 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
738 mh-mhn-compose-external-compressed-tar to
739 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
740 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
741 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
742 mh-mh-compose-anon-ftp. Rename
743 mh-mhn-compose-external-compressed-tar to
744 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
745 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
746 mh-mh-compose-external-type.
747 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
748 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
749 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
750 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
751 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
752 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
753 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
754 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
755 (mh-letter-complete-or-space, mh-letter-confirm-address)
756 (mh-letter-next-header-field-or-indent)
757 (mh-letter-previous-header-field)
13fe29bd
BW
758 (mh-letter-toggle-header-field-display): Sync docstrings with
759 manual.
0c47b17c 760
13fe29bd
BW
761 * mh-customize.el (mh-edit-mhn-hook): Rename to
762 mh-mh-to-mime-hook.
0c47b17c
BW
763 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
764 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
765 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 766 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
767 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
768 mh-pgp-support-flag.
769 (mh-compose-insertion, mh-compose-space-does-completion-flag)
770 (mh-delete-yanked-msg-window-flag)
771 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
772 (mh-letter-complete-function, mh-letter-fill-column)
773 (mh-mml-method-default, mh-signature-file-name)
774 (mh-signature-separator-flag, mh-x-face-file)
775 (mh-yank-behavior, mail-citation-hook)
776 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
777 with manual.
778
779 * mh-gnus.el (mml-minibuffer-read-disposition): New function
780 provided for Emacs 21 environments that lack it.
781
782 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
783 prompt convention.
784 (mh-compose-forward): mh-mh-forward-message requires string arg.
785 (mh-minibuffer-read-type): New function.
786 (mh-mhn-args): Rename to mh-mh-to-mime-args.
787 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
788 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
789 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
790 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
13fe29bd
BW
791 Rename mh-mhn-compose-external-type to
792 mh-mh-compose-external-type.
0c47b17c 793 (mh-mhn-compose-external-compressed-tar): Rename to
13fe29bd
BW
794 mh-mh-compose-external-compressed-tar. Rename
795 mh-mhn-compose-external-type to mh-mh-compose-external-type.
796 (mh-mhn-compose-external-type): Rename to
797 mh-mh-compose-external-type.
798 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
799 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
800 Use correct program in message.
801 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
802 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
803 (mh-compose-forward, mh-mh-attach-file)
804 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
805 (mh-mh-compose-external-type, mh-mh-forward-message)
806 (mh-mml-attach-file): Use mml-minibuffer-read-description,
807 mh-minibuffer-read-type.
2bd87afb 808 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
809 Emacs 20 to docstring.
810 (mh-mh-compose-external-type): Rename extra-param argument to
811 parameters.
2bd87afb 812 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
813 (mh-mime-display-part, mh-mime-display-single): Rename
814 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
815 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
816 mh-mh-attach-file.
817 (mh-compose-forward): Rename mh-mhn-compose-forw to
818 mh-mh-forward-message.
819 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
820 mh-mh-compose-type.
821 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
822 (mh-mh-attach-file, mh-mh-compose-type)
823 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
824 (mh-mh-compose-external-compressed-tar)
825 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 826 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
827 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
828 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
829 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
830 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
831 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
832 Sync docstrings with manual.
833
13fe29bd
BW
834 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
835 mh-pgp-support-flag.
0c47b17c 836
fba3b4d8
PG
8372005-10-17 Peter S Galbraith <psg@debian.org>
838
13fe29bd
BW
839 * mh-identity.el (mh-identity-field-handler): Use
840 `assoc-ignore-case' to compare against header field for mixed-case
fba3b4d8
PG
841 "From:".
842
ffda926c
BW
8432005-10-17 Bill Wohler <wohler@newt.com>
844
2bd87afb 845 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
846 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
847 to mail/compose, fld_open to fld-open.
13fe29bd
BW
848 (mh-letter-tool-bar-map): Rename image file mail_send to
849 mail/send.
ffda926c 850
8f552dc8
BW
8512005-10-16 Bill Wohler <wohler@newt.com>
852
79af55a7
BW
853 * mh-comp.el (mh-display-completion-list-compat): New macro which
854 calls `display-completion-list' correctly in older environments.
855 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
856 argument.
857 (mh-complete-word): Use it.
858
8f552dc8 859 * mh-init.el (mh-image-load-path): Use locate-library to find
13fe29bd 860 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
861 statements even more.
862
7c164e0c
SD
8632005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
864
865 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
866 causes a compiler warning.
867
868 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
869 the message to be viewed (closes SF #1306141).
870
f5fab556
MY
8712005-10-16 Masatake YAMATO <jet@gyve.org>
872
13fe29bd
BW
873 * mh-comp.el (mh-complete-word): Pass the common prefix substring
874 of completion to `display-completion-list'.
f5fab556 875
2416ec64
SD
8762005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
877
878 * mh-init.el (mh-image-load-path-called-flag): New variable which
879 is used by mh-image-load-path so that it runs only once.
13fe29bd
BW
880 (mh-image-load-path): Modify so that it gets run only once. Also
881 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
882
883 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
884 to find images used in the toolbar.
885
886 * mh-customize.el (:folder): Remove call to mh-image-load-path.
887
a9954630
BW
8882005-10-14 Bill Wohler <wohler@newt.com>
889
2bd87afb 890 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 891
5b004a34
BW
8922005-10-14 Bill Wohler <wohler@newt.com>
893
894 Released MH-E version 7.85.
2bd87afb
SM
895
896 * mh-e.el (Version, mh-version): Update for release 7.85.
897
a10f4ace
BW
8982005-10-14 Bill Wohler <wohler@newt.com>
899
13fe29bd
BW
900 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: *
901 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
902 need to be indented.
903
5b004a34 904 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
13fe29bd
BW
905 but the code that invoked the face had not been updated. Tick
906 highlighting working again.
5b004a34 907
13fe29bd
BW
908 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
909 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
910 CVS Emacs.
911
2bd87afb 912 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
913 with read-string.
914
a05fcb7d 9152005-10-09 Bill Wohler <wohler@newt.com>
c727526b 916
a05fcb7d
BW
917 * mh-init.el (mh-image-load-path): New function that adds the path
918 to the MH-E images to the image-load-path or load-path depending
919 on the version of Emacs.
c727526b 920
a05fcb7d
BW
921 * mh-customize.el: Call mh-image-load-path just before
922 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 923
a05fcb7d 9242005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 925
2bd87afb
SM
926 * ChangeLog: Move contents into ChangeLog.1 and trim.
927
13fe29bd 928 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 929
47570699 930
a05fcb7d 931 Copyright (C) 2005 Free Software Foundation, Inc.
e9be14aa 932
e495eaec
BW
933 Copying and distribution of this file, with or without modification,
934 are permitted in any medium without royalty provided the copyright
935 notice and this notice are preserved.
ab5796a9 936
13fe29bd
BW
937;; Local Variables:
938;; sentence-end-double-space: nil
939;; End:
940
ab5796a9 941;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51