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