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