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