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