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