(mh-send-uses-spost): New variable.
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
fbf62741
BW
12006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change)
2
3 * mh-comp.el (mh-send-uses-spost): New variable.
4 (mh-send-letter): Do not use -msgid and -mime if
5 mh-send-uses-spost is t (closes SF #1486726).
6
ae18726b
BW
72006-05-06 Bill Wohler <wohler@newt.com>
8
9 Release MH-E version 8.0.
10
11 * mh-e.el (Version, mh-version): Update for release 8.0.
12
d2f8ce2f
BW
132006-05-05 Bill Wohler <wohler@newt.com>
14
15 * mh-e.el: Update commentary.
16
0303217f
BW
172006-04-28 Bill Wohler <wohler@newt.com>
18
19 Release MH-E version 7.95.
20
21 * mh-e.el (Version, mh-version): Update for release 7.95.
22
13384ea6
ED
232006-04-26 Eric Ding <ericding@alum.mit.edu>
24
25 * mh-e.el (mh-invisible-header-fields-internal): Add entry
26 "X-Provags-ID:"
27
6a7250d8
BW
282006-04-25 Bill Wohler <wohler@newt.com>
29
30 * mh-letter.el (mh-folder-expand-at-point): Fix folder completion.
31 Folders returned by mh-folder-completion-function no longer need
32 adornment (closes SF #1476270).
33
237ad507
BW
342006-04-21 Bill Wohler <wohler@newt.com>
35
36 * mh-e.el (Version, mh-version): Add +cvs to version.
37
d9ca64a9
BW
382006-04-21 Bill Wohler <wohler@newt.com>
39
40 Release MH-E version 7.94.
41
42 * mh-e.el (Version, mh-version): Update for release 7.94.
43
15855f8f
BW
442006-04-21 Bill Wohler <wohler@newt.com>
45
46 * mh-letter.el (mh-insert-letter): If a message number isn't
47 given, throw an error rather than using a potentially incorrect
48 message number (closes SF #1473729). In addition, use the cur
49 message if mh-sent-from-msg is nil (when sending a message, in
50 contrast to replying). Move conversion of int to string into
51 interactive stanza so body can assume variables are of proper
52 type.
53
d2464a9f
BW
542006-04-20 Bill Wohler <wohler@newt.com>
55
56 * mh-tool-bar.el (image-load-path): Define to shush compiler.
57 (mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it
58 isn't used outside of it.
59 (mh-tool-bar-folder-buttons-init,
60 mh-tool-bar-letter-buttons-init): Update load-path/image-load-path
61 before setting buttons. This code used to be in
62 mh-folder-mode/mh-letter-mode but this was the wrong place since
63 mh-tool-bar-*-buttons-init can also be called when customizing the
64 buttons.
65 (mh-tool-bar-update): New function which updates tool-bar-map in
66 all of the MH-E buffers after customizing the buttons (closes SF
67 #1452718).
68 (mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set):
69 Call it (closes SF #1452718).
70
71 * mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
72 mh-folder-tool-bar-map instead.
73 (image-load-path): Delete. No longer used.
74 (mh-folder-mode): Moved setting of image-load-path into
75 mh-tool-bar-folder-buttons-init.
76
77 * mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
78 mh-letter-tool-bar-map instead.
79 (image-load-path): Delete. No longer used.
80 (mh-letter-mode): Moved setting of image-load-path into
81 mh-tool-bar-letter-buttons-init.
82
83 * mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
84 instead of set-buffer.
85
d36069f0
BW
862006-04-19 Bill Wohler <wohler@newt.com>
87
88 * mh-tool-bar.el (mh-tool-bar-define): Fix enable-expr so that one
02195654 89 can permanently disable a button (such as a separator) with nil.
d36069f0 90
17ce6de7
BW
912006-04-18 Bill Wohler <wohler@newt.com>
92
93 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
94 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
95 (mh-min-colors-defined-flag): Do not unbind these macros and
96 variables. Nice idea, but too many nasty side-effects. These
97 macros are needed by [Cc]ustom-make-dependencies when creating the
98 MH-E customization groups in mh-cus-load.el. These disappeared
99 when the macros above were introduced. Besides, if a developer
100 were to try to show the help for a macro or variable they were
101 looking at and got [No match] when they did so, that would be bad.
102
cd35b20a
BW
1032006-04-17 Bill Wohler <wohler@newt.com>
104
d5468dff
BW
105 * mh-comp.el (mh-insert-x-mailer): Strip build number from
106 version in X-Mailer field (closes SF #1466481).
107
c90c4cf1
BW
108 * mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
109 variables and functions with the same name are found correctly by
110 find-func (invoked by clicking on the filename link in the *Help*
111 buffer).
112 (mh-defmacro-compat): Rename to defmacro-mh. Ditto.
113 * mh-e.el: (mh-defgroup): Rename to defgroup-mh. Ditto.
114 (mh-defcustom): Rename to defcustom-mh. Ditto.
115 (mh-defface): Rename to defface-mh. Ditto.
116 (mh-font-lock-add-keywords): Make changes according to these
117 renamings.
118
119 * mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF
120 #1472029).
121
cd35b20a
BW
122 * mh-utils.el (mh-sub-folders-actual): Mention that folder must
123 have been processed by mh-normalize-folder-name.
124 (mh-folder-completion-function): Handle completion of folders with
125 absolute names. Also, when flag is t, display complete folder name
126 to provide proper highlighting in Emacs 22 now that
127 minibuffer-completing-file-name is nil (closes SF #1470518).
128 (mh-folder-completing-read): No longer set
129 minibuffer-completing-file-name to t. This was causing "Can't set
130 current directory errors" when browsing absolute file names.
131 Another benefit of this change is that SPC can be used for
132 completion again (closes SF #1470518).
133
21acd4c9
BW
1342006-04-15 Bill Wohler <wohler@newt.com>
135
136 * mh-compat.el (mh-font-lock-add-keywords): Fix typo in docstring.
137
30545916
BW
1382006-04-14 Bill Wohler <wohler@newt.com>
139
73e6d1af
BW
140 * mh-funcs.el (view-exit-action): No need to wrap defvar with
141 eval-when-compile when shushing compiler.
142
143 * mh-mime.el (mh-identity-pgg-default-user-id): Ditto.
144
145 * mh-seq.el (view-exit-action): Ditto.
146
147 * mh-show.el (font-lock-auto-fontify): Ditto.
148
149 * mh-utils.el (mh-speed-flists-cache): Ditto
150
42f8c37f
BW
151 * mh-acros.el (struct, x, y): No need to wrap defvar with
152 eval-when-compile when shushing compiler, even when
153 mh-do-in-xemacs or another construct is used.
154
155 * mh-comp.el (sendmail-coding-system): Ditto.
156
157 * mh-e.el (mark-active): Ditto.
158
159 * mh-folder.el (desktop-save-buffer, font-lock-auto-fontify)
160 (image-load-path, font-lock-defaults): Ditto.
161
162 * mh-letter.el (image-load-path, font-lock-defaults): Ditto.
163
164 * mh-mime.el (dots, type, ov)
165 (mm-verify-function-alist, mm-decrypt-function-alist)
166 (pressed-details): Ditto.
167
168 * mh-search.el (pick-folder, mh-do-in-xemacs)
169 (mh-mairix-folder, mh-flists-search-folders)
170 (which-func-mode, mh-speed-flists-inhibit-flag): Ditto.
171
172 * mh-seq.el (tool-bar-mode): Ditto.
173
174 * mh-utils.el (completion-root-regexp)
175 (minibuffer-completing-file-name): Ditto.
176
177 * mh-xface.el (default-enable-multibyte-characters): Ditto.
178
30545916
BW
179 * mh-compat.el (mh-font-lock-add-keywords): New alias for
180 font-lock-add-keywords. Returns nil on XEmacs.
181
182 * mh-e.el: Add MH-E function and variable keywords such as
183 mh-defun-compat and mh-defcustom to font-lock-keywords.
184
70a1d47e
BW
1852006-04-13 Bill Wohler <wohler@newt.com>
186
187 * mh-e.el (customize-package-emacs-version-alist)
188 (mh-e, mh-alias, mh-folder, mh-folder-selection)
189 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
190 (mh-scan-line-formats, mh-search, mh-sending-mail, )
191 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
192 (mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
193 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
194 (mh-alias-insert-file, mh-alias-insertion-location)
195 (mh-alias-local-users, mh-alias-local-users-prefix)
196 (mh-alias-passwd-gecos-comma-separator-flag)
197 (mh-new-messages-folders, mh-ticked-messages-folders)
198 (mh-large-folder, mh-recenter-summary-flag)
199 (mh-recursive-folders-flag, mh-sortm-args)
200 (mh-default-folder-for-message-function, )
201 (mh-default-folder-list, mh-default-folder-must-exist-flag)
202 (mh-default-folder-prefix, mh-identity-list)
203 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
204 (mh-identity-default, mh-identity-handlers, mh-inc-prog)
205 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
206 (mh-junk-program, mh-compose-insertion)
207 (mh-compose-skipped-header-fields)
208 (mh-compose-space-does-completion-flag)
209 (mh-delete-yanked-msg-window-flag)
210 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
211 (mh-letter-complete-function, mh-letter-fill-column)
212 (mh-mml-method-default, mh-signature-file-name)
213 (mh-signature-separator-flag, mh-x-face-file, )
214 (mh-yank-behavior, mh-interpret-number-as-range-flag)
215 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
216 (mh-search-program, mh-compose-forward-as-mime-flag)
217 (mh-compose-letter-function, mh-compose-prompt-flag)
218 (mh-forward-subject-format, mh-insert-x-mailer-flag)
219 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
220 (mh-reply-show-message-flag, )
221 (mh-refile-preserves-sequences-flag, mh-tick-seq)
222 (mh-update-sequences-after-mh-show-flag)
223 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
224 (mh-decode-mime-flag, )
225 (mh-display-buttons-for-alternatives-flag)
226 (mh-display-buttons-for-inline-parts-flag)
227 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
228 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
229 (mh-highlight-citation-style, mh-invisible-header-fields)
230 (mh-invisible-header-fields-default, mh-lpr-command-format)
231 (mh-max-inline-image-height, mh-max-inline-image-width)
232 (mh-mhl-format-file, mh-mime-save-parts-default-directory)
233 (mh-print-background-flag, mh-show-maximum-size)
234 (mh-show-use-xface-flag, mh-store-default-directory)
235 (mh-summary-height, mh-speed-update-interval)
236 (mh-show-threads-flag, mh-tool-bar-search-function)
237 (mh-defcustom, mh-after-commands-processed-hook)
238 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
239 (mh-before-quit-hook, mh-before-send-letter-hook)
240 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
241 (mh-forward-hook, mh-inc-folder-hook, )
242 (mh-insert-signature-hook, )
243 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
244 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
245 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
246 (mh-unseen-updated-hook, mh-folder-address, mh-folder-body)
247 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
248 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
249 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
250 (mh-folder-subject, mh-folder-tick, mh-folder-to)
251 (mh-letter-header-field, mh-search-folder, mh-show-cc)
252 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
253 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
254 (mh-show-subject, mh-show-to, mh-show-xface, )
255 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
256 (mh-speedbar-selected-folder)
257 (mh-speedbar-selected-folder-with-unseen-messages): Use dotted
258 notation in :package-version keyword.
259
fde155f4
BW
2602006-04-07 Bill Wohler <wohler@newt.com>
261
262 * mh-e.el (mh-path, mh-variant): Define with mh-defcustom and add
263 :package-version keyword.
264
59e8810f
BW
2652006-03-31 Bill Wohler <wohler@newt.com>
266
267 * mh-e.el (mh-strip-package-version): Move before use to avoid
367c48ef
BW
268 compiler error. Make macro, also to avoid compiler error.
269 (mh-defface-compat): Incorporate body into mh-face-data and
270 delete.
59e8810f 271
23347d76
BW
2722006-03-30 Bill Wohler <wohler@newt.com>
273
274 * mh-e.el (mh-defcustom, mh-defface, mh-defgroup): Macros to
275 remove new :package-version keyword in older settings.
276 (customize-package-emacs-version-alist): Add MH-E version to Emacs
277 version mappings.
278 (mh-e, mh-alias, mh-folder, mh-folder-selection)
279 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
280 (mh-scan-line-formats, mh-search, mh-sending-mail)
281 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
282 (mh-hooks, mh-faces): Add :package-version keyword to these
def27552 283 groups (closes SF #1452724).
23347d76
BW
284 (mh-alias-completion-ignore-case-flag)
285 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
286 (mh-alias-insert-file, mh-alias-insertion-location)
287 (mh-alias-local-users, mh-alias-local-users-prefix)
288 (mh-alias-passwd-gecos-comma-separator-flag)
289 (mh-new-messages-folders, mh-ticked-messages-folders)
290 (mh-large-folder, mh-recenter-summary-flag)
291 (mh-recursive-folders-flag, mh-sortm-args)
292 (mh-default-folder-for-message-function)
293 (mh-default-folder-list, mh-default-folder-must-exist-flag)
294 (mh-default-folder-prefix, mh-identity-list)
295 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
296 (mh-identity-default, mh-identity-handlers, mh-inc-prog)
297 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
298 (mh-junk-program, mh-compose-insertion)
299 (mh-compose-skipped-header-fields)
300 (mh-compose-space-does-completion-flag)
301 (mh-delete-yanked-msg-window-flag)
302 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
303 (mh-letter-complete-function, mh-letter-fill-column)
304 (mh-mml-method-default, mh-signature-file-name)
305 (mh-signature-separator-flag, mh-x-face-file)
306 (mh-yank-behavior, mh-interpret-number-as-range-flag)
307 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
308 (mh-search-program, mh-compose-forward-as-mime-flag)
309 (mh-compose-letter-function, mh-compose-prompt-flag)
310 (mh-forward-subject-format, mh-insert-x-mailer-flag)
311 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
312 (mh-reply-show-message-flag)
313 (mh-refile-preserves-sequences-flag, mh-tick-seq)
314 (mh-update-sequences-after-mh-show-flag)
315 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
316 (mh-decode-mime-flag)
317 (mh-display-buttons-for-alternatives-flag)
318 (mh-display-buttons-for-inline-parts-flag)
319 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
320 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
321 (mh-highlight-citation-style, mh-invisible-header-fields)
322 (mh-invisible-header-fields-default, mh-lpr-command-format)
323 (mh-max-inline-image-height, mh-max-inline-image-width)
324 (mh-mhl-format-file, mh-mime-save-parts-default-directory)
325 (mh-print-background-flag, mh-show-maximum-size)
326 (mh-show-use-xface-flag, mh-store-default-directory)
327 (mh-summary-height, mh-speed-update-interval)
328 (mh-show-threads-flag, mh-tool-bar-search-function): Add
def27552 329 :package-version keyword to these options (closes SF #1452724).
23347d76
BW
330 (mh-after-commands-processed-hook)
331 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
332 (mh-before-quit-hook, mh-before-send-letter-hook)
333 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
334 (mh-forward-hook, mh-inc-folder-hook)
335 (mh-insert-signature-hook)
336 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
337 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
338 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
339 (mh-unseen-updated-hook): Add :package-version keyword to these
def27552 340 hooks (closes SF #1452724).
23347d76
BW
341 (mh-min-colors-defined-flag)
342 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
343 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
344 (mh-folder-msg-number, mh-folder-refiled)
345 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
346 (mh-folder-subject, mh-folder-tick, mh-folder-to)
347 (mh-letter-header-field, mh-search-folder, mh-show-cc)
348 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
349 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
350 (mh-show-subject, mh-show-to, mh-show-xface)
351 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
352 (mh-speedbar-selected-folder)
353 (mh-speedbar-selected-folder-with-unseen-messages): : Add
def27552 354 :package-version keyword to these faces (closes SF #1452724).
23347d76
BW
355
356 * mh-tool-bar.el (mh-tool-bar-define): Added commented-out
def27552 357 :package-version keywords (closes SF #1452724).
23347d76 358
798b73dd
BW
3592006-03-28 Bill Wohler <wohler@newt.com>
360
84b57004
BW
361 * mh-tool-bar.el: Use clipboard-kill-region,
362 clipboard-kill-ring-save, and clipboard-yank instead of undo,
363 kill-region, and menu-bar-kill-ring-save respectively. In
364 MH-Letter mode, move save-buffer and mh-fully-kill-draft icons in
365 front of mh-compose-insertion to be consistent with other mailers,
366 such as Evolution. In MH-Folder mode, move vanilla reply icon to
367 the left of the other reply icons. Use mail/inbox icon instead of
368 mail, next-page instead of page-down, delete instead of close,
369 mail/move instead of mail/refile, data-save instead of execute,
370 mail/flag-for-followup instead of highlight, contact instead of
371 mail/alias, open instead of fld-open, zoom-out instead of widen.
372
798b73dd
BW
373 * mh-folder.el (mh-execute-commands, mh-rescan-folder):
374 * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
375
83c3d14f 3762006-03-27 Eric Ding <ericding@alum.mit.edu>
2e9aae14
ED
377
378 * mh-e.el (mh-invisible-header-fields-internal): Add entries
379 "X-AOL-IP:" and "X-MB-Message-" (AOL WebMail)
380
d79c9e9d
BW
3812006-03-19 Bill Wohler <wohler@newt.com>
382
72cf2f2e
BW
383 * mh-comp.el (mh-reply): Sync docstring with manual.
384
d79c9e9d
BW
385 * mh-compat.el (mh-image-load-path-for-library): Shorten first line in
386 docstring.
387
1792673d
BW
3882006-03-17 Bill Wohler <wohler@newt.com>
389
390 * mh-compat.el (mh-image-load-path-for-library): Minor docstring
391 fix.
392
e8b5a7ce
BW
3932006-03-16 Bill Wohler <wohler@newt.com>
394
16b9a476
BW
395 * mh-comp.el (mh-send-letter): Use split-string to break up
396 mh-send-args (closes SF #1448604).
397 (mh-compose-and-send-mail): Use run-hook-with-args for
398 mh-compose-letter-function.
399
8d1ada53
BW
400 * mh-e.el (mh-list-to-string-1): Use dolist.
401
e8b5a7ce
BW
402 * mh-compat.el (mh-image-load-path-for-library): Prefer user's
403 images.
404
f875b154
BW
4052006-03-15 Bill Wohler <wohler@newt.com>
406
407 * mh-compat.el (mh-image-load-path-for-library): Fix example by
408 not recommending that one binds image-load-path. Just defvar it to
409 placate compiler and only use it if previously defined.
410
411 * mh-e.el (image-load-path): Don't bind!
412
413 * mh-folder.el (mh-folder-mode): Only use image-load-path if
414 previously defined.
415
416 * mh-letter.el (mh-letter-mode): Ditto.
417
418 * mh-utils.el (mh-logo-display): Ditto.
419
44e3f440
BW
4202006-03-14 Bill Wohler <wohler@newt.com>
421
422 * mh-compat.el (mh-image-load-path-for-library): Incorporate
423 changes from image-load-path-for-library, which are:
424 (image-load-path-for-library): Pass value of path rather than
425 symbol. Always return list of directories. Guarantee that image
426 directory comes first.
427
428 * mh-e.el (image-load-path): Define on those Emacsen that lack it
429 to avoid compile and run-time errors.
430
431 * mh-folder.el (mh-folder-mode): Use new idiom for setting
432 image-load-path.
433
434 * mh-letter.el (mh-letter-mode): Ditto.
435
436 * mh-utils.el (mh-logo-display): Ditto.
437
2044e8f1
BW
4382006-03-12 Bill Wohler <wohler@newt.com>
439
440 * mh-utils.el (mh-folder-list): Fix docstring (closes SF
441 #1448498).
442
0c32f8c6
BW
4432006-03-10 Bill Wohler <wohler@newt.com>
444
4a732ae9
BW
445 * mh-compat.el (mh-replace-regexp-in-string): Pass the literal
446 flag to replace-in-string. This was badly needed by
447 mh-quote-pick-expr in order to properly quote subjects when using
448 / s on XEmacs (closes SF #1447598).
08f99a54
BW
449 (mh-image-load-path-for-library): Merged changes from Reiner. Add
450 no-error argument. If path t, just return directory.
4a732ae9 451
0c32f8c6
BW
452 * mh-e.el (mh-profile-component): Drop `s' from mhparam
453 -components for Mailutils compatibility (closes SF #1446985).
454
971a25ab
BW
4552006-03-06 Bill Wohler <wohler@newt.com>
456
457 * mh-e.el (Version, mh-version): Add +cvs to version.
458
1af028e6
SD
4592006-03-05 Satyaki Das <satyaki@theforce.stanford.edu>
460
461 * mh-search.el (mh-index-update-single-msg): Fix a bug in the
462 handling of duplicate messages. The test in cond was too strong
463 and wasn't catching the case where origin-map was nil.
464
b1d9cef4
BW
4652006-03-05 Bill Wohler <wohler@newt.com>
466
467 Release MH-E version 7.93.
468
469 * mh-e.el (Version, mh-version): Update for release 7.93.
470
fd5536d8
BW
4712006-03-05 Bill Wohler <wohler@newt.com>
472
473 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when
474 calling mh-image-load-path-for-library since this is the default.
475
476 * mh-letter.el (mh-letter-mode): Ditto.
477
478 * mh-utils.el (mh-logo-display): Ditto.
479
c80658b7
BW
4802006-03-04 Bill Wohler <wohler@newt.com>
481
482 * mh-compat.el (mh-image-load-path-for-library): Move here from
483 mh-utils.el and wrap with mh-defun-compat since this function will
484 be soon added to image.el.
485
486 * mh-utils.el (mh-image-load-path-for-library): Move to
487 mh-compat.el.
488 (mh-normalize-folder-name): Add return-nil-if-folder-empty
489 argument which is useful when calling mh-normalize-folder-name to
490 process the folder argument for the folders command.
491 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make
492 this function more robust. It could too easily list the folders in
493 /.
494 (mh-folder-list): Fix a couple of problems pointed out by Thomas
495 Baumann. Set folder to nil if empty. Don't append "/" if folder
496 nil.
497
3fbc098d
BW
4982006-03-03 Bill Wohler <wohler@newt.com>
499
5e9edb94
BW
500 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
501 mh-image-load-path-for-library.
502
503 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
504 mh-image-load-path-for-library.
505
506 * mh-utils.el (mh-image-load-path): Rename to
507 mh-image-load-path-for-library. Add example to docstring. Rename
508 local variable mh-image-directory to image-directory. Move error
509 checks to default case in cond and simplify.
510
3fbc098d
BW
511 * mh-comp.el (mh-send-letter, mh-insert-auto-fields): Sync
512 docstrings with manual.
513
efc27af6
BW
5142006-03-02 Bill Wohler <wohler@newt.com>
515
516 * mh-folder.el (mh-tool-bar-init): Autoload.
517 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs.
518 Set scoped variables image-load-path and load-path with updated
519 mh-image-load-path before calling mh-tool-bar-folder-buttons-init.
520
521 * mh-letter.el (mh-tool-bar-init): Autoload.
522 (mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs.
523 Set scoped variables image-load-path and load-path with updated
524 mh-image-load-path before calling mh-tool-bar-letter-buttons-init.
525
526 * mh-show.el (mh-tool-bar-init): Autoload.
527 (mh-show-mode): Perform tool bar stuff conditionally in XEmacs and
528 GNU Emacs.
529
530 * mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
531 messages per conventions.
532 (mh-tool-bar-folder-buttons-init)
533 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
534 (mh-tool-bar-define call): Format.
535
c80658b7
BW
536 * mh-utils.el (mh-image-directory)
537 (mh-image-load-path-called-flag): Delete.
efc27af6
BW
538 (mh-image-load-path): Incorporate changes from Gnus team. Biggest
539 changes are that it no longer uses/sets mh-image-directory or
540 mh-image-load-path-called-flag, and returns the updated path
541 rather than change it.
542 (mh-logo-display): Change usage of mh-image-load-path.
543
a9e22173
BW
5442006-02-28 Bill Wohler <wohler@newt.com>
545
052df334
BW
546 * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
547 (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow
548 to subjects with special characters by quoting regular expression
549 characters in pick expression derived from existing subjects and
550 other fields (closes SF #1432548).
66b265f5
BW
551 (mh-narrow-to-subject): Remove Re: string from subject so that
552 pick can find originating message (closes SF #1438369).
052df334 553
a9e22173
BW
554 * mh-utils.el (mh-image-load-path): Rename variable to
555 mh-image-directory.
556 (mh-image-load-path): Access mh-image-directory instead of
557 mh-image-load-path.
898dda92
BW
558 (mh-folder-list): Fix problem with passing in a folder and getting
559 nothing back. Fix problem with passing in empty string and getting
560 the entire filesystem (or infinite loop). Don't append slash to
561 folder. These fixes fix problems observed with the pick search.
562 Thanks to Thomas Baumann for the help (closes SF #1435381).
052df334
BW
563 (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and
564 function for quoting pick regular expression characters (closes SF
565 #1432548).
a9e22173 566
a425dc3d
BW
5672006-02-27 Bill Wohler <wohler@newt.com>
568
bc4c8031
BW
569 * mh-e.el (mh-default-folder-for-message-function): Sync docstring
570 with manual.
571
c99f6227 572 * mh-mime.el (mh-minibuffer-read-type): Delete comment in
0659521f
BW
573 docstring about obsolete variable mh-mime-content-types.
574
abc46e90
BW
575 * mh-e.el (mh-variant): Sync docstring with manual.
576 (cus-face): Require as it is needed by mh-inherit-face-flag.
577
a425dc3d
BW
578 * mh-compat.el (mh-display-color-cells): Return 2 if
579 device-color-cells returns nil (closes SF #1436924).
580
581 * mh-e.el (mh-compiling-flag): Delete. No longer needed by
582 mh-display-color-cells.
583
f669a69d
ED
5842006-02-21 Eric Ding <ericding@alum.mit.edu>
585
c99f6227 586 * mh-e.el (mh-invisible-header-fields-internal): Add entry
f669a69d
ED
587 "X-Sasl-enc:"
588
efd5b7df
ED
5892006-02-20 Eric Ding <ericding@alum.mit.edu>
590
c99f6227 591 * mh-e.el (mh-invisible-header-fields-internal): Add entries
efd5b7df
ED
592 "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
593 "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
594 "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and
595 "X-Roving-" by removing unnecessary "*" at end.
596
ae494f66
BW
5972006-02-19 Bill Wohler <wohler@newt.com>
598
599 * mh-alias.el (mh-address-mail-regexp)
600 (mh-goto-address-find-address-at-point): Delete copies from
601 goto-addr.el.
602 (mh-alias-suggest-alias): Use goto-address-mail-regexp instead of
603 mh-address-mail-regexp.
604 (mh-alias-add-address-under-point): Use
605 goto-address-find-address-at-point instead of
606 mh-goto-address-find-address-at-point.
607
608 * mh-e.el (mh-show-use-goto-addr-flag): Delete.
609
610 * mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
611 docstring.
612 (mh-show-addr): Call goto-address unconditionally. User should use
613 goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
614
803c3044
BW
6152006-02-18 Bill Wohler <wohler@newt.com>
616
617 * mh-e.el (Version, mh-version): Add +cvs to version.
618
927967ee
BW
6192006-02-18 Bill Wohler <wohler@newt.com>
620
621 Release MH-E version 7.92.
622
623 * mh-e.el (Version, mh-version): Update for release 7.92.
624
6e69a0bf
BW
6252006-02-17 Bill Wohler <wohler@newt.com>
626
b95d0a24
BW
627 * mh-e.el (mh-folder-msg-number): Use purple on low-color, light
628 backgrounds per Mark's suggestion.
629
6e69a0bf
BW
630 * mh-utils.el (mh-image-load-path): Fix problem that images on
631 load-path or image-load-path would win over relative paths (newer
632 MH-E or Emacs distribution).
633
dccd067f
BW
6342006-02-16 Bill Wohler <wohler@newt.com>
635
6d21875b
BW
636 * mh-e.el (mh-inherit-face-flag): New variable. Non-nil means that
637 the defface :inherit keyword is available.
638 (mh-face-data): New variable (contains all face specs) and
639 function (accessor).
640 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
641 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
642 (mh-folder-msg-number, mh-folder-refiled)
643 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
644 (mh-folder-subject, mh-folder-tick, mh-folder-to)
645 (mh-search-folder, mh-letter-header-field, mh-show-cc)
646 (mh-show-date, mh-show-from)
647 (mh-show-header, mh-show-pgg-bad, mh-show-pgg-good)
648 (mh-show-pgg-unknown, mh-show-signature, mh-show-subject)
649 (mh-show-to, mh-show-xface, mh-speedbar-folder)
650 (mh-speedbar-folder-with-unseen-messages)
651 (mh-speedbar-selected-folder)
652 (mh-speedbar-selected-folder-with-unseen-messages): Use
653 mh-face-data.
654
dccd067f
BW
655 * mh-utils.el (mh-image-load-path): The variables image-load-path
656 or load-path would not get updated if user set mh-image-load-path.
657 Moved tests and add-to-list calls outside of cond so they are
658 applied consistently, even if they are redundant in some
659 circumstances. Efficiency isn't a concern here. Made error
660 messages more user-friendly.
661
fc0f755f
PG
6622006-02-15 Peter S Galbraith <psg@debian.org>
663
664 * mh-compat.el (mh-image-search-load-path): Compatibility code.
665 Emacs 21 and XEmacs don't have `image-search-load-path'.
666
667 * mh-utils.el (mh-image-load-path): Don't bail out on error if the
668 images are already found.
669
be397698
BW
6702006-02-10 Bill Wohler <wohler@newt.com>
671
672 * mh-search.el (mh-search): Wrap code in (block mh-search ...)
673 rather than use defun*. XEmacs cannot create a proper autoload for
674 a defun*.
675
613cd8c5
BW
6762006-02-09 Bill Wohler <wohler@newt.com>
677
da01a066
BW
678 * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since
679 that causes an infinite loop on XEmacs.
680
613cd8c5
BW
681 * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
682 argument.
683
201a821a
PG
6842006-02-08 Peter S Galbraith <psg@debian.org>
685
686 * mh-e.el (mh-invisible-header-fields-internal): Added entries
687 "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash"
688
dc4d94d5
BW
6892006-02-04 Bill Wohler <wohler@newt.com>
690
691 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
692 has an emacsclient command that supports --eval. I had read that
693 gnudoit was deprecated in favor of gnuclient anyway.
694
7b0fed56 6952006-02-04 Eric Ding <ericding@alum.mit.edu>
39ee09ff 696
c99f6227 697 * mh-mime.el (mh-file-mime-type-substitutions): Add entries to
7b0fed56 698 handle OpenOffice documents.
39ee09ff 699
d4ff848f
BW
7002006-02-03 Bill Wohler <wohler@newt.com>
701
702 * mh-e.el (Version, mh-version): Add +cvs to version.
703
5f627e35
BW
7042006-02-03 Bill Wohler <wohler@newt.com>
705
706 Release MH-E version 7.91.
707
708 * mh-e.el (Version, mh-version): Update for release 7.91.
709
36685bff
BW
7102006-02-03 Bill Wohler <wohler@newt.com>
711
664ca6b2
BW
712 * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag)
713 (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope
714 of local variable mh-library-name.
715
36685bff
BW
716 * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
717 (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors
718 88) with (min-colors 64) in face specifications so that MH-E still
719 looks good on systems with fewer colors (such as Eric Ding's).
720
39ee09ff 7212006-02-03 Peter S Galbraith <psg@debian.org>
e1144ff6
PG
722
723 * mh-utils.el (mh-image-load-path): New variable to optionally
724 hold the directory where MH-E images are stored. If nil, then
725 the function `mh-image-load-path' will find it. This variable
726 will be used for Debian packaging.
727 (mh-image-load-path function): Use variable `mh-image-load-path'
728 if non-nil and exists.
729
f169fdd3
MB
7302006-02-03 Mark D. Baushke <mdb@gnu.org>
731
732 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
733 for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp
734 errors if describe-bindings is called before tool-bar-mode is used.
735
e6e91eda
PG
7362006-02-03 Peter S Galbraith <psg@debian.org>
737
738 * mh-compat.el (mh-url-unreserved-chars): Fix typo from
739 `mh-url-unresrved-chars'.
740
5a286ce9
BW
7412006-02-02 Bill Wohler <wohler@newt.com>
742
743 * mh-e.el (Version, mh-version): Add +cvs to version.
744
8f58061a
BW
7452006-02-02 Bill Wohler <wohler@newt.com>
746
747 Release MH-E version 7.90.
748
749 * mh-e.el (Version, mh-version): Update for release 7.90.
750
d5dc8c56
BW
7512006-02-01 Bill Wohler <wohler@newt.com>
752
92486f28
BW
753 * mh-search.el (which-func-mode): Shush compiler on Emacs 21 too.
754
d5dc8c56
BW
755 * mh-alias.el (mh-alias-gecos-name): Use
756 mh-replace-regexp-in-string instead of replace-regexp-in-string.
757 (crm, multi-prompt): Use mh-require instead of require.
758 (mh-goto-address-find-address-at-point): Use
759 mh-line-beginning-position and mh-line-end-position instead of
760 line-beginning-position and line-end-position. Use
761 mh-match-string-no-properties instead of
762 match-string-no-properties.
763
764 * mh-comp.el (mh-modify-header-field): Use
765 mh-line-beginning-position and mh-line-end-position instead of
766 line-beginning-position and line-end-position.
767
768 * mh-compat.el (mailabbrev): Use mh-require instead of require.
769 (mh-assoc-string, mh-display-completion-list, mh-face-foreground)
770 (mh-face-background): Make docstring consistent.
771 (mh-require, mh-cancel-timer, mh-display-color-cells)
772 (mh-line-beginning-position, mh-line-end-position)
773 (mh-match-string-no-properties, mh-replace-regexp-in-string)
774 (mh-view-mode-enter): Move definition here from mh-xemacs.el and
775 add mh- prefix since compatibility functions should have our
776 package prefix (mh-) by Emacs convention and to avoid messing up
777 checks for the same functions in other packages.
778
779 * mh-e.el (mh-compiling-flag): Move mh-xemacs-compiling-flag here
780 from mh-xemacs.el and rename.
781 (mh-xargs): Use mh-line-beginning-position and
782 mh-line-end-position instead of line-beginning-position and
783 line-end-position.
784 (mh-defface-compat): Use mh-display-color-cells instead of
785 display-color-cells.
786
787 * mh-folder.el (which-func): Use mh-require instead of require.
788
789 * mh-funcs.el (mh-list-folders): Use mh-view-mode-enter instead of
790 view-mode-enter.
791
792 * mh-gnus.el (gnus-util, mm-bodies, mm-decode, mm-view, mml): Use
793 mh-require instead of require.
794
795 * mh-letter.el (mh-letter-header-end, mh-letter-mode)
796 (mh-letter-next-header-field): Use mh-line-beginning-position and
797 mh-line-end-position instead of line-beginning-position and
798 line-end-position.
799
800 * mh-limit.el (mh-subject-to-sequence-unthreaded): Use
801 mh-match-string-no-properties instead of
802 match-string-no-properties.
803 (mh-narrow-to-header-field): Use mh-line-beginning-position and
804 mh-line-end-position instead of line-beginning-position and
805 line-end-position.
806
807 * mh-mime.el (mh-mime-inline-part, mh-mm-display-part)
808 (mh-mh-quote-unescaped-sharp, mh-mh-directive-present-p): Use
809 mh-line-beginning-position and mh-line-end-position instead of
810 line-beginning-position and line-end-position.
811
812 * mh-search.el (which-func): Use mh-require instead of require.
813 (mh-make-pick-template, mh-index-visit-folder)
814 (mh-pick-parse-search-buffer, mh-swish-next-result)
815 (mh-mairix-next-result, mh-namazu-next-result)
816 (mh-pick-next-result, mh-grep-next-result)
817 (mh-index-create-imenu-index, mh-index-match-checksum)
818 (mh-md5sum-parser, mh-openssl-parser, mh-index-update-maps): Use
819 mh-line-beginning-position and mh-line-end-position instead of
820 line-beginning-position and line-end-position.
821
822 * mh-seq.el (mh-list-sequences): Use mh-view-mode-enter instead of
823 view-mode-enter.
824 (mh-folder-size-flist, mh-parse-flist-output-line)
825 (mh-add-sequence-notation): Use mh-line-beginning-position and
826 mh-line-end-position instead of line-beginning-position and
827 line-end-position.
828
829 * mh-show.el (mh-show-addr): Use mh-require instead of require.
830
831 * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-toggle)
832 (mh-speed-view, mh-folder-speedbar-buttons)
833 (mh-speed-highlight, mh-speed-goto-folder)
834 (mh-speed-add-buttons, mh-speed-parse-flists-output)
835 (mh-speed-invalidate-map, mh-speedbar-change-expand-button-char)
836 (mh-speed-add-folder): Use mh-line-beginning-position and
837 mh-line-end-position instead of line-beginning-position and
838 line-end-position.
839 (mh-speed-flists): Use mh-cancel-timer instead of cancel-timer.
840
841 * mh-thread.el (mh-thread-find-children)
842 (mh-thread-parse-scan-line, mh-thread-generate): Use
843 mh-line-beginning-position and mh-line-end-position instead of
844 line-beginning-position and line-end-position.
845
846 * mh-utils.el (mh-colors-available-p): Use mh-display-color-cells
847 instead of display-color-cells.
848 (mh-folder-list): Use mh-replace-regexp-in-string instead of
849 replace-regexp-in-string.
850 (mh-sub-folders-actual, mh-letter-toggle-header-field-display):
851 Use mh-line-beginning-position and mh-line-end-position instead of
852 line-beginning-position and line-end-position.
853
854 * mh-comp.el (mh-send-sub): Don't find components file in current
855 directory--this seems to have been a side-effect of commenting out
856 the use of an old mh-etc variable. Improve error message.
857
06e7028b
BW
8582006-01-31 Bill Wohler <wohler@newt.com>
859
860 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name
861 argument since compatibility functions should have our package
862 prefix (mh-) by Emacs convention and to avoid messing up checks
863 for the same functions in other packages. Use explicit argument
d5dc8c56 864 instead of forming name by adding mh- prefix so that one can grep
06e7028b
BW
865 and find the definition.
866
867 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
868 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use
869 mh-assoc-string instead of assoc-string.
870
871 * mh-compat.el (assoc-string): Rename to mh-assoc-string.
872 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move
873 here from mh-utils.el.
874 (mh-display-completion-list): Move here from mh-comp.el.
875 (mh-face-foreground, mh-face-background): Move here from
876 mh-xface.el.
877 (mh-write-file-functions): Move here from mh-folder.el
878
879 * mh-folder.el (mh-write-file-functions-compat): Move to
880 mh-compat.el and rename to mh-write-file-functions.
881 (mh-folder-mode): Use the new name.
882
883 * mh-gnus.el (gnus-local-map-property): Rename to
884 mh-gnus-local-map-property.
885 (mm-merge-handles): Rename to mh-mm-merge-handles.
886 (mm-set-handle-multipart-parameter): Rename to
887 mh-mm-set-handle-multipart-parameter.
888 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
889 (mm-possibly-verify-or-decrypt): Rename to
890 mh-mm-possibly-verify-or-decrypt.
891 (mm-handle-multipart-ctl-parameter): Rename to
892 mh-mm-handle-multipart-ctl-parameter.
893 (mm-readable-p): Rename to mh-mm-readable-p.
894 (mm-long-lines-p): Rename to mh-mm-long-lines-p.
895 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
896 (mm-destroy-parts): Rename to mh-mm-destroy-parts.
897 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
898 (mml-minibuffer-read-disposition): Rename to
899 mh-mml-minibuffer-read-disposition.
900
901 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
902 instead of assoc-string.
903
904 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
905 (mh-mime-display, mh-mime-display-security)
906 (mh-insert-mime-button, mh-insert-mime-security-button)
907 (mh-handle-set-external-undisplayer)
908 (mh-mime-security-press-button, mh-mime-security-show-details)
909 (mh-mml-attach-file, mh-mime-cleanup)
910 (mh-destroy-postponed-handles): Use new mh-* names for
911 compatibility functions.
912
913 * mh-utils.el (mail-abbrev-make-syntax-table): Move to
914 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table.
915 (mh-beginning-of-word): Use the new name.
916 (mh-get-field): Delete ancient alias.
917
918 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
919 and rename to mh-face-foreground
920 (mh-face-background-compat): Move to mh-compat.el
921 and rename to mh-face-background.
922 (mh-face-display-function): Use the new names.
923 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string
924 instead of url-hexify-string.
925 (url-unreserved-chars): Move to mh-compat.el and rename to
926 mh-url-unreserved-chars.
927 (url-hexify-string): Move to mh-compat.el and rename to
928 mh-url-hexify-string.
929
930 * mh-letter.el (mh-complete-word): Fix bug in call to
931 mh-display-completion-list. Wrong argument was passed, so
932 completions wouldn't show highlighted prefix.
933
a2c30782
BW
9342006-01-29 Bill Wohler <wohler@newt.com>
935
fd61b9ab
BW
936 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for
937 mh-adaptive-cmd-note-flag.
938
090ccc5d
BW
939 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
940 docstring. sc-cite-original is autoloaded via loaddefs.el for all
941 supported versions. In addition, the package name "sc" has been
942 made obsolete by "supercite since at least Emacs 21.
943
3bdb2567
BW
944 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
945 revealed character constants that were still strings (closes SF
946 #770772).
947
a55f450f
BW
948 * mh-comp.el (mh-letter-hide-all-skipped-fields)
949 (mh-get-header-field): Move to mh-utils.el so that you can read
950 messages without having to load mh-comp.el and mh-letter.el.
951
952 * mh-letter.el (mh-hidden-header-keymap)
953 (mh-letter-toggle-header-field-display)
954 (mh-letter-skipped-header-field-p)
955 (mh-letter-skip-leading-whitespace-in-header-field)
956 (mh-letter-truncate-header-field): Move to mh-utils.el so that you
957 can read messages without having to load mh-comp.el and
958 mh-letter.el.
959
960 * mh-utils.el (mh-get-header-field)
961 (mh-letter-hide-all-skipped-fields)
962 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
963 (mh-letter-toggle-header-field-display)
964 (mh-letter-skip-leading-whitespace-in-header-field)
965 (mh-letter-truncate-header-field): Move here from mh-comp.el and
966 mh-letter.el so that you can read messages without having to load
967 mh-comp.el and mh-letter.el.
968
a2c30782
BW
969 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at
970 least, will deliver them to us.
971
972 * mh-e.el (mh-after-commands-processed-hook)
973 (mh-before-commands-processed-hook): Specify what sort of requests
974 in docstring.
975
976 * mh-folder.el (mh-folder-mode): Use add-to-list to modify
977 minor-mode-alias.
978
979 * mh-letter.el (mh-letter-menu): Remove. Defvar no longer needed
980 to shush compiler.
981 (mh-letter-mode): Remove Mail menu.
982
dda00b2c
BW
9832006-01-29 Bill Wohler <wohler@newt.com>
984
985 The Great Cleanup
986 Remove circular dependencies. mh-e.el now includes few require
987 statements and stands alone. Other files should need to require
988 mh-e.el, which requires mh-loaddefs.el, plus variable-only files
989 such as mh-scan.el.
990 Remove unneeded require statements.
991 Remove unneeded load statements, or replace them with non-fatal
992 require statements.
993 Break out components into their own files that were often spread
994 between many files.
995 As a result, many functions that are now only used within a single
996 file no longer need to be autoloaded.
997 Rearrange and provide consistent headings.
998 Untabify.
999
1000 * mh-acros.el: Update commentary to reflect current usage. Add
1001 autoload cookies to all macros.
1002 (mh-require-cl): Merge docstring and comment.
1003 (mh-do-in-xemacs): Fix typo in docstring.
1004 (assoc-string): Move to new file mh-compat.el.
1005 (with-mh-folder-updating, mh-in-show-buffer)
1006 (mh-do-at-event-location, mh-seq-msgs): Move here from
1007 mh-utils.el.
1008 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move here
1009 from mh-seq.el.
1010
1011 * mh-alias.el (mh-address-mail-regexp)
1012 (mh-goto-address-find-address-at-point): Move here from
1013 mh-utils.el.
1014 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el.
1015
1016 * mh-buffers.el: Update descriptive text.
1017
1018 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to
1019 new file mh-scan.el.
1020 (mh-yank-hooks, mh-to-field-choices, mh-position-on-field)
1021 (mh-letter-menu, mh-letter-mode-help-messages)
1022 (mh-letter-buttons-init-flag, mh-letter-mode)
1023 (mh-font-lock-field-data, mh-letter-header-end)
1024 (mh-auto-fill-for-letter, mh-to-field, mh-to-fcc)
1025 (mh-file-is-vcard-p, mh-insert-signature, mh-check-whom)
1026 (mh-insert-letter, mh-extract-from-attribution, mh-yank-cur-msg)
1027 (mh-filter-out-non-text, mh-insert-prefix-string)
1028 (mh-current-fill-prefix, mh-open-line, mh-complete-word)
1029 (mh-folder-expand-at-point, mh-letter-complete-function-alist)
1030 (mh-letter-complete, mh-letter-complete-or-space)
1031 (mh-letter-confirm-address, mh-letter-header-field-at-point)
1032 (mh-letter-next-header-field-or-indent)
1033 (mh-letter-next-header-field, mh-letter-previous-header-field)
1034 (mh-letter-skipped-header-field-p)
1035 (mh-letter-skip-leading-whitespace-in-header-field)
1036 (mh-hidden-header-keymap)
1037 (mh-letter-toggle-header-field-display-button)
1038 (mh-letter-toggle-header-field-display)
1039 (mh-letter-truncate-header-field, mh-letter-mode-map): Move to new
1040 file mh-letter.el.
1041 (mh-letter-mode-map, mh-sent-from-folder, mh-send-args)
1042 (mh-pgp-support-flag, mh-x-mailer-string)
1043 (mh-letter-header-field-regexp): Move to mh-e.el.
1044 (mh-goto-header-field, mh-goto-header-end)
1045 (mh-extract-from-header-value, mh-beginning-of-word): Move to
1046 mh-utils.el.
1047 (mh-insert-header-separator): Move to mh-comp.el.
1048 (mh-display-completion-list-compat): Move to new file
1049 mh-compat.el.
1050
1051 * mh-compat.el: New file.
1052 (assoc-string): Move here from mh-acros.el.
1053 (mh-display-completion-list): Move here from mh-comp.el.
1054
1055 * mh-customize.el: Move content into mh-e.el and remove.
1056
1057 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map)
1058 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map)
1059 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map)
1060 (mh-show-seq-tool-bar-map, mh-show-tool-bar-map): All maps now
1061 declared here so that they can be used in docstrings.
1062 (mh-sent-from-folder, mh-sent-from-msg)
1063 (mh-letter-header-field-regexp, mh-pgp-support-flag)
1064 (mh-x-mailer-string): Move here from mh-comp.el.
1065 (mh-folder-line-matches-show-buffer-p): Move to mh-alias.el.
1066 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack): Move
1067 here from mh-seq.el.
1068 (mh-draft-folder, mh-inbox, mh-user-path, mh-current-folder)
1069 (mh-previous-window-config, mh-seen-list, mh-seq-list)
1070 (mh-show-buffer, mh-showing-mode, mh-globals-hash)
1071 (mh-show-folder-buffer, mh-mail-header-separator)
1072 (mh-unseen-seq, mh-previous-seq, mh-page-to-next-msg-flag)
1073 (mh-signature-separator, mh-signature-separator-regexp)
1074 (mh-list-to-string, mh-list-to-string-1): Move here from
1075 mh-utils.el.
1076 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
1077 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
1078 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
1079 (mh-exec-cmd-output)
1080 (mh-exchange-point-and-mark-preserving-active-mark)
1081 (mh-exec-lib-cmd-output, mh-handle-process-error): Move here from
1082 deprecated file mh-exec.el.
1083 (mh-path): Move here from deprecated file mh-customize.el.
1084 (mh-sys-path, mh-variants, mh-variant-in-use, mh-progs, mh-lib)
1085 (mh-flists-present-flag, mh-variants, mh-variant-mh-info)
1086 (mh-variant-mu-mh-info, mh-variant-nmh-info, mh-file-command-p)
1087 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
1088 (mh-profile-component-value, mh-defface-compat): Move here from
1089 deprecated file mh-init.el.
1090 (mh-goto-next-button, mh-folder-mime-action)
1091 (mh-folder-toggle-mime-part, mh-folder-inline-mime-part)
1092 (mh-folder-save-mime-part, mh-toggle-mime-buttons): Move to to
1093 mh-mime.el.
1094 (mh-scan-format-mh, mh-scan-format-nmh, mh-note-deleted)
1095 (mh-note-refiled, mh-note-cur, mh-scan-good-msg-regexp)
1096 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
1097 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
1098 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
1099 (mh-scan-subject-regexp, mh-scan-sent-to-me-sender-regexp)
1100 (mh-scan-cmd-note-width, mh-scan-destination-width)
1101 (mh-scan-date-width, mh-scan-date-flag-width)
1102 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width)
1103 (mh-scan-field-destination-offset)
1104 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset)
1105 (mh-scan-field-subject-start-offset, mh-scan-format)
1106 (mh-msg-num-width-to-column, mh-set-cmd-note): Move to new file
1107 mh-scan.el.
1108 (mh-partial-folder-mode-line-annotation)
1109 (mh-folder-font-lock-keywords, mh-folder-font-lock-subject)
1110 (mh-generate-sequence-font-lock, mh-last-destination)
1111 (mh-last-destination-write, mh-first-msg-num, mh-last-msg-num)
1112 (mh-rmail, mh-nmail, mh-delete-msg, mh-delete-msg-no-motion)
1113 (mh-execute-commands, mh-first-msg, mh-header-display)
1114 (mh-inc-folder, mh-last-msg, mh-next-undeleted-msg)
1115 (mh-folder-from-address, mh-prompt-for-refile-folder)
1116 (mh-refile-msg, mh-refile-or-write-again, mh-quit, mh-page-msg)
1117 (mh-previous-page, mh-previous-undeleted-msg)
1118 (mh-previous-unread-msg, mh-next-button, mh-prev-button)
1119 (mh-reset-threads-and-narrowing, mh-rescan-folder)
1120 (mh-write-msg-to-file, mh-toggle-showing, mh-undo)
1121 (mh-visit-folder, mh-update-sequences, mh-delete-a-msg)
1122 (mh-refile-a-msg, mh-next-msg, mh-next-unread-msg)
1123 (mh-set-scan-mode, mh-undo-msg, mh-make-folder)
1124 (mh-folder-sequence-menu, mh-folder-message-menu)
1125 (mh-folder-folder-menu, mh-remove-xemacs-horizontal-scrollbar)
1126 (mh-write-file-functions-compat, mh-folder-mode)
1127 (mh-restore-desktop-buffer, mh-scan-folder)
1128 (mh-regenerate-headers, mh-generate-new-cmd-note)
1129 (mh-get-new-mail, mh-make-folder-mode-line, mh-goto-cur-msg)
1130 (mh-process-or-undo-commands, mh-process-commands)
1131 (mh-update-unseen, mh-delete-scan-msgs)
1132 (mh-outstanding-commands-p): Move to new file mh-folder.el.
1133 (mh-mapc, mh-colors-available-p, mh-colors-in-use-p)
1134 (mh-make-local-vars, mh-coalesce-msg-list, mh-greaterp)
1135 (mh-lessp): Move to mh-utils.el.
1136 (mh-parse-flist-output-line, mh-folder-size-folder)
1137 (mh-folder-size-flist, mh-folder-size, mh-add-sequence-notation)
1138 (mh-remove-sequence-notation, mh-remove-cur-notation)
1139 (mh-remove-all-notation, mh-delete-seq-locally)
1140 (mh-read-folder-sequences, mh-read-msg-list)
1141 (mh-notate-user-sequences, mh-internal-seqs, mh-internal-seq)
1142 (mh-valid-seq-p, mh-delete-msg-from-seq, mh-catchup)
1143 (mh-delete-a-msg-from-seq, mh-undefine-sequence)
1144 (mh-define-sequence, mh-seq-containing-msg): Move to mh-seq.el.
1145 (mh-xemacs-flag)
1146 (mh-customize, mh-e, mh-alias, mh-folder, mh-folder-selection)
1147 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1148 (mh-scan-line-formats, mh-search, mh-sending-mail, mh-sequences)
1149 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
1150 (mh-faces, mh-alias-completion-ignore-case-flag)
1151 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
1152 (mh-alias-insert-file, mh-alias-insertion-location)
1153 (mh-alias-local-users, mh-alias-local-users-prefix)
1154 (mh-alias-passwd-gecos-comma-separator-flag)
1155 (mh-new-messages-folders, mh-ticked-messages-folders)
1156 (mh-large-folder, mh-recenter-summary-flag)
1157 (mh-recursive-folders-flag, mh-sortm-args)
1158 (mh-default-folder-for-message-function, mh-default-folder-list)
1159 (mh-default-folder-must-exist-flag, mh-default-folder-prefix)
1160 (mh-identity-list, mh-auto-fields-list)
1161 (mh-auto-fields-prompt-flag, mh-identity-default)
1162 (mh-identity-handlers, mh-inc-prog, mh-inc-spool-list)
1163 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose)
1164 (mh-junk-background, mh-junk-disposition, mh-junk-program)
1165 (mh-compose-insertion, mh-compose-skipped-header-fields)
1166 (mh-compose-space-does-completion-flag)
1167 (mh-delete-yanked-msg-window-flag)
1168 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
1169 (mh-letter-complete-function, mh-letter-fill-column)
1170 (mh-mml-method-default, mh-signature-file-name)
1171 (mh-signature-separator-flag, mh-x-face-file, mh-yank-behavior)
1172 (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag)
1173 (mh-scan-format-file-check, mh-scan-format-file)
1174 (mh-adaptive-cmd-note-flag-check, mh-scan-prog)
1175 (mh-search-program, mh-compose-forward-as-mime-flag)
1176 (mh-compose-letter-function, mh-compose-prompt-flag)
1177 (mh-forward-subject-format, mh-insert-x-mailer-flag)
1178 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
1179 (mh-reply-show-message-flag, mh-refile-preserves-sequences-flag)
1180 (mh-tick-seq, mh-update-sequences-after-mh-show-flag)
1181 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
1182 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
1183 (mh-display-buttons-for-inline-parts-flag)
1184 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
1185 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
1186 (mh-highlight-citation-style)
1187 (mh-invisible-header-fields-internal)
1188 (mh-delay-invisible-header-generation-flag)
1189 (mh-invisible-header-fields, mh-invisible-header-fields-default)
1190 (mh-invisible-header-fields-compiled, mh-invisible-headers)
1191 (mh-lpr-command-format, mh-max-inline-image-height)
1192 (mh-max-inline-image-width, mh-mhl-format-file)
1193 (mh-mime-save-parts-default-directory, mh-print-background-flag)
1194 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
1195 (mh-show-use-xface-flag, mh-store-default-directory)
1196 (mh-summary-height, mh-speed-update-interval)
1197 (mh-show-threads-flag, mh-tool-bar-search-function)
1198 (mh-after-commands-processed-hook, mh-alias-reloaded-hook)
1199 (mh-before-commands-processed-hook, mh-before-quit-hook)
1200 (mh-before-send-letter-hook, mh-delete-msg-hook)
1201 (mh-find-path-hook, mh-folder-mode-hook, mh-forward-hook)
1202 (mh-inc-folder-hook, mh-insert-signature-hook)
1203 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
1204 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
1205 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
1206 (mh-unseen-updated-hook, mh-min-colors-defined-flag)
1207 (mh-folder-address, mh-folder-body)
1208 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
1209 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
1210 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
1211 (mh-folder-subject, mh-folder-tick, mh-folder-to)
1212 (mh-search-folder, mh-letter-header-field, mh-show-cc)
1213 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
1214 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
1215 (mh-show-subject, mh-show-to, mh-show-xface, mh-speedbar-folder)
1216 (mh-speedbar-folder-with-unseen-messages)
1217 (mh-speedbar-selected-folder)
1218 (mh-speedbar-selected-folder-with-unseen-messages): Move here from
1219 deprecated file mh-customize.el.
1220
1221 * mh-exec.el: Move content into mh-e.el and remove.
1222
1223 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el
1224
1225 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
1226 mh-scan.el.
1227 (mh-ephem-message, mh-help, mh-prefix-help): Move to mh-utils.el.
1228
1229 * mh-gnus.el (mm-uu-dissect-text-parts): Add.
1230 (mh-mail-abbrev-make-syntax-table): Move to mh-utils.el and rename
1231 to mail-abbrev-make-syntax-table.
1232
1233 * mh-identity.el (mh-identity-menu): New variable for existing
1234 menu.
1235 (mh-identity-make-menu-no-autoload): New alias for
1236 mh-identity-make-menu which can be called from mh-e.el.
1237 (mh-identity-list-set): Move to mh-e.el.
1238 (mh-identity-add-menu): New function
1239 (mh-insert-identity): Add optional argument maybe-insert so that
1240 local variable mh-identity-local does not have to be visible.
1241 (mh-identity-handler-default):
1242
1243 * mh-inc.el (mh-inc-spool-map): Move declaration to mh-e.el (with
1244 rest of keymaps). Update key binding for ? to call mh-help with
1245 help messages in new argument.
1246 (mh-inc-spool-make-no-autoload): New alias for mh-inc-spool-make
1247 which can be called from mh-e.el.
1248 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help.
1249
1250 * mh-init.el: Move content into mh-e.el and remove.
1251
1252 * mh-junk.el: Update requires, untabify, and add mh-autoload
1253 cookies.
1254
1255 * mh-letter.el: New file. Contains mh-letter-mode from mh-comp.el.
1256
1257 * mh-limit.el: New file. Contains display limit commands from
1258 mh-mime.el.
1259
1260 * mh-mime.el: Rearrange for consistency with other files.
1261 (mh-buffer-data, mh-mm-inline-media-tests): Move here from
1262 mh-utils.el.
1263 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
1264 (mh-folder-toggle-mime-part, mh-toggle-mime-buttons)
1265 (mh-goto-next-button): Move here from mh-e.el.
1266
1267 * mh-print.el: Rearrange for consistency with other files.
1268
1269 * mh-scan.el: New file. Contains scan line constants and utilities
1270 from XXX, mh-funcs, mh-utils.el.
1271
1272 * mh-search.el: Rearrange for consistency with other files.
1273 (mh-search-mode-map): Drop C-c C-f {dr} bindings since these
1274 fields which don't exist in the saved header. Replace C-c C-f f
1275 with C-c C-f m per mail-mode consistency.
1276 (mh-search-mode): Use mh-set-help instead of setting
1277 mh-help-messages.
1278
1279 * mh-seq.el (mh-thread-message, mh-thread-container)
1280 (mh-thread-id-hash, mh-thread-subject-hash, mh-thread-id-table)
1281 (mh-thread-id-index-map, mh-thread-index-id-map)
1282 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack)
1283 (mh-thread-subject-container-hash, mh-thread-duplicates)
1284 (mh-thread-history, mh-thread-body-width)
1285 (mh-thread-find-msg-subject mh-thread-initialize-hash)
1286 (mh-thread-initialize, mh-thread-id-container)
1287 (mh-thread-remove-parent-link, mh-thread-add-link)
1288 (mh-thread-ancestor-p, mh-thread-get-message-container)
1289 (mh-thread-get-message, mh-thread-canonicalize-id)
1290 (mh-thread-prune-subject, mh-thread-container-subject)
1291 (mh-thread-rewind-pruning, mh-thread-prune-containers)
1292 (mh-thread-sort-containers, mh-thread-group-by-subject)
1293 (mh-thread-process-in-reply-to, mh-thread-set-tables)
1294 (mh-thread-update-id-index-maps, mh-thread-generate)
1295 (mh-thread-inc, mh-thread-generate-scan-lines)
1296 (mh-thread-parse-scan-line, mh-thread-update-scan-line-map)
1297 (mh-thread-add-spaces, mh-thread-print-scan-lines)
1298 (mh-thread-folder, mh-toggle-threads, mh-thread-forget-message)
1299 (mh-thread-current-indentation-level, mh-thread-next-sibling)
1300 (mh-thread-previous-sibling, mh-thread-immediate-ancestor)
1301 (mh-thread-ancestor, mh-thread-find-children)
1302 (mh-message-id-regexp, mh-thread-delete, mh-thread-refile): Move
1303 to new file mh-thread.el.
1304 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded)
1305 (mh-subject-to-sequence-threaded, mh-edit-pick-expr)
1306 (mh-pick-args-list, mh-narrow-to-subject, mh-narrow-to-from)
1307 (mh-narrow-to-cc, mh-narrow-to-to, mh-narrow-to-header-field)
1308 (mh-current-message-header-field, mh-narrow-to-range)
1309 (mh-delete-subject, mh-delete-subject-or-thread): Move to new file
1310 mh-limit.el.
1311 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move to
1312 mh-acros.el.
1313 (mh-internal-seqs, mh-catchup, mh-delete-msg-from-seq)
1314 (mh-internal-seq, mh-valid-seq-p, mh-seq-containing-msg)
1315 (mh-define-sequence, mh-undefine-sequence)
1316 (mh-delete-a-msg-from-seq, mh-delete-seq-locally)
1317 (mh-folder-size, mh-folder-size-flist, mh-folder-size-folder)
1318 (mh-parse-flist-output-line, mh-read-folder-sequences)
1319 (mh-read-msg-list, mh-notate-user-sequences)
1320 (mh-remove-cur-notation, mh-add-sequence-notation)
1321 (mh-remove-sequence-notation, mh-remove-all-notation): Move here
1322 from mh-e.el.
1323 (mh-make-seq, mh-seq-name, mh-find-seq, mh-seq-to-msgs)
1324 (mh-add-msgs-to-seq, mh-notate): Move here from mh-utils.el.
1325
1326 * mh-show.el: New file. Contains mh-show-mode from mh-utils.el.
1327
1328 * mh-speed.el: Rearrange for consistency with other files.
1329
1330 * mh-thread.el: New file. Contains threading code from mh-seq.el.
1331
1332 * mh-tool-bar.el: New file. Contains tool bar creation code from
1333 deprecated file mh-customize.el.
1334
1335 * mh-utils.el (recursive-load-depth-limit): Remove setting. No
1336 longer needed.
1337 (mh-scan-msg-number-regexp, mh-scan-msg-overflow-regexp)
1338 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
1339 (mh-scan-msg-search-regexp, mh-cmd-note, mh-note-seq)
1340 (mh-update-scan-format, mh-msg-num-width): Move to new file
1341 mh-scan.el.
1342 (mh-show-buffer-mode-line-buffer-id, mh-letter-header-font-lock)
1343 (mh-header-field-font-lock, mh-header-to-font-lock)
1344 (mh-header-cc-font-lock, mh-header-subject-font-lock)
1345 (mh-show-font-lock-keywords)
1346 (mh-show-font-lock-keywords-with-cite)
1347 (mh-show-font-lock-fontify-region)
1348 (mh-gnus-article-highlight-citation, mh-showing-with-headers)
1349 (mh-start-of-uncleaned-message, mh-invalidate-show-buffer)
1350 (mh-unvisit-file, mh-defun-show-buffer, mh-show-mode-map)
1351 (mh-show-sequence-menu, mh-show-message-menu)
1352 (mh-show-folder-menu, mh-show-mode, mh-show-addr)
1353 (mh-maybe-show, mh-show, mh-show-msg, mh-show-unquote-From)
1354 (mh-msg-folder, mh-display-msg, mh-clean-msg-header): Move to new
1355 file mh-show.el.
1356 (mh-mail-header-separator, mh-signature-separator-regexp)
1357 (mh-signature-separator, mh-globals-hash, mh-user-path)
1358 (mh-draft-folder, mh-unseen-seq, mh-previous-seq, mh-inbox)
1359 (mh-previous-window-config, mh-current-folder mh-show-buffer)
1360 (mh-showing-mode, mh-show-mode-map, mh-show-folder-buffer)
1361 (mh-showing-mode, mh-seq-list, mh-seen-list, mh-summary-height)
1362 (mh-list-to-string, mh-list-to-string-1): Move to mh-e.el.
1363 (mh-buffer-data, mh-mm-inline-media-tests): Move to mh-mime.el.
1364 (mh-address-mail-regexp, mh-goto-address-find-address-at-point):
1365 Move to mh-alias.el.
1366 (mh-letter-font-lock-keywords): Move to new file mh-letter.el.
1367 (mh-folder-filename, mh-msg-count, mh-recenter, mh-msg-filename)
1368 (mh-show-mouse, mh-modify, mh-goto-msg, mh-set-folder-modified-p):
1369 Move to new file mh-folder.el.
1370 (with-mh-folder-updating, mh-in-show-buffer)
1371 (mh-do-at-event-location, mh-seq-msgs): Moved to mh-acros.el.
1372 (mh-make-seq, mh-seq-name, mh-notate, mh-find-seq)
1373 (mh-seq-to-msgs, mh-add-msgs-to-seq, mh-canonicalize-sequence):
1374 Moved to mh-seq.el.
1375 (mh-show-xface-function, mh-uncompface-executable, mh-face-to-png)
1376 (mh-uncompface, mh-icontopbm, mh-face-foreground-compat)
1377 (mh-face-background-compat, mh-face-display-function)
1378 (mh-show-xface, mh-picon-directory-list)
1379 (mh-picon-existing-directory-list)
1380 (mh-picon-cache, mh-picon-image-types)
1381 (mh-picon-set-directory-list, mh-picon-get-image)
1382 (mh-picon-file-contents, mh-picon-generate-path)
1383 (mh-x-image-cache-directory, mh-x-image-scaling-function)
1384 (mh-wget-executable, mh-wget-choice, mh-wget-option)
1385 (mh-x-image-temp-file, mh-x-image-url, mh-x-image-marker)
1386 (mh-x-image-url-cache-file, mh-x-image-scale-with-pnm)
1387 (mh-x-image-scale-with-convert)
1388 (url-unreserved-chars, url-hexify-string)
1389 (mh-x-image-url-cache-canonicalize)
1390 (mh-x-image-set-download-state, mh-x-image-get-download-state)
1391 (mh-x-image-url-fetch-image, mh-x-image-display)
1392 (mh-x-image-scale-and-display, mh-x-image-url-sane-p)
1393 (mh-x-image-url-display): Move to new file mh-xface.el.
1394 (mh-logo-display): Call mh-image-load-path.
1395 (mh-find-path-run, mh-find-path): Move here from deprecated file
1396 mh-init.el.
1397 (mh-help-messages): Now an alist of modes to an alist of messages.
1398 (mh-set-help): New function used to set mh-help-messages
1399 (mh-help): Adjust for new format of mh-help-messages. Add
1400 help-messages argument.
1401 (mh-prefix-help): Refactor to use mh-help.
1402 (mh-coalesce-msg-list, mh-greaterp, mh-lessp): Move here from
1403 mh-e.el.
1404 (mh-clear-sub-folders-cache): New function added to avoid exposing
1405 mh-sub-folders-cache variable.
1406
1407 * mh-xface.el: New file. Contains X-Face and Face header field
1408 display routines from mh-utils.el.
1409
fe778a12
BW
14102006-01-17 Bill Wohler <wohler@newt.com>
1411
1412 * mh-acros.el (assoc-string): Fix typo in argument.
1413
8d2aa237
BW
14142006-01-16 Bill Wohler <wohler@newt.com>
1415
1e4db53b
BW
1416 * mh-acros.el (require): Remove defadvice of require as defadvice
1417 is verboten within Emacs and our implementation was returning the
1418 wrong value from require. Upcoming restructuring should make this
1419 unnecessary.
1420 (mh-assoc-ignore-case): Replace with defsubst assoc-string.
1421
1422 * mh-alias.el (mh-alias-local-users, mh-alias-reload,
1423 mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it.
1424
1425 * mh-identity.el (mh-identity-field-handler): Use it.
1426
8d2aa237
BW
1427 * mh-comp.el (mh-show-buffer-message-number): Replace (car
1428 (read-from-string string) with (string-to-number string).
1429
1430 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder):
1431 Ditto.
1432
1433 * mh-mime.el (mh-mml-forward-message): Ditto.
1434
1435 * mh-search.el (mh-swish-next-result, mh-mairix-next-result)
1436 (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser)
1437 (mh-openssl-parser, mh-index-update-maps): Ditto.
1438
1439 * mh-seq.el (mh-translate-range, mh-narrow-to-header-field)
1440 (mh-thread-generate): Ditto.
1441
0af7621b 14422006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9ac2e4e5
MB
1443
1444 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of
0af7621b
BW
1445 mm- functions for proper text=flowed handling (addresses SF
1446 #1273521).
9ac2e4e5 1447
30f24016
BW
14482006-01-15 Bill Wohler <wohler@newt.com>
1449
fc77df2c
BW
1450 * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
1451 mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to
1452 / g.
1453
1454 * mh-utils.el (mh-show-limit-map): Ditto.
1455
98eab4e4
BW
1456 * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
1457 standalone compile.
1458 (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el.
1459
1460 * mh-init.el (mh-progs, mh-lib, mh-lib-progs): Move to mh-exec.el,
1461 where they are used.
1462
30f24016
BW
1463 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el;
1464 needed to help remove dependency on mh-utils.
1465
1466 * mh-exec.el: New file. Move process support routines here from
1467 mh-utils.el.
1468
1469 * mh-init.el (mh-utils): Remove require.
1470 (mh-exec): Add require.
1471 (mh-profile-component, mh-profile-component-value): Move here from
1472 mh-utils.el.
1473
1474 * mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce
1475 dependencies on mh-utils.el.
1476 (mh-profile-component, mh-profile-component-value): Move to
1477 mh-init.el since that's the only place that uses them. (Other than
1478 mh-alias.el; I'm thinking that mh-find-path can set variable from
1479 the Aliasfile component like it does the other components).
1480 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
1481 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
1482 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
1483 (defvar, mh-exec-cmd-output)
1484 (mh-exchange-point-and-mark-preserving-active-mark)
1485 (mh-exec-lib-cmd-output, mh-handle-process-error): Move to new
1486 file mh-exec.el so that mh-init.el doesn't have to depend on
1487 mh-utils.el, breaking circular dependency.
1488
1489 * mh-alias.el:
1490 * mh-customize.el:
1491 * mh-e.el:
1492 * mh-funcs.el:
1493 * mh-gnus.el:
1494 * mh-identity.el:
1495 * mh-inc.el:
1496 * mh-junk.el:
1497 * mh-mime.el:
1498 * mh-print.el:
1499 * mh-search.el:
1500 * mh-seq.el:
1501 * mh-speed.el: Added debugging statements (commented out) around
1502 requires to help find dependency loops. Will remove them when
1503 issues are resolved.
1504
a4d7cec3
BW
15052006-01-14 Bill Wohler <wohler@newt.com>
1506
1507 * mh-customize.el (mh-index): Rename group to mh-search and sort
1508 group definition and options accordingly.
1509 (mh-index-program): Rename to mh-search-program.
1510 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to
1511 mh-search-p.
1512 (mh-search-mode-hook): Change group from mh-index to mh-search.
1513 (mh-index-folder): Rename to mh-search-folder. Change group from
1514 mh-index to mh-search.
1515
1516 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder
1517 to mh-search-folder.
1518
1519 * mh-search.el (mh-indexer) Rename to mh-searcher. The commands
1520 pick and grep are searchers too but aren't indexed.
1521 (mh-index-execute-search-function): Rename to mh-search-function.
1522 (mh-index-next-result-function): Rename to
1523 mh-search-next-result-function.
1524 (mh-index-regexp-builder): Rename to mh-search-regexp-builder.
1525 (mh-search): Since redo-search-flag defaults to nil and is of
1526 lesser importance, make it an optional argument and place it after
1527 the folder and search-regexp arguments. Sync docstring with
1528 manual.
1529 (mh-search-mode-map): Autoload so that keys are shown in help even
1530 before mh-search is loaded.
1531 (mh-search-mode): Sync docstring with manual.
1532 (mh-index-do-search): Rename argument indexer to searcher. Sync
1533 docstring with manual.
1534 (mh-pick-do-search): Sync docstring with manual.
1535 (mh-index-p): Rename to mh-search-p.
1536 (mh-indexer-choices): Rename to mh-search-choices.
1537 (mh-index-choose): Rename to mh-search-choose. Rename argument
1538 indexer to searcher.
1539 (mh-swish++-execute-search, mh-swish-execute-search)
1540 (mh-mairix-execute-search, mh-namazu-execute-search): Drop "and
1541 read the results" from docstring since these functions don't.
1542 (mh-pick-execute-search, mh-grep-execute-search): Sync docstring
1543 with manual.
1544 (mh-index-generate-pretty-name): Prune -search from string so that
1545 folder names for pick searches are the same as those of other
1546 searches.
1547
11db987f
BW
15482006-01-13 Bill Wohler <wohler@newt.com>
1549
4501e6fb
BW
1550 * mh-acros.el (require): Added Satyaki's comment regarding what
1551 needs to happen to remove this defadvice which caused a little
1552 discussion on emacs-devel today (see Subject: mh-e/mh-acros.el
1553 advices `require' incorrectly).
1554
11db987f
BW
1555 * mh-search.el (mh-index-next-result-function): Add format to
1556 docstring.
1557 (mh-mairix-next-result): Use nil instead of () which doesn't stand
1558 out as well.
1559 (mh-pick-execute-search): Operate across all folders if no folder
1560 given and recurse folder(s).
1561 (mh-pick-next-result): Handle new output.
1562
1563 * mh-utils.el: (mh-collect-folder-names): Fix docstring.
1564 (mh-children-p, mh-folder-list): New functions.
1565
44140699
BW
15662006-01-12 Bill Wohler <wohler@newt.com>
1567
1568 * mh-search.el: New file containing contents of mh-index.el and
1569 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs
1570 pick. Pick no longer sets the "search" sequence. Instead, it
1571 brings up a folder view that we're accustomed to. (closes SF
1572 #829207).
1573 (mh-index-search): Rename to mh-search.
1574 (mh-pick-menu): Rename menu from Pick to Search. Rename Execute
1575 the Search to Perform Search and call mh-do-search. Add Search
1576 with Pick menu item.
1577 (mh-do-search): Delete.
1578 (mh-search-mode): Rename from mh-pick-mode.
1579 (MH-Search): Rename mode from MH-Pick.
1580 (mh-search-mode-map): Rename from mh-pick-mode-map.
1581 (mh-search-mode-help-messages): Rename from
1582 mh-pick-mode-help-messages.
1583 (mh-index-choose): Don't reuse the last value of mh-indexer; when
1584 mh-pick-do-search sets it to 'pick, we don't necessarily want to
1585 stay with that choice!
1586
1587 * mh-index.el:
1588 * mh-pick.el: Merge into mh-search.el and delete.
1589
1590 * mh-customize.el (mh-index-program): Change mh-index-search to
1591 mh-search in docstring.
1592 (mh-tool-bar-search-function): Change default from
1593 mh-search-folder to mh-search. Remove mh-search-folder as choice
1594 and rename mh-index-search choice to mh-search. Fix docstring.
1595 (mh-pick-mode-hook): Rename to mh-search-mode-hook and change
1596 mh-search-folder to mh-search in docstring.
1597
1598 * mh-e.el (mh-folder-folder-menu): Delete Search a Folder. Change
1599 Indexed Search to Search. Use mh-search instead of
1600 mh-index-search.
1601 (mh-folder-map): Delete i (mh-index-search) keybinding. Change s
1602 from mh-show-search-folder to mh-search.
1603
1604 * mh-seq.el (mh-put-msg-in-seq): Fix docstring now that
1605 mh-search-folder no longer creates the search sequence.
1606
1607 * mh-utils.el (mh-show-search-folder): Delete.
1608 (mh-show-folder-map): Delete i (mh-index-search) keybinding.
1609 Change s from mh-show-search-folder to mh-search.
1610 (mh-show-folder-menu): Delete Search a Folder. Change Indexed
1611 Search to Search. Use mh-search instead of mh-index-search.
1612 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell): Move
1613 here from deleted mh-index.el.
1614
e1fbc812
BW
16152006-01-11 Bill Wohler <wohler@newt.com>
1616
549afb31
BW
1617 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here
1618 from mh-gnus.el.
1619
1620 * mh-gnus.el: Require mh-acros.
1621 (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el.
1622
1623 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
1624 url-hexify-string to remove special characters from filenames
1625 (closes SF #1396499). Note that this invalidates the existing
1626 names in your cache so you might as well remove
1627 ~/Mail/.mhe-x-image-cache/* now.
1628 (url-unreserved-chars, url-hexify-string): Define if not defined.
1629 Copied from url-util.el in Emacs22 for Emacs 21.
1630
9c2cf222
BW
1631 * mh-buffers.el: New file. Contains constants and code from
1632 mh-index.el and mh-utils.el.
1633
1634 * mh-alias.el:
1635 * mh-comp.el:
1636 * mh-e.el:
1637 * mh-funcs.el:
1638 * mh-init.el:
1639 * mh-junk.el:
1640 * mh-mime.el:
1641 * mh-print.el:
1642 * mh-seq.el: Require new file mh-buffers.el.
1643
1644 * mh-index.el: Require new file mh-buffers.el.
1645 (mh-index-temp-buffer, mh-checksum-buffer): Move to new file
1646 mh-buffers.el.
1647
1648 * mh-utils.el: Require new file mh-buffers.el.
1649 (mh-temp-buffer, mh-temp-fetch-buffer)
1650 (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer)
1651 (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer)
1652 (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines)
1653 (mh-truncate-log-buffer): Move to new file mh-buffers.el.
1654
00b6a079
BW
1655 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists.
1656 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425).
1657
191c8741
BW
16582006-01-10 Bill Wohler <wohler@newt.com>
1659
c2134792 1660 * mh-comp.el (mh-insert-letter): If you choose a different folder,
e1fbc812
BW
1661 the cur message is used. Sync docstring with manual (closes SF
1662 #1205890).
c2134792
BW
1663
1664 * mh-mime.el (mh-compose-forward): Use standard range argument
1665 instead of messages. Use more powerful mh-read-range instead of
1666 read-string. Sync docstring with manual (close SF #1205890).
1667
191c8741
BW
1668 * mh-index.el (mh-index-search): Checking mh-find-path-run is
1669 unnecessary.
2898111c
BW
1670 (mh-index-next-folder): Don't back up a line when going backwards
1671 since this skips the current folder heading if point is on the
1672 first message after the folder heading (closes SF #1126188).
191c8741
BW
1673
1674 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses
1675 it.
1676 (mh-variants): Note variable isn't meant to be accessed directly;
1677 use function mh-variants instead.
1678 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info)
1679 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses
1680 them. Updated to use mh-file-command-p which is more accurrate
1681 than file-executable-p which returns t for directories.
1682 (mh-file-command-p): Move here from mh-utils, since
1683 mh-variant-*-info are the only functions to use it.
1684 (mh-variant-set, mh-variant-set-variant, mh-variant-p): Use
1685 function mh-variants instead of variable. More robust.
1686 (mh-find-path-run): Move here from mh-utils.el. Mention that
1687 checking this variable is unnecessary.
1688 (mh-find-path): Move here from mh-utils.el. With the advent of MH
1689 variants and an mhparam command that doesn't work if there isn't
1690 an MH profile, we can't get libdir for running install-mh. So
1691 don't bother. If there's an issue with the environment, direct the
1692 user to install MH and run install-mh (closes SF #835192). Don't
1693 read ~/.mh_profile directly. Use mh-profile-component which uses
1694 mhparam (closes SF #1016027).
1695
1696 * mh-utils.el (mh-get-profile-field): Rename to
1697 mh-profile-component-value. Add colon to search removing
1698 unnecessary addition of colon to field in mh-profile-component.
1699 (mh-profile-component): Modify call to mh-profile-component-value
1700 accordingly. Move next to mh-profile-component-value.
1701 (mh-find-path-run, mh-find-path, mh-file-command-p): Move to
1702 mh-init.el. It makes sense that code that is only run once per
1703 session (more or less) is in mh-init.el rather than cluttering
1704 mh-utils.el.
1705 (mh-no-install, mh-install): Delete.
1706
1707 * mh-customize.el (mh-folder-msg-number):
1708 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace.
1709
04f6a2d1
BW
17102006-01-09 Bill Wohler <wohler@newt.com>
1711
b981c52c
BW
1712 * mh-init.el (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied
1713 patch from Satyaki from SF #1016027.
1714
8f9efec8
BW
1715 * mh-e.el (mh-rescan-folder): Try to keep cursor at current
1716 message, even if cur sequence is no longer present (closes SF
1717 #1207247).
1718
b6d8f743
BW
1719 * mh-comp.el: Use ";; Shush compiler." comment consistently per
1720 Mark's suggestion.
1721 (mh-letter-mode): Derive from mail-mode and delete code copied
1722 from mail-mode (closes SF #1385571). Mention mail-mode-hook in
1723 docstring.
1724 (mh-fill-paragraph-function): Delete. Handled by mail-mode.
1725 (mh-to-field-choices): For consistency with mail-mode, add "a" for
1726 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
1727 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
1728 (mh-to-fcc): Move setting of folder argument to interactive
1729 argument as is the norm.
1730 (mh-letter-complete-function-alist): Add mail-reply-to.
1731 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
1732 Mail-Followup-To, Reply-To, From).
1733
90866475
BW
1734 * mh-customize.el: Use ";; Forward definition." consistently.
1735 Comment declaration to remind programmer to update forward
1736 definition if default changes.
1737
04f6a2d1
BW
1738 * mh-funcs.el:
1739 * mh-inc.el:
1740 * mh-init.el:
1741 * mh-mime.el:
1742 * mh-seq.el:
1743 * mh-utils.el: Use ";; Shush compiler." comment consistently per
1744 Mark's suggestion.
1745
7094eefe
BW
17462006-01-08 Bill Wohler <wohler@newt.com>
1747
1748 Removed code that was marked as Emacs 20 compatible that was
1749 easily found showing how important it is to document such
1750 things (closes SF #1359240). Feel free to nuke any other Emacs 20
1751 peculiarities that you find. Wrapped code for shushing compiler
1752 with (eval-when-compile), sometimes moving the defvars closer to
1753 where they were used.
1754
1755 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
1756 instead of mh-replace-in-string as mh-replace-in-string was
1757 replaced by a more appropriate defsubst in mh-xemacs.el.
1758
1759 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
1760 eval-when-compile.
1761 (mh-file-is-vcard-p): Removed redundant test.
1762
1763 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars
1764 with eval-when-compile.
1765 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
1766 (mh-invisible-header-fields-default): Add forward definitions.
1767 (mh-invisible-header-fields-default): Alphabetize.
1768
1769 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with
1770 eval-when-compile.
1771 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
1772 variables.
1773 (mh-colors-available-p): Just call display-color-cells. It's on
1774 all supported Emacsen (and defaliased on XEmacs).
1775
1776 * mh-funcs.el:
1777 * mh-inc.el:
1778 * mh-init.el: Wrap compiler-shushing defvars with
1779 eval-when-compile.
1780
1781 * mh-identity.el: Don't need (mh-require-cl).
1782
1783 * mh-index.el: Don't need to load executable any more.
1784
1785 * mh-mime.el: Wrap compiler-shushing defvars with
1786 eval-when-compile.
1787 (mh-have-file-command): Initialize variable to 'undefined. Add
1788 docstring. Update function of same name accordingly. Also don't
1789 need to load executable any more.
1790 (mh-mime-content-types): Delete.
1791 (mh-minibuffer-read-type): Prompt user for type if
1792 mh-file-mime-type returns application/octet-stream. Assume we have
1793 mailcap-mime-types.
1794 (mh-mime-display): Update error message.
1795
1796 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars
1797 with eval-when-compile.
1798
1799 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
1800 with eval-when-compile.
1801 (mh-clean-msg-header): Don't set after-change-functions to nil.
1802 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
1803 instead.
1804
98b7b7ed
BW
18052006-01-07 Bill Wohler <wohler@newt.com>
1806
3af622d5
BW
1807 * mh-customize.el: Updated Faces documentation in header.
1808 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
1809 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
1810
98b7b7ed
BW
1811 * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml>
1812 tags inserted by Gnus gnus-summary-mail-forward (closes SF
1813 #1399307).
1814
836f2863
MB
18152006-01-03 Mark D. Baushke <mdb@gnu.org>
1816
1817 * mh-e.el (mh-delete-a-msg): Fix whitespace nit.
1818 * mh-index.el (mh-mairix-execute-search): Fix symbol quote.
1819
e69d4e02
BW
18202006-01-03 Bill Wohler <wohler@newt.com>
1821
f9c53c97
BW
1822 * mh-alias.el (mh-alias-add-alias): Grand message and error string
1823 unification. Use single sentence if possible by using semicolon.
1824 Don't end message with punctuation. Don't need format with
1825 message. Quote messages as in docstrings: use `' around symbols,
1826 \" for option choices. Don't use quotes around %s.
1827
1828 * mh-comp.el (mh-complete-word): Ditto.
1829
1830 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
1831 (mh-scan-format-file-check): Ditto.
1832
1833 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
1834 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
1835 (mh-msg-num-width-to-column): Ditto.
1836
1837 * mh-identity.el (mh-identity-field-handler): Ditto.
1838
1839 * mh-index.el (mh-mairix-execute-search)
1840 (mh-swish-execute-search, mh-swish++-execute-search)
1841 (mh-namazu-execute-search): Ditto.
1842
1843 * mh-init.el (mh-variant-set): Ditto.
1844
1845 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
1846 (mh-secure-message, mh-mime-display): Ditto.
1847
1848 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.
1849
1850 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
1851 (mh-read-range, mh-thread-container-subject): Ditto.
1852
1853 * mh-utils.el (mh-x-image-scale-and-display)
1854 (mh-prompt-for-folder, mh-handle-process-error)
1855 (mh-list-to-string-1): Ditto.
1856
078cb314
BW
1857 * mh-comp.el (mh-reply): Use standard default notation in
1858 prompts (closes SF #1275933).
1859
1860 * mh-mime.el (mh-mime-save-parts): Ditto.
1861
1862 * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
1863
355ebcbf
BW
1864 * mh-customize.el (mh-folder-msg-number): Snow is actually
1865 off-white on low color displays which turns to white when bold.
1866 This is unreadable on white backgrounds. Use snow with min-colors
1867 requirement. Use cyan on low-color displays.
1868
1869 * mh-init.el (mh-defface-compat): On low-color displays, delete
1870 the high-color display rather than simply strip the min-colors
1871 requirement since the existing algorithm shadowed the desired
1872 display on low-color displays.
1873
e69d4e02
BW
1874 * mh-alias.el (mh-alias-add-alias): Remove leading * from
1875 docstring.
1876
af435184
BW
18772006-01-02 Bill Wohler <wohler@newt.com>
1878
1879 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
1880 docstring. Does this mean something in a defun?
1881
1882 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
1883 Checkdoc fix.
1884
1885 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
1886 so it reads better in docstring and manual. Sync docstring with
1887 manual.
1888
1889 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
1890
1891 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
1892
1893 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
1894 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
1895 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
1896 (mh-letter-complete-or-space, mh-letter-confirm-address)
1897 (mh-letter-next-header-field-or-indent)
1898 (mh-letter-previous-header-field): Ditto.
1899
1900 * mh-customize.el (mh-alias-completion-ignore-case-flag)
1901 (mh-default-folder-for-message-function, mh-mml-method-default)
1902 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
1903 (mh-show-mode-hook) Ditto.
1904
1905 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
1906
1907 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
1908 (mh-store-msg, mh-store-buffer): Ditto
1909
1910 * mh-index.el (mh-index-search, mh-index-do-search)
1911 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
1912
1913 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
1914
1915 * mh-mime.el (mh-mh-compose-external-compressed-tar)
1916 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
1917 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
1918 (mh-mml-secure-message-signencrypt): Ditto
1919
1920 * mh-pick.el (mh-search-folder): Ditto.
1921
1922 * mh-seq.el (mh-widen): Ditto.
1923
1924 * mh-utils.el (mh-show, mh-modify): Ditto.
1925
285d1e0c
MB
19262006-01-02 Mark D. Baushke <mdb@gnu.org>
1927
1928 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
1929
d49ed7d4
BW
19302006-01-01 Bill Wohler <wohler@newt.com>
1931
1932 * mh-customize.el: Sync docstrings with manual for faces and sort
1933 them alphabetically.
1934 (mh-faces): Move below mh-hooks.
1935 (mh-folder-faces, mh-index-faces, mh-letter-faces)
1936 (mh-show-faces, mh-speed-faces): Delete. Organize faces like
1937 hooks.
1938 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
1939 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
1940 (mh-folder-body-face, mh-folder-cur-msg-face)
1941 (mh-folder-cur-msg-number-face, mh-folder-date-face)
1942 (mh-folder-followup-face, mh-folder-msg-number-face)
1943 (mh-folder-deleted-face, mh-folder-refiled-face)
1944 (mh-folder-subject-face, mh-folder-address-face)
1945 (mh-folder-scan-format-face, mh-folder-to-face)
1946 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
1947 (mh-show-header-face, mh-show-pgg-good-face)
1948 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
1949 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
1950 Delete.
1951 (mh-folder-cur-msg): Unused. Delete.
1952 (mh-folder-address): Use defface; inherit from mh-folder-subject.
1953 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
1954 Inherit from mh-folder-msg-number.
1955 (mh-folder-deleted): Use defface. Inherit from
1956 mh-folder-msg-number.
1957 (mh-folder-sent-to-me-hint): New face. Inherit from
1958 mh-folder-date.
1959 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
1960 Use defface. Inherit from mh-folder-followup.
1961 (mh-show-xface): Inherit from mh-show-from and highlight.
1962 (bw-face-generation, bw-toggle-faces)
1963 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
1964 variables, functions for toggling between old and new faces.
1965
1966 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
1967 eval-when-compile. We should probably do this throughout.
1968 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
1969 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
1970 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
1971 (mh-scan-subject-regexp): Sync docstrings with manual
1972 (mh-scan-format-regexp): Rename to
1973 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
1974 expression. Make expression more like the others (anchored at the
1975 beginning of line). Sync docstrings with manual.
1976 (mh-folder-font-lock-keywords): Use faces directly rather than
1977 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
1978 mh-scan-format-regexp, and within that expression, use faces
1979 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
1980 of mh-folder-date-face and mh-folder-scan-format-face which were
1981 misleading.
1982
1983 * mh-mime.el (mh-mime-security-button-face): Use faces directly
1984 rather than -face variables.
1985
1986 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
1987 rather than -face variables.
1988 (mh-face-foreground-compat, mh-face-background-compat): New macros.
1989 (mh-face-display-function): Use mh-face-foreground-compat and
1990 mh-face-background-compat to use inherited attributes of
1991 mh-show-xface on Emacs 22 while still working on Emacs 21.
1992
0d887b77
BW
19932005-12-28 Bill Wohler <wohler@newt.com>
1994
1995 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use
1996 mh-user-agent-compose instead of mh-smail-batch.
1997
13fe29bd
BW
19982005-12-27 Bill Wohler <wohler@newt.com>
1999
2000 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
2001 suppress creation of folder if it doesn't exist.
2002
2bd87afb
SM
20032005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
2006
5a4aad03
BW
20072005-12-23 Bill Wohler <wohler@newt.com>
2008
7ba8dffd
BW
2009 * mh-e.el (mh-folders-changed): Fix typo in docstring.
2010
13fe29bd
BW
2011 Follow MH-E Developers Guide conventions. Use `' quotes for Help
2012 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
2013 everything else. Otherwise, you can accidently get links to
5a4aad03 2014 nonsense symbols.
2bd87afb 2015
d1699462
BW
20162005-12-22 Bill Wohler <wohler@newt.com>
2017
13fe29bd 2018 Follow Emacs coding conventions. Use default setting of
2dcf34f9 2019 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 2020
d1699462
BW
2021 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
2022
2023 * mh-comp.el (mh-letter-mode): Use 60 column width.
2024 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
2025 with manual.
2026 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
2027 you have added a mail-citation-hook and neither are used if you
13fe29bd
BW
2028 use one of the supercite flavors of mh-yank-behavior. Sync
2029 docstrings with manual.
d1699462 2030
13fe29bd
BW
2031 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
2032 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
2033 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
2034 Sync docstrings with manual.
2035 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
2036 mh-ins-buf-prefix isn't used if you have added a
2037 mail-citation-hook and neither are used if you use one of the
13fe29bd
BW
2038 supercite flavors of mh-yank-behavior. Sync docstrings with
2039 manual.
2040 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
2041 (mh-signature-file-name, mh-after-commands-processed-hook)
2042 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
2043 (mh-before-quit-hook, mh-before-send-letter-hook)
2044 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
2045 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
2046 (mh-letter-mode-hook)
2047 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
2048 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
2049 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
13fe29bd 2050 of "Invoked...". Sync docstrings with manual.
d1699462
BW
2051
2052 * mh-e.el (mh-last-destination, mh-last-destination-folder)
2053 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
2054 (mh-delete-list, mh-refile-list, mh-folders-changed)
2055 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
2056 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
2057 (mh-mode-line-annotation, mh-sequence-notation-history)
2058 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
2059 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
2060 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
2061 (mh-refile-msg): Small doc edit.
2062 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
2063 Rename msg argument to message.
2064
2065 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
2066
2067 * mh-e.el (mh-update-unseen): No longer say "The value of
2068 `foo-hook' is a list of functions to be called, with no arguments,
2069 ...," but rather just "The hook foo-hook is called...".
2070
2bd87afb 2071 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
2072
2073 * mh-pick.el (mh-pick-mode): Ditto.
2074
2075 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
2076 docstring.
2077 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
2078 into docstring.
13fe29bd
BW
2079 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
2080 manual.
d1699462 2081
2bd87afb 20822005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 2083
13fe29bd
BW
2084 * mh-customize.el (mh-after-commands-processed-hook): New
2085 variable.
2086 (mh-before-commands-processed-hook): Rename
2087 mh-folder-updated-hook.
2953de8c 2088
13fe29bd
BW
2089 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
2090 mh-before-commands-processed-hook, call new
2953de8c
SG
2091 mh-after-commands-processed-hook.
2092 (mh-folders-changed): New variable (for use in
2093 mh-after-commands-processed-hook).
2094
cee9f5c6
BW
20952005-12-19 Bill Wohler <wohler@newt.com>
2096
2097 * mh-acros.el:
2098 * mh-alias.el:
2099 * mh-comp.el:
2100 * mh-customize.el:
2101 * mh-e.el:
2102 * mh-funcs.el:
2103 * mh-gnus.el:
2104 * mh-identity.el:
2105 * mh-inc.el:
2106 * mh-index.el:
2107 * mh-init.el:
2108 * mh-junk.el:
2109 * mh-mime.el:
2110 * mh-pick.el:
2111 * mh-print.el:
2112 * mh-seq.el:
2113 * mh-speed.el:
2114 * mh-utils.el:
13fe29bd
BW
2115 Follow commenting conventions. Don't use ;;; form so much, except
2116 for headings. Precede headings with page feed. This was mostly
2117 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
2118 on a couple of files since this was an insignificant change.
2119
fa4075e3
BW
21202005-12-18 Bill Wohler <wohler@newt.com>
2121
2122 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
2123 (mh-tool-bar-search-function): Sync docstrings with manual.
13fe29bd
BW
2124 (mh-tool-bar-customize): Replace toolbar with tool bar in
2125 docstring.
fa4075e3
BW
2126 (mh-tool-bar-letter-help): Fix manual reference.
2127 (mh-xemacs-use-toolbar-flag): Rename to
13fe29bd
BW
2128 mh-xemacs-use-tool-bar-flag. Initialize to
2129 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 2130 (mh-xemacs-toolbar-position): Rename to
13fe29bd 2131 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3
BW
2132 option (redundant) and change "Same As Default Tool Bar" setting
2133 to nil. Sync docstrings with manual.
2134 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
2135 depending on context.
13fe29bd
BW
2136 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
2137 for calling set-specifier. Only look at the value of
2138 mh-xemacs-use-tool-bar-flag.
2139 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
2140 docstrings with manual.
fa4075e3
BW
2141
2142 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
2143 mh-toolbar-init.
2144
2145 * mh-e.el (mh-folder-mode): Ditto.
2146
2147 * mh-utils.el (mh-show-mode): Ditto.
2148
7a5df5a9
BW
21492005-12-15 Bill Wohler <wohler@newt.com>
2150
2151 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
2152
2153 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
2154 (mh-thread-previous-sibling, mh-thread-ancestor)
2155 (mh-thread-delete, mh-thread-refile): Ditto.
2156
6b960c10
BW
21572005-12-14 Bill Wohler <wohler@newt.com>
2158
2159 * mh-customize.el (mh-speed-flists-interval): Rename to
2160 mh-speed-update-interval.
13fe29bd
BW
2161 (mh-speed-run-flists-flag): Delete. Setting
2162 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 2163
13fe29bd
BW
2164 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
2165 mh-speed-update-interval instead of mh-speed-run-flists-flag.
2166 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
2167 docstrings with manual.
6b960c10 2168
97c688ed
BW
21692005-12-09 Bill Wohler <wohler@newt.com>
2170
2171 * mh-customize.el (mh-path): Move here from mh-init.el.
2172 (mh-variant): Mention that mh-path can be customized.
2173 (mh-invisible-header-fields-internal): Add X-ContentStamp,
2174 X-MAIL-INFO, and X-UNTD- from NetZero.
2175
2176 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
2177
2be362c2
BW
21782005-12-04 Bill Wohler <wohler@newt.com>
2179
f15ced66
BW
2180 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
2181 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
2182 X-Virus-Scanned.
2bd87afb 2183
13fe29bd
BW
2184 * mh-customize.el (mh-insert-signature-hook): Rename
2185 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
2186
2187 * mh-comp.el (mh-insert-signature): Ditto.
2188
56128d97 2189 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
13fe29bd 2190 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
2191 #831278).
2192 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
2193 users can see it, look it up in the manual's index, and discover
2194 mh-fetch-x-image-url (closes SF #831278).
a932ce45 2195
a8a47814
BW
2196 * mh-customize.el (mh-new-messages-folders): Rename from
2197 mh-index-new-messages-folders.
2198 (mh-ticked-messages-folders): Rename from
2199 mh-index-ticked-messages-folders.
2bd87afb 2200
a8a47814
BW
2201 * mh-index.el (mh-index-sequenced-messages)
2202 (mh-index-new-messages): Ditto.
2203
2be362c2 2204 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
13fe29bd 2205 in the docstrings and made usage consistent. Generally speaking,
2be362c2 2206 "messages in range" and "range of messages" is redundant and just
13fe29bd 2207 "range" can be used in most circumstances. Also ensured that
2be362c2 2208 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
2209 that use a range which describes the range argument for both users
2210 and programmers.
2be362c2
BW
2211
2212 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
2213 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
2214 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
2215 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
2216 Ditto.
2be362c2 2217
13fe29bd
BW
2218 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
2219 Ditto.
2be362c2
BW
2220
2221 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
2222
2223 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
2224 (mh-ps-print-msg-file, mh-print-msg): Ditto.
2225
2226 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
2227 (mh-narrow-to-range, mh-toggle-tick): Ditto.
2228
553fb735
BW
22292005-12-01 Bill Wohler <wohler@newt.com>
2230
2231 Rewrote Reading Mail chapter in manual which affected mh-show
2232 customization group and related functions.
2bd87afb 2233
553fb735
BW
2234 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
2235 instead of mh-highlight-citation-p.
2236 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
2237 I think, so use "truncated".
2238
2239 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
13fe29bd 2240 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
2241 mh-folder, not mh-show.
2242 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
2243 (mh-thread): New group that corresponds with manual's Threading
2244 chapter.
2245 (mh-letter-faces): Group's manual section is Editing Drafts, not
2246 Sending Mail.
13fe29bd
BW
2247 (mh-sortm-args): New customization variable that used to be a
2248 defvar.
553fb735
BW
2249 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
2250 Move from mh-index group to mh-folders group.
2251 (mh-alias-local-users-prefix, mh-large-folder)
2252 (mh-recursive-folders-flag, mh-before-quit-hook)
2253 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
2254 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
2255 mh-folder group.
2256 (mh-highlight-citation-style): Rename from
13fe29bd
BW
2257 mh-highlight-citation-p. Sync docstrings with manual.
2258 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 2259 with manual.
13fe29bd
BW
2260 (mh-show-threads-flag): Move from mh-show group to mh-thread
2261 group.
553fb735
BW
2262 (mh-find-path-hook): Move from mh-show group to mh-e group.
2263 (mh-folder-updated-hook): Add to mh-folder group.
2264 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
2265 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
2266 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
2267 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
2268 (mh-display-buttons-for-inline-parts-flag)
2269 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
2270 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
2271 (mh-invisible-header-fields-default, mh-invisible-header-fields)
2272 (mh-lpr-command-format, mh-max-inline-image-height)
2273 (mh-max-inline-image-width)
2274 (mh-mime-save-parts-default-directory, mh-print-background-flag)
2275 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
2276 (mh-show-use-xface-flag, mh-store-default-directory)
2277 (mh-summary-height, mh-delete-msg-hook
2278 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 2279
553fb735
BW
2280 * mh-e.el
2281 (mh-scan-format-mh, mh-scan-good-msg-regexp)
2282 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
13fe29bd
BW
2283 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
2284 non-fontification instead of non-fontifying.
553fb735 2285 (mh-header-display): Use mh-mhl-format-file instead of
13fe29bd 2286 mhl-formfile. Sync docstrings with manual.
553fb735 2287 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
13fe29bd 2288 count. Sync docstrings with manual.
553fb735 2289 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
13fe29bd
BW
2290 so that message doesn't change when using this command. Sync
2291 docstrings with manual.
2292 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
2293 docstrings with manual.
2294 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
2295 to no-header. Sync docstrings with manual.
553fb735
BW
2296 (mh-ps-print-map): Delete keybindings for deleted commands
2297 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 2298 (mh-help-messages): Update printing help.
553fb735
BW
2299 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
2300 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
2301 (mh-prev-button, mh-folder-toggle-mime-part)
2302 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
2303 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
2304 manual.
2305
13fe29bd
BW
2306 * mh-funcs.el (mh-sortm-args): Now a customization option and in
2307 mh-customize.el.
2308 (mh-pipe-msg): Rename include-headers to include-header. Sync
2309 docstrings with manual.
553fb735
BW
2310 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
2311 (mh-store-msg): Sync docstrings with manual.
2312
13fe29bd
BW
2313 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
2314 docstrings with manual.
553fb735
BW
2315 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
2316 Sync docstrings with manual.
13fe29bd
BW
2317 (mh-mm-display-part, mh-mm-inline-message): Use
2318 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
2319 (mh-press-button): Sync docstrings with manual.
2320 (mh-display-with-external-viewer): Fix default output in
13fe29bd 2321 minibuffer. Sync docstrings with manual.
553fb735 2322
13fe29bd
BW
2323 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
2324 Delete.
553fb735
BW
2325 (mh-ps-print-color-option): Incorporate docstring from
2326 ps-print-color-p.
13fe29bd
BW
2327 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
2328 docstring.
2329 (mh-ps-spool-msg): Slimline docstring. Rename from
2330 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
2331 available.
553fb735
BW
2332 (mh-ps-print-range): Extract method from common code in
2333 mh-ps-print-msg and mh-ps-print-msg-file.
13fe29bd
BW
2334 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
2335 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
2336 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
2337 new code in mh-ps-spool-msg.
2338 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
2339 Sync docstrings with manual.
2340 (mh-ps-print-msg, mh-ps-print-msg-file)
13fe29bd
BW
2341 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
2342 docstrings with manual.
553fb735 2343
2bd87afb 2344 * mh-utils.el (mh-show-ps-print-msg-show)
553fb735 2345 mh-show-ps-print-toggle-mime): Delete.
2bd87afb 2346 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
2347 (mh-show-mode): Use mh-highlight-citation-style instead of
2348 mh-highlight-citation-p.
2349 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
2350 mhl-formfile.
13fe29bd
BW
2351 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
2352 docstrings with manual.
2353 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
2354 docstrings with manual.
553fb735
BW
2355
23562005-12-01 Bill Wohler <wohler@newt.com>
2357
2358 * mh-init.el (mh-defface-compat): Checkdoc fix.
2359
2360 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
2361 Bogofilter is lowercase except at beginning of sentence and in
2362 titles.
553fb735 2363
94abd6b7
BW
23642005-11-04 Bill Wohler <wohler@newt.com>
2365
6b19bd82
BW
2366 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
2367 Move to mh-init.el to minimize bulk of mh-customize.el.
2368
2369 * mh-init.el: Modify commentary since file is used for load and
2370 initialization as well as setting and getting the variant.
13fe29bd
BW
2371 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
2372 mh-customize.el.
6b19bd82 2373
13fe29bd
BW
2374 * mh-customize.el: Refactor faces. Move grayscale requirements
2375 last before t. Use uniform line breaks.
3d2efec2 2376 (mh-min-colors-defined-flag): New variable.
13fe29bd 2377 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 2378 for face specs.
2bd87afb
SM
2379 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
2380 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 2381 (mh-folder-body): Use mh-defface-compat.
94abd6b7 2382
b07e0686
DN
23832005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
2386 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
2387 (mh-folder-to-face): Use the min-colors attribute instead of the
2388 type attribute.
2389
be33fce4
BW
23902005-11-03 Bill Wohler <wohler@newt.com>
2391
2392 * mh-customize.el (mh-refile-preserves-sequences-flag)
13fe29bd
BW
2393 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
2394 docstrings with manual.
be33fce4
BW
2395
2396 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
2397
2bd87afb 2398 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
2399 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
2400 with manual.
2401
93eece98
BW
24022005-11-01 Bill Wohler <wohler@newt.com>
2403
13fe29bd
BW
2404 * mh-comp.el (mh-redist-full-contents) Convert defvar to
2405 defcustom.
b2064e08
BW
2406 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
2407 (mh-reply, mh-send, mh-send-other-window)
2408 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
2409 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
2410 msg argument to message (to make for a better docstring).
b2064e08
BW
2411
2412 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
13fe29bd 2413 to defcustom. Rename by adding -flag.
b2064e08
BW
2414 (mh-compose-forward-as-mime-flag)
2415 (mh-compose-letter-function, mh-forward-subject-format)
2416 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
2417 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
2418 with manual.
2419
2bd87afb 2420 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 2421 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 2422 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
2423 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
2424 after message per conventions.
2425
fefc5079
BW
24262005-10-30 Bill Wohler <wohler@newt.com>
2427
2bd87afb 2428 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
13fe29bd
BW
2429 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
2430 docstrings with manual.
ece9cbf7 2431
fefc5079
BW
2432 * mh-customize.el (mh-compose-space-does-completion-flag)
2433 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
2434 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
13fe29bd
BW
2435 means" to remain checkdoc clean and consistent with Emacs. I
2436 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
2437 that "On means" should be allowed in custom docstrings but that
2438 this change requires thought and should wait until after the Emacs
2439 22 release.
2440
ec397a34
BW
24412005-10-28 Bill Wohler <wohler@newt.com>
2442
50df64d6
BW
2443 * mh-comp.el (mh-annotate-msg): Use new variable
2444 mh-scan-field-destination-offset rather than hard-coding 1.
2445
2446 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
2447 docstring.
13fe29bd
BW
2448 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
2449 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
2450 mh-scan-format-file respectively.
2451 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
2452 add :set.
2453
13fe29bd
BW
2454 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
2455 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6
BW
2456 Bcc, or Newsgroups respectively.
2457 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
2458 Call new function mh-msg-num-width-to-column to make leap between
2459 width and column more explicit.
2460 (mh-msg-num-width-to-column): New function that steals logic from
13fe29bd 2461 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
2462 isn't t since we can't adapt the scan lines in this case.
2463 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
2464 make the documentation more clear.
2465 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
2466 column, not a width.
2467 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
13fe29bd
BW
2468 variable mh-scan-field-destination-offset rather than hard-coding
2469 1.
50df64d6
BW
2470
2471 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
2472 (mh-notate): Use new variable mh-scan-field-destination-offset
2473 rather than hard-coding 1.
2474 (mh-message-number-width): Rename to mh-msg-num-width to be
2475 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
2476
ec397a34
BW
2477 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
2478 (mail-citation-hook): Quote URLs in docstrings and precede with
13fe29bd
BW
2479 `URL'. The former will suppress checkdoc warnings, the latter will
2480 turn them into hyperlinks in Emacs 22 (I just added the code to do
2481 that today).
ec397a34
BW
2482 (mh-scan-format-file): Checkdoc fix.
2483
169a3241
BW
24842005-10-27 Bill Wohler <wohler@newt.com>
2485
e069fa61
BW
2486 * mh-customize.el (mh-adaptive-cmd-note-flag)
2487 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
2488
2489 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
2490 (mh-note-cur, mh-scan-good-msg-regexp)
2491 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
2492 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
2493 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
2494 (mh-scan-subject-regexp, mh-scan-format-regexp)
2495 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
2496 with manual.
2497
2498 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
2499
2500 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
2501 of hard-coded string.
13fe29bd
BW
2502 (mh-mail-header-separator, mh-signature-separator-regexp): Use
2503 "regular expression" in docstring instead of regexp.
e069fa61
BW
2504 (mh-scan-msg-number-regexp)
2505 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
2506 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
2507 (mh-cmd-note): Sync docstrings with manual.
2508
3b463df0
BW
2509 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
2510 Checkdoc fixes.
2511
2512 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
2513
2514 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
2515 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
2516 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 2517
4a263988
BW
25182005-10-24 Bill Wohler <wohler@newt.com>
2519
2520 * mh-gnus.el: Load mml.el in order to see if
2521 mml-minibuffer-read-disposition is defined or not.
2522
2523 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
2524 mml autoloads.
2525
97c60a38
MB
25262005-10-23 Miles Bader <miles@gnu.org>
2527
2528 * .arch-inventory: New file.
2529
9a51cf9e
BW
25302005-10-23 Bill Wohler <wohler@newt.com>
2531
13fe29bd
BW
2532 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
2533 docstring with manual.
136e0283 2534
9a51cf9e
BW
2535 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
2536 mh-alias.el and move to mh-acros.el
2537
2538 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
2539 mh-identity.el and move to mh-acros.el
2540
2541 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
2542 mh-identity.el and mh-alias.el.
2543
2544 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
2545 warning in Emacs 22.
2546
1dd9796d
SD
25472005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
2548
2549 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
2550 assoc-string (if the function is available) and falls back on
2551 assoc-ignore-case if assoc-string is not found.
2552 (mh-identity-field-handler): Use mh-assoc-ignore-case since
2553 assoc-ignore-case is a obsolete function in Emacs 22.
2554
2555 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
2556 track of whether the tool-bar in mh-folder-mode has been
2557 initialized yet.
2558 (mh-folder-mode): Initialize the tool-bar for folders the first
2559 time we get into mh-letter-mode.
2560
2561 * mh-customize.el (mh-buffer-exists-p): New function which tests
2562 presence of buffers of a given mode.
2563 (mh-tool-bar-define): New functions
2564 mh-tool-bar-folder-buttons-init and
13fe29bd 2565 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
2566 used to create the tool-bar from the corresponding customizable
2567 variables.
2568
2569 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
2570 keeps track of whether the tool-bar in mh-letter-mode has been
2571 initialized yet.
2572 (mh-letter-mode): Initialize the tool-bar for drafts the first
2573 time we get into mh-letter-mode.
2574
0c47b17c
BW
25752005-10-23 Bill Wohler <wohler@newt.com>
2576
13fe29bd
BW
2577 * mh-comp.el (mh-letter-menu): Rename
2578 mh-mhn-compose-external-compressed-tar to
2579 mh-mh-compose-external-compressed-tar. Rename
2580 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
2581 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
2582 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
2583 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
2584 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
2585 to 'mh.
2586 (mh-insert-signature): Rename mh-mhn-directive-present-p to
2587 mh-mh-directive-present-p.
2588 (mh-send-letter): Rename mh-mhn-directive-present-p to
13fe29bd
BW
2589 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
2590 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
2591 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
2592 mh-mhn-compose-external-compressed-tar to
2593 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
2594 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
2595 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
2596 mh-mh-compose-anon-ftp. Rename
2597 mh-mhn-compose-external-compressed-tar to
2598 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
2599 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
2600 mh-mh-compose-external-type.
2601 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
2602 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
2603 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
2604 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
2605 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
2606 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
2607 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
2608 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
2609 (mh-letter-complete-or-space, mh-letter-confirm-address)
2610 (mh-letter-next-header-field-or-indent)
2611 (mh-letter-previous-header-field)
13fe29bd
BW
2612 (mh-letter-toggle-header-field-display): Sync docstrings with
2613 manual.
0c47b17c 2614
13fe29bd
BW
2615 * mh-customize.el (mh-edit-mhn-hook): Rename to
2616 mh-mh-to-mime-hook.
0c47b17c
BW
2617 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
2618 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
2619 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 2620 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
2621 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
2622 mh-pgp-support-flag.
2623 (mh-compose-insertion, mh-compose-space-does-completion-flag)
2624 (mh-delete-yanked-msg-window-flag)
2625 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
2626 (mh-letter-complete-function, mh-letter-fill-column)
2627 (mh-mml-method-default, mh-signature-file-name)
2628 (mh-signature-separator-flag, mh-x-face-file)
2629 (mh-yank-behavior, mail-citation-hook)
2630 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
2631 with manual.
2632
2633 * mh-gnus.el (mml-minibuffer-read-disposition): New function
2634 provided for Emacs 21 environments that lack it.
2635
2636 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
2637 prompt convention.
2638 (mh-compose-forward): mh-mh-forward-message requires string arg.
2639 (mh-minibuffer-read-type): New function.
2640 (mh-mhn-args): Rename to mh-mh-to-mime-args.
2641 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
2642 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
2643 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
2644 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
13fe29bd
BW
2645 Rename mh-mhn-compose-external-type to
2646 mh-mh-compose-external-type.
0c47b17c 2647 (mh-mhn-compose-external-compressed-tar): Rename to
13fe29bd
BW
2648 mh-mh-compose-external-compressed-tar. Rename
2649 mh-mhn-compose-external-type to mh-mh-compose-external-type.
2650 (mh-mhn-compose-external-type): Rename to
2651 mh-mh-compose-external-type.
2652 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
2653 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
2654 Use correct program in message.
2655 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
2656 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
2657 (mh-compose-forward, mh-mh-attach-file)
2658 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
2659 (mh-mh-compose-external-type, mh-mh-forward-message)
2660 (mh-mml-attach-file): Use mml-minibuffer-read-description,
2661 mh-minibuffer-read-type.
2bd87afb 2662 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
2663 Emacs 20 to docstring.
2664 (mh-mh-compose-external-type): Rename extra-param argument to
2665 parameters.
2bd87afb 2666 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
2667 (mh-mime-display-part, mh-mime-display-single): Rename
2668 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
2669 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
2670 mh-mh-attach-file.
2671 (mh-compose-forward): Rename mh-mhn-compose-forw to
2672 mh-mh-forward-message.
2673 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
2674 mh-mh-compose-type.
2675 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
2676 (mh-mh-attach-file, mh-mh-compose-type)
2677 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
2678 (mh-mh-compose-external-compressed-tar)
2679 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 2680 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
2681 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
2682 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
2683 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
2684 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
2685 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
2686 Sync docstrings with manual.
2687
13fe29bd
BW
2688 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
2689 mh-pgp-support-flag.
0c47b17c 2690
fba3b4d8
PG
26912005-10-17 Peter S Galbraith <psg@debian.org>
2692
13fe29bd
BW
2693 * mh-identity.el (mh-identity-field-handler): Use
2694 `assoc-ignore-case' to compare against header field for mixed-case
fba3b4d8
PG
2695 "From:".
2696
ffda926c
BW
26972005-10-17 Bill Wohler <wohler@newt.com>
2698
2bd87afb 2699 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
2700 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
2701 to mail/compose, fld_open to fld-open.
13fe29bd
BW
2702 (mh-letter-tool-bar-map): Rename image file mail_send to
2703 mail/send.
ffda926c 2704
8f552dc8
BW
27052005-10-16 Bill Wohler <wohler@newt.com>
2706
79af55a7
BW
2707 * mh-comp.el (mh-display-completion-list-compat): New macro which
2708 calls `display-completion-list' correctly in older environments.
2709 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
2710 argument.
2711 (mh-complete-word): Use it.
2712
8f552dc8 2713 * mh-init.el (mh-image-load-path): Use locate-library to find
13fe29bd 2714 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
2715 statements even more.
2716
7c164e0c
SD
27172005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
2718
2719 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
2720 causes a compiler warning.
2721
2722 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
2723 the message to be viewed (closes SF #1306141).
2724
f5fab556
MY
27252005-10-16 Masatake YAMATO <jet@gyve.org>
2726
13fe29bd
BW
2727 * mh-comp.el (mh-complete-word): Pass the common prefix substring
2728 of completion to `display-completion-list'.
f5fab556 2729
2416ec64
SD
27302005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
2731
2732 * mh-init.el (mh-image-load-path-called-flag): New variable which
2733 is used by mh-image-load-path so that it runs only once.
13fe29bd
BW
2734 (mh-image-load-path): Modify so that it gets run only once. Also
2735 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
2736
2737 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
2738 to find images used in the toolbar.
2739
2740 * mh-customize.el (:folder): Remove call to mh-image-load-path.
2741
a9954630
BW
27422005-10-14 Bill Wohler <wohler@newt.com>
2743
2bd87afb 2744 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 2745
5b004a34
BW
27462005-10-14 Bill Wohler <wohler@newt.com>
2747
2748 Released MH-E version 7.85.
2bd87afb
SM
2749
2750 * mh-e.el (Version, mh-version): Update for release 7.85.
2751
a10f4ace
BW
27522005-10-14 Bill Wohler <wohler@newt.com>
2753
13fe29bd
BW
2754 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: *
2755 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
2756 need to be indented.
2757
5b004a34 2758 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
13fe29bd
BW
2759 but the code that invoked the face had not been updated. Tick
2760 highlighting working again.
5b004a34 2761
13fe29bd
BW
2762 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
2763 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
2764 CVS Emacs.
2765
2bd87afb 2766 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
2767 with read-string.
2768
a05fcb7d 27692005-10-09 Bill Wohler <wohler@newt.com>
c727526b 2770
a05fcb7d
BW
2771 * mh-init.el (mh-image-load-path): New function that adds the path
2772 to the MH-E images to the image-load-path or load-path depending
2773 on the version of Emacs.
c727526b 2774
a05fcb7d
BW
2775 * mh-customize.el: Call mh-image-load-path just before
2776 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 2777
a05fcb7d 27782005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 2779
2bd87afb
SM
2780 * ChangeLog: Move contents into ChangeLog.1 and trim.
2781
13fe29bd 2782 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 2783
47570699 2784
a05fcb7d 2785 Copyright (C) 2005 Free Software Foundation, Inc.
e9be14aa 2786
e495eaec
BW
2787 Copying and distribution of this file, with or without modification,
2788 are permitted in any medium without royalty provided the copyright
2789 notice and this notice are preserved.
ab5796a9 2790
13fe29bd
BW
2791;; Local Variables:
2792;; sentence-end-double-space: nil
2793;; End:
2794
ab5796a9 2795;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51