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