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