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