* mh-compat.el (mh-pop-to-buffer-same-window): Delete.
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
a4963f79
BW
12011-07-17 Bill Wohler <wohler@newt.com>
2
3 * mh-compat.el (mh-pop-to-buffer-same-window): Delete.
4 * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
5 (mh-make-folder): Revert to switch-to-buffer, as the Emacs folks
6 decided that it was fine to use it in programs.
7
b53a9f73
BW
82011-07-16 Bill Wohler <wohler@newt.com>
9
10 Release MH-E version 8.2.92.
11
12 * mh-e.el (Version, mh-version): Update for release 8.2.92.
13
93d4ce1e
BW
142011-07-12 Bill Wohler <wohler@newt.com>
15
97cc26fd
BW
16 Release MH-E version 8.2.91.
17
18 * mh-e.el (Version, mh-version): Update for release 8.2.91.
19
93d4ce1e
BW
20 * mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
21 function to call switch-to-buffer on systems that lack
22 pop-to-buffer-same-window.
23 * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
24 (mh-make-folder): Call mh-pop-to-buffer-same-window instead of
25 switch-to-buffer. The previous change which used pop-to-buffer
26 produced the wrong behavior.
27
64450987
BW
282011-07-12 Henrique Martins <henrique@martins.cc> (tiny change)
29
30 * mh-xface.el (mh-picon-get-image): Remove quote from block
31 argument.
32 * mh-mime.el (mh-mh-directive-present-p): Ditto.
33
84bb0cd1
BW
342011-07-10 Bill Wohler <wohler@newt.com>
35
df97fd71 36 Release MH-E version 8.2.90.
35fe9c60
BW
37
38 * mh-e.el (Version, mh-version): Update for release 8.2.90.
39
6695d074
BW
40 * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.
41
42 * mh-mime.el (mh-decode-message-subject): Fix case of Subject.
43
84bb0cd1
BW
44 * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
45 (mh-make-folder): Replace calls to switch-to-buffer with of
46 pop-to-buffer. The former is intended for interactive use only and
47 generates warnings in Emacs 24.
48
972e3b72
BW
492011-07-09 Bill Wohler <wohler@newt.com>
50
51 * mh-speed.el (mh-speed-toggle,mh-speed-view): Document "ignored"
52 arguments to keep checkdoc happy.
53
54 * mh-search.el (mh-flists-execute): Ditto.
55
56 * mh-funcs.el (mh-undo-folder): Ditto.
57
58 * mh-comp.el (mh-user-agent-compose): Ditto.
59
60 * mh-xface.el (mh-face-to-png, mh-uncompface)
61 (mh-picon-file-contents): Only call set-buffer-multibyte if it
62 exists, which it doesn't in XEmacs.
63
24f75b10
BW
642011-07-04 Bill Wohler <wohler@newt.com>
65
92ec073e
BW
66 * mh-e.el: Just require mh-loaddefs since loading it in an
67 eval-and-compile block causes compilation errors in XEmacs.
68
54a5db74
BW
69 * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
70 * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in
71 mh-do-in-xemacs block.
72
7895927f
BW
73 * mh-compat.el (mh-window-full-height-p): Add compatibility
74 function for XEmacs.
75 * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on
76 XEmacs.
77
24f75b10
BW
78 * mh-letter.el (mh-letter-mode-map, mh-letter-complete)
79 (mh-complete-word): Remove FIXME comments since these functions
80 are still needed in other Emacsen. However, they can probably
81 stand to be generalized like completion-at-point.
82 (mh-letter-complete-or-space): Remove unused variable.
83
2a7a7c14
BW
842011-07-03 Bill Wohler <wohler@newt.com>
85
9c1c3a42 86 * mh-compat.el (mh-test-completion): Add compatibility function
7895927f
BW
87 for XEmacs.
88 * mh-alias.el (mh-alias-letter-expand-alias): Use it, and avoid
89 compiler warning on XEmacs.
9c1c3a42 90
0a9f5305
BW
91 * mh-utils.el:
92 * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block.
93
2a7a7c14
BW
94 * mh-folder.el: Use boundp instead of fboundp when testing
95 existence of desktop-buffer-mode-handlers.
96
79b70037
GM
972011-05-10 Jim Meyering <meyering@redhat.com>
98
99 Fix doubled-word typos.
100 * mh-alias.el (mh-alias-minibuffer-confirm-address): if if -> if it
101 * mh-scan.el (mh-scan-destination-width): in in -> in
102
d1bb6623
SM
1032011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * mh-utils.el (mh-folder-completion-function): Make it work like
106 file-name completion, so partial-completion can do its job.
107
108 * mh-letter.el (mh-letter-completion-at-point): New function, extracted
109 from mh-letter-complete
110 (mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space):
111 Use it.
112 (mh-complete-word): Only use the common-substring arg when it works.
113 (mh-folder-expand-at-point):
114 * mh-alias.el (mh-alias-letter-expand-alias): Return data suitable for
115 completion-at-point-functions.
116
1f4735b9
JB
1172011-04-06 Juanma Barranquero <lekktu@gmail.com>
118
119 * mh-funcs.el (mh-undo-folder): Accept and ignore arguments,
120 for compatibility with `revert-buffer'. Doc fix. (Bug#8431)
121
33383987
JB
1222011-03-07 Chong Yidong <cyd@stupidchicken.com>
123
124 * Version 23.3 released.
125
7e27ce9c
AL
1262011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
127
128 * mh-funcs.el (mh-store-msg, mh-store-buffer):
129 * mh-mime.el (mh-mime-save-parts): Use read-directory-name.
130
25ca2e61
CY
1312011-01-13 Chong Yidong <cyd@stupidchicken.com>
132
133 * mh-comp.el (mh-user-agent-compose): New arg RETURN-ACTION.
134
e180ab9f
GM
1352010-11-07 Glenn Morris <rgm@gnu.org>
136
137 * mh-seq.el (mh-read-msg-list): Use point-at-eol.
138
b9829b58
GM
1392010-11-03 Glenn Morris <rgm@gnu.org>
140
141 * mh-mime.el (dots, type, ov): Avoid unnecessary declaration.
142
b59ee24d
PG
1432010-05-14 Peter S Galbraith <psg@debian.org>
144
145 * mh-mime.el (mh-decode-message-subject): New function to decode
146 RFC2047 encoded Subject lines. Used for reply drafts.
147 * mh-comp.el (mh-compose-and-send-mail): Call
148 `mh-decode-message-subject' on (reply or forward) message drafts.
149
61a808e8
CY
1502010-05-07 Chong Yidong <cyd@stupidchicken.com>
151
152 * Version 23.2 released.
153
56eb0904
SM
1542010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * mh-show.el (mh-showing-mode): Move function to mh-e.el.
157 * mh-e.el (mh-showing-mode): Use define-minor-mode.
158
e867cb5d 1592010-03-24 Juanma Barranquero <lekktu@gmail.com>
5f76fe28
JB
160
161 * mh-scan.el (mh-scan-cmd-note-width): Doc fix.
162 (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp)
163 (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
164 (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp)
165 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
166 (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp)
167 (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp)
168 (mh-scan-subject-regexp, mh-update-scan-format)
169 (mh-msg-num-width-to-column): Fix typos in docstrings.
170
288f9fc0
CY
1712010-03-10 Chong Yidong <cyd@stupidchicken.com>
172
173 * Branch for 23.2.
174
002d2524
BW
1752009-12-01 Bill Wohler <wohler@newt.com>
176
177 * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format.
178 Fix typo in database path.
179 (mh-namazu-execute-search): Specify -q in example since namazu is
180 excessively garrulous.
181
b5553d47
SM
1822009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * mh-thread.el (mh-thread-set-tables):
185 * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update):
186 (mh-speed-extract-folder-name, mh-speed-parse-flists-output):
187 (mh-speed-invalidate-map, mh-speed-add-folder):
188 * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu):
189 * mh-seq.el (mh-list-sequences):
190 * mh-search.el (mh-index-execute-commands, mh-index-add-to-sequence)
191 (mh-index-delete-from-sequence, mh-index-update-maps):
192 * mh-scan.el (mh-msg-num-width):
193 * mh-print.el (mh-ps-spool-buffer):
194 * mh-mime.el (mh-mime-save-parts, mh-handle-set-external-undisplayer)
195 (mh-file-mime-type):
196 * mh-letter.el (mh-yank-cur-msg):
197 * mh-funcs.el (mh-list-folders, mh-pipe-msg, mh-store-msg)
198 (mh-store-buffer):
199 * mh-folder.el (mh-modify, mh-visit-folder, mh-write-msg-to-file)
200 (mh-prompt-for-refile-folder):
201 * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
202 (mh-handle-process-error, mh-variant-info):
203 * mh-comp.el (mh-forward):
204 * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias):
205 (mh-alias-add-alias-to-file): Use with-current-buffer.
206
601dd9a3
SM
2072009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * mh-e.el: Load mh-loaddefs during compilation as well.
210
d3d5f4f5
JB
2112009-11-04 Juanma Barranquero <lekktu@gmail.com>
212
213 * mh-e.el (mh-loaddefs): Load rather than require.
214
eaf9b564
GM
2152009-10-06 Glenn Morris <rgm@gnu.org>
216
217 * mh-show.el (mh-show-msg): Use window-full-height-p.
218
b56a5ae0
SM
2192009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * mh-comp.el (mh-send-letter): default-buffer-file-coding-system
222 => (default-value 'buffer-file-coding-system).
223
ddb7d211
BW
2242009-08-10 Bill Wohler <wohler@newt.com>
225
226 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
227 (mh-spamprobe-blacklist): Sync docstring with manual.
228
41dc7913
GM
2292009-07-22 Kevin Ryde <user42@zip.com.au>
230
231 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
ddb7d211 232 (mh-spamprobe-blacklist): Hyperlink URLs in docstrings with URL `...'.
41dc7913 233
06d3d10f
BW
2342009-06-13 Bill Wohler <wohler@newt.com>
235
236 Release MH-E version 8.2.
237
238 * mh-e.el (Version, mh-version): Update for release 8.2.
239
240 * mh-seq.el (mh-folder-size-flist)
241 * mh-speed.el (mh-speed-parse-flists-output)
242 * mh-xface.el (mh-face-display-function): Remove trailing space.
243
7c730dd6
DG
2442009-03-13 D. Goel <deego3@gmail.com>
245
246 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call
5a5edff7 247 to list.
7c730dd6
DG
248
249 * mh-speed.el (mh-speed-parse-flists-output): Ditto.
250 * mh-xface.el (mh-face-display-function): Ditto.
251 * mh-search.el (mh-index-parse-search-regexp): Ditto.
252
7c730dd6
DG
253 * mh-thread.el (mh-thread-generate): Ditto.
254
5a5edff7
JB
255 * mh-seq.el (mh-parse-flist-output-line): Return list rather than values.
256 We want to avoid emacs using m-v facilities.
d3d5f4f5 257 (mh-folder-size-folder): Ditto.
7c730dd6
DG
258 (mh-parse-flist-output-line): Ditto.
259 * mh-thread.el (mh-thread-prune-subject): Ditto.
260 * mh-xface.el (mh-picon-get-image): Ditto.
261 (mh-picon-file-contents): Ditto.
262 * mh-search.el (mh-index-evaluate): Ditto.
263
55f56e6a
BW
2642009-01-27 Bill Wohler <wohler@newt.com>
265
7f1a6a6f
BW
266 * mh-funcs.el (mh-pack-folder): Fix docstring.
267
268 * mh-e.el (mh-pack-folder-hook): Bump package-version to 8.2.
269
55f56e6a
BW
270 * mh-gnus.el (mh-mm-merge-handles)
271 (mh-mm-set-handle-multipart-parameter, mh-mm-inline-text-vcard)
272 (mh-mml-minibuffer-read-disposition, mh-mm-save-part): Update with
273 code from Gnus 5.11 (closes SF #2235022).
274
031c6757
SG
2752009-01-26 Stephen Gildea <gildea@stop.mail-abuse.org>
276
277 * mh-e.el (mh-pack-folder-hook): New variable.
278 * mh-funcs.el (mh-pack-folder): Call new mh-pack-folder-hook.
279
4ab2f402
BW
2802009-01-26 Bill Wohler <wohler@newt.com>
281
c932f02a
BW
282 * mh-utils.el (mh-goto-header-end): Use mh-mail-header-separator
283 instead of -* in regexp.
284
4ab2f402
BW
285 * mh-folder.el (mh-folder-mode-help-messages): Add e and t to K's
286 help.
287
0f69e911
GM
2882009-01-09 Glenn Morris <rgm@gnu.org>
289
290 * mh-letter.el: Replace last-input-char with last-input-event.
291
b97439ce 2922008-08-18 Bill Wohler <wohler@newt.com>
9e6f5938
BW
293
294 Release MH-E version 8.1.
b97439ce 295
9e6f5938
BW
296 * mh-e.el (Version, mh-version): Update for release 8.1.
297
1624e7c9
BW
2982008-08-11 Bill Wohler <wohler@newt.com>
299
300 * mh-e.el (mh-variant-mh-info, mh-variant-nmh-info)
301 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
302 (mh-variant-set, mh-variant, mh-scan-format-file): Fix typo in
303 docstring.
304
305 * mh-comp.el (mh-reply)
5ce6e4f4 306 * mh-e.el (mh-sys-path, mh-variant-info, mh-variant-mu-mh-info)
1624e7c9
BW
307 (mh-variant-p, mh-profile-component, mh-variant-set, mh-variant)
308 (mh-scan-format-file)
309 * mh-folder.el (mh-regenerate-headers)
310 * mh-scan.el (mh-scan-format)
311 * mh-search.el (mh-pick-regexp-builder): Rename variant mu-mh to
312 gnu-mh and be explicit about GNU mailutils MH in docstrings (with
313 thanks to Darel Henman) (closes SF #1768928).
314
d0f1af4d
BW
3152008-08-01 Bill Wohler <wohler@newt.com>
316
317 * mh-show.el (mh-show-preferred-alternative)
318 * mh-e.el (mh-annotate-msg-hook): Sync docstring with manual.
319
320 * mh-comp.el (mh-send-letter, mh-redistribute): Mention
321 mh-annotate-msg-hook in docstring.
322
2cefb8a7
JH
3232008-06-29 Jeffrey C Honig <jch@honig.net>
324
325 * mh-e.el (mh-invisible-header-fields-internal): Add invisible
326 header fields for X-Hz (mail from Hertz), X-Proofpoint (Proofpoint
327 antivirus/anti-spam) and X-RIM (Research In Motion).
328
5f83939b
SE
3292008-06-20 Stephen Eglen <stephen@gnu.org>
330
331 * mh-show.el (mh-defun-show-buffer): Use `...' rather than than
332 "..." in generated docstrings.
333
219d0838
GM
3342008-06-12 Glenn Morris <rgm@gnu.org>
335
336 * mh-seq.el (tool-bar-map): Define for compiler.
337
338 * mh-folder.el (mh-folder-mode):
339 * mh-letter.el (mh-letter-mode):
b97439ce 340 * mh-show.el (mh-show-mode): Check tool-bar-map is bound.
219d0838 341
b7149a81
JPW
3422008-06-08 John Paul Wallington <jpw@pobox.com>
343
344 * mh-acros.el (toplevel): Put `doc-string-elt' properties on
345 `defun-mh' and `defmacro-mh'.
346
347 * mh-alias.el (mh-alias-read-address-map): Define within defvar.
348
349 * mh-comp.el (mh-letter-mode-syntax-table): Define within defvar.
350
351 * mh-letter.el (mh-complete-word): Doc fix.
352
c76608f0
JPW
3532008-06-02 John Paul Wallington <jpw@pobox.com>
354
355 * mh-e.el (mh-exec-cmd-env-daemon): Doc fix.
356
7bf0295e
JPW
3572008-06-01 John Paul Wallington <jpw@pobox.com>
358
359 * mh-e.el (mh-path, mh-variant): Use dotted syntax for
360 `package-version' info.
361
90404d5a
JH
3622008-05-26 Jeffrey C Honig <jch@honig.net>
363
364 * mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups
365 from the list. Add Bytes, X-Campaignid, X-Country-Chain,
366 X-Declude-, X-fmx-, X-Identity, X-Mailer_, X-pair-, X-SPF-,
367 X-Usenet-Provider.
368
5cb66178
BW
3692008-05-23 Bill Wohler <wohler@newt.com>
370
7bf0295e 371 * mh-e.el (mh-invisible-header-fields-internal): Remove
5ce6e4f4 372 DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID.
5cb66178 373
b97439ce 3742008-05-19 Sergey Poznyakoff <gray@gnu.org.ua>
fad5a93a
BW
375
376 * mh-mime.el (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes
377 when converting to or from MIME (closes SF #1966722).
378
7911d1c8
BW
3792008-05-19 Bill Wohler <wohler@newt.com>
380
381 * mh-e.el (mh-invisible-header-fields-internal): Sort list in a
5ce6e4f4 382 case-insensitive way and add comment about it. Add many header
7911d1c8
BW
383 fields (closes SF #1916032).
384
b97439ce 3852008-05-19 Xavier Maillard <xma@gnu.org> (tiny change)
b78a11dc
BW
386
387 * mh-utils.el (mh-find-path): Don't throw error if MH environment
388 variable is being used (closes SF #1946861).
389
b97439ce 3902008-05-19 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5ef55981
BW
391
392 * mh-search.el (mh-mairix-regexp-builder): Add additional items to
393 search string to support org-mode (closes SF #1965704).
394
4690fe3f
BW
3952008-03-18 Bill Wohler <wohler@newt.com>
396
397 * mh-e.el (mh-invisible-header-fields-internal): Add Accreditor,
b97439ce 398 Seal-Send-Time.
4690fe3f
BW
399 (mh-invisible-header-fields, mh-invisible-header-fields-default):
400 Update URL to bug report for users to report ignored fields.
401
5d2e28bf
SM
4022008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * mh-xface.el (mh-uncompface, mh-picon-file-contents):
405 Use set-buffer-multibyte...
406 (mh-face-display-function, mh-x-image-display): ...rather than bind
407 default-enable-multibyte-characters.
408
0103690e
BW
4092008-02-24 Bill Wohler <wohler@newt.com>
410
411 * mh-comp.el (mh-send-letter): Call split-string on mh-send-args
412 when sending synchronously too.
413
24b2be09
BW
4142008-02-19 Bill Wohler <wohler@newt.com>
415
416 * mh-comp.el (mh-annotate-msg):
417 * mh-e.el (mh-invisible-header-fields-internal): Remove trailing
418 whitespace.
419
444a1579
BW
4202008-01-30 Bill Wohler <wohler@newt.com>
421
422 * mh-mime.el (mh-mml-to-mime): Don't look up sender if From
5ce6e4f4 423 absent. Fixes "Wrong type argument: stringp, nil" error.
444a1579 424
fea7492a
GM
4252007-12-02 Glenn Morris <rgm@gnu.org>
426
427 * mh-mime.el (mail-strip-quoted-names): Autoload it.
428
a3269bc4
DN
4292007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
430
431 * mh-e.el (mh-xemacs-flag): Remove.
432 (mh-min-colors-defined-flag):
433 * mh-xface.el (mh-show-xface-function):
434 * mh-utils.el (mh-colors-available-p):
435 * mh-show.el (mh-show-mode):
436 * mh-gnus.el (mh-gnus-local-map-property):
437 * mh-folder.el (mh-folder-mode-map)
438 (mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode):
439 * mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag
440 with (featurep 'xemacs).
441
33ce5f11
BW
4422007-09-11 Bill Wohler <wohler@newt.com>
443
444 * mh-e.el (Version, mh-version): Add +cvs to version.
445
aad5673d
SG
4462007-08-25 Stephen Gildea <gildea@stop.mail-abuse.org>
447
448 * mh-e.el (mh-annotate-msg-hook): New variable.
449
450 * mh-comp.el (mh-annotate-msg): Call new mh-annotate-msg-hook.
451 (mh-annotate-list): New variable, for mh-annotate-msg-hook.
452
5a14e729
JH
4532007-08-21 Jeffrey C Honig <jch@honig.net>
454
19c35c57 455 * mh-folder.el (mh-folder-message-menu, mh-folder-mode-map): Add
33ce5f11
BW
456 folder mode support for mh-show-preferred-alternative (closes SF
457 #1777321).
19c35c57
JH
458
459 * mh-show.el (mh-show-preferred-alternative)
460 (mh-show-write-message-to-file, mh-show-message-menu)
461 (mh-show-mode-map): Add mh-show-preferred-alternative (bound to
462 ":") which will show the message's preferred alternative
5ce6e4f4 463 overriding the users configured preference. Useful for showing
33ce5f11 464 HTML when text content is lacking (closes SF #1777321).
19c35c57 465
33ce5f11 466 * mh-e.el:
5ce6e4f4 467 (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
c50115f1 468 known exclusions as comments before the list and move parens to
33ce5f11 469 separate lines to aid in sorting (closes SF #1701231).
c50115f1 470
33ce5f11 471 * mh-mime.el (mm-decode-body): Remove explicit autoload of
5a14e729
JH
472 mh-alias-expand.
473
474 * mh-alias.el (mh-alias-expand): Set up automatic autoload of
475 mh-alias-expand.
476
d7c5b212
JH
4772007-08-20 Jeffrey C Honig <jch@honig.net>
478
bd512dfb
JH
479 * mh-mime.el (message-options-set): Add missing autoloads from my
480 last change.
481
33ce5f11
BW
482 * mh-comp.el (mh-forward): When forwarding with mml, messages are
483 no longer included in reverse order (closes SF #1730393).
d5926104 484
33ce5f11 485 * mh-mime.el (mh-mml-forward-message): Forward messages as inline
9e6f5938 486 attachments (closes SF #1378993).
d7c5b212 487
27c33569
RS
4882008-02-06 Richard Stallman <rms@gnu.org>
489
490 * mh-seq.el (mh-make-seq, mh-seq-name): Use defsubst.
491
492 * mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs)
493 (with-mh-folder-updating, mh-in-show-buffer)
494 (mh-iterate-on-messages-in-region, mh-iterate-on-range):
495 (mh-do-at-event-location): Add debug decls.
496 (mh-seq-msgs): Use defsubst.
b03f96dc 497
23dcd8ca
JB
4982008-02-05 Juanma Barranquero <lekktu@gmail.com>
499
500 * mh-e.el (mh-scan-format-file-check, mh-adaptive-cmd-note-flag-check):
501 * mh-xface.el (mh-x-image-url-cache-canonicalize):
502 Replace `legal' with `valid'.
503
243256f8
JH
5042007-08-19 Jeffrey C Honig <jch@honig.net>
505
b6fd8984
JH
506 * mh-e.el (mh-invisible-header-fields-internal): We want to show
507 Comments: and hide Comment:, not the other way around.
508
2001ba38 509 * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not
33ce5f11
BW
510 aliases. So resolve aliases before passing addresses to GPG/PGP
511 (closes SF #649226).
2001ba38 512
243256f8
JH
513 * mh-e.el (mh-invisible-header-fields-internal): Update with all
514 the entries from
515 http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my
5ce6e4f4 516 own. I added attributions to entries we already had that did not
243256f8
JH
517 list an RFC.
518
81bb49ce
GM
5192007-08-08 Glenn Morris <rgm@gnu.org>
520
521 * mh-folder.el, mh-letter.el, mh-show.el: Replace `iff' in
522 doc-strings and comments.
523
cacc7b51
GM
5242007-07-25 Glenn Morris <rgm@gnu.org>
525
526 * Relicense all FSF files to GPLv3 or later.
527
1a98ebdf
BW
5282007-07-11 Bill Wohler <wohler@newt.com>
529
530 * mh-compat.el (mh-display-color-cells): Fix on XEmacs 21.5b28.
531 Thanks to Henrique Martins for the help (closes SF #1749774).
532
481821c8
JB
5332007-06-06 Juanma Barranquero <lekktu@gmail.com>
534
535 * mh-mime.el (mh-mh-directive-present-p):
536 * mh-search.el (mh-index-group-by-folder): Fix typos in docstrings.
537
ff4dd199
BW
5382006-11-14 Bill Wohler <wohler@newt.com>
539
540 * mh-xface.el (mh-x-image-url-cache-canonicalize): Add `*' to
541 reserved Windows filename characters (closes SF #1396499).
542
33b3ab5a
BW
5432006-11-13 Bill Wohler <wohler@newt.com>
544
2f984b39
BW
545 Release MH-E version 8.0.3.
546
547 * mh-e.el (Version, mh-version): Update for release 8.0.3.
548
33b3ab5a 549 * mh-e.el (mh-alias-local-users): Boolean docstrings should start
481821c8 550 with "Non-nil means". Perhaps this option should have a -flag
33b3ab5a
BW
551 appended.
552 (mh-junk-background): Sync docstring with manual.
553
554 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
555 (mh-spamprobe-blacklist): Sync docstring with manual.
556
a4de8c3d
SG
5572006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org>
558
e580a741 559 * mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist):
33b3ab5a 560 Use mh-junk-background consistently in call-process calls.
d57727c9
JB
561 (mh-bogofilter-blacklist, mh-bogofilter-whitelist)
562 (mh-spamprobe-blacklist, mh-spamprobe-whitelist):
563 Use with-current-buffer so the right thing happens if
33b3ab5a 564 mh-junk-background is t (closes SF #1594802).
a4de8c3d 565
33b3ab5a 566 * mh-e.el (mh-junk-background): Document that On value is 0;
a4de8c3d 567 t may be used for debugging.
e580a741 568
bf4c75a4
AS
5692006-11-10 Andreas Schwab <schwab@suse.de>
570
571 * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil".
572
9e21382c
GM
5732006-11-10 Glenn Morris <rgm@gnu.org>
574
575 * mh-e.el (mh-draft-folder): Doc fix (Nil -> nil).
576
25173d93
SG
5772006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org>
578
579 * mh-junk.el (mh-spamassassin-whitelist): Add two missing
33462dfa 580 quotation marks, so that the last two arguments of sa-learn
25173d93 581 are separated properly (closes SF #1565460).
d57727c9 582 (mh-spamassassin-blacklist): In example .procmailrc, add
25173d93 583 PATH element to find mhparam on Debian.
33462dfa 584
799f7c09
SG
5852006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org>
586
33462dfa 587 * mh-comp.el (mh-send-args): Initialize to "" instead of nil
799f7c09
SG
588 so that we always have a valid string for split-string even if
589 nothing is added in mh-send-letter (closes SF #1564742).
590
b67d4349
BW
5912006-07-03 Bill Wohler <wohler@newt.com>
592
593 Release MH-E version 8.0.2.
594
595 * mh-e.el (Version, mh-version): Update for release 8.0.2.
596
fbe4aef8
BW
5972006-07-03 Ted Phelps <phelps@gnusto.com> (tiny change)
598
599 * mh-tool-bar.el (mh-tool-bar-define): Fix XEmacs' vector-list so
600 it refers to the icons in mh-xemacs-icon-map instead of trying to
d57727c9 601 declare the icons in situ. This allows mh-tool-bar.el to be
481821c8 602 compiled under XEmacs. Remove initial value for
fbe4aef8 603 mh-tool-bar-folder-buttons, mh-tool-bar-show-buttons,
d57727c9 604 mh-tool-bar-letter-buttons. The MH-E icons now appear in XEmacs.
fbe4aef8 605 In mh-tool-bar-init, check for mh-xemacs-use-tool-bar-flag sooner.
d57727c9 606 This allows MH-E to be used in XEmacs in a tty (closes SF #1506846).
fbe4aef8 607
ebb4d60b
BW
6082006-07-03 Bill Wohler <wohler@newt.com>
609
610 * mh-e.el: Require mh-buffers and mh-compat before mh-xemacs now
611 that mh-xemacs needs functions in mh-compat.
612
1937adc2
BW
6132006-06-29 Bill Wohler <wohler@newt.com>
614
615 * mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in
616 loop construct to be consistent with other loops, and because
617 edebug doesn't work without it.
33462dfa 618
1937adc2
BW
6192006-06-29 Ted Phelps <phelps@gnusto.com> (tiny change)
620
621 * mh-search.el (mh-folder-exists-p): Strip + from folder to avoid
622 redundant +s in regexp (closes SF #1514424).
623
e0487df8
BW
6242006-06-29 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
625
626 * mh-mime.el (mh-mime-save-parts): Add -store option to
627 mhn (closes SF #1513140).
628
737abde8
BW
6292006-06-20 Bill Wohler <wohler@newt.com>
630
631 Release MH-E version 8.0.1.
632
633 * mh-e.el (Version, mh-version): Update for release 8.0.1.
634
d9044cd6
BW
6352006-06-15 Bill Wohler <wohler@newt.com>
636
637 * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2>
33b3ab5a 638 suffix for folder names, as <> are illegal filename characters on
7383ef6e 639 Windows (closes SF #1507002).
33462dfa 640
fbf62741
BW
6412006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change)
642
643 * mh-comp.el (mh-send-uses-spost): New variable.
644 (mh-send-letter): Do not use -msgid and -mime if
645 mh-send-uses-spost is t (closes SF #1486726).
646
d9044cd6 6472006-06-02 Bill Wohler <wohler@newt.com>
33462dfa 648
c4cc8b9a
JB
649 * mh-search.el (mh-folder-exists-p): Change test from an empty buffer,
650 to one that contains the actual folder, since GNU mailutils' folder
d9044cd6
BW
651 command displays output if the folder doesn't exist (closes SF
652 #1499712).
653
ae18726b
BW
6542006-05-06 Bill Wohler <wohler@newt.com>
655
656 Release MH-E version 8.0.
657
658 * mh-e.el (Version, mh-version): Update for release 8.0.
659
d2f8ce2f
BW
6602006-05-05 Bill Wohler <wohler@newt.com>
661
662 * mh-e.el: Update commentary.
663
0303217f
BW
6642006-04-28 Bill Wohler <wohler@newt.com>
665
666 Release MH-E version 7.95.
667
668 * mh-e.el (Version, mh-version): Update for release 7.95.
669
13384ea6
ED
6702006-04-26 Eric Ding <ericding@alum.mit.edu>
671
672 * mh-e.el (mh-invisible-header-fields-internal): Add entry
481821c8 673 "X-Provags-ID:".
13384ea6 674
6a7250d8
BW
6752006-04-25 Bill Wohler <wohler@newt.com>
676
677 * mh-letter.el (mh-folder-expand-at-point): Fix folder completion.
678 Folders returned by mh-folder-completion-function no longer need
679 adornment (closes SF #1476270).
680
237ad507
BW
6812006-04-21 Bill Wohler <wohler@newt.com>
682
683 * mh-e.el (Version, mh-version): Add +cvs to version.
684
d9ca64a9
BW
6852006-04-21 Bill Wohler <wohler@newt.com>
686
687 Release MH-E version 7.94.
688
689 * mh-e.el (Version, mh-version): Update for release 7.94.
690
15855f8f
BW
6912006-04-21 Bill Wohler <wohler@newt.com>
692
693 * mh-letter.el (mh-insert-letter): If a message number isn't
694 given, throw an error rather than using a potentially incorrect
481821c8 695 message number (closes SF #1473729). In addition, use the cur
15855f8f 696 message if mh-sent-from-msg is nil (when sending a message, in
481821c8 697 contrast to replying). Move conversion of int to string into
15855f8f
BW
698 interactive stanza so body can assume variables are of proper
699 type.
700
d2464a9f
BW
7012006-04-20 Bill Wohler <wohler@newt.com>
702
703 * mh-tool-bar.el (image-load-path): Define to shush compiler.
704 (mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it
705 isn't used outside of it.
d57727c9
JB
706 (mh-tool-bar-folder-buttons-init, mh-tool-bar-letter-buttons-init):
707 Update load-path/image-load-path before setting buttons.
708 This code used to be in mh-folder-mode/mh-letter-mode but this was
709 the wrong place since mh-tool-bar-*-buttons-init can also be called
710 when customizing the buttons.
d2464a9f
BW
711 (mh-tool-bar-update): New function which updates tool-bar-map in
712 all of the MH-E buffers after customizing the buttons (closes SF
713 #1452718).
714 (mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set):
715 Call it (closes SF #1452718).
716
481821c8 717 * mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
d2464a9f 718 mh-folder-tool-bar-map instead.
481821c8 719 (image-load-path): Delete. No longer used.
d2464a9f
BW
720 (mh-folder-mode): Moved setting of image-load-path into
721 mh-tool-bar-folder-buttons-init.
722
481821c8 723 * mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
d2464a9f 724 mh-letter-tool-bar-map instead.
481821c8 725 (image-load-path): Delete. No longer used.
d2464a9f
BW
726 (mh-letter-mode): Moved setting of image-load-path into
727 mh-tool-bar-letter-buttons-init.
728
729 * mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
730 instead of set-buffer.
731
d36069f0
BW
7322006-04-19 Bill Wohler <wohler@newt.com>
733
734 * mh-tool-bar.el (mh-tool-bar-define): Fix enable-expr so that one
02195654 735 can permanently disable a button (such as a separator) with nil.
d36069f0 736
17ce6de7
BW
7372006-04-18 Bill Wohler <wohler@newt.com>
738
739 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
740 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
741 (mh-min-colors-defined-flag): Do not unbind these macros and
481821c8 742 variables. Nice idea, but too many nasty side-effects. These
17ce6de7 743 macros are needed by [Cc]ustom-make-dependencies when creating the
481821c8
JB
744 MH-E customization groups in mh-cus-load.el. These disappeared
745 when the macros above were introduced. Besides, if a developer
17ce6de7
BW
746 were to try to show the help for a macro or variable they were
747 looking at and got [No match] when they did so, that would be bad.
748
cd35b20a
BW
7492006-04-17 Bill Wohler <wohler@newt.com>
750
d5468dff
BW
751 * mh-comp.el (mh-insert-x-mailer): Strip build number from
752 version in X-Mailer field (closes SF #1466481).
753
c90c4cf1
BW
754 * mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
755 variables and functions with the same name are found correctly by
756 find-func (invoked by clicking on the filename link in the *Help*
757 buffer).
481821c8 758 (mh-defmacro-compat): Rename to defmacro-mh. Ditto.
d57727c9 759
481821c8
JB
760 * mh-e.el (mh-defgroup): Rename to defgroup-mh. Ditto.
761 (mh-defcustom): Rename to defcustom-mh. Ditto.
762 (mh-defface): Rename to defface-mh. Ditto.
c90c4cf1
BW
763 (mh-font-lock-add-keywords): Make changes according to these
764 renamings.
765
766 * mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF
767 #1472029).
768
cd35b20a
BW
769 * mh-utils.el (mh-sub-folders-actual): Mention that folder must
770 have been processed by mh-normalize-folder-name.
771 (mh-folder-completion-function): Handle completion of folders with
481821c8 772 absolute names. Also, when flag is t, display complete folder name
cd35b20a
BW
773 to provide proper highlighting in Emacs 22 now that
774 minibuffer-completing-file-name is nil (closes SF #1470518).
775 (mh-folder-completing-read): No longer set
481821c8 776 minibuffer-completing-file-name to t. This was causing "Can't set
cd35b20a
BW
777 current directory errors" when browsing absolute file names.
778 Another benefit of this change is that SPC can be used for
779 completion again (closes SF #1470518).
780
21acd4c9
BW
7812006-04-15 Bill Wohler <wohler@newt.com>
782
783 * mh-compat.el (mh-font-lock-add-keywords): Fix typo in docstring.
784
30545916
BW
7852006-04-14 Bill Wohler <wohler@newt.com>
786
73e6d1af
BW
787 * mh-funcs.el (view-exit-action): No need to wrap defvar with
788 eval-when-compile when shushing compiler.
789
790 * mh-mime.el (mh-identity-pgg-default-user-id): Ditto.
791
792 * mh-seq.el (view-exit-action): Ditto.
793
794 * mh-show.el (font-lock-auto-fontify): Ditto.
795
481821c8 796 * mh-utils.el (mh-speed-flists-cache): Ditto.
73e6d1af 797
481821c8 798 * mh-acros.el (struct, x, y): No need to wrap defvar with
42f8c37f
BW
799 eval-when-compile when shushing compiler, even when
800 mh-do-in-xemacs or another construct is used.
801
802 * mh-comp.el (sendmail-coding-system): Ditto.
803
804 * mh-e.el (mark-active): Ditto.
805
806 * mh-folder.el (desktop-save-buffer, font-lock-auto-fontify)
807 (image-load-path, font-lock-defaults): Ditto.
808
809 * mh-letter.el (image-load-path, font-lock-defaults): Ditto.
810
811 * mh-mime.el (dots, type, ov)
812 (mm-verify-function-alist, mm-decrypt-function-alist)
813 (pressed-details): Ditto.
814
815 * mh-search.el (pick-folder, mh-do-in-xemacs)
816 (mh-mairix-folder, mh-flists-search-folders)
817 (which-func-mode, mh-speed-flists-inhibit-flag): Ditto.
818
819 * mh-seq.el (tool-bar-mode): Ditto.
820
821 * mh-utils.el (completion-root-regexp)
822 (minibuffer-completing-file-name): Ditto.
823
824 * mh-xface.el (default-enable-multibyte-characters): Ditto.
825
30545916 826 * mh-compat.el (mh-font-lock-add-keywords): New alias for
481821c8 827 font-lock-add-keywords. Returns nil on XEmacs.
30545916
BW
828
829 * mh-e.el: Add MH-E function and variable keywords such as
33462dfa 830 mh-defun-compat and mh-defcustom to font-lock-keywords.
30545916 831
70a1d47e
BW
8322006-04-13 Bill Wohler <wohler@newt.com>
833
834 * mh-e.el (customize-package-emacs-version-alist)
835 (mh-e, mh-alias, mh-folder, mh-folder-selection)
836 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
481821c8 837 (mh-scan-line-formats, mh-search, mh-sending-mail)
70a1d47e
BW
838 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
839 (mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
840 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
841 (mh-alias-insert-file, mh-alias-insertion-location)
842 (mh-alias-local-users, mh-alias-local-users-prefix)
843 (mh-alias-passwd-gecos-comma-separator-flag)
844 (mh-new-messages-folders, mh-ticked-messages-folders)
845 (mh-large-folder, mh-recenter-summary-flag)
846 (mh-recursive-folders-flag, mh-sortm-args)
481821c8 847 (mh-default-folder-for-message-function)
70a1d47e
BW
848 (mh-default-folder-list, mh-default-folder-must-exist-flag)
849 (mh-default-folder-prefix, mh-identity-list)
850 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
851 (mh-identity-default, mh-identity-handlers, mh-inc-prog)
852 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
853 (mh-junk-program, mh-compose-insertion)
854 (mh-compose-skipped-header-fields)
855 (mh-compose-space-does-completion-flag)
856 (mh-delete-yanked-msg-window-flag)
857 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
858 (mh-letter-complete-function, mh-letter-fill-column)
859 (mh-mml-method-default, mh-signature-file-name)
481821c8 860 (mh-signature-separator-flag, mh-x-face-file)
70a1d47e
BW
861 (mh-yank-behavior, mh-interpret-number-as-range-flag)
862 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
863 (mh-search-program, mh-compose-forward-as-mime-flag)
864 (mh-compose-letter-function, mh-compose-prompt-flag)
865 (mh-forward-subject-format, mh-insert-x-mailer-flag)
866 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
481821c8 867 (mh-reply-show-message-flag)
70a1d47e
BW
868 (mh-refile-preserves-sequences-flag, mh-tick-seq)
869 (mh-update-sequences-after-mh-show-flag)
870 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
481821c8 871 (mh-decode-mime-flag)
70a1d47e
BW
872 (mh-display-buttons-for-alternatives-flag)
873 (mh-display-buttons-for-inline-parts-flag)
874 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
875 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
876 (mh-highlight-citation-style, mh-invisible-header-fields)
877 (mh-invisible-header-fields-default, mh-lpr-command-format)
878 (mh-max-inline-image-height, mh-max-inline-image-width)
879 (mh-mhl-format-file, mh-mime-save-parts-default-directory)
880 (mh-print-background-flag, mh-show-maximum-size)
881 (mh-show-use-xface-flag, mh-store-default-directory)
882 (mh-summary-height, mh-speed-update-interval)
883 (mh-show-threads-flag, mh-tool-bar-search-function)
884 (mh-defcustom, mh-after-commands-processed-hook)
885 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
886 (mh-before-quit-hook, mh-before-send-letter-hook)
887 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
481821c8 888 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
70a1d47e
BW
889 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
890 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
891 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
892 (mh-unseen-updated-hook, mh-folder-address, mh-folder-body)
893 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
894 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
895 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
896 (mh-folder-subject, mh-folder-tick, mh-folder-to)
897 (mh-letter-header-field, mh-search-folder, mh-show-cc)
898 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
899 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
481821c8 900 (mh-show-subject, mh-show-to, mh-show-xface)
70a1d47e
BW
901 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
902 (mh-speedbar-selected-folder)
903 (mh-speedbar-selected-folder-with-unseen-messages): Use dotted
904 notation in :package-version keyword.
905
fde155f4
BW
9062006-04-07 Bill Wohler <wohler@newt.com>
907
908 * mh-e.el (mh-path, mh-variant): Define with mh-defcustom and add
909 :package-version keyword.
910
59e8810f
BW
9112006-03-31 Bill Wohler <wohler@newt.com>
912
913 * mh-e.el (mh-strip-package-version): Move before use to avoid
481821c8 914 compiler error. Make macro, also to avoid compiler error.
367c48ef
BW
915 (mh-defface-compat): Incorporate body into mh-face-data and
916 delete.
59e8810f 917
23347d76
BW
9182006-03-30 Bill Wohler <wohler@newt.com>
919
920 * mh-e.el (mh-defcustom, mh-defface, mh-defgroup): Macros to
921 remove new :package-version keyword in older settings.
922 (customize-package-emacs-version-alist): Add MH-E version to Emacs
923 version mappings.
924 (mh-e, mh-alias, mh-folder, mh-folder-selection)
925 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
926 (mh-scan-line-formats, mh-search, mh-sending-mail)
927 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
928 (mh-hooks, mh-faces): Add :package-version keyword to these
def27552 929 groups (closes SF #1452724).
23347d76
BW
930 (mh-alias-completion-ignore-case-flag)
931 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
932 (mh-alias-insert-file, mh-alias-insertion-location)
933 (mh-alias-local-users, mh-alias-local-users-prefix)
934 (mh-alias-passwd-gecos-comma-separator-flag)
935 (mh-new-messages-folders, mh-ticked-messages-folders)
936 (mh-large-folder, mh-recenter-summary-flag)
937 (mh-recursive-folders-flag, mh-sortm-args)
938 (mh-default-folder-for-message-function)
939 (mh-default-folder-list, mh-default-folder-must-exist-flag)
940 (mh-default-folder-prefix, mh-identity-list)
941 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
942 (mh-identity-default, mh-identity-handlers, mh-inc-prog)
943 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
944 (mh-junk-program, mh-compose-insertion)
945 (mh-compose-skipped-header-fields)
946 (mh-compose-space-does-completion-flag)
947 (mh-delete-yanked-msg-window-flag)
948 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
949 (mh-letter-complete-function, mh-letter-fill-column)
950 (mh-mml-method-default, mh-signature-file-name)
951 (mh-signature-separator-flag, mh-x-face-file)
952 (mh-yank-behavior, mh-interpret-number-as-range-flag)
953 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
954 (mh-search-program, mh-compose-forward-as-mime-flag)
955 (mh-compose-letter-function, mh-compose-prompt-flag)
956 (mh-forward-subject-format, mh-insert-x-mailer-flag)
957 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
958 (mh-reply-show-message-flag)
959 (mh-refile-preserves-sequences-flag, mh-tick-seq)
960 (mh-update-sequences-after-mh-show-flag)
961 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
962 (mh-decode-mime-flag)
963 (mh-display-buttons-for-alternatives-flag)
964 (mh-display-buttons-for-inline-parts-flag)
965 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
966 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
967 (mh-highlight-citation-style, mh-invisible-header-fields)
968 (mh-invisible-header-fields-default, mh-lpr-command-format)
969 (mh-max-inline-image-height, mh-max-inline-image-width)
970 (mh-mhl-format-file, mh-mime-save-parts-default-directory)
971 (mh-print-background-flag, mh-show-maximum-size)
972 (mh-show-use-xface-flag, mh-store-default-directory)
973 (mh-summary-height, mh-speed-update-interval)
974 (mh-show-threads-flag, mh-tool-bar-search-function): Add
def27552 975 :package-version keyword to these options (closes SF #1452724).
23347d76
BW
976 (mh-after-commands-processed-hook)
977 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
978 (mh-before-quit-hook, mh-before-send-letter-hook)
979 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
980 (mh-forward-hook, mh-inc-folder-hook)
981 (mh-insert-signature-hook)
982 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
983 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
984 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
985 (mh-unseen-updated-hook): Add :package-version keyword to these
def27552 986 hooks (closes SF #1452724).
23347d76
BW
987 (mh-min-colors-defined-flag)
988 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
989 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
990 (mh-folder-msg-number, mh-folder-refiled)
991 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
992 (mh-folder-subject, mh-folder-tick, mh-folder-to)
993 (mh-letter-header-field, mh-search-folder, mh-show-cc)
994 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
995 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
996 (mh-show-subject, mh-show-to, mh-show-xface)
997 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
998 (mh-speedbar-selected-folder)
999 (mh-speedbar-selected-folder-with-unseen-messages): : Add
def27552 1000 :package-version keyword to these faces (closes SF #1452724).
23347d76
BW
1001
1002 * mh-tool-bar.el (mh-tool-bar-define): Added commented-out
def27552 1003 :package-version keywords (closes SF #1452724).
23347d76 1004
798b73dd
BW
10052006-03-28 Bill Wohler <wohler@newt.com>
1006
84b57004
BW
1007 * mh-tool-bar.el: Use clipboard-kill-region,
1008 clipboard-kill-ring-save, and clipboard-yank instead of undo,
d57727c9 1009 kill-region, and menu-bar-kill-ring-save respectively. In
84b57004
BW
1010 MH-Letter mode, move save-buffer and mh-fully-kill-draft icons in
1011 front of mh-compose-insertion to be consistent with other mailers,
d57727c9 1012 such as Evolution. In MH-Folder mode, move vanilla reply icon to
481821c8 1013 the left of the other reply icons. Use mail/inbox icon instead of
84b57004
BW
1014 mail, next-page instead of page-down, delete instead of close,
1015 mail/move instead of mail/refile, data-save instead of execute,
1016 mail/flag-for-followup instead of highlight, contact instead of
1017 mail/alias, open instead of fld-open, zoom-out instead of widen.
1018
33462dfa 1019 * mh-folder.el (mh-execute-commands, mh-rescan-folder):
798b73dd
BW
1020 * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
1021
83c3d14f 10222006-03-27 Eric Ding <ericding@alum.mit.edu>
2e9aae14
ED
1023
1024 * mh-e.el (mh-invisible-header-fields-internal): Add entries
d57727c9 1025 "X-AOL-IP:" and "X-MB-Message-" (AOL WebMail).
2e9aae14 1026
d79c9e9d
BW
10272006-03-19 Bill Wohler <wohler@newt.com>
1028
72cf2f2e
BW
1029 * mh-comp.el (mh-reply): Sync docstring with manual.
1030
d79c9e9d
BW
1031 * mh-compat.el (mh-image-load-path-for-library): Shorten first line in
1032 docstring.
1033
1792673d
BW
10342006-03-17 Bill Wohler <wohler@newt.com>
1035
d57727c9 1036 * mh-compat.el (mh-image-load-path-for-library): Minor docstring fix.
1792673d 1037
e8b5a7ce
BW
10382006-03-16 Bill Wohler <wohler@newt.com>
1039
16b9a476
BW
1040 * mh-comp.el (mh-send-letter): Use split-string to break up
1041 mh-send-args (closes SF #1448604).
1042 (mh-compose-and-send-mail): Use run-hook-with-args for
1043 mh-compose-letter-function.
1044
8d1ada53
BW
1045 * mh-e.el (mh-list-to-string-1): Use dolist.
1046
d57727c9 1047 * mh-compat.el (mh-image-load-path-for-library): Prefer user's images.
e8b5a7ce 1048
f875b154
BW
10492006-03-15 Bill Wohler <wohler@newt.com>
1050
1051 * mh-compat.el (mh-image-load-path-for-library): Fix example by
481821c8 1052 not recommending that one binds image-load-path. Just defvar it to
f875b154
BW
1053 placate compiler and only use it if previously defined.
1054
1055 * mh-e.el (image-load-path): Don't bind!
1056
1057 * mh-folder.el (mh-folder-mode): Only use image-load-path if
1058 previously defined.
1059
1060 * mh-letter.el (mh-letter-mode): Ditto.
1061
1062 * mh-utils.el (mh-logo-display): Ditto.
1063
44e3f440
BW
10642006-03-14 Bill Wohler <wohler@newt.com>
1065
1066 * mh-compat.el (mh-image-load-path-for-library): Incorporate
1067 changes from image-load-path-for-library, which are:
1068 (image-load-path-for-library): Pass value of path rather than
d57727c9 1069 symbol. Always return list of directories. Guarantee that image
44e3f440
BW
1070 directory comes first.
1071
1072 * mh-e.el (image-load-path): Define on those Emacsen that lack it
33462dfa 1073 to avoid compile and run-time errors.
44e3f440
BW
1074
1075 * mh-folder.el (mh-folder-mode): Use new idiom for setting
1076 image-load-path.
1077
33462dfa 1078 * mh-letter.el (mh-letter-mode): Ditto.
44e3f440
BW
1079
1080 * mh-utils.el (mh-logo-display): Ditto.
1081
2044e8f1
BW
10822006-03-12 Bill Wohler <wohler@newt.com>
1083
1084 * mh-utils.el (mh-folder-list): Fix docstring (closes SF
1085 #1448498).
1086
0c32f8c6
BW
10872006-03-10 Bill Wohler <wohler@newt.com>
1088
4a732ae9 1089 * mh-compat.el (mh-replace-regexp-in-string): Pass the literal
481821c8 1090 flag to replace-in-string. This was badly needed by
4a732ae9
BW
1091 mh-quote-pick-expr in order to properly quote subjects when using
1092 / s on XEmacs (closes SF #1447598).
481821c8
JB
1093 (mh-image-load-path-for-library): Merged changes from Reiner. Add
1094 no-error argument. If path t, just return directory.
4a732ae9 1095
0c32f8c6
BW
1096 * mh-e.el (mh-profile-component): Drop `s' from mhparam
1097 -components for Mailutils compatibility (closes SF #1446985).
1098
971a25ab
BW
10992006-03-06 Bill Wohler <wohler@newt.com>
1100
1101 * mh-e.el (Version, mh-version): Add +cvs to version.
1102
1af028e6
SD
11032006-03-05 Satyaki Das <satyaki@theforce.stanford.edu>
1104
1105 * mh-search.el (mh-index-update-single-msg): Fix a bug in the
1106 handling of duplicate messages. The test in cond was too strong
1107 and wasn't catching the case where origin-map was nil.
1108
b1d9cef4
BW
11092006-03-05 Bill Wohler <wohler@newt.com>
1110
1111 Release MH-E version 7.93.
1112
1113 * mh-e.el (Version, mh-version): Update for release 7.93.
33462dfa 1114
fd5536d8
BW
11152006-03-05 Bill Wohler <wohler@newt.com>
1116
1117 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when
1118 calling mh-image-load-path-for-library since this is the default.
1119
1120 * mh-letter.el (mh-letter-mode): Ditto.
1121
1122 * mh-utils.el (mh-logo-display): Ditto.
1123
c80658b7
BW
11242006-03-04 Bill Wohler <wohler@newt.com>
1125
1126 * mh-compat.el (mh-image-load-path-for-library): Move here from
1127 mh-utils.el and wrap with mh-defun-compat since this function will
1128 be soon added to image.el.
33462dfa 1129
d57727c9 1130 * mh-utils.el (mh-image-load-path-for-library): Move to mh-compat.el.
c80658b7
BW
1131 (mh-normalize-folder-name): Add return-nil-if-folder-empty
1132 argument which is useful when calling mh-normalize-folder-name to
1133 process the folder argument for the folders command.
1134 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make
d57727c9 1135 this function more robust. It could too easily list the folders in /.
c80658b7 1136 (mh-folder-list): Fix a couple of problems pointed out by Thomas
481821c8 1137 Baumann. Set folder to nil if empty. Don't append "/" if folder nil.
c80658b7 1138
3fbc098d
BW
11392006-03-03 Bill Wohler <wohler@newt.com>
1140
481821c8 1141 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
5e9edb94
BW
1142 mh-image-load-path-for-library.
1143
1144 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
1145 mh-image-load-path-for-library.
1146
1147 * mh-utils.el (mh-image-load-path): Rename to
d57727c9
JB
1148 mh-image-load-path-for-library. Add example to docstring. Rename
1149 local variable mh-image-directory to image-directory. Move error
5e9edb94
BW
1150 checks to default case in cond and simplify.
1151
3fbc098d
BW
1152 * mh-comp.el (mh-send-letter, mh-insert-auto-fields): Sync
1153 docstrings with manual.
1154
efc27af6
BW
11552006-03-02 Bill Wohler <wohler@newt.com>
1156
1157 * mh-folder.el (mh-tool-bar-init): Autoload.
1158 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs.
1159 Set scoped variables image-load-path and load-path with updated
1160 mh-image-load-path before calling mh-tool-bar-folder-buttons-init.
1161
1162 * mh-letter.el (mh-tool-bar-init): Autoload.
1163 (mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs.
1164 Set scoped variables image-load-path and load-path with updated
1165 mh-image-load-path before calling mh-tool-bar-letter-buttons-init.
1166
1167 * mh-show.el (mh-tool-bar-init): Autoload.
1168 (mh-show-mode): Perform tool bar stuff conditionally in XEmacs and
1169 GNU Emacs.
1170
1171 * mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
1172 messages per conventions.
1173 (mh-tool-bar-folder-buttons-init)
1174 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
1175 (mh-tool-bar-define call): Format.
1176
c80658b7
BW
1177 * mh-utils.el (mh-image-directory)
1178 (mh-image-load-path-called-flag): Delete.
d57727c9 1179 (mh-image-load-path): Incorporate changes from Gnus team. Biggest
efc27af6
BW
1180 changes are that it no longer uses/sets mh-image-directory or
1181 mh-image-load-path-called-flag, and returns the updated path
1182 rather than change it.
1183 (mh-logo-display): Change usage of mh-image-load-path.
1184
a9e22173
BW
11852006-02-28 Bill Wohler <wohler@newt.com>
1186
052df334
BW
1187 * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
1188 (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow
1189 to subjects with special characters by quoting regular expression
1190 characters in pick expression derived from existing subjects and
1191 other fields (closes SF #1432548).
66b265f5
BW
1192 (mh-narrow-to-subject): Remove Re: string from subject so that
1193 pick can find originating message (closes SF #1438369).
052df334 1194
a9e22173
BW
1195 * mh-utils.el (mh-image-load-path): Rename variable to
1196 mh-image-directory.
1197 (mh-image-load-path): Access mh-image-directory instead of
1198 mh-image-load-path.
898dda92 1199 (mh-folder-list): Fix problem with passing in a folder and getting
d57727c9
JB
1200 nothing back. Fix problem with passing in empty string and getting
1201 the entire filesystem (or infinite loop). Don't append slash to
1202 folder. These fixes fix problems observed with the pick search.
898dda92 1203 Thanks to Thomas Baumann for the help (closes SF #1435381).
052df334
BW
1204 (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and
1205 function for quoting pick regular expression characters (closes SF
1206 #1432548).
a9e22173 1207
a425dc3d
BW
12082006-02-27 Bill Wohler <wohler@newt.com>
1209
bc4c8031
BW
1210 * mh-e.el (mh-default-folder-for-message-function): Sync docstring
1211 with manual.
1212
c99f6227 1213 * mh-mime.el (mh-minibuffer-read-type): Delete comment in
0659521f
BW
1214 docstring about obsolete variable mh-mime-content-types.
1215
abc46e90
BW
1216 * mh-e.el (mh-variant): Sync docstring with manual.
1217 (cus-face): Require as it is needed by mh-inherit-face-flag.
1218
a425dc3d
BW
1219 * mh-compat.el (mh-display-color-cells): Return 2 if
1220 device-color-cells returns nil (closes SF #1436924).
1221
d57727c9 1222 * mh-e.el (mh-compiling-flag): Delete. No longer needed by
a425dc3d
BW
1223 mh-display-color-cells.
1224
f669a69d
ED
12252006-02-21 Eric Ding <ericding@alum.mit.edu>
1226
c99f6227 1227 * mh-e.el (mh-invisible-header-fields-internal): Add entry
481821c8 1228 "X-Sasl-enc:".
f669a69d 1229
efd5b7df
ED
12302006-02-20 Eric Ding <ericding@alum.mit.edu>
1231
c99f6227 1232 * mh-e.el (mh-invisible-header-fields-internal): Add entries
efd5b7df
ED
1233 "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
1234 "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
1235 "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and
1236 "X-Roving-" by removing unnecessary "*" at end.
1237
ae494f66
BW
12382006-02-19 Bill Wohler <wohler@newt.com>
1239
1240 * mh-alias.el (mh-address-mail-regexp)
1241 (mh-goto-address-find-address-at-point): Delete copies from
1242 goto-addr.el.
1243 (mh-alias-suggest-alias): Use goto-address-mail-regexp instead of
1244 mh-address-mail-regexp.
1245 (mh-alias-add-address-under-point): Use
1246 goto-address-find-address-at-point instead of
1247 mh-goto-address-find-address-at-point.
1248
1249 * mh-e.el (mh-show-use-goto-addr-flag): Delete.
1250
1251 * mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
1252 docstring.
d57727c9 1253 (mh-show-addr): Call goto-address unconditionally. User should use
ae494f66
BW
1254 goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
1255
803c3044
BW
12562006-02-18 Bill Wohler <wohler@newt.com>
1257
1258 * mh-e.el (Version, mh-version): Add +cvs to version.
1259
927967ee
BW
12602006-02-18 Bill Wohler <wohler@newt.com>
1261
1262 Release MH-E version 7.92.
1263
1264 * mh-e.el (Version, mh-version): Update for release 7.92.
1265
6e69a0bf
BW
12662006-02-17 Bill Wohler <wohler@newt.com>
1267
b95d0a24
BW
1268 * mh-e.el (mh-folder-msg-number): Use purple on low-color, light
1269 backgrounds per Mark's suggestion.
1270
6e69a0bf
BW
1271 * mh-utils.el (mh-image-load-path): Fix problem that images on
1272 load-path or image-load-path would win over relative paths (newer
1273 MH-E or Emacs distribution).
1274
dccd067f
BW
12752006-02-16 Bill Wohler <wohler@newt.com>
1276
d57727c9 1277 * mh-e.el (mh-inherit-face-flag): New variable. Non-nil means that
6d21875b
BW
1278 the defface :inherit keyword is available.
1279 (mh-face-data): New variable (contains all face specs) and
1280 function (accessor).
1281 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
1282 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
1283 (mh-folder-msg-number, mh-folder-refiled)
1284 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
1285 (mh-folder-subject, mh-folder-tick, mh-folder-to)
1286 (mh-search-folder, mh-letter-header-field, mh-show-cc)
1287 (mh-show-date, mh-show-from)
1288 (mh-show-header, mh-show-pgg-bad, mh-show-pgg-good)
1289 (mh-show-pgg-unknown, mh-show-signature, mh-show-subject)
1290 (mh-show-to, mh-show-xface, mh-speedbar-folder)
1291 (mh-speedbar-folder-with-unseen-messages)
1292 (mh-speedbar-selected-folder)
d57727c9
JB
1293 (mh-speedbar-selected-folder-with-unseen-messages):
1294 Use mh-face-data.
6d21875b 1295
dccd067f
BW
1296 * mh-utils.el (mh-image-load-path): The variables image-load-path
1297 or load-path would not get updated if user set mh-image-load-path.
1298 Moved tests and add-to-list calls outside of cond so they are
1299 applied consistently, even if they are redundant in some
d57727c9 1300 circumstances. Efficiency isn't a concern here. Made error
dccd067f
BW
1301 messages more user-friendly.
1302
fc0f755f
PG
13032006-02-15 Peter S Galbraith <psg@debian.org>
1304
1305 * mh-compat.el (mh-image-search-load-path): Compatibility code.
1306 Emacs 21 and XEmacs don't have `image-search-load-path'.
1307
1308 * mh-utils.el (mh-image-load-path): Don't bail out on error if the
1309 images are already found.
1310
be397698
BW
13112006-02-10 Bill Wohler <wohler@newt.com>
1312
1313 * mh-search.el (mh-search): Wrap code in (block mh-search ...)
d57727c9 1314 rather than use defun*. XEmacs cannot create a proper autoload for
be397698
BW
1315 a defun*.
1316
613cd8c5
BW
13172006-02-09 Bill Wohler <wohler@newt.com>
1318
da01a066
BW
1319 * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since
1320 that causes an infinite loop on XEmacs.
1321
613cd8c5
BW
1322 * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
1323 argument.
1324
201a821a
PG
13252006-02-08 Peter S Galbraith <psg@debian.org>
1326
1327 * mh-e.el (mh-invisible-header-fields-internal): Added entries
d57727c9 1328 "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash".
201a821a 1329
dc4d94d5
BW
13302006-02-04 Bill Wohler <wohler@newt.com>
1331
1332 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
d57727c9 1333 has an emacsclient command that supports --eval. I had read that
dc4d94d5
BW
1334 gnudoit was deprecated in favor of gnuclient anyway.
1335
7b0fed56 13362006-02-04 Eric Ding <ericding@alum.mit.edu>
39ee09ff 1337
c99f6227 1338 * mh-mime.el (mh-file-mime-type-substitutions): Add entries to
7b0fed56 1339 handle OpenOffice documents.
39ee09ff 1340
d4ff848f
BW
13412006-02-03 Bill Wohler <wohler@newt.com>
1342
1343 * mh-e.el (Version, mh-version): Add +cvs to version.
1344
5f627e35
BW
13452006-02-03 Bill Wohler <wohler@newt.com>
1346
1347 Release MH-E version 7.91.
1348
1349 * mh-e.el (Version, mh-version): Update for release 7.91.
1350
36685bff
BW
13512006-02-03 Bill Wohler <wohler@newt.com>
1352
664ca6b2 1353 * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag)
d57727c9 1354 (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope
664ca6b2
BW
1355 of local variable mh-library-name.
1356
36685bff
BW
1357 * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
1358 (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors
1359 88) with (min-colors 64) in face specifications so that MH-E still
1360 looks good on systems with fewer colors (such as Eric Ding's).
1361
39ee09ff 13622006-02-03 Peter S Galbraith <psg@debian.org>
e1144ff6
PG
1363
1364 * mh-utils.el (mh-image-load-path): New variable to optionally
33462dfa 1365 hold the directory where MH-E images are stored. If nil, then
e1144ff6
PG
1366 the function `mh-image-load-path' will find it. This variable
1367 will be used for Debian packaging.
1368 (mh-image-load-path function): Use variable `mh-image-load-path'
1369 if non-nil and exists.
1370
f169fdd3
MB
13712006-02-03 Mark D. Baushke <mdb@gnu.org>
1372
1373 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
7383ef6e 1374 for GNU Emacs or XEmacs to avoid void-variable tool-bar-map lisp
f169fdd3
MB
1375 errors if describe-bindings is called before tool-bar-mode is used.
1376
e6e91eda
PG
13772006-02-03 Peter S Galbraith <psg@debian.org>
1378
1379 * mh-compat.el (mh-url-unreserved-chars): Fix typo from
1380 `mh-url-unresrved-chars'.
1381
5a286ce9
BW
13822006-02-02 Bill Wohler <wohler@newt.com>
1383
1384 * mh-e.el (Version, mh-version): Add +cvs to version.
1385
8f58061a
BW
13862006-02-02 Bill Wohler <wohler@newt.com>
1387
1388 Release MH-E version 7.90.
1389
1390 * mh-e.el (Version, mh-version): Update for release 7.90.
1391
d5dc8c56
BW
13922006-02-01 Bill Wohler <wohler@newt.com>
1393
92486f28
BW
1394 * mh-search.el (which-func-mode): Shush compiler on Emacs 21 too.
1395
d5dc8c56
BW
1396 * mh-alias.el (mh-alias-gecos-name): Use
1397 mh-replace-regexp-in-string instead of replace-regexp-in-string.
1398 (crm, multi-prompt): Use mh-require instead of require.
1399 (mh-goto-address-find-address-at-point): Use
1400 mh-line-beginning-position and mh-line-end-position instead of
d57727c9 1401 line-beginning-position and line-end-position. Use
d5dc8c56
BW
1402 mh-match-string-no-properties instead of
1403 match-string-no-properties.
1404
1405 * mh-comp.el (mh-modify-header-field): Use
1406 mh-line-beginning-position and mh-line-end-position instead of
1407 line-beginning-position and line-end-position.
1408
1409 * mh-compat.el (mailabbrev): Use mh-require instead of require.
1410 (mh-assoc-string, mh-display-completion-list, mh-face-foreground)
1411 (mh-face-background): Make docstring consistent.
1412 (mh-require, mh-cancel-timer, mh-display-color-cells)
1413 (mh-line-beginning-position, mh-line-end-position)
1414 (mh-match-string-no-properties, mh-replace-regexp-in-string)
33462dfa 1415 (mh-view-mode-enter): Move definition here from mh-xemacs.el and
d5dc8c56
BW
1416 add mh- prefix since compatibility functions should have our
1417 package prefix (mh-) by Emacs convention and to avoid messing up
1418 checks for the same functions in other packages.
1419
1420 * mh-e.el (mh-compiling-flag): Move mh-xemacs-compiling-flag here
1421 from mh-xemacs.el and rename.
1422 (mh-xargs): Use mh-line-beginning-position and
1423 mh-line-end-position instead of line-beginning-position and
1424 line-end-position.
1425 (mh-defface-compat): Use mh-display-color-cells instead of
1426 display-color-cells.
1427
1428 * mh-folder.el (which-func): Use mh-require instead of require.
1429
1430 * mh-funcs.el (mh-list-folders): Use mh-view-mode-enter instead of
1431 view-mode-enter.
1432
d57727c9
JB
1433 * mh-gnus.el (gnus-util, mm-bodies, mm-decode, mm-view, mml):
1434 Use mh-require instead of require.
d5dc8c56
BW
1435
1436 * mh-letter.el (mh-letter-header-end, mh-letter-mode)
1437 (mh-letter-next-header-field): Use mh-line-beginning-position and
1438 mh-line-end-position instead of line-beginning-position and
1439 line-end-position.
1440
1441 * mh-limit.el (mh-subject-to-sequence-unthreaded): Use
1442 mh-match-string-no-properties instead of
1443 match-string-no-properties.
1444 (mh-narrow-to-header-field): Use mh-line-beginning-position and
1445 mh-line-end-position instead of line-beginning-position and
1446 line-end-position.
1447
1448 * mh-mime.el (mh-mime-inline-part, mh-mm-display-part)
1449 (mh-mh-quote-unescaped-sharp, mh-mh-directive-present-p): Use
1450 mh-line-beginning-position and mh-line-end-position instead of
1451 line-beginning-position and line-end-position.
1452
1453 * mh-search.el (which-func): Use mh-require instead of require.
1454 (mh-make-pick-template, mh-index-visit-folder)
1455 (mh-pick-parse-search-buffer, mh-swish-next-result)
1456 (mh-mairix-next-result, mh-namazu-next-result)
1457 (mh-pick-next-result, mh-grep-next-result)
1458 (mh-index-create-imenu-index, mh-index-match-checksum)
1459 (mh-md5sum-parser, mh-openssl-parser, mh-index-update-maps): Use
1460 mh-line-beginning-position and mh-line-end-position instead of
1461 line-beginning-position and line-end-position.
1462
1463 * mh-seq.el (mh-list-sequences): Use mh-view-mode-enter instead of
1464 view-mode-enter.
1465 (mh-folder-size-flist, mh-parse-flist-output-line)
1466 (mh-add-sequence-notation): Use mh-line-beginning-position and
1467 mh-line-end-position instead of line-beginning-position and
1468 line-end-position.
1469
1470 * mh-show.el (mh-show-addr): Use mh-require instead of require.
1471
1472 * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-toggle)
1473 (mh-speed-view, mh-folder-speedbar-buttons)
1474 (mh-speed-highlight, mh-speed-goto-folder)
1475 (mh-speed-add-buttons, mh-speed-parse-flists-output)
1476 (mh-speed-invalidate-map, mh-speedbar-change-expand-button-char)
1477 (mh-speed-add-folder): Use mh-line-beginning-position and
1478 mh-line-end-position instead of line-beginning-position and
1479 line-end-position.
1480 (mh-speed-flists): Use mh-cancel-timer instead of cancel-timer.
1481
1482 * mh-thread.el (mh-thread-find-children)
1483 (mh-thread-parse-scan-line, mh-thread-generate): Use
1484 mh-line-beginning-position and mh-line-end-position instead of
1485 line-beginning-position and line-end-position.
1486
1487 * mh-utils.el (mh-colors-available-p): Use mh-display-color-cells
1488 instead of display-color-cells.
1489 (mh-folder-list): Use mh-replace-regexp-in-string instead of
1490 replace-regexp-in-string.
1491 (mh-sub-folders-actual, mh-letter-toggle-header-field-display):
1492 Use mh-line-beginning-position and mh-line-end-position instead of
1493 line-beginning-position and line-end-position.
1494
1495 * mh-comp.el (mh-send-sub): Don't find components file in current
1496 directory--this seems to have been a side-effect of commenting out
481821c8 1497 the use of an old mh-etc variable. Improve error message.
d5dc8c56 1498
06e7028b
BW
14992006-01-31 Bill Wohler <wohler@newt.com>
1500
1501 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name
1502 argument since compatibility functions should have our package
1503 prefix (mh-) by Emacs convention and to avoid messing up checks
d57727c9 1504 for the same functions in other packages. Use explicit argument
d5dc8c56 1505 instead of forming name by adding mh- prefix so that one can grep
06e7028b
BW
1506 and find the definition.
1507
1508 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
d57727c9
JB
1509 (mh-alias-expand, mh-alias-minibuffer-confirm-address):
1510 Use mh-assoc-string instead of assoc-string.
06e7028b
BW
1511
1512 * mh-compat.el (assoc-string): Rename to mh-assoc-string.
d57727c9
JB
1513 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string):
1514 Move here from mh-utils.el.
06e7028b
BW
1515 (mh-display-completion-list): Move here from mh-comp.el.
1516 (mh-face-foreground, mh-face-background): Move here from
1517 mh-xface.el.
481821c8 1518 (mh-write-file-functions): Move here from mh-folder.el.
06e7028b
BW
1519
1520 * mh-folder.el (mh-write-file-functions-compat): Move to
1521 mh-compat.el and rename to mh-write-file-functions.
1522 (mh-folder-mode): Use the new name.
1523
1524 * mh-gnus.el (gnus-local-map-property): Rename to
1525 mh-gnus-local-map-property.
1526 (mm-merge-handles): Rename to mh-mm-merge-handles.
1527 (mm-set-handle-multipart-parameter): Rename to
1528 mh-mm-set-handle-multipart-parameter.
1529 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
1530 (mm-possibly-verify-or-decrypt): Rename to
1531 mh-mm-possibly-verify-or-decrypt.
1532 (mm-handle-multipart-ctl-parameter): Rename to
1533 mh-mm-handle-multipart-ctl-parameter.
1534 (mm-readable-p): Rename to mh-mm-readable-p.
1535 (mm-long-lines-p): Rename to mh-mm-long-lines-p.
1536 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
1537 (mm-destroy-parts): Rename to mh-mm-destroy-parts.
1538 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
1539 (mml-minibuffer-read-disposition): Rename to
1540 mh-mml-minibuffer-read-disposition.
1541
1542 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
1543 instead of assoc-string.
1544
1545 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
1546 (mh-mime-display, mh-mime-display-security)
1547 (mh-insert-mime-button, mh-insert-mime-security-button)
1548 (mh-handle-set-external-undisplayer)
1549 (mh-mime-security-press-button, mh-mime-security-show-details)
1550 (mh-mml-attach-file, mh-mime-cleanup)
1551 (mh-destroy-postponed-handles): Use new mh-* names for
1552 compatibility functions.
1553
1554 * mh-utils.el (mail-abbrev-make-syntax-table): Move to
1555 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table.
1556 (mh-beginning-of-word): Use the new name.
1557 (mh-get-field): Delete ancient alias.
1558
1559 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
c4cc8b9a 1560 and rename to mh-face-foreground.
06e7028b
BW
1561 (mh-face-background-compat): Move to mh-compat.el
1562 and rename to mh-face-background.
1563 (mh-face-display-function): Use the new names.
1564 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string
1565 instead of url-hexify-string.
1566 (url-unreserved-chars): Move to mh-compat.el and rename to
1567 mh-url-unreserved-chars.
1568 (url-hexify-string): Move to mh-compat.el and rename to
1569 mh-url-hexify-string.
1570
1571 * mh-letter.el (mh-complete-word): Fix bug in call to
d57727c9 1572 mh-display-completion-list. Wrong argument was passed, so
06e7028b
BW
1573 completions wouldn't show highlighted prefix.
1574
a2c30782
BW
15752006-01-29 Bill Wohler <wohler@newt.com>
1576
fd61b9ab
BW
1577 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for
1578 mh-adaptive-cmd-note-flag.
1579
090ccc5d 1580 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
481821c8 1581 docstring. sc-cite-original is autoloaded via loaddefs.el for all
d57727c9 1582 supported versions. In addition, the package name "sc" has been
090ccc5d
BW
1583 made obsolete by "supercite since at least Emacs 21.
1584
3bdb2567
BW
1585 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
1586 revealed character constants that were still strings (closes SF
1587 #770772).
1588
a55f450f
BW
1589 * mh-comp.el (mh-letter-hide-all-skipped-fields)
1590 (mh-get-header-field): Move to mh-utils.el so that you can read
1591 messages without having to load mh-comp.el and mh-letter.el.
1592
1593 * mh-letter.el (mh-hidden-header-keymap)
1594 (mh-letter-toggle-header-field-display)
1595 (mh-letter-skipped-header-field-p)
1596 (mh-letter-skip-leading-whitespace-in-header-field)
1597 (mh-letter-truncate-header-field): Move to mh-utils.el so that you
1598 can read messages without having to load mh-comp.el and
1599 mh-letter.el.
1600
1601 * mh-utils.el (mh-get-header-field)
33462dfa 1602 (mh-letter-hide-all-skipped-fields)
a55f450f
BW
1603 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
1604 (mh-letter-toggle-header-field-display)
1605 (mh-letter-skip-leading-whitespace-in-header-field)
1606 (mh-letter-truncate-header-field): Move here from mh-comp.el and
1607 mh-letter.el so that you can read messages without having to load
1608 mh-comp.el and mh-letter.el.
1609
d57727c9 1610 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at
a2c30782
BW
1611 least, will deliver them to us.
1612
1613 * mh-e.el (mh-after-commands-processed-hook)
1614 (mh-before-commands-processed-hook): Specify what sort of requests
1615 in docstring.
1616
1617 * mh-folder.el (mh-folder-mode): Use add-to-list to modify
1618 minor-mode-alias.
1619
d57727c9 1620 * mh-letter.el (mh-letter-menu): Remove. Defvar no longer needed
a2c30782
BW
1621 to shush compiler.
1622 (mh-letter-mode): Remove Mail menu.
1623
dda00b2c
BW
16242006-01-29 Bill Wohler <wohler@newt.com>
1625
1626 The Great Cleanup
d57727c9
JB
1627 Remove circular dependencies. mh-e.el now includes few require
1628 statements and stands alone. Other files should need to require
dda00b2c
BW
1629 mh-e.el, which requires mh-loaddefs.el, plus variable-only files
1630 such as mh-scan.el.
1631 Remove unneeded require statements.
1632 Remove unneeded load statements, or replace them with non-fatal
1633 require statements.
1634 Break out components into their own files that were often spread
1635 between many files.
1636 As a result, many functions that are now only used within a single
1637 file no longer need to be autoloaded.
1638 Rearrange and provide consistent headings.
1639 Untabify.
1640
d57727c9
JB
1641 * mh-acros.el: Update commentary to reflect current usage.
1642 Add autoload cookies to all macros.
dda00b2c
BW
1643 (mh-require-cl): Merge docstring and comment.
1644 (mh-do-in-xemacs): Fix typo in docstring.
1645 (assoc-string): Move to new file mh-compat.el.
1646 (with-mh-folder-updating, mh-in-show-buffer)
d57727c9 1647 (mh-do-at-event-location, mh-seq-msgs): Move here from mh-utils.el.
dda00b2c
BW
1648 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move here
1649 from mh-seq.el.
1650
1651 * mh-alias.el (mh-address-mail-regexp)
d57727c9 1652 (mh-goto-address-find-address-at-point): Move here from mh-utils.el.
dda00b2c
BW
1653 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el.
1654
33462dfa 1655 * mh-buffers.el: Update descriptive text.
dda00b2c
BW
1656
1657 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to
1658 new file mh-scan.el.
1659 (mh-yank-hooks, mh-to-field-choices, mh-position-on-field)
1660 (mh-letter-menu, mh-letter-mode-help-messages)
1661 (mh-letter-buttons-init-flag, mh-letter-mode)
1662 (mh-font-lock-field-data, mh-letter-header-end)
1663 (mh-auto-fill-for-letter, mh-to-field, mh-to-fcc)
1664 (mh-file-is-vcard-p, mh-insert-signature, mh-check-whom)
1665 (mh-insert-letter, mh-extract-from-attribution, mh-yank-cur-msg)
1666 (mh-filter-out-non-text, mh-insert-prefix-string)
1667 (mh-current-fill-prefix, mh-open-line, mh-complete-word)
1668 (mh-folder-expand-at-point, mh-letter-complete-function-alist)
1669 (mh-letter-complete, mh-letter-complete-or-space)
1670 (mh-letter-confirm-address, mh-letter-header-field-at-point)
1671 (mh-letter-next-header-field-or-indent)
1672 (mh-letter-next-header-field, mh-letter-previous-header-field)
1673 (mh-letter-skipped-header-field-p)
1674 (mh-letter-skip-leading-whitespace-in-header-field)
1675 (mh-hidden-header-keymap)
1676 (mh-letter-toggle-header-field-display-button)
1677 (mh-letter-toggle-header-field-display)
1678 (mh-letter-truncate-header-field, mh-letter-mode-map): Move to new
1679 file mh-letter.el.
1680 (mh-letter-mode-map, mh-sent-from-folder, mh-send-args)
1681 (mh-pgp-support-flag, mh-x-mailer-string)
1682 (mh-letter-header-field-regexp): Move to mh-e.el.
1683 (mh-goto-header-field, mh-goto-header-end)
1684 (mh-extract-from-header-value, mh-beginning-of-word): Move to
1685 mh-utils.el.
1686 (mh-insert-header-separator): Move to mh-comp.el.
1687 (mh-display-completion-list-compat): Move to new file
1688 mh-compat.el.
1689
1690 * mh-compat.el: New file.
1691 (assoc-string): Move here from mh-acros.el.
1692 (mh-display-completion-list): Move here from mh-comp.el.
1693
1694 * mh-customize.el: Move content into mh-e.el and remove.
33462dfa 1695
dda00b2c
BW
1696 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map)
1697 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map)
1698 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map)
1699 (mh-show-seq-tool-bar-map, mh-show-tool-bar-map): All maps now
1700 declared here so that they can be used in docstrings.
1701 (mh-sent-from-folder, mh-sent-from-msg)
1702 (mh-letter-header-field-regexp, mh-pgp-support-flag)
1703 (mh-x-mailer-string): Move here from mh-comp.el.
1704 (mh-folder-line-matches-show-buffer-p): Move to mh-alias.el.
1705 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack): Move
1706 here from mh-seq.el.
1707 (mh-draft-folder, mh-inbox, mh-user-path, mh-current-folder)
1708 (mh-previous-window-config, mh-seen-list, mh-seq-list)
1709 (mh-show-buffer, mh-showing-mode, mh-globals-hash)
1710 (mh-show-folder-buffer, mh-mail-header-separator)
1711 (mh-unseen-seq, mh-previous-seq, mh-page-to-next-msg-flag)
1712 (mh-signature-separator, mh-signature-separator-regexp)
1713 (mh-list-to-string, mh-list-to-string-1): Move here from
1714 mh-utils.el.
1715 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
1716 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
1717 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
1718 (mh-exec-cmd-output)
1719 (mh-exchange-point-and-mark-preserving-active-mark)
1720 (mh-exec-lib-cmd-output, mh-handle-process-error): Move here from
1721 deprecated file mh-exec.el.
1722 (mh-path): Move here from deprecated file mh-customize.el.
1723 (mh-sys-path, mh-variants, mh-variant-in-use, mh-progs, mh-lib)
1724 (mh-flists-present-flag, mh-variants, mh-variant-mh-info)
1725 (mh-variant-mu-mh-info, mh-variant-nmh-info, mh-file-command-p)
1726 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
1727 (mh-profile-component-value, mh-defface-compat): Move here from
1728 deprecated file mh-init.el.
1729 (mh-goto-next-button, mh-folder-mime-action)
1730 (mh-folder-toggle-mime-part, mh-folder-inline-mime-part)
1731 (mh-folder-save-mime-part, mh-toggle-mime-buttons): Move to to
1732 mh-mime.el.
1733 (mh-scan-format-mh, mh-scan-format-nmh, mh-note-deleted)
1734 (mh-note-refiled, mh-note-cur, mh-scan-good-msg-regexp)
1735 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
1736 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
1737 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
1738 (mh-scan-subject-regexp, mh-scan-sent-to-me-sender-regexp)
1739 (mh-scan-cmd-note-width, mh-scan-destination-width)
1740 (mh-scan-date-width, mh-scan-date-flag-width)
1741 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width)
1742 (mh-scan-field-destination-offset)
1743 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset)
1744 (mh-scan-field-subject-start-offset, mh-scan-format)
1745 (mh-msg-num-width-to-column, mh-set-cmd-note): Move to new file
1746 mh-scan.el.
1747 (mh-partial-folder-mode-line-annotation)
1748 (mh-folder-font-lock-keywords, mh-folder-font-lock-subject)
1749 (mh-generate-sequence-font-lock, mh-last-destination)
1750 (mh-last-destination-write, mh-first-msg-num, mh-last-msg-num)
1751 (mh-rmail, mh-nmail, mh-delete-msg, mh-delete-msg-no-motion)
1752 (mh-execute-commands, mh-first-msg, mh-header-display)
1753 (mh-inc-folder, mh-last-msg, mh-next-undeleted-msg)
1754 (mh-folder-from-address, mh-prompt-for-refile-folder)
1755 (mh-refile-msg, mh-refile-or-write-again, mh-quit, mh-page-msg)
1756 (mh-previous-page, mh-previous-undeleted-msg)
1757 (mh-previous-unread-msg, mh-next-button, mh-prev-button)
1758 (mh-reset-threads-and-narrowing, mh-rescan-folder)
1759 (mh-write-msg-to-file, mh-toggle-showing, mh-undo)
1760 (mh-visit-folder, mh-update-sequences, mh-delete-a-msg)
1761 (mh-refile-a-msg, mh-next-msg, mh-next-unread-msg)
1762 (mh-set-scan-mode, mh-undo-msg, mh-make-folder)
1763 (mh-folder-sequence-menu, mh-folder-message-menu)
1764 (mh-folder-folder-menu, mh-remove-xemacs-horizontal-scrollbar)
1765 (mh-write-file-functions-compat, mh-folder-mode)
1766 (mh-restore-desktop-buffer, mh-scan-folder)
1767 (mh-regenerate-headers, mh-generate-new-cmd-note)
1768 (mh-get-new-mail, mh-make-folder-mode-line, mh-goto-cur-msg)
1769 (mh-process-or-undo-commands, mh-process-commands)
1770 (mh-update-unseen, mh-delete-scan-msgs)
1771 (mh-outstanding-commands-p): Move to new file mh-folder.el.
1772 (mh-mapc, mh-colors-available-p, mh-colors-in-use-p)
1773 (mh-make-local-vars, mh-coalesce-msg-list, mh-greaterp)
1774 (mh-lessp): Move to mh-utils.el.
1775 (mh-parse-flist-output-line, mh-folder-size-folder)
1776 (mh-folder-size-flist, mh-folder-size, mh-add-sequence-notation)
1777 (mh-remove-sequence-notation, mh-remove-cur-notation)
1778 (mh-remove-all-notation, mh-delete-seq-locally)
1779 (mh-read-folder-sequences, mh-read-msg-list)
1780 (mh-notate-user-sequences, mh-internal-seqs, mh-internal-seq)
1781 (mh-valid-seq-p, mh-delete-msg-from-seq, mh-catchup)
1782 (mh-delete-a-msg-from-seq, mh-undefine-sequence)
1783 (mh-define-sequence, mh-seq-containing-msg): Move to mh-seq.el.
1784 (mh-xemacs-flag)
1785 (mh-customize, mh-e, mh-alias, mh-folder, mh-folder-selection)
1786 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1787 (mh-scan-line-formats, mh-search, mh-sending-mail, mh-sequences)
1788 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
1789 (mh-faces, mh-alias-completion-ignore-case-flag)
1790 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
1791 (mh-alias-insert-file, mh-alias-insertion-location)
1792 (mh-alias-local-users, mh-alias-local-users-prefix)
1793 (mh-alias-passwd-gecos-comma-separator-flag)
1794 (mh-new-messages-folders, mh-ticked-messages-folders)
1795 (mh-large-folder, mh-recenter-summary-flag)
1796 (mh-recursive-folders-flag, mh-sortm-args)
1797 (mh-default-folder-for-message-function, mh-default-folder-list)
1798 (mh-default-folder-must-exist-flag, mh-default-folder-prefix)
1799 (mh-identity-list, mh-auto-fields-list)
1800 (mh-auto-fields-prompt-flag, mh-identity-default)
1801 (mh-identity-handlers, mh-inc-prog, mh-inc-spool-list)
1802 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose)
1803 (mh-junk-background, mh-junk-disposition, mh-junk-program)
1804 (mh-compose-insertion, mh-compose-skipped-header-fields)
1805 (mh-compose-space-does-completion-flag)
1806 (mh-delete-yanked-msg-window-flag)
1807 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
1808 (mh-letter-complete-function, mh-letter-fill-column)
1809 (mh-mml-method-default, mh-signature-file-name)
1810 (mh-signature-separator-flag, mh-x-face-file, mh-yank-behavior)
1811 (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag)
1812 (mh-scan-format-file-check, mh-scan-format-file)
1813 (mh-adaptive-cmd-note-flag-check, mh-scan-prog)
1814 (mh-search-program, mh-compose-forward-as-mime-flag)
1815 (mh-compose-letter-function, mh-compose-prompt-flag)
1816 (mh-forward-subject-format, mh-insert-x-mailer-flag)
1817 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
1818 (mh-reply-show-message-flag, mh-refile-preserves-sequences-flag)
1819 (mh-tick-seq, mh-update-sequences-after-mh-show-flag)
1820 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
1821 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
1822 (mh-display-buttons-for-inline-parts-flag)
1823 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
1824 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
1825 (mh-highlight-citation-style)
1826 (mh-invisible-header-fields-internal)
1827 (mh-delay-invisible-header-generation-flag)
1828 (mh-invisible-header-fields, mh-invisible-header-fields-default)
1829 (mh-invisible-header-fields-compiled, mh-invisible-headers)
1830 (mh-lpr-command-format, mh-max-inline-image-height)
1831 (mh-max-inline-image-width, mh-mhl-format-file)
1832 (mh-mime-save-parts-default-directory, mh-print-background-flag)
1833 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
1834 (mh-show-use-xface-flag, mh-store-default-directory)
1835 (mh-summary-height, mh-speed-update-interval)
1836 (mh-show-threads-flag, mh-tool-bar-search-function)
1837 (mh-after-commands-processed-hook, mh-alias-reloaded-hook)
1838 (mh-before-commands-processed-hook, mh-before-quit-hook)
1839 (mh-before-send-letter-hook, mh-delete-msg-hook)
1840 (mh-find-path-hook, mh-folder-mode-hook, mh-forward-hook)
1841 (mh-inc-folder-hook, mh-insert-signature-hook)
1842 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
1843 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
1844 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
1845 (mh-unseen-updated-hook, mh-min-colors-defined-flag)
1846 (mh-folder-address, mh-folder-body)
1847 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
1848 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
1849 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
1850 (mh-folder-subject, mh-folder-tick, mh-folder-to)
1851 (mh-search-folder, mh-letter-header-field, mh-show-cc)
1852 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
1853 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
1854 (mh-show-subject, mh-show-to, mh-show-xface, mh-speedbar-folder)
1855 (mh-speedbar-folder-with-unseen-messages)
1856 (mh-speedbar-selected-folder)
1857 (mh-speedbar-selected-folder-with-unseen-messages): Move here from
1858 deprecated file mh-customize.el.
1859
1860 * mh-exec.el: Move content into mh-e.el and remove.
33462dfa 1861
481821c8 1862 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el.
dda00b2c
BW
1863
1864 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
1865 mh-scan.el.
1866 (mh-ephem-message, mh-help, mh-prefix-help): Move to mh-utils.el.
1867
1868 * mh-gnus.el (mm-uu-dissect-text-parts): Add.
1869 (mh-mail-abbrev-make-syntax-table): Move to mh-utils.el and rename
1870 to mail-abbrev-make-syntax-table.
1871
1872 * mh-identity.el (mh-identity-menu): New variable for existing
1873 menu.
1874 (mh-identity-make-menu-no-autoload): New alias for
1875 mh-identity-make-menu which can be called from mh-e.el.
1876 (mh-identity-list-set): Move to mh-e.el.
c4cc8b9a 1877 (mh-identity-add-menu): New function.
dda00b2c
BW
1878 (mh-insert-identity): Add optional argument maybe-insert so that
1879 local variable mh-identity-local does not have to be visible.
dda00b2c
BW
1880
1881 * mh-inc.el (mh-inc-spool-map): Move declaration to mh-e.el (with
d57727c9 1882 rest of keymaps). Update key binding for ? to call mh-help with
dda00b2c
BW
1883 help messages in new argument.
1884 (mh-inc-spool-make-no-autoload): New alias for mh-inc-spool-make
1885 which can be called from mh-e.el.
1886 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help.
1887
1888 * mh-init.el: Move content into mh-e.el and remove.
33462dfa 1889
dda00b2c
BW
1890 * mh-junk.el: Update requires, untabify, and add mh-autoload
1891 cookies.
1892
d57727c9 1893 * mh-letter.el: New file. Contains mh-letter-mode from mh-comp.el.
dda00b2c 1894
d57727c9 1895 * mh-limit.el: New file. Contains display limit commands from
dda00b2c
BW
1896 mh-mime.el.
1897
1898 * mh-mime.el: Rearrange for consistency with other files.
1899 (mh-buffer-data, mh-mm-inline-media-tests): Move here from
1900 mh-utils.el.
1901 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
1902 (mh-folder-toggle-mime-part, mh-toggle-mime-buttons)
1903 (mh-goto-next-button): Move here from mh-e.el.
1904
1905 * mh-print.el: Rearrange for consistency with other files.
1906
481821c8 1907 * mh-scan.el: New file. Contains scan line constants and utilities
dda00b2c
BW
1908 from XXX, mh-funcs, mh-utils.el.
1909
1910 * mh-search.el: Rearrange for consistency with other files.
1911 (mh-search-mode-map): Drop C-c C-f {dr} bindings since these
d57727c9 1912 fields which don't exist in the saved header. Replace C-c C-f f
dda00b2c
BW
1913 with C-c C-f m per mail-mode consistency.
1914 (mh-search-mode): Use mh-set-help instead of setting
1915 mh-help-messages.
1916
1917 * mh-seq.el (mh-thread-message, mh-thread-container)
1918 (mh-thread-id-hash, mh-thread-subject-hash, mh-thread-id-table)
1919 (mh-thread-id-index-map, mh-thread-index-id-map)
1920 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack)
1921 (mh-thread-subject-container-hash, mh-thread-duplicates)
1922 (mh-thread-history, mh-thread-body-width)
1923 (mh-thread-find-msg-subject mh-thread-initialize-hash)
1924 (mh-thread-initialize, mh-thread-id-container)
1925 (mh-thread-remove-parent-link, mh-thread-add-link)
1926 (mh-thread-ancestor-p, mh-thread-get-message-container)
1927 (mh-thread-get-message, mh-thread-canonicalize-id)
1928 (mh-thread-prune-subject, mh-thread-container-subject)
1929 (mh-thread-rewind-pruning, mh-thread-prune-containers)
1930 (mh-thread-sort-containers, mh-thread-group-by-subject)
1931 (mh-thread-process-in-reply-to, mh-thread-set-tables)
1932 (mh-thread-update-id-index-maps, mh-thread-generate)
1933 (mh-thread-inc, mh-thread-generate-scan-lines)
1934 (mh-thread-parse-scan-line, mh-thread-update-scan-line-map)
1935 (mh-thread-add-spaces, mh-thread-print-scan-lines)
1936 (mh-thread-folder, mh-toggle-threads, mh-thread-forget-message)
1937 (mh-thread-current-indentation-level, mh-thread-next-sibling)
1938 (mh-thread-previous-sibling, mh-thread-immediate-ancestor)
1939 (mh-thread-ancestor, mh-thread-find-children)
d57727c9
JB
1940 (mh-message-id-regexp, mh-thread-delete, mh-thread-refile):
1941 Move to new file mh-thread.el.
dda00b2c
BW
1942 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded)
1943 (mh-subject-to-sequence-threaded, mh-edit-pick-expr)
1944 (mh-pick-args-list, mh-narrow-to-subject, mh-narrow-to-from)
1945 (mh-narrow-to-cc, mh-narrow-to-to, mh-narrow-to-header-field)
1946 (mh-current-message-header-field, mh-narrow-to-range)
1947 (mh-delete-subject, mh-delete-subject-or-thread): Move to new file
1948 mh-limit.el.
1949 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move to
1950 mh-acros.el.
1951 (mh-internal-seqs, mh-catchup, mh-delete-msg-from-seq)
1952 (mh-internal-seq, mh-valid-seq-p, mh-seq-containing-msg)
1953 (mh-define-sequence, mh-undefine-sequence)
1954 (mh-delete-a-msg-from-seq, mh-delete-seq-locally)
1955 (mh-folder-size, mh-folder-size-flist, mh-folder-size-folder)
1956 (mh-parse-flist-output-line, mh-read-folder-sequences)
1957 (mh-read-msg-list, mh-notate-user-sequences)
1958 (mh-remove-cur-notation, mh-add-sequence-notation)
1959 (mh-remove-sequence-notation, mh-remove-all-notation): Move here
1960 from mh-e.el.
1961 (mh-make-seq, mh-seq-name, mh-find-seq, mh-seq-to-msgs)
1962 (mh-add-msgs-to-seq, mh-notate): Move here from mh-utils.el.
1963
d57727c9 1964 * mh-show.el: New file. Contains mh-show-mode from mh-utils.el.
dda00b2c
BW
1965
1966 * mh-speed.el: Rearrange for consistency with other files.
1967
d57727c9 1968 * mh-thread.el: New file. Contains threading code from mh-seq.el.
dda00b2c 1969
d57727c9 1970 * mh-tool-bar.el: New file. Contains tool bar creation code from
dda00b2c
BW
1971 deprecated file mh-customize.el.
1972
d57727c9
JB
1973 * mh-utils.el (recursive-load-depth-limit): Remove setting.
1974 No longer needed.
dda00b2c
BW
1975 (mh-scan-msg-number-regexp, mh-scan-msg-overflow-regexp)
1976 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
1977 (mh-scan-msg-search-regexp, mh-cmd-note, mh-note-seq)
1978 (mh-update-scan-format, mh-msg-num-width): Move to new file
1979 mh-scan.el.
1980 (mh-show-buffer-mode-line-buffer-id, mh-letter-header-font-lock)
1981 (mh-header-field-font-lock, mh-header-to-font-lock)
1982 (mh-header-cc-font-lock, mh-header-subject-font-lock)
1983 (mh-show-font-lock-keywords)
1984 (mh-show-font-lock-keywords-with-cite)
1985 (mh-show-font-lock-fontify-region)
1986 (mh-gnus-article-highlight-citation, mh-showing-with-headers)
1987 (mh-start-of-uncleaned-message, mh-invalidate-show-buffer)
1988 (mh-unvisit-file, mh-defun-show-buffer, mh-show-mode-map)
1989 (mh-show-sequence-menu, mh-show-message-menu)
1990 (mh-show-folder-menu, mh-show-mode, mh-show-addr)
1991 (mh-maybe-show, mh-show, mh-show-msg, mh-show-unquote-From)
1992 (mh-msg-folder, mh-display-msg, mh-clean-msg-header): Move to new
1993 file mh-show.el.
1994 (mh-mail-header-separator, mh-signature-separator-regexp)
1995 (mh-signature-separator, mh-globals-hash, mh-user-path)
1996 (mh-draft-folder, mh-unseen-seq, mh-previous-seq, mh-inbox)
1997 (mh-previous-window-config, mh-current-folder mh-show-buffer)
1998 (mh-showing-mode, mh-show-mode-map, mh-show-folder-buffer)
1999 (mh-showing-mode, mh-seq-list, mh-seen-list, mh-summary-height)
2000 (mh-list-to-string, mh-list-to-string-1): Move to mh-e.el.
2001 (mh-buffer-data, mh-mm-inline-media-tests): Move to mh-mime.el.
2002 (mh-address-mail-regexp, mh-goto-address-find-address-at-point):
2003 Move to mh-alias.el.
2004 (mh-letter-font-lock-keywords): Move to new file mh-letter.el.
2005 (mh-folder-filename, mh-msg-count, mh-recenter, mh-msg-filename)
2006 (mh-show-mouse, mh-modify, mh-goto-msg, mh-set-folder-modified-p):
2007 Move to new file mh-folder.el.
2008 (with-mh-folder-updating, mh-in-show-buffer)
2009 (mh-do-at-event-location, mh-seq-msgs): Moved to mh-acros.el.
2010 (mh-make-seq, mh-seq-name, mh-notate, mh-find-seq)
2011 (mh-seq-to-msgs, mh-add-msgs-to-seq, mh-canonicalize-sequence):
2012 Moved to mh-seq.el.
2013 (mh-show-xface-function, mh-uncompface-executable, mh-face-to-png)
2014 (mh-uncompface, mh-icontopbm, mh-face-foreground-compat)
2015 (mh-face-background-compat, mh-face-display-function)
2016 (mh-show-xface, mh-picon-directory-list)
2017 (mh-picon-existing-directory-list)
2018 (mh-picon-cache, mh-picon-image-types)
2019 (mh-picon-set-directory-list, mh-picon-get-image)
2020 (mh-picon-file-contents, mh-picon-generate-path)
2021 (mh-x-image-cache-directory, mh-x-image-scaling-function)
2022 (mh-wget-executable, mh-wget-choice, mh-wget-option)
2023 (mh-x-image-temp-file, mh-x-image-url, mh-x-image-marker)
2024 (mh-x-image-url-cache-file, mh-x-image-scale-with-pnm)
2025 (mh-x-image-scale-with-convert)
2026 (url-unreserved-chars, url-hexify-string)
2027 (mh-x-image-url-cache-canonicalize)
2028 (mh-x-image-set-download-state, mh-x-image-get-download-state)
2029 (mh-x-image-url-fetch-image, mh-x-image-display)
2030 (mh-x-image-scale-and-display, mh-x-image-url-sane-p)
2031 (mh-x-image-url-display): Move to new file mh-xface.el.
2032 (mh-logo-display): Call mh-image-load-path.
2033 (mh-find-path-run, mh-find-path): Move here from deprecated file
2034 mh-init.el.
2035 (mh-help-messages): Now an alist of modes to an alist of messages.
c4cc8b9a 2036 (mh-set-help): New function used to set mh-help-messages.
d57727c9 2037 (mh-help): Adjust for new format of mh-help-messages. Add
dda00b2c
BW
2038 help-messages argument.
2039 (mh-prefix-help): Refactor to use mh-help.
2040 (mh-coalesce-msg-list, mh-greaterp, mh-lessp): Move here from
2041 mh-e.el.
2042 (mh-clear-sub-folders-cache): New function added to avoid exposing
2043 mh-sub-folders-cache variable.
2044
d57727c9 2045 * mh-xface.el: New file. Contains X-Face and Face header field
dda00b2c
BW
2046 display routines from mh-utils.el.
2047
fe778a12
BW
20482006-01-17 Bill Wohler <wohler@newt.com>
2049
2050 * mh-acros.el (assoc-string): Fix typo in argument.
2051
8d2aa237
BW
20522006-01-16 Bill Wohler <wohler@newt.com>
2053
1e4db53b
BW
2054 * mh-acros.el (require): Remove defadvice of require as defadvice
2055 is verboten within Emacs and our implementation was returning the
d57727c9 2056 wrong value from require. Upcoming restructuring should make this
1e4db53b
BW
2057 unnecessary.
2058 (mh-assoc-ignore-case): Replace with defsubst assoc-string.
2059
d57727c9
JB
2060 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
2061 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it.
1e4db53b
BW
2062
2063 * mh-identity.el (mh-identity-field-handler): Use it.
2064
8d2aa237
BW
2065 * mh-comp.el (mh-show-buffer-message-number): Replace (car
2066 (read-from-string string) with (string-to-number string).
2067
2068 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder):
2069 Ditto.
2070
2071 * mh-mime.el (mh-mml-forward-message): Ditto.
2072
2073 * mh-search.el (mh-swish-next-result, mh-mairix-next-result)
2074 (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser)
2075 (mh-openssl-parser, mh-index-update-maps): Ditto.
2076
2077 * mh-seq.el (mh-translate-range, mh-narrow-to-header-field)
2078 (mh-thread-generate): Ditto.
2079
b97439ce 20802006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9ac2e4e5
MB
2081
2082 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of
0af7621b
BW
2083 mm- functions for proper text=flowed handling (addresses SF
2084 #1273521).
9ac2e4e5 2085
30f24016
BW
20862006-01-15 Bill Wohler <wohler@newt.com>
2087
fc77df2c
BW
2088 * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
2089 mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to
2090 / g.
2091
2092 * mh-utils.el (mh-show-limit-map): Ditto.
2093
98eab4e4
BW
2094 * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
2095 standalone compile.
2096 (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el.
2097
2098 * mh-init.el (mh-progs, mh-lib, mh-lib-progs): Move to mh-exec.el,
2099 where they are used.
2100
30f24016
BW
2101 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el;
2102 needed to help remove dependency on mh-utils.
2103
481821c8 2104 * mh-exec.el: New file. Move process support routines here from
30f24016
BW
2105 mh-utils.el.
2106
2107 * mh-init.el (mh-utils): Remove require.
2108 (mh-exec): Add require.
2109 (mh-profile-component, mh-profile-component-value): Move here from
2110 mh-utils.el.
2111
2112 * mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce
2113 dependencies on mh-utils.el.
2114 (mh-profile-component, mh-profile-component-value): Move to
d57727c9 2115 mh-init.el since that's the only place that uses them. (Other than
30f24016
BW
2116 mh-alias.el; I'm thinking that mh-find-path can set variable from
2117 the Aliasfile component like it does the other components).
2118 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
2119 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
2120 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
2121 (defvar, mh-exec-cmd-output)
2122 (mh-exchange-point-and-mark-preserving-active-mark)
2123 (mh-exec-lib-cmd-output, mh-handle-process-error): Move to new
2124 file mh-exec.el so that mh-init.el doesn't have to depend on
2125 mh-utils.el, breaking circular dependency.
2126
33462dfa
JB
2127 * mh-alias.el:
2128 * mh-customize.el:
2129 * mh-e.el:
2130 * mh-funcs.el:
2131 * mh-gnus.el:
2132 * mh-identity.el:
2133 * mh-inc.el:
2134 * mh-junk.el:
2135 * mh-mime.el:
2136 * mh-print.el:
2137 * mh-search.el:
2138 * mh-seq.el:
30f24016 2139 * mh-speed.el: Added debugging statements (commented out) around
d57727c9 2140 requires to help find dependency loops. Will remove them when
30f24016
BW
2141 issues are resolved.
2142
a4d7cec3
BW
21432006-01-14 Bill Wohler <wohler@newt.com>
2144
2145 * mh-customize.el (mh-index): Rename group to mh-search and sort
2146 group definition and options accordingly.
2147 (mh-index-program): Rename to mh-search-program.
2148 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to
2149 mh-search-p.
2150 (mh-search-mode-hook): Change group from mh-index to mh-search.
481821c8 2151 (mh-index-folder): Rename to mh-search-folder. Change group from
a4d7cec3
BW
2152 mh-index to mh-search.
2153
2154 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder
2155 to mh-search-folder.
2156
d57727c9 2157 * mh-search.el (mh-indexer) Rename to mh-searcher. The commands
a4d7cec3
BW
2158 pick and grep are searchers too but aren't indexed.
2159 (mh-index-execute-search-function): Rename to mh-search-function.
2160 (mh-index-next-result-function): Rename to
2161 mh-search-next-result-function.
2162 (mh-index-regexp-builder): Rename to mh-search-regexp-builder.
2163 (mh-search): Since redo-search-flag defaults to nil and is of
2164 lesser importance, make it an optional argument and place it after
d57727c9 2165 the folder and search-regexp arguments. Sync docstring with manual.
a4d7cec3
BW
2166 (mh-search-mode-map): Autoload so that keys are shown in help even
2167 before mh-search is loaded.
2168 (mh-search-mode): Sync docstring with manual.
d57727c9 2169 (mh-index-do-search): Rename argument indexer to searcher. Sync
a4d7cec3
BW
2170 docstring with manual.
2171 (mh-pick-do-search): Sync docstring with manual.
2172 (mh-index-p): Rename to mh-search-p.
2173 (mh-indexer-choices): Rename to mh-search-choices.
d57727c9 2174 (mh-index-choose): Rename to mh-search-choose. Rename argument
a4d7cec3
BW
2175 indexer to searcher.
2176 (mh-swish++-execute-search, mh-swish-execute-search)
2177 (mh-mairix-execute-search, mh-namazu-execute-search): Drop "and
2178 read the results" from docstring since these functions don't.
2179 (mh-pick-execute-search, mh-grep-execute-search): Sync docstring
2180 with manual.
2181 (mh-index-generate-pretty-name): Prune -search from string so that
2182 folder names for pick searches are the same as those of other
2183 searches.
2184
11db987f
BW
21852006-01-13 Bill Wohler <wohler@newt.com>
2186
4501e6fb
BW
2187 * mh-acros.el (require): Added Satyaki's comment regarding what
2188 needs to happen to remove this defadvice which caused a little
2189 discussion on emacs-devel today (see Subject: mh-e/mh-acros.el
2190 advices `require' incorrectly).
2191
11db987f
BW
2192 * mh-search.el (mh-index-next-result-function): Add format to
2193 docstring.
2194 (mh-mairix-next-result): Use nil instead of () which doesn't stand
2195 out as well.
2196 (mh-pick-execute-search): Operate across all folders if no folder
2197 given and recurse folder(s).
2198 (mh-pick-next-result): Handle new output.
2199
d57727c9 2200 * mh-utils.el (mh-collect-folder-names): Fix docstring.
33462dfa 2201 (mh-children-p, mh-folder-list): New functions.
11db987f 2202
44140699
BW
22032006-01-12 Bill Wohler <wohler@newt.com>
2204
2205 * mh-search.el: New file containing contents of mh-index.el and
481821c8 2206 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs
d57727c9
JB
2207 pick. Pick no longer sets the "search" sequence. Instead, it
2208 brings up a folder view that we're accustomed to. (Closes SF
2209 #829207.)
44140699 2210 (mh-index-search): Rename to mh-search.
d57727c9
JB
2211 (mh-pick-menu): Rename menu from Pick to Search. Rename Execute
2212 the Search to Perform Search and call mh-do-search. Add Search
44140699
BW
2213 with Pick menu item.
2214 (mh-do-search): Delete.
2215 (mh-search-mode): Rename from mh-pick-mode.
2216 (MH-Search): Rename mode from MH-Pick.
2217 (mh-search-mode-map): Rename from mh-pick-mode-map.
2218 (mh-search-mode-help-messages): Rename from
2219 mh-pick-mode-help-messages.
2220 (mh-index-choose): Don't reuse the last value of mh-indexer; when
2221 mh-pick-do-search sets it to 'pick, we don't necessarily want to
2222 stay with that choice!
2223
2224 * mh-index.el:
2225 * mh-pick.el: Merge into mh-search.el and delete.
2226
2227 * mh-customize.el (mh-index-program): Change mh-index-search to
2228 mh-search in docstring.
2229 (mh-tool-bar-search-function): Change default from
d57727c9
JB
2230 mh-search-folder to mh-search. Remove mh-search-folder as choice
2231 and rename mh-index-search choice to mh-search. Fix docstring.
44140699
BW
2232 (mh-pick-mode-hook): Rename to mh-search-mode-hook and change
2233 mh-search-folder to mh-search in docstring.
2234
d57727c9
JB
2235 * mh-e.el (mh-folder-folder-menu): Delete Search a Folder. Change
2236 Indexed Search to Search. Use mh-search instead of mh-index-search.
2237 (mh-folder-map): Delete i (mh-index-search) keybinding. Change s
44140699
BW
2238 from mh-show-search-folder to mh-search.
2239
2240 * mh-seq.el (mh-put-msg-in-seq): Fix docstring now that
2241 mh-search-folder no longer creates the search sequence.
2242
2243 * mh-utils.el (mh-show-search-folder): Delete.
2244 (mh-show-folder-map): Delete i (mh-index-search) keybinding.
2245 Change s from mh-show-search-folder to mh-search.
d57727c9
JB
2246 (mh-show-folder-menu): Delete Search a Folder. Change Indexed
2247 Search to Search. Use mh-search instead of mh-index-search.
2248 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell):
2249 Move here from deleted mh-index.el.
44140699 2250
e1fbc812
BW
22512006-01-11 Bill Wohler <wohler@newt.com>
2252
549afb31
BW
2253 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here
2254 from mh-gnus.el.
2255
2256 * mh-gnus.el: Require mh-acros.
2257 (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el.
2258
2259 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
2260 url-hexify-string to remove special characters from filenames
481821c8 2261 (closes SF #1396499). Note that this invalidates the existing
549afb31
BW
2262 names in your cache so you might as well remove
2263 ~/Mail/.mhe-x-image-cache/* now.
2264 (url-unreserved-chars, url-hexify-string): Define if not defined.
2265 Copied from url-util.el in Emacs22 for Emacs 21.
2266
481821c8 2267 * mh-buffers.el: New file. Contains constants and code from
9c2cf222
BW
2268 mh-index.el and mh-utils.el.
2269
33462dfa
JB
2270 * mh-alias.el:
2271 * mh-comp.el:
2272 * mh-e.el:
2273 * mh-funcs.el:
9c2cf222 2274 * mh-init.el:
33462dfa 2275 * mh-junk.el:
9c2cf222
BW
2276 * mh-mime.el:
2277 * mh-print.el:
2278 * mh-seq.el: Require new file mh-buffers.el.
2279
2280 * mh-index.el: Require new file mh-buffers.el.
2281 (mh-index-temp-buffer, mh-checksum-buffer): Move to new file
2282 mh-buffers.el.
2283
2284 * mh-utils.el: Require new file mh-buffers.el.
2285 (mh-temp-buffer, mh-temp-fetch-buffer)
2286 (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer)
2287 (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer)
2288 (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines)
2289 (mh-truncate-log-buffer): Move to new file mh-buffers.el.
2290
00b6a079
BW
2291 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists.
2292 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425).
2293
191c8741
BW
22942006-01-10 Bill Wohler <wohler@newt.com>
2295
c2134792 2296 * mh-comp.el (mh-insert-letter): If you choose a different folder,
481821c8 2297 the cur message is used. Sync docstring with manual (closes SF
e1fbc812 2298 #1205890).
c2134792
BW
2299
2300 * mh-mime.el (mh-compose-forward): Use standard range argument
d57727c9
JB
2301 instead of messages. Use more powerful mh-read-range instead of
2302 read-string. Sync docstring with manual (close SF #1205890).
c2134792 2303
191c8741
BW
2304 * mh-index.el (mh-index-search): Checking mh-find-path-run is
2305 unnecessary.
2898111c
BW
2306 (mh-index-next-folder): Don't back up a line when going backwards
2307 since this skips the current folder heading if point is on the
2308 first message after the folder heading (closes SF #1126188).
191c8741 2309
d57727c9 2310 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses it.
191c8741
BW
2311 (mh-variants): Note variable isn't meant to be accessed directly;
2312 use function mh-variants instead.
2313 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info)
2314 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses
481821c8 2315 them. Updated to use mh-file-command-p which is more accurrate
191c8741
BW
2316 than file-executable-p which returns t for directories.
2317 (mh-file-command-p): Move here from mh-utils, since
2318 mh-variant-*-info are the only functions to use it.
2319 (mh-variant-set, mh-variant-set-variant, mh-variant-p): Use
d57727c9
JB
2320 function mh-variants instead of variable. More robust.
2321 (mh-find-path-run): Move here from mh-utils.el. Mention that
191c8741 2322 checking this variable is unnecessary.
d57727c9 2323 (mh-find-path): Move here from mh-utils.el. With the advent of MH
191c8741 2324 variants and an mhparam command that doesn't work if there isn't
d57727c9
JB
2325 an MH profile, we can't get libdir for running install-mh. So
2326 don't bother. If there's an issue with the environment, direct the
2327 user to install MH and run install-mh (closes SF #835192). Don't
2328 read ~/.mh_profile directly. Use mh-profile-component which uses
191c8741
BW
2329 mhparam (closes SF #1016027).
2330
2331 * mh-utils.el (mh-get-profile-field): Rename to
d57727c9 2332 mh-profile-component-value. Add colon to search removing
191c8741
BW
2333 unnecessary addition of colon to field in mh-profile-component.
2334 (mh-profile-component): Modify call to mh-profile-component-value
d57727c9 2335 accordingly. Move next to mh-profile-component-value.
191c8741 2336 (mh-find-path-run, mh-find-path, mh-file-command-p): Move to
d57727c9 2337 mh-init.el. It makes sense that code that is only run once per
191c8741
BW
2338 session (more or less) is in mh-init.el rather than cluttering
2339 mh-utils.el.
2340 (mh-no-install, mh-install): Delete.
2341
33462dfa 2342 * mh-customize.el (mh-folder-msg-number):
191c8741
BW
2343 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace.
2344
04f6a2d1
BW
23452006-01-09 Bill Wohler <wohler@newt.com>
2346
b981c52c
BW
2347 * mh-init.el (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied
2348 patch from Satyaki from SF #1016027.
2349
8f9efec8
BW
2350 * mh-e.el (mh-rescan-folder): Try to keep cursor at current
2351 message, even if cur sequence is no longer present (closes SF
2352 #1207247).
2353
b6d8f743
BW
2354 * mh-comp.el: Use ";; Shush compiler." comment consistently per
2355 Mark's suggestion.
2356 (mh-letter-mode): Derive from mail-mode and delete code copied
d57727c9 2357 from mail-mode (closes SF #1385571). Mention mail-mode-hook in
b6d8f743 2358 docstring.
d57727c9 2359 (mh-fill-paragraph-function): Delete. Handled by mail-mode.
b6d8f743
BW
2360 (mh-to-field-choices): For consistency with mail-mode, add "a" for
2361 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
d57727c9 2362 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
b6d8f743
BW
2363 (mh-to-fcc): Move setting of folder argument to interactive
2364 argument as is the norm.
2365 (mh-letter-complete-function-alist): Add mail-reply-to.
2366 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
2367 Mail-Followup-To, Reply-To, From).
2368
90866475
BW
2369 * mh-customize.el: Use ";; Forward definition." consistently.
2370 Comment declaration to remind programmer to update forward
2371 definition if default changes.
2372
33462dfa
JB
2373 * mh-funcs.el:
2374 * mh-inc.el:
2375 * mh-init.el:
2376 * mh-mime.el:
2377 * mh-seq.el:
04f6a2d1
BW
2378 * mh-utils.el: Use ";; Shush compiler." comment consistently per
2379 Mark's suggestion.
2380
7094eefe
BW
23812006-01-08 Bill Wohler <wohler@newt.com>
2382
2383 Removed code that was marked as Emacs 20 compatible that was
2384 easily found showing how important it is to document such
d57727c9
JB
2385 things (closes SF #1359240). Feel free to nuke any other Emacs 20
2386 peculiarities that you find. Wrapped code for shushing compiler
7094eefe
BW
2387 with (eval-when-compile), sometimes moving the defvars closer to
2388 where they were used.
33462dfa 2389
7094eefe
BW
2390 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
2391 instead of mh-replace-in-string as mh-replace-in-string was
2392 replaced by a more appropriate defsubst in mh-xemacs.el.
2393
2394 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
2395 eval-when-compile.
2396 (mh-file-is-vcard-p): Removed redundant test.
2397
2398 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars
2399 with eval-when-compile.
2400 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
2401 (mh-invisible-header-fields-default): Add forward definitions.
2402 (mh-invisible-header-fields-default): Alphabetize.
2403
2404 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with
2405 eval-when-compile.
2406 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
2407 variables.
d57727c9 2408 (mh-colors-available-p): Just call display-color-cells. It's on
7094eefe
BW
2409 all supported Emacsen (and defaliased on XEmacs).
2410
2411 * mh-funcs.el:
2412 * mh-inc.el:
2413 * mh-init.el: Wrap compiler-shushing defvars with
2414 eval-when-compile.
2415
2416 * mh-identity.el: Don't need (mh-require-cl).
2417
2418 * mh-index.el: Don't need to load executable any more.
2419
2420 * mh-mime.el: Wrap compiler-shushing defvars with
2421 eval-when-compile.
d57727c9
JB
2422 (mh-have-file-command): Initialize variable to 'undefined. Add
2423 docstring. Update function of same name accordingly. Also don't
7094eefe
BW
2424 need to load executable any more.
2425 (mh-mime-content-types): Delete.
2426 (mh-minibuffer-read-type): Prompt user for type if
d57727c9 2427 mh-file-mime-type returns application/octet-stream. Assume we have
7094eefe
BW
2428 mailcap-mime-types.
2429 (mh-mime-display): Update error message.
2430
2431 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars
2432 with eval-when-compile.
2433
2434 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
2435 with eval-when-compile.
2436 (mh-clean-msg-header): Don't set after-change-functions to nil.
d57727c9 2437 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
7094eefe 2438 instead.
33462dfa 2439
98b7b7ed
BW
24402006-01-07 Bill Wohler <wohler@newt.com>
2441
3af622d5
BW
2442 * mh-customize.el: Updated Faces documentation in header.
2443 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
2444 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
2445
98b7b7ed
BW
2446 * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml>
2447 tags inserted by Gnus gnus-summary-mail-forward (closes SF
2448 #1399307).
2449
836f2863
MB
24502006-01-03 Mark D. Baushke <mdb@gnu.org>
2451
2452 * mh-e.el (mh-delete-a-msg): Fix whitespace nit.
2453 * mh-index.el (mh-mairix-execute-search): Fix symbol quote.
2454
e69d4e02
BW
24552006-01-03 Bill Wohler <wohler@newt.com>
2456
f9c53c97 2457 * mh-alias.el (mh-alias-add-alias): Grand message and error string
d57727c9
JB
2458 unification. Use single sentence if possible by using semicolon.
2459 Don't end message with punctuation. Don't need format with
2460 message. Quote messages as in docstrings: use `' around symbols,
2461 \" for option choices. Don't use quotes around %s.
33462dfa 2462
f9c53c97
BW
2463 * mh-comp.el (mh-complete-word): Ditto.
2464
2465 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
2466 (mh-scan-format-file-check): Ditto.
2467
2468 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
2469 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
2470 (mh-msg-num-width-to-column): Ditto.
2471
2472 * mh-identity.el (mh-identity-field-handler): Ditto.
2473
2474 * mh-index.el (mh-mairix-execute-search)
2475 (mh-swish-execute-search, mh-swish++-execute-search)
2476 (mh-namazu-execute-search): Ditto.
2477
2478 * mh-init.el (mh-variant-set): Ditto.
2479
2480 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
2481 (mh-secure-message, mh-mime-display): Ditto.
2482
2483 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.
2484
2485 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
2486 (mh-read-range, mh-thread-container-subject): Ditto.
2487
2488 * mh-utils.el (mh-x-image-scale-and-display)
2489 (mh-prompt-for-folder, mh-handle-process-error)
2490 (mh-list-to-string-1): Ditto.
2491
078cb314
BW
2492 * mh-comp.el (mh-reply): Use standard default notation in
2493 prompts (closes SF #1275933).
2494
2495 * mh-mime.el (mh-mime-save-parts): Ditto.
2496
2497 * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
2498
355ebcbf
BW
2499 * mh-customize.el (mh-folder-msg-number): Snow is actually
2500 off-white on low color displays which turns to white when bold.
481821c8
JB
2501 This is unreadable on white backgrounds. Use snow with min-colors
2502 requirement. Use cyan on low-color displays.
355ebcbf
BW
2503
2504 * mh-init.el (mh-defface-compat): On low-color displays, delete
2505 the high-color display rather than simply strip the min-colors
2506 requirement since the existing algorithm shadowed the desired
2507 display on low-color displays.
2508
e69d4e02
BW
2509 * mh-alias.el (mh-alias-add-alias): Remove leading * from
2510 docstring.
2511
af435184
BW
25122006-01-02 Bill Wohler <wohler@newt.com>
2513
2514 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
481821c8 2515 docstring. Does this mean something in a defun?
af435184
BW
2516
2517 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
2518 Checkdoc fix.
2519
2520 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
481821c8 2521 so it reads better in docstring and manual. Sync docstring with
af435184
BW
2522 manual.
2523
2524 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
2525
2526 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
2527
2528 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
2529 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
2530 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
2531 (mh-letter-complete-or-space, mh-letter-confirm-address)
2532 (mh-letter-next-header-field-or-indent)
2533 (mh-letter-previous-header-field): Ditto.
2534
2535 * mh-customize.el (mh-alias-completion-ignore-case-flag)
2536 (mh-default-folder-for-message-function, mh-mml-method-default)
2537 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
2538 (mh-show-mode-hook) Ditto.
2539
2540 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
2541
2542 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
481821c8 2543 (mh-store-msg, mh-store-buffer): Ditto.
af435184
BW
2544
2545 * mh-index.el (mh-index-search, mh-index-do-search)
2546 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
2547
2548 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
2549
2550 * mh-mime.el (mh-mh-compose-external-compressed-tar)
2551 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
2552 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
481821c8 2553 (mh-mml-secure-message-signencrypt): Ditto.
af435184
BW
2554
2555 * mh-pick.el (mh-search-folder): Ditto.
2556
2557 * mh-seq.el (mh-widen): Ditto.
2558
2559 * mh-utils.el (mh-show, mh-modify): Ditto.
2560
285d1e0c
MB
25612006-01-02 Mark D. Baushke <mdb@gnu.org>
2562
2563 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
2564
d49ed7d4
BW
25652006-01-01 Bill Wohler <wohler@newt.com>
2566
2567 * mh-customize.el: Sync docstrings with manual for faces and sort
2568 them alphabetically.
2569 (mh-faces): Move below mh-hooks.
2570 (mh-folder-faces, mh-index-faces, mh-letter-faces)
d57727c9 2571 (mh-show-faces, mh-speed-faces): Delete. Organize faces like hooks.
d49ed7d4
BW
2572 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
2573 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
2574 (mh-folder-body-face, mh-folder-cur-msg-face)
2575 (mh-folder-cur-msg-number-face, mh-folder-date-face)
2576 (mh-folder-followup-face, mh-folder-msg-number-face)
2577 (mh-folder-deleted-face, mh-folder-refiled-face)
2578 (mh-folder-subject-face, mh-folder-address-face)
2579 (mh-folder-scan-format-face, mh-folder-to-face)
2580 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
2581 (mh-show-header-face, mh-show-pgg-good-face)
2582 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
2583 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
2584 Delete.
d57727c9 2585 (mh-folder-cur-msg): Unused. Delete.
d49ed7d4
BW
2586 (mh-folder-address): Use defface; inherit from mh-folder-subject.
2587 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
2588 Inherit from mh-folder-msg-number.
d57727c9 2589 (mh-folder-deleted): Use defface. Inherit from
d49ed7d4 2590 mh-folder-msg-number.
d57727c9 2591 (mh-folder-sent-to-me-hint): New face. Inherit from
d49ed7d4
BW
2592 mh-folder-date.
2593 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
d57727c9 2594 Use defface. Inherit from mh-folder-followup.
d49ed7d4
BW
2595 (mh-show-xface): Inherit from mh-show-from and highlight.
2596 (bw-face-generation, bw-toggle-faces)
2597 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
2598 variables, functions for toggling between old and new faces.
2599
2600 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
d57727c9 2601 eval-when-compile. We should probably do this throughout.
d49ed7d4
BW
2602 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
2603 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
2604 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
c4cc8b9a 2605 (mh-scan-subject-regexp): Sync docstrings with manual.
d49ed7d4 2606 (mh-scan-format-regexp): Rename to
481821c8 2607 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
d57727c9
JB
2608 expression. Make expression more like the others (anchored at the
2609 beginning of line). Sync docstrings with manual.
d49ed7d4 2610 (mh-folder-font-lock-keywords): Use faces directly rather than
d57727c9 2611 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
d49ed7d4
BW
2612 mh-scan-format-regexp, and within that expression, use faces
2613 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
2614 of mh-folder-date-face and mh-folder-scan-format-face which were
2615 misleading.
2616
2617 * mh-mime.el (mh-mime-security-button-face): Use faces directly
2618 rather than -face variables.
2619
2620 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
2621 rather than -face variables.
2622 (mh-face-foreground-compat, mh-face-background-compat): New macros.
2623 (mh-face-display-function): Use mh-face-foreground-compat and
2624 mh-face-background-compat to use inherited attributes of
2625 mh-show-xface on Emacs 22 while still working on Emacs 21.
2626
0d887b77
BW
26272005-12-28 Bill Wohler <wohler@newt.com>
2628
d57727c9
JB
2629 * mh-comp.el (mh-e-user-agent): Move here from simple.el.
2630 Use mh-user-agent-compose instead of mh-smail-batch.
0d887b77 2631
13fe29bd
BW
26322005-12-27 Bill Wohler <wohler@newt.com>
2633
2634 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
2635 suppress creation of folder if it doesn't exist.
2636
2bd87afb
SM
26372005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
2640
5a4aad03
BW
26412005-12-23 Bill Wohler <wohler@newt.com>
2642
7ba8dffd
BW
2643 * mh-e.el (mh-folders-changed): Fix typo in docstring.
2644
d57727c9
JB
2645 Follow MH-E Developers Guide conventions. Use `' quotes for Help
2646 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
2647 everything else. Otherwise, you can accidently get links to
5a4aad03 2648 nonsense symbols.
2bd87afb 2649
d1699462
BW
26502005-12-22 Bill Wohler <wohler@newt.com>
2651
d57727c9 2652 Follow Emacs coding conventions. Use default setting of
2dcf34f9 2653 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 2654
d1699462
BW
2655 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
2656
2657 * mh-comp.el (mh-letter-mode): Use 60 column width.
2658 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
2659 with manual.
2660 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
2661 you have added a mail-citation-hook and neither are used if you
d57727c9 2662 use one of the supercite flavors of mh-yank-behavior. Sync
13fe29bd 2663 docstrings with manual.
d1699462 2664
13fe29bd
BW
2665 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
2666 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
d57727c9 2667 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
2668 Sync docstrings with manual.
2669 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
2670 mh-ins-buf-prefix isn't used if you have added a
2671 mail-citation-hook and neither are used if you use one of the
d57727c9
JB
2672 supercite flavors of mh-yank-behavior. Sync docstrings with manual.
2673 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
2674 (mh-signature-file-name, mh-after-commands-processed-hook)
2675 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
2676 (mh-before-quit-hook, mh-before-send-letter-hook)
2677 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
2678 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
2679 (mh-letter-mode-hook)
2680 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
2681 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
2682 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
d57727c9 2683 of "Invoked...". Sync docstrings with manual.
d1699462
BW
2684
2685 * mh-e.el (mh-last-destination, mh-last-destination-folder)
2686 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
2687 (mh-delete-list, mh-refile-list, mh-folders-changed)
2688 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
2689 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
2690 (mh-mode-line-annotation, mh-sequence-notation-history)
2691 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
2692 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
2693 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
2694 (mh-refile-msg): Small doc edit.
2695 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
2696 Rename msg argument to message.
2697
2698 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
2699
2700 * mh-e.el (mh-update-unseen): No longer say "The value of
2701 `foo-hook' is a list of functions to be called, with no arguments,
2702 ...," but rather just "The hook foo-hook is called...".
2703
2bd87afb 2704 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
2705
2706 * mh-pick.el (mh-pick-mode): Ditto.
2707
2708 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
2709 docstring.
2710 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
2711 into docstring.
13fe29bd
BW
2712 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
2713 manual.
d1699462 2714
2bd87afb 27152005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 2716
d57727c9
JB
2717 * mh-customize.el (mh-after-commands-processed-hook): New variable.
2718 (mh-before-commands-processed-hook): Rename mh-folder-updated-hook.
2953de8c 2719
13fe29bd
BW
2720 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
2721 mh-before-commands-processed-hook, call new
2953de8c
SG
2722 mh-after-commands-processed-hook.
2723 (mh-folders-changed): New variable (for use in
2724 mh-after-commands-processed-hook).
2725
cee9f5c6
BW
27262005-12-19 Bill Wohler <wohler@newt.com>
2727
2728 * mh-acros.el:
2729 * mh-alias.el:
2730 * mh-comp.el:
2731 * mh-customize.el:
2732 * mh-e.el:
2733 * mh-funcs.el:
2734 * mh-gnus.el:
2735 * mh-identity.el:
2736 * mh-inc.el:
2737 * mh-index.el:
2738 * mh-init.el:
2739 * mh-junk.el:
2740 * mh-mime.el:
2741 * mh-pick.el:
2742 * mh-print.el:
2743 * mh-seq.el:
2744 * mh-speed.el:
2745 * mh-utils.el:
d57727c9
JB
2746 Follow commenting conventions. Don't use ;;; form so much, except
2747 for headings. Precede headings with page feed. This was mostly
2748 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
2749 on a couple of files since this was an insignificant change.
2750
fa4075e3
BW
27512005-12-18 Bill Wohler <wohler@newt.com>
2752
2753 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
2754 (mh-tool-bar-search-function): Sync docstrings with manual.
d57727c9 2755 (mh-tool-bar-customize): Replace toolbar with tool bar in docstring.
fa4075e3
BW
2756 (mh-tool-bar-letter-help): Fix manual reference.
2757 (mh-xemacs-use-toolbar-flag): Rename to
d57727c9
JB
2758 mh-xemacs-use-tool-bar-flag. Initialize to
2759 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 2760 (mh-xemacs-toolbar-position): Rename to
d57727c9 2761 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3 2762 option (redundant) and change "Same As Default Tool Bar" setting
d57727c9 2763 to nil. Sync docstrings with manual.
fa4075e3
BW
2764 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
2765 depending on context.
d57727c9 2766 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
481821c8 2767 for calling set-specifier. Only look at the value of
13fe29bd 2768 mh-xemacs-use-tool-bar-flag.
d57727c9
JB
2769 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons):
2770 Sync docstrings with manual.
fa4075e3
BW
2771
2772 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
2773 mh-toolbar-init.
2774
2775 * mh-e.el (mh-folder-mode): Ditto.
2776
2777 * mh-utils.el (mh-show-mode): Ditto.
2778
7a5df5a9
BW
27792005-12-15 Bill Wohler <wohler@newt.com>
2780
2781 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
2782
2783 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
2784 (mh-thread-previous-sibling, mh-thread-ancestor)
2785 (mh-thread-delete, mh-thread-refile): Ditto.
2786
6b960c10
BW
27872005-12-14 Bill Wohler <wohler@newt.com>
2788
2789 * mh-customize.el (mh-speed-flists-interval): Rename to
2790 mh-speed-update-interval.
d57727c9 2791 (mh-speed-run-flists-flag): Delete. Setting
13fe29bd 2792 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 2793
13fe29bd
BW
2794 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
2795 mh-speed-update-interval instead of mh-speed-run-flists-flag.
2796 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
2797 docstrings with manual.
6b960c10 2798
97c688ed
BW
27992005-12-09 Bill Wohler <wohler@newt.com>
2800
2801 * mh-customize.el (mh-path): Move here from mh-init.el.
2802 (mh-variant): Mention that mh-path can be customized.
2803 (mh-invisible-header-fields-internal): Add X-ContentStamp,
2804 X-MAIL-INFO, and X-UNTD- from NetZero.
2805
2806 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
2807
2be362c2
BW
28082005-12-04 Bill Wohler <wohler@newt.com>
2809
f15ced66
BW
2810 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
2811 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
2812 X-Virus-Scanned.
2bd87afb 2813
13fe29bd
BW
2814 * mh-customize.el (mh-insert-signature-hook): Rename
2815 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
2816
2817 * mh-comp.el (mh-insert-signature): Ditto.
2818
56128d97 2819 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
d57727c9 2820 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
2821 #831278).
2822 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
2823 users can see it, look it up in the manual's index, and discover
2824 mh-fetch-x-image-url (closes SF #831278).
a932ce45 2825
a8a47814
BW
2826 * mh-customize.el (mh-new-messages-folders): Rename from
2827 mh-index-new-messages-folders.
2828 (mh-ticked-messages-folders): Rename from
2829 mh-index-ticked-messages-folders.
2bd87afb 2830
a8a47814
BW
2831 * mh-index.el (mh-index-sequenced-messages)
2832 (mh-index-new-messages): Ditto.
2833
2be362c2 2834 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
d57727c9 2835 in the docstrings and made usage consistent. Generally speaking,
2be362c2 2836 "messages in range" and "range of messages" is redundant and just
d57727c9 2837 "range" can be used in most circumstances. Also ensured that
2be362c2 2838 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
2839 that use a range which describes the range argument for both users
2840 and programmers.
2be362c2
BW
2841
2842 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
2843 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
2844 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
2845 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
2846 Ditto.
2be362c2 2847
13fe29bd
BW
2848 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
2849 Ditto.
2be362c2
BW
2850
2851 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
2852
2853 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
2854 (mh-ps-print-msg-file, mh-print-msg): Ditto.
2855
2856 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
2857 (mh-narrow-to-range, mh-toggle-tick): Ditto.
2858
553fb735
BW
28592005-12-01 Bill Wohler <wohler@newt.com>
2860
2861 Rewrote Reading Mail chapter in manual which affected mh-show
2862 customization group and related functions.
2bd87afb 2863
553fb735
BW
2864 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
2865 instead of mh-highlight-citation-p.
2866 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
2867 I think, so use "truncated".
2868
2869 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
d57727c9 2870 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
2871 mh-folder, not mh-show.
2872 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
d57727c9 2873 (mh-thread): New group that corresponds with manual's Threading chapter.
553fb735
BW
2874 (mh-letter-faces): Group's manual section is Editing Drafts, not
2875 Sending Mail.
d57727c9 2876 (mh-sortm-args): New customization variable that used to be a defvar.
553fb735
BW
2877 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
2878 Move from mh-index group to mh-folders group.
2879 (mh-alias-local-users-prefix, mh-large-folder)
2880 (mh-recursive-folders-flag, mh-before-quit-hook)
2881 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
2882 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
2883 mh-folder group.
2884 (mh-highlight-citation-style): Rename from
d57727c9
JB
2885 mh-highlight-citation-p. Sync docstrings with manual.
2886 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 2887 with manual.
13fe29bd
BW
2888 (mh-show-threads-flag): Move from mh-show group to mh-thread
2889 group.
553fb735
BW
2890 (mh-find-path-hook): Move from mh-show group to mh-e group.
2891 (mh-folder-updated-hook): Add to mh-folder group.
2892 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
2893 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
2894 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
2895 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
2896 (mh-display-buttons-for-inline-parts-flag)
2897 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
2898 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
2899 (mh-invisible-header-fields-default, mh-invisible-header-fields)
2900 (mh-lpr-command-format, mh-max-inline-image-height)
2901 (mh-max-inline-image-width)
2902 (mh-mime-save-parts-default-directory, mh-print-background-flag)
2903 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
2904 (mh-show-use-xface-flag, mh-store-default-directory)
c4cc8b9a 2905 (mh-summary-height, mh-delete-msg-hook)
553fb735 2906 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 2907
d57727c9 2908 * mh-e.el (mh-scan-format-mh, mh-scan-good-msg-regexp)
553fb735 2909 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
d57727c9
JB
2910 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp):
2911 Use non-fontification instead of non-fontifying.
553fb735 2912 (mh-header-display): Use mh-mhl-format-file instead of
d57727c9 2913 mhl-formfile. Sync docstrings with manual.
553fb735 2914 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
d57727c9 2915 count. Sync docstrings with manual.
553fb735 2916 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
d57727c9 2917 so that message doesn't change when using this command. Sync
13fe29bd 2918 docstrings with manual.
d57727c9 2919 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
13fe29bd 2920 docstrings with manual.
d57727c9
JB
2921 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
2922 to no-header. Sync docstrings with manual.
553fb735
BW
2923 (mh-ps-print-map): Delete keybindings for deleted commands
2924 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 2925 (mh-help-messages): Update printing help.
553fb735
BW
2926 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
2927 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
2928 (mh-prev-button, mh-folder-toggle-mime-part)
2929 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
2930 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
2931 manual.
2932
13fe29bd
BW
2933 * mh-funcs.el (mh-sortm-args): Now a customization option and in
2934 mh-customize.el.
d57727c9
JB
2935 (mh-pipe-msg): Rename include-headers to include-header.
2936 Sync docstrings with manual.
553fb735
BW
2937 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
2938 (mh-store-msg): Sync docstrings with manual.
2939
d57727c9
JB
2940 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt.
2941 Sync docstrings with manual.
553fb735
BW
2942 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
2943 Sync docstrings with manual.
13fe29bd
BW
2944 (mh-mm-display-part, mh-mm-inline-message): Use
2945 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
2946 (mh-press-button): Sync docstrings with manual.
2947 (mh-display-with-external-viewer): Fix default output in
d57727c9 2948 minibuffer. Sync docstrings with manual.
553fb735 2949
d57727c9 2950 * mh-print.el (mh-ps-print-mime, mh-ps-print-toggle-mime):
13fe29bd 2951 Delete.
553fb735
BW
2952 (mh-ps-print-color-option): Incorporate docstring from
2953 ps-print-color-p.
d57727c9
JB
2954 (mh-ps-spool-buffer): Remove unused code. Fix indent.
2955 Slimline docstring.
2956 (mh-ps-spool-msg): Slimline docstring. Rename from
2957 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
13fe29bd 2958 available.
553fb735
BW
2959 (mh-ps-print-range): Extract method from common code in
2960 mh-ps-print-msg and mh-ps-print-msg-file.
d57727c9
JB
2961 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
2962 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
2963 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
2964 new code in mh-ps-spool-msg.
2965 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
2966 Sync docstrings with manual.
2967 (mh-ps-print-msg, mh-ps-print-msg-file)
d57727c9
JB
2968 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color):
2969 Sync docstrings with manual.
33462dfa 2970
2bd87afb 2971 * mh-utils.el (mh-show-ps-print-msg-show)
d57727c9 2972 (mh-show-ps-print-toggle-mime): Delete.
2bd87afb 2973 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
2974 (mh-show-mode): Use mh-highlight-citation-style instead of
2975 mh-highlight-citation-p.
2976 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
2977 mhl-formfile.
d57727c9
JB
2978 (mh-show): Use mh-mhl-format-file instead of mhl-formfile.
2979 Sync docstrings with manual.
2980 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg):
2981 Sync docstrings with manual.
553fb735
BW
2982
29832005-12-01 Bill Wohler <wohler@newt.com>
2984
2985 * mh-init.el (mh-defface-compat): Checkdoc fix.
2986
2987 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
2988 Bogofilter is lowercase except at beginning of sentence and in
2989 titles.
553fb735 2990
94abd6b7
BW
29912005-11-04 Bill Wohler <wohler@newt.com>
2992
6b19bd82
BW
2993 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
2994 Move to mh-init.el to minimize bulk of mh-customize.el.
2995
2996 * mh-init.el: Modify commentary since file is used for load and
2997 initialization as well as setting and getting the variant.
13fe29bd
BW
2998 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
2999 mh-customize.el.
6b19bd82 3000
d57727c9
JB
3001 * mh-customize.el: Refactor faces. Move grayscale requirements
3002 last before t. Use uniform line breaks.
3d2efec2 3003 (mh-min-colors-defined-flag): New variable.
d57727c9 3004 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 3005 for face specs.
2bd87afb
SM
3006 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
3007 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 3008 (mh-folder-body): Use mh-defface-compat.
94abd6b7 3009
b07e0686
DN
30102005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3011
3012 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
3013 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
3014 (mh-folder-to-face): Use the min-colors attribute instead of the
3015 type attribute.
3016
be33fce4
BW
30172005-11-03 Bill Wohler <wohler@newt.com>
3018
3019 * mh-customize.el (mh-refile-preserves-sequences-flag)
d57727c9
JB
3020 (mh-tick-seq, mh-update-sequences-after-mh-show-flag):
3021 Sync docstrings with manual.
be33fce4
BW
3022
3023 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
3024
2bd87afb 3025 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
3026 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
3027 with manual.
3028
93eece98
BW
30292005-11-01 Bill Wohler <wohler@newt.com>
3030
13fe29bd
BW
3031 * mh-comp.el (mh-redist-full-contents) Convert defvar to
3032 defcustom.
b2064e08
BW
3033 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
3034 (mh-reply, mh-send, mh-send-other-window)
3035 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
3036 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
3037 msg argument to message (to make for a better docstring).
b2064e08
BW
3038
3039 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
481821c8 3040 to defcustom. Rename by adding -flag.
b2064e08
BW
3041 (mh-compose-forward-as-mime-flag)
3042 (mh-compose-letter-function, mh-forward-subject-format)
3043 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
3044 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
3045 with manual.
3046
2bd87afb 3047 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 3048 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 3049 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
3050 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
3051 after message per conventions.
3052
fefc5079
BW
30532005-10-30 Bill Wohler <wohler@newt.com>
3054
2bd87afb 3055 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
d57727c9
JB
3056 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp):
3057 Sync docstrings with manual.
ece9cbf7 3058
fefc5079
BW
3059 * mh-customize.el (mh-compose-space-does-completion-flag)
3060 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
3061 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
d57727c9 3062 means" to remain checkdoc clean and consistent with Emacs. I
13fe29bd 3063 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
3064 that "On means" should be allowed in custom docstrings but that
3065 this change requires thought and should wait until after the Emacs
3066 22 release.
3067
ec397a34
BW
30682005-10-28 Bill Wohler <wohler@newt.com>
3069
50df64d6
BW
3070 * mh-comp.el (mh-annotate-msg): Use new variable
3071 mh-scan-field-destination-offset rather than hard-coding 1.
3072
3073 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
3074 docstring.
13fe29bd
BW
3075 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
3076 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
3077 mh-scan-format-file respectively.
3078 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
3079 add :set.
3080
d57727c9 3081 * mh-e.el (mh-scan-field-destination-offset): New variable. The
13fe29bd 3082 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6 3083 Bcc, or Newsgroups respectively.
d57727c9 3084 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note):
50df64d6
BW
3085 Call new function mh-msg-num-width-to-column to make leap between
3086 width and column more explicit.
3087 (mh-msg-num-width-to-column): New function that steals logic from
d57727c9 3088 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
3089 isn't t since we can't adapt the scan lines in this case.
3090 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
3091 make the documentation more clear.
3092 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
3093 column, not a width.
3094 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
d57727c9 3095 variable mh-scan-field-destination-offset rather than hard-coding 1.
50df64d6
BW
3096
3097 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
3098 (mh-notate): Use new variable mh-scan-field-destination-offset
3099 rather than hard-coding 1.
3100 (mh-message-number-width): Rename to mh-msg-num-width to be
3101 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
3102
ec397a34
BW
3103 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
3104 (mail-citation-hook): Quote URLs in docstrings and precede with
d57727c9 3105 `URL'. The former will suppress checkdoc warnings, the latter will
13fe29bd
BW
3106 turn them into hyperlinks in Emacs 22 (I just added the code to do
3107 that today).
ec397a34
BW
3108 (mh-scan-format-file): Checkdoc fix.
3109
169a3241
BW
31102005-10-27 Bill Wohler <wohler@newt.com>
3111
e069fa61
BW
3112 * mh-customize.el (mh-adaptive-cmd-note-flag)
3113 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
3114
3115 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
3116 (mh-note-cur, mh-scan-good-msg-regexp)
3117 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
3118 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
3119 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
3120 (mh-scan-subject-regexp, mh-scan-format-regexp)
3121 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
3122 with manual.
3123
3124 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
3125
3126 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
3127 of hard-coded string.
d57727c9
JB
3128 (mh-mail-header-separator, mh-signature-separator-regexp):
3129 Use "regular expression" in docstring instead of regexp.
e069fa61
BW
3130 (mh-scan-msg-number-regexp)
3131 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
3132 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
3133 (mh-cmd-note): Sync docstrings with manual.
3134
3b463df0
BW
3135 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
3136 Checkdoc fixes.
3137
3138 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
3139
3140 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
3141 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
3142 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 3143
4a263988
BW
31442005-10-24 Bill Wohler <wohler@newt.com>
3145
3146 * mh-gnus.el: Load mml.el in order to see if
3147 mml-minibuffer-read-disposition is defined or not.
3148
3149 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
3150 mml autoloads.
3151
97c60a38
MB
31522005-10-23 Miles Bader <miles@gnu.org>
3153
3154 * .arch-inventory: New file.
3155
9a51cf9e
BW
31562005-10-23 Bill Wohler <wohler@newt.com>
3157
d57727c9
JB
3158 * mh-customize.el (mh-interpret-number-as-range-flag):
3159 Sync docstring with manual.
136e0283 3160
9a51cf9e 3161 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
481821c8 3162 mh-alias.el and move to mh-acros.el.
9a51cf9e
BW
3163
3164 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
481821c8 3165 mh-identity.el and move to mh-acros.el.
9a51cf9e
BW
3166
3167 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
3168 mh-identity.el and mh-alias.el.
3169
3170 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
3171 warning in Emacs 22.
3172
1dd9796d
SD
31732005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
3174
3175 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
3176 assoc-string (if the function is available) and falls back on
3177 assoc-ignore-case if assoc-string is not found.
3178 (mh-identity-field-handler): Use mh-assoc-ignore-case since
3179 assoc-ignore-case is a obsolete function in Emacs 22.
3180
3181 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
3182 track of whether the tool-bar in mh-folder-mode has been
3183 initialized yet.
3184 (mh-folder-mode): Initialize the tool-bar for folders the first
3185 time we get into mh-letter-mode.
3186
3187 * mh-customize.el (mh-buffer-exists-p): New function which tests
3188 presence of buffers of a given mode.
d57727c9
JB
3189 (mh-tool-bar-define): New functions mh-tool-bar-folder-buttons-init and
3190 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
3191 used to create the tool-bar from the corresponding customizable
3192 variables.
3193
3194 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
3195 keeps track of whether the tool-bar in mh-letter-mode has been
3196 initialized yet.
3197 (mh-letter-mode): Initialize the tool-bar for drafts the first
3198 time we get into mh-letter-mode.
3199
0c47b17c
BW
32002005-10-23 Bill Wohler <wohler@newt.com>
3201
13fe29bd
BW
3202 * mh-comp.el (mh-letter-menu): Rename
3203 mh-mhn-compose-external-compressed-tar to
d57727c9
JB
3204 mh-mh-compose-external-compressed-tar. Rename
3205 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
481821c8
JB
3206 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
3207 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
d57727c9
JB
3208 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
3209 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
3210 to 'mh.
3211 (mh-insert-signature): Rename mh-mhn-directive-present-p to
3212 mh-mh-directive-present-p.
3213 (mh-send-letter): Rename mh-mhn-directive-present-p to
481821c8 3214 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
d57727c9
JB
3215 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
3216 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
13fe29bd 3217 mh-mhn-compose-external-compressed-tar to
d57727c9
JB
3218 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
3219 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
3220 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
3221 mh-mh-compose-anon-ftp. Rename
13fe29bd 3222 mh-mhn-compose-external-compressed-tar to
d57727c9
JB
3223 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
3224 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
3225 mh-mh-compose-external-type.
3226 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
3227 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
3228 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
3229 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
3230 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
3231 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
3232 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
3233 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
3234 (mh-letter-complete-or-space, mh-letter-confirm-address)
3235 (mh-letter-next-header-field-or-indent)
3236 (mh-letter-previous-header-field)
13fe29bd
BW
3237 (mh-letter-toggle-header-field-display): Sync docstrings with
3238 manual.
0c47b17c 3239
13fe29bd
BW
3240 * mh-customize.el (mh-edit-mhn-hook): Rename to
3241 mh-mh-to-mime-hook.
0c47b17c
BW
3242 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
3243 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
3244 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 3245 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
3246 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
3247 mh-pgp-support-flag.
3248 (mh-compose-insertion, mh-compose-space-does-completion-flag)
3249 (mh-delete-yanked-msg-window-flag)
3250 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
3251 (mh-letter-complete-function, mh-letter-fill-column)
3252 (mh-mml-method-default, mh-signature-file-name)
3253 (mh-signature-separator-flag, mh-x-face-file)
3254 (mh-yank-behavior, mail-citation-hook)
3255 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
3256 with manual.
3257
3258 * mh-gnus.el (mml-minibuffer-read-disposition): New function
3259 provided for Emacs 21 environments that lack it.
3260
3261 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
3262 prompt convention.
3263 (mh-compose-forward): mh-mh-forward-message requires string arg.
3264 (mh-minibuffer-read-type): New function.
3265 (mh-mhn-args): Rename to mh-mh-to-mime-args.
3266 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
3267 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
3268 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
3269 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
d57727c9 3270 Rename mh-mhn-compose-external-type to mh-mh-compose-external-type.
0c47b17c 3271 (mh-mhn-compose-external-compressed-tar): Rename to
d57727c9 3272 mh-mh-compose-external-compressed-tar. Rename
13fe29bd 3273 mh-mhn-compose-external-type to mh-mh-compose-external-type.
d57727c9
JB
3274 (mh-mhn-compose-external-type): Rename to mh-mh-compose-external-type.
3275 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
3276 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
3277 Use correct program in message.
3278 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
3279 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
3280 (mh-compose-forward, mh-mh-attach-file)
3281 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
3282 (mh-mh-compose-external-type, mh-mh-forward-message)
3283 (mh-mml-attach-file): Use mml-minibuffer-read-description,
3284 mh-minibuffer-read-type.
2bd87afb 3285 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
3286 Emacs 20 to docstring.
3287 (mh-mh-compose-external-type): Rename extra-param argument to
3288 parameters.
2bd87afb 3289 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
3290 (mh-mime-display-part, mh-mime-display-single): Rename
3291 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
3292 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
3293 mh-mh-attach-file.
3294 (mh-compose-forward): Rename mh-mhn-compose-forw to
3295 mh-mh-forward-message.
3296 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
3297 mh-mh-compose-type.
3298 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
3299 (mh-mh-attach-file, mh-mh-compose-type)
3300 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
3301 (mh-mh-compose-external-compressed-tar)
3302 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 3303 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
3304 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
3305 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
3306 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
3307 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
3308 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
3309 Sync docstrings with manual.
3310
13fe29bd
BW
3311 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
3312 mh-pgp-support-flag.
0c47b17c 3313
fba3b4d8
PG
33142005-10-17 Peter S Galbraith <psg@debian.org>
3315
d57727c9
JB
3316 * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case'
3317 to compare against header field for mixed-case "From:".
fba3b4d8 3318
ffda926c
BW
33192005-10-17 Bill Wohler <wohler@newt.com>
3320
2bd87afb 3321 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
3322 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
3323 to mail/compose, fld_open to fld-open.
13fe29bd
BW
3324 (mh-letter-tool-bar-map): Rename image file mail_send to
3325 mail/send.
ffda926c 3326
8f552dc8
BW
33272005-10-16 Bill Wohler <wohler@newt.com>
3328
79af55a7
BW
3329 * mh-comp.el (mh-display-completion-list-compat): New macro which
3330 calls `display-completion-list' correctly in older environments.
3331 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
3332 argument.
3333 (mh-complete-word): Use it.
3334
8f552dc8 3335 * mh-init.el (mh-image-load-path): Use locate-library to find
d57727c9 3336 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
3337 statements even more.
3338
7c164e0c
SD
33392005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
3340
3341 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
3342 causes a compiler warning.
3343
3344 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
3345 the message to be viewed (closes SF #1306141).
3346
f5fab556
MY
33472005-10-16 Masatake YAMATO <jet@gyve.org>
3348
13fe29bd
BW
3349 * mh-comp.el (mh-complete-word): Pass the common prefix substring
3350 of completion to `display-completion-list'.
f5fab556 3351
2416ec64
SD
33522005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
3353
3354 * mh-init.el (mh-image-load-path-called-flag): New variable which
3355 is used by mh-image-load-path so that it runs only once.
d57727c9 3356 (mh-image-load-path): Modify so that it gets run only once. Also
13fe29bd 3357 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
3358
3359 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
3360 to find images used in the toolbar.
3361
3362 * mh-customize.el (:folder): Remove call to mh-image-load-path.
3363
a9954630
BW
33642005-10-14 Bill Wohler <wohler@newt.com>
3365
2bd87afb 3366 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 3367
481821c8 33682005-10-14 Bill Wohler <wohler@newt.com>
5b004a34
BW
3369
3370 Released MH-E version 7.85.
2bd87afb
SM
3371
3372 * mh-e.el (Version, mh-version): Update for release 7.85.
3373
a10f4ace
BW
33742005-10-14 Bill Wohler <wohler@newt.com>
3375
d57727c9
JB
3376 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
3377 * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
3378 need to be indented.
3379
5b004a34 3380 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
d57727c9 3381 but the code that invoked the face had not been updated. Tick
13fe29bd 3382 highlighting working again.
5b004a34 3383
13fe29bd
BW
3384 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
3385 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
3386 CVS Emacs.
3387
2bd87afb 3388 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
3389 with read-string.
3390
a05fcb7d 33912005-10-09 Bill Wohler <wohler@newt.com>
c727526b 3392
a05fcb7d
BW
3393 * mh-init.el (mh-image-load-path): New function that adds the path
3394 to the MH-E images to the image-load-path or load-path depending
3395 on the version of Emacs.
c727526b 3396
a05fcb7d
BW
3397 * mh-customize.el: Call mh-image-load-path just before
3398 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 3399
a05fcb7d 34002005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 3401
2bd87afb
SM
3402 * ChangeLog: Move contents into ChangeLog.1 and trim.
3403
d57727c9 3404 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 3405
47570699 3406
73b0cd50 3407 Copyright (C) 2005-2011 Free Software Foundation, Inc.
e9be14aa 3408
5b87ad55
GM
3409 This file is part of GNU Emacs.
3410
5e809f55 3411 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 3412 it under the terms of the GNU General Public License as published by
5e809f55
GM
3413 the Free Software Foundation, either version 3 of the License, or
3414 (at your option) any later version.
5b87ad55
GM
3415
3416 GNU Emacs is distributed in the hope that it will be useful,
3417 but WITHOUT ANY WARRANTY; without even the implied warranty of
3418 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3419 GNU General Public License for more details.
3420
3421 You should have received a copy of the GNU General Public License
5e809f55 3422 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 3423
13fe29bd 3424;; Local Variables:
880820fe 3425;; coding: utf-8
13fe29bd 3426;; sentence-end-double-space: nil
33462dfa 3427;; add-log-time-zone-rule: t
13fe29bd
BW
3428;; End:
3429