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