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