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