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