*** empty log message ***
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
e69d4e02
BW
12006-01-03 Bill Wohler <wohler@newt.com>
2
355ebcbf
BW
3 * mh-customize.el (mh-folder-msg-number): Snow is actually
4 off-white on low color displays which turns to white when bold.
5 This is unreadable on white backgrounds. Use snow with min-colors
6 requirement. Use cyan on low-color displays.
7
8 * mh-init.el (mh-defface-compat): On low-color displays, delete
9 the high-color display rather than simply strip the min-colors
10 requirement since the existing algorithm shadowed the desired
11 display on low-color displays.
12
e69d4e02
BW
13 * mh-alias.el (mh-alias-add-alias): Remove leading * from
14 docstring.
15
af435184
BW
162006-01-02 Bill Wohler <wohler@newt.com>
17
18 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
19 docstring. Does this mean something in a defun?
20
21 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
22 Checkdoc fix.
23
24 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
25 so it reads better in docstring and manual. Sync docstring with
26 manual.
27
28 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
29
30 * mh-alias.el (mh-alias-apropos): Sync docstring with manual.
31
32 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
33 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
34 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
35 (mh-letter-complete-or-space, mh-letter-confirm-address)
36 (mh-letter-next-header-field-or-indent)
37 (mh-letter-previous-header-field): Ditto.
38
39 * mh-customize.el (mh-alias-completion-ignore-case-flag)
40 (mh-default-folder-for-message-function, mh-mml-method-default)
41 (mh-signature-file-name, mh-yank-behavior, mh-show-hook)
42 (mh-show-mode-hook) Ditto.
43
44 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
45
46 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
47 (mh-store-msg, mh-store-buffer): Ditto
48
49 * mh-index.el (mh-index-search, mh-index-do-search)
50 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
51
52 * mh-junk.el (mh-spamassassin-blacklist): Ditto.
53
54 * mh-mime.el (mh-mh-compose-external-compressed-tar)
55 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
56 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
57 (mh-mml-secure-message-signencrypt): Ditto
58
59 * mh-pick.el (mh-search-folder): Ditto.
60
61 * mh-seq.el (mh-widen): Ditto.
62
63 * mh-utils.el (mh-show, mh-modify): Ditto.
64
285d1e0c
MB
652006-01-02 Mark D. Baushke <mdb@gnu.org>
66
67 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
68
d49ed7d4
BW
692006-01-01 Bill Wohler <wohler@newt.com>
70
71 * mh-customize.el: Sync docstrings with manual for faces and sort
72 them alphabetically.
73 (mh-faces): Move below mh-hooks.
74 (mh-folder-faces, mh-index-faces, mh-letter-faces)
75 (mh-show-faces, mh-speed-faces): Delete. Organize faces like
76 hooks.
77 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
78 (facemenu-unlisted-faces): Might as well ignore all MH-E faces.
79 (mh-folder-body-face, mh-folder-cur-msg-face)
80 (mh-folder-cur-msg-number-face, mh-folder-date-face)
81 (mh-folder-followup-face, mh-folder-msg-number-face)
82 (mh-folder-deleted-face, mh-folder-refiled-face)
83 (mh-folder-subject-face, mh-folder-address-face)
84 (mh-folder-scan-format-face, mh-folder-to-face)
85 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
86 (mh-show-header-face, mh-show-pgg-good-face)
87 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
88 (mh-show-to-face, mh-show-from-face, mh-show-subject-face):
89 Delete.
90 (mh-folder-cur-msg): Unused. Delete.
91 (mh-folder-address): Use defface; inherit from mh-folder-subject.
92 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date):
93 Inherit from mh-folder-msg-number.
94 (mh-folder-deleted): Use defface. Inherit from
95 mh-folder-msg-number.
96 (mh-folder-sent-to-me-hint): New face. Inherit from
97 mh-folder-date.
98 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format.
99 Use defface. Inherit from mh-folder-followup.
100 (mh-show-xface): Inherit from mh-show-from and highlight.
101 (bw-face-generation, bw-toggle-faces)
102 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary)
103 variables, functions for toggling between old and new faces.
104
105 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
106 eval-when-compile. We should probably do this throughout.
107 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
108 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
109 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
110 (mh-scan-subject-regexp): Sync docstrings with manual
111 (mh-scan-format-regexp): Rename to
112 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
113 expression. Make expression more like the others (anchored at the
114 beginning of line). Sync docstrings with manual.
115 (mh-folder-font-lock-keywords): Use faces directly rather than
116 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of
117 mh-scan-format-regexp, and within that expression, use faces
118 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead
119 of mh-folder-date-face and mh-folder-scan-format-face which were
120 misleading.
121
122 * mh-mime.el (mh-mime-security-button-face): Use faces directly
123 rather than -face variables.
124
125 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly
126 rather than -face variables.
127 (mh-face-foreground-compat, mh-face-background-compat): New macros.
128 (mh-face-display-function): Use mh-face-foreground-compat and
129 mh-face-background-compat to use inherited attributes of
130 mh-show-xface on Emacs 22 while still working on Emacs 21.
131
0d887b77
BW
1322005-12-28 Bill Wohler <wohler@newt.com>
133
134 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use
135 mh-user-agent-compose instead of mh-smail-batch.
136
13fe29bd
BW
1372005-12-27 Bill Wohler <wohler@newt.com>
138
139 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to
140 suppress creation of folder if it doesn't exist.
141
2bd87afb
SM
1422005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter.
145
5a4aad03
BW
1462005-12-23 Bill Wohler <wohler@newt.com>
147
7ba8dffd
BW
148 * mh-e.el (mh-folders-changed): Fix typo in docstring.
149
13fe29bd
BW
150 Follow MH-E Developers Guide conventions. Use `' quotes for Help
151 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
152 everything else. Otherwise, you can accidently get links to
5a4aad03 153 nonsense symbols.
2bd87afb 154
d1699462
BW
1552005-12-22 Bill Wohler <wohler@newt.com>
156
13fe29bd 157 Follow Emacs coding conventions. Use default setting of
2dcf34f9 158 emacs-lisp-docstring-fill-column which is 65.
2bd87afb 159
d1699462
BW
160 * mh-alias.el (mh-alias-reload): Sync docstrings with manual.
161
162 * mh-comp.el (mh-letter-mode): Use 60 column width.
163 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings
164 with manual.
165 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if
166 you have added a mail-citation-hook and neither are used if you
13fe29bd
BW
167 use one of the supercite flavors of mh-yank-behavior. Sync
168 docstrings with manual.
d1699462 169
13fe29bd
BW
170 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename
171 from mh-kill-folder-suppress-prompt-hook since it is an abnormal
172 hook. Use "Hook run by `function'..." instead of "Invoked...".
d1699462
BW
173 Sync docstrings with manual.
174 (mh-ins-buf-prefix, mh-yank-behavior): Mention that
175 mh-ins-buf-prefix isn't used if you have added a
176 mail-citation-hook and neither are used if you use one of the
13fe29bd
BW
177 supercite flavors of mh-yank-behavior. Sync docstrings with
178 manual.
179 (mail-citation-hook): Delete. Use one in sendmail.el.
d1699462
BW
180 (mh-signature-file-name, mh-after-commands-processed-hook)
181 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
182 (mh-before-quit-hook, mh-before-send-letter-hook)
183 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
184 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
185 (mh-letter-mode-hook)
186 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook)
187 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
188 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead
13fe29bd 189 of "Invoked...". Sync docstrings with manual.
d1699462
BW
190
191 * mh-e.el (mh-last-destination, mh-last-destination-folder)
192 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker)
193 (mh-delete-list, mh-refile-list, mh-folders-changed)
194 (mh-next-direction, mh-view-ops, mh-folder-view-stack)
195 (mh-index-data, mh-first-msg-num, mh-last-msg-num)
196 (mh-mode-line-annotation, mh-sequence-notation-history)
197 (mh-colors-available-flag): Move comment into docstring.
2bd87afb
SM
198 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit)
199 (mh-process-commands): Sync docstrings with manual.
d1699462
BW
200 (mh-refile-msg): Small doc edit.
201 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual.
202 Rename msg argument to message.
203
204 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual.
205
206 * mh-e.el (mh-update-unseen): No longer say "The value of
207 `foo-hook' is a list of functions to be called, with no arguments,
208 ...," but rather just "The hook foo-hook is called...".
209
2bd87afb 210 * mh-mime.el (mh-mh-to-mime): Ditto.
d1699462
BW
211
212 * mh-pick.el (mh-pick-mode): Ditto.
213
214 * mh-utils.el (mh-showing-mode): Use uppercase for argument in
215 docstring.
216 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment
217 into docstring.
13fe29bd
BW
218 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with
219 manual.
d1699462 220
2bd87afb 2212005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org>
2953de8c 222
13fe29bd
BW
223 * mh-customize.el (mh-after-commands-processed-hook): New
224 variable.
225 (mh-before-commands-processed-hook): Rename
226 mh-folder-updated-hook.
2953de8c 227
13fe29bd
BW
228 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
229 mh-before-commands-processed-hook, call new
2953de8c
SG
230 mh-after-commands-processed-hook.
231 (mh-folders-changed): New variable (for use in
232 mh-after-commands-processed-hook).
233
cee9f5c6
BW
2342005-12-19 Bill Wohler <wohler@newt.com>
235
236 * mh-acros.el:
237 * mh-alias.el:
238 * mh-comp.el:
239 * mh-customize.el:
240 * mh-e.el:
241 * mh-funcs.el:
242 * mh-gnus.el:
243 * mh-identity.el:
244 * mh-inc.el:
245 * mh-index.el:
246 * mh-init.el:
247 * mh-junk.el:
248 * mh-mime.el:
249 * mh-pick.el:
250 * mh-print.el:
251 * mh-seq.el:
252 * mh-speed.el:
253 * mh-utils.el:
13fe29bd
BW
254 Follow commenting conventions. Don't use ;;; form so much, except
255 for headings. Precede headings with page feed. This was mostly
256 already done, so I made it a convention. Did not update copyright
cee9f5c6
BW
257 on a couple of files since this was an insignificant change.
258
fa4075e3
BW
2592005-12-18 Bill Wohler <wohler@newt.com>
260
261 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
262 (mh-tool-bar-search-function): Sync docstrings with manual.
13fe29bd
BW
263 (mh-tool-bar-customize): Replace toolbar with tool bar in
264 docstring.
fa4075e3
BW
265 (mh-tool-bar-letter-help): Fix manual reference.
266 (mh-xemacs-use-toolbar-flag): Rename to
13fe29bd
BW
267 mh-xemacs-use-tool-bar-flag. Initialize to
268 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual.
fa4075e3 269 (mh-xemacs-toolbar-position): Rename to
13fe29bd 270 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar"
fa4075e3
BW
271 option (redundant) and change "Same As Default Tool Bar" setting
272 to nil. Sync docstrings with manual.
273 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
274 depending on context.
13fe29bd
BW
275 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
276 for calling set-specifier. Only look at the value of
277 mh-xemacs-use-tool-bar-flag.
278 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
279 docstrings with manual.
fa4075e3
BW
280
281 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
282 mh-toolbar-init.
283
284 * mh-e.el (mh-folder-mode): Ditto.
285
286 * mh-utils.el (mh-show-mode): Ditto.
287
7a5df5a9
BW
2882005-12-15 Bill Wohler <wohler@newt.com>
289
290 * mh-e.el (mh-delete-msg): Sync docstrings with manual.
291
292 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
293 (mh-thread-previous-sibling, mh-thread-ancestor)
294 (mh-thread-delete, mh-thread-refile): Ditto.
295
6b960c10
BW
2962005-12-14 Bill Wohler <wohler@newt.com>
297
298 * mh-customize.el (mh-speed-flists-interval): Rename to
299 mh-speed-update-interval.
13fe29bd
BW
300 (mh-speed-run-flists-flag): Delete. Setting
301 mh-speed-flists-interval to 0 accomplishes the same thing.
6b960c10 302
13fe29bd
BW
303 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
304 mh-speed-update-interval instead of mh-speed-run-flists-flag.
305 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync
306 docstrings with manual.
6b960c10 307
97c688ed
BW
3082005-12-09 Bill Wohler <wohler@newt.com>
309
310 * mh-customize.el (mh-path): Move here from mh-init.el.
311 (mh-variant): Mention that mh-path can be customized.
312 (mh-invisible-header-fields-internal): Add X-ContentStamp,
313 X-MAIL-INFO, and X-UNTD- from NetZero.
314
315 * mh-init.el (mh-path): Move defcustom to mh-customize.el.
316
2be362c2
BW
3172005-12-04 Bill Wohler <wohler@newt.com>
318
f15ced66
BW
319 * mh-customize.el (mh-sortm-args): Sync docstrings with manual.
320 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and
321 X-Virus-Scanned.
2bd87afb 322
13fe29bd
BW
323 * mh-customize.el (mh-insert-signature-hook): Rename
324 mh-letter-insert-signature-hook to mh-insert-signature-hook.
f15ced66
BW
325
326 * mh-comp.el (mh-insert-signature): Ditto.
327
56128d97 328 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask
13fe29bd 329 to nil. Remove t option. Sync docstring with manual (closes SF
56128d97
BW
330 #831278).
331 (mh-invisible-header-fields-internal): Remove X-Image-URL so that
332 users can see it, look it up in the manual's index, and discover
333 mh-fetch-x-image-url (closes SF #831278).
a932ce45 334
a8a47814
BW
335 * mh-customize.el (mh-new-messages-folders): Rename from
336 mh-index-new-messages-folders.
337 (mh-ticked-messages-folders): Rename from
338 mh-index-ticked-messages-folders.
2bd87afb 339
a8a47814
BW
340 * mh-index.el (mh-index-sequenced-messages)
341 (mh-index-new-messages): Ditto.
342
2be362c2 343 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE"
13fe29bd 344 in the docstrings and made usage consistent. Generally speaking,
2be362c2 345 "messages in range" and "range of messages" is redundant and just
13fe29bd 346 "range" can be used in most circumstances. Also ensured that
2be362c2 347 mh-interactive-range was mentioned in all interactive functions
f15ced66
BW
348 that use a range which describes the range argument for both users
349 and programmers.
2be362c2
BW
350
351 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
352 (mh-refile-or-write-again, mh-rescan-folder, mh-undo)
353 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
13fe29bd
BW
354 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup):
355 Ditto.
2be362c2 356
13fe29bd
BW
357 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1):
358 Ditto.
2be362c2
BW
359
360 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.
361
362 * mh-print.el (mh-ps-print-range, mh-ps-print-msg)
363 (mh-ps-print-msg-file, mh-print-msg): Ditto.
364
365 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
366 (mh-narrow-to-range, mh-toggle-tick): Ditto.
367
553fb735
BW
3682005-12-01 Bill Wohler <wohler@newt.com>
369
370 Rewrote Reading Mail chapter in manual which affected mh-show
371 customization group and related functions.
2bd87afb 372
553fb735
BW
373 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style
374 instead of mh-highlight-citation-p.
375 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word,
376 I think, so use "truncated".
377
378 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual
13fe29bd 379 section is Folders, not Organizing. Parent of mh-folder-faces is
553fb735
BW
380 mh-folder, not mh-show.
381 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar.
382 (mh-thread): New group that corresponds with manual's Threading
383 chapter.
384 (mh-letter-faces): Group's manual section is Editing Drafts, not
385 Sending Mail.
13fe29bd
BW
386 (mh-sortm-args): New customization variable that used to be a
387 defvar.
553fb735
BW
388 (mh-index-new-messages-folders, mh-index-ticked-messages-folders):
389 Move from mh-index group to mh-folders group.
390 (mh-alias-local-users-prefix, mh-large-folder)
391 (mh-recursive-folders-flag, mh-before-quit-hook)
392 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook)
393 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to
394 mh-folder group.
395 (mh-highlight-citation-style): Rename from
13fe29bd
BW
396 mh-highlight-citation-p. Sync docstrings with manual.
397 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings
553fb735 398 with manual.
13fe29bd
BW
399 (mh-show-threads-flag): Move from mh-show group to mh-thread
400 group.
553fb735
BW
401 (mh-find-path-hook): Move from mh-show group to mh-e group.
402 (mh-folder-updated-hook): Add to mh-folder group.
403 (mh-forward-hook): Move from mh-folder to mh-sending-mail group.
404 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group.
405 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
406 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
407 (mh-display-buttons-for-inline-parts-flag)
408 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
409 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
410 (mh-invisible-header-fields-default, mh-invisible-header-fields)
411 (mh-lpr-command-format, mh-max-inline-image-height)
412 (mh-max-inline-image-width)
413 (mh-mime-save-parts-default-directory, mh-print-background-flag)
414 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
415 (mh-show-use-xface-flag, mh-store-default-directory)
416 (mh-summary-height, mh-delete-msg-hook
417 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
2bd87afb 418
553fb735
BW
419 * mh-e.el
420 (mh-scan-format-mh, mh-scan-good-msg-regexp)
421 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
13fe29bd
BW
422 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use
423 non-fontification instead of non-fontifying.
553fb735 424 (mh-header-display): Use mh-mhl-format-file instead of
13fe29bd 425 mhl-formfile. Sync docstrings with manual.
553fb735 426 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to
13fe29bd 427 count. Sync docstrings with manual.
553fb735 428 (mh-refile-or-write-again): Use output from mh-write-msg-to-file
13fe29bd
BW
429 so that message doesn't change when using this command. Sync
430 docstrings with manual.
431 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync
432 docstrings with manual.
433 (mh-write-msg-to-file): Rename msg to message. Rename no-headers
434 to no-header. Sync docstrings with manual.
553fb735
BW
435 (mh-ps-print-map): Delete keybindings for deleted commands
436 mh-ps-print-toggle-mime and mh-ps-print-msg-show.
2bd87afb 437 (mh-help-messages): Update printing help.
553fb735
BW
438 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg)
439 (mh-last-msg, mh-previous-unread-msg, mh-next-button)
440 (mh-prev-button, mh-folder-toggle-mime-part)
441 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
442 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with
443 manual.
444
13fe29bd
BW
445 * mh-funcs.el (mh-sortm-args): Now a customization option and in
446 mh-customize.el.
447 (mh-pipe-msg): Rename include-headers to include-header. Sync
448 docstrings with manual.
553fb735
BW
449 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards)
450 (mh-store-msg): Sync docstrings with manual.
451
13fe29bd
BW
452 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync
453 docstrings with manual.
553fb735
BW
454 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp.
455 Sync docstrings with manual.
13fe29bd
BW
456 (mh-mm-display-part, mh-mm-inline-message): Use
457 mh-highlight-citation-style instead of mh-highlight-citation-p.
553fb735
BW
458 (mh-press-button): Sync docstrings with manual.
459 (mh-display-with-external-viewer): Fix default output in
13fe29bd 460 minibuffer. Sync docstrings with manual.
553fb735 461
13fe29bd
BW
462 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime):
463 Delete.
553fb735
BW
464 (mh-ps-print-color-option): Incorporate docstring from
465 ps-print-color-p.
13fe29bd
BW
466 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline
467 docstring.
468 (mh-ps-spool-msg): Slimline docstring. Rename from
469 mh-ps-spool-a-msg. Rewrite to use existing show buffer when
470 available.
553fb735
BW
471 (mh-ps-print-range): Extract method from common code in
472 mh-ps-print-msg and mh-ps-print-msg-file.
13fe29bd
BW
473 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s".
474 (mh-ps-print-msg-show): Delete. Can use either
553fb735
BW
475 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with
476 new code in mh-ps-spool-msg.
477 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile.
478 Sync docstrings with manual.
479 (mh-ps-print-msg, mh-ps-print-msg-file)
13fe29bd
BW
480 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
481 docstrings with manual.
553fb735 482
2bd87afb 483 * mh-utils.el (mh-show-ps-print-msg-show)
553fb735 484 mh-show-ps-print-toggle-mime): Delete.
2bd87afb 485 (mh-show-ps-print-map): Update accordingly.
553fb735
BW
486 (mh-show-mode): Use mh-highlight-citation-style instead of
487 mh-highlight-citation-p.
488 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of
489 mhl-formfile.
13fe29bd
BW
490 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync
491 docstrings with manual.
492 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync
493 docstrings with manual.
553fb735
BW
494
4952005-12-01 Bill Wohler <wohler@newt.com>
496
497 * mh-init.el (mh-defface-compat): Checkdoc fix.
498
499 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist):
13fe29bd
BW
500 Bogofilter is lowercase except at beginning of sentence and in
501 titles.
553fb735 502
94abd6b7
BW
5032005-11-04 Bill Wohler <wohler@newt.com>
504
6b19bd82
BW
505 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
506 Move to mh-init.el to minimize bulk of mh-customize.el.
507
508 * mh-init.el: Modify commentary since file is used for load and
509 initialization as well as setting and getting the variant.
13fe29bd
BW
510 (mh-min-colors-defined-flag, mh-defface-compat): Move here from
511 mh-customize.el.
6b19bd82 512
13fe29bd
BW
513 * mh-customize.el: Refactor faces. Move grayscale requirements
514 last before t. Use uniform line breaks.
3d2efec2 515 (mh-min-colors-defined-flag): New variable.
13fe29bd 516 (mh-defface-compat): New function. Provides backward compatibility
3d2efec2 517 for face specs.
2bd87afb
SM
518 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
519 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
3d2efec2 520 (mh-folder-body): Use mh-defface-compat.
94abd6b7 521
b07e0686
DN
5222005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
523
524 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
525 (mh-folder-cur-msg-number-face, mh-folder-refiled-face)
526 (mh-folder-to-face): Use the min-colors attribute instead of the
527 type attribute.
528
be33fce4
BW
5292005-11-03 Bill Wohler <wohler@newt.com>
530
531 * mh-customize.el (mh-refile-preserves-sequences-flag)
13fe29bd
BW
532 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync
533 docstrings with manual.
be33fce4
BW
534
535 * mh-e.el (mh-update-sequences): Sync docstrings with manual.
536
2bd87afb 537 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
be33fce4
BW
538 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings
539 with manual.
540
93eece98
BW
5412005-11-01 Bill Wohler <wohler@newt.com>
542
13fe29bd
BW
543 * mh-comp.el (mh-redist-full-contents) Convert defvar to
544 defcustom.
b2064e08
BW
545 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
546 (mh-reply, mh-send, mh-send-other-window)
547 (mh-fill-paragraph-function): Sync docstrings with manual.
13fe29bd
BW
548 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename
549 msg argument to message (to make for a better docstring).
b2064e08
BW
550
551 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
13fe29bd 552 to defcustom. Rename by adding -flag.
b2064e08
BW
553 (mh-compose-forward-as-mime-flag)
554 (mh-compose-letter-function, mh-forward-subject-format)
555 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
556 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
557 with manual.
558
2bd87afb 559 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg)
93eece98 560 (mh-ps-print-msg): Remove debugging messages.
2bd87afb 561 (mh-ps-print-msg-show, mh-ps-print-msg-show)
93eece98
BW
562 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
563 after message per conventions.
564
fefc5079
BW
5652005-10-30 Bill Wohler <wohler@newt.com>
566
2bd87afb 567 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
13fe29bd
BW
568 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
569 docstrings with manual.
ece9cbf7 570
fefc5079
BW
571 * mh-customize.el (mh-compose-space-does-completion-flag)
572 (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
573 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
13fe29bd
BW
574 means" to remain checkdoc clean and consistent with Emacs. I
575 raised this issue with the Emacs developers and Stallman agrees
fefc5079
BW
576 that "On means" should be allowed in custom docstrings but that
577 this change requires thought and should wait until after the Emacs
578 22 release.
579
ec397a34
BW
5802005-10-28 Bill Wohler <wohler@newt.com>
581
50df64d6
BW
582 * mh-comp.el (mh-annotate-msg): Use new variable
583 mh-scan-field-destination-offset rather than hard-coding 1.
584
585 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to
586 docstring.
13fe29bd
BW
587 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
588 functions to check input for mh-adaptive-cmd-note-flag and
50df64d6
BW
589 mh-scan-format-file respectively.
590 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes,
591 add :set.
592
13fe29bd
BW
593 * mh-e.el: (mh-scan-field-destination-offset): New variable. The
594 destination is the -, t, b, c, or n character for Replied, To, cc,
50df64d6
BW
595 Bcc, or Newsgroups respectively.
596 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note)
597 Call new function mh-msg-num-width-to-column to make leap between
598 width and column more explicit.
599 (mh-msg-num-width-to-column): New function that steals logic from
13fe29bd 600 old mh-set-cmd-note. Also, throw error if mh-scan-format-file
50df64d6
BW
601 isn't t since we can't adapt the scan lines in this case.
602 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will
603 make the documentation more clear.
604 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a
605 column, not a width.
606 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new
13fe29bd
BW
607 variable mh-scan-field-destination-offset rather than hard-coding
608 1.
50df64d6
BW
609
610 * mh-utils.el (mh-cmd-note) Synced docstring with manual.
611 (mh-notate): Use new variable mh-scan-field-destination-offset
612 rather than hard-coding 1.
613 (mh-message-number-width): Rename to mh-msg-num-width to be
614 consistent with mh-get-msg-num and mh-msg-num-width-to-column.
615
ec397a34
BW
616 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag)
617 (mail-citation-hook): Quote URLs in docstrings and precede with
13fe29bd
BW
618 `URL'. The former will suppress checkdoc warnings, the latter will
619 turn them into hyperlinks in Emacs 22 (I just added the code to do
620 that today).
ec397a34
BW
621 (mh-scan-format-file): Checkdoc fix.
622
169a3241
BW
6232005-10-27 Bill Wohler <wohler@newt.com>
624
e069fa61
BW
625 * mh-customize.el (mh-adaptive-cmd-note-flag)
626 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual.
627
628 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled)
629 (mh-note-cur, mh-scan-good-msg-regexp)
630 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
631 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
632 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
633 (mh-scan-subject-regexp, mh-scan-format-regexp)
634 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings
635 with manual.
636
637 * mh-funcs.el (mh-note-copied): Sync docstrings with manual.
638
639 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead
640 of hard-coded string.
13fe29bd
BW
641 (mh-mail-header-separator, mh-signature-separator-regexp): Use
642 "regular expression" in docstring instead of regexp.
e069fa61
BW
643 (mh-scan-msg-number-regexp)
644 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp)
645 (mh-scan-msg-format-string, mh-scan-msg-search-regexp)
646 (mh-cmd-note): Sync docstrings with manual.
647
3b463df0
BW
648 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
649 Checkdoc fixes.
650
651 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
2bd87afb
SM
652
653 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
654 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
655 (mh-mml-secure-message-signencrypt): Ditto.
169a3241 656
4a263988
BW
6572005-10-24 Bill Wohler <wohler@newt.com>
658
659 * mh-gnus.el: Load mml.el in order to see if
660 mml-minibuffer-read-disposition is defined or not.
661
662 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
663 mml autoloads.
664
97c60a38
MB
6652005-10-23 Miles Bader <miles@gnu.org>
666
667 * .arch-inventory: New file.
668
9a51cf9e
BW
6692005-10-23 Bill Wohler <wohler@newt.com>
670
13fe29bd
BW
671 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
672 docstring with manual.
136e0283 673
9a51cf9e
BW
674 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
675 mh-alias.el and move to mh-acros.el
676
677 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
678 mh-identity.el and move to mh-acros.el
679
680 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
681 mh-identity.el and mh-alias.el.
682
683 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
684 warning in Emacs 22.
685
1dd9796d
SD
6862005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
687
688 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
689 assoc-string (if the function is available) and falls back on
690 assoc-ignore-case if assoc-string is not found.
691 (mh-identity-field-handler): Use mh-assoc-ignore-case since
692 assoc-ignore-case is a obsolete function in Emacs 22.
693
694 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
695 track of whether the tool-bar in mh-folder-mode has been
696 initialized yet.
697 (mh-folder-mode): Initialize the tool-bar for folders the first
698 time we get into mh-letter-mode.
699
700 * mh-customize.el (mh-buffer-exists-p): New function which tests
701 presence of buffers of a given mode.
702 (mh-tool-bar-define): New functions
703 mh-tool-bar-folder-buttons-init and
13fe29bd 704 mh-tool-bar-letter-buttons-init are defined. These functions are
1dd9796d
SD
705 used to create the tool-bar from the corresponding customizable
706 variables.
707
708 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
709 keeps track of whether the tool-bar in mh-letter-mode has been
710 initialized yet.
711 (mh-letter-mode): Initialize the tool-bar for drafts the first
712 time we get into mh-letter-mode.
713
0c47b17c
BW
7142005-10-23 Bill Wohler <wohler@newt.com>
715
13fe29bd
BW
716 * mh-comp.el (mh-letter-menu): Rename
717 mh-mhn-compose-external-compressed-tar to
718 mh-mh-compose-external-compressed-tar. Rename
719 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
720 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
721 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
722 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
723 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
0c47b17c
BW
724 to 'mh.
725 (mh-insert-signature): Rename mh-mhn-directive-present-p to
726 mh-mh-directive-present-p.
727 (mh-send-letter): Rename mh-mhn-directive-present-p to
13fe29bd
BW
728 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
729 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
730 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
731 mh-mhn-compose-external-compressed-tar to
732 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
733 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
734 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
735 mh-mh-compose-anon-ftp. Rename
736 mh-mhn-compose-external-compressed-tar to
737 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
738 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
0c47b17c
BW
739 mh-mh-compose-external-type.
740 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
741 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
13fe29bd
BW
742 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
743 mh-yank-from-start-of-msg to mh-yank-behavior.
0c47b17c
BW
744 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
745 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
746 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
747 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
748 (mh-letter-complete-or-space, mh-letter-confirm-address)
749 (mh-letter-next-header-field-or-indent)
750 (mh-letter-previous-header-field)
13fe29bd
BW
751 (mh-letter-toggle-header-field-display): Sync docstrings with
752 manual.
0c47b17c 753
13fe29bd
BW
754 * mh-customize.el (mh-edit-mhn-hook): Rename to
755 mh-mh-to-mime-hook.
0c47b17c
BW
756 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
757 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
758 and user-visible values from mhn and Gnus to MH and MML.
2bd87afb 759 (mh-before-send-letter-hook): Add 'ispell-message option.
0c47b17c
BW
760 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
761 mh-pgp-support-flag.
762 (mh-compose-insertion, mh-compose-space-does-completion-flag)
763 (mh-delete-yanked-msg-window-flag)
764 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
765 (mh-letter-complete-function, mh-letter-fill-column)
766 (mh-mml-method-default, mh-signature-file-name)
767 (mh-signature-separator-flag, mh-x-face-file)
768 (mh-yank-behavior, mail-citation-hook)
769 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
770 with manual.
771
772 * mh-gnus.el (mml-minibuffer-read-disposition): New function
773 provided for Emacs 21 environments that lack it.
774
775 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
776 prompt convention.
777 (mh-compose-forward): mh-mh-forward-message requires string arg.
778 (mh-minibuffer-read-type): New function.
779 (mh-mhn-args): Rename to mh-mh-to-mime-args.
780 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
781 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
782 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
783 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
13fe29bd
BW
784 Rename mh-mhn-compose-external-type to
785 mh-mh-compose-external-type.
0c47b17c 786 (mh-mhn-compose-external-compressed-tar): Rename to
13fe29bd
BW
787 mh-mh-compose-external-compressed-tar. Rename
788 mh-mhn-compose-external-type to mh-mh-compose-external-type.
789 (mh-mhn-compose-external-type): Rename to
790 mh-mh-compose-external-type.
791 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
792 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
0c47b17c
BW
793 Use correct program in message.
794 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
795 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
796 (mh-compose-forward, mh-mh-attach-file)
797 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
798 (mh-mh-compose-external-type, mh-mh-forward-message)
799 (mh-mml-attach-file): Use mml-minibuffer-read-description,
800 mh-minibuffer-read-type.
2bd87afb 801 (mh-mime-content-types): Move comment about only being used in
0c47b17c
BW
802 Emacs 20 to docstring.
803 (mh-mh-compose-external-type): Rename extra-param argument to
804 parameters.
2bd87afb 805 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message)
13fe29bd
BW
806 (mh-mime-display-part, mh-mime-display-single): Rename
807 mh-gnus-pgp-support-flag to mh-pgp-support-flag.
0c47b17c
BW
808 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
809 mh-mh-attach-file.
810 (mh-compose-forward): Rename mh-mhn-compose-forw to
811 mh-mh-forward-message.
812 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
813 mh-mh-compose-type.
814 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
815 (mh-mh-attach-file, mh-mh-compose-type)
816 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
817 (mh-mh-compose-external-compressed-tar)
818 (mh-mh-compose-external-type, mh-mh-forward-message)
2bd87afb 819 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp)
0c47b17c
BW
820 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
821 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
822 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
823 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
824 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
825 Sync docstrings with manual.
826
13fe29bd
BW
827 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
828 mh-pgp-support-flag.
0c47b17c 829
fba3b4d8
PG
8302005-10-17 Peter S Galbraith <psg@debian.org>
831
13fe29bd
BW
832 * mh-identity.el (mh-identity-field-handler): Use
833 `assoc-ignore-case' to compare against header field for mixed-case
fba3b4d8
PG
834 "From:".
835
ffda926c
BW
8362005-10-17 Bill Wohler <wohler@newt.com>
837
2bd87afb 838 * mh-customize.el (mh-folder-tool-bar-map): Rename image file
ffda926c
BW
839 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
840 to mail/compose, fld_open to fld-open.
13fe29bd
BW
841 (mh-letter-tool-bar-map): Rename image file mail_send to
842 mail/send.
ffda926c 843
8f552dc8
BW
8442005-10-16 Bill Wohler <wohler@newt.com>
845
79af55a7
BW
846 * mh-comp.el (mh-display-completion-list-compat): New macro which
847 calls `display-completion-list' correctly in older environments.
848 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
849 argument.
850 (mh-complete-word): Use it.
851
8f552dc8 852 * mh-init.el (mh-image-load-path): Use locate-library to find
13fe29bd 853 MH-E. This simplified the code a lot. Flattened out nested
8f552dc8
BW
854 statements even more.
855
7c164e0c
SD
8562005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
857
858 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
859 causes a compiler warning.
860
861 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
862 the message to be viewed (closes SF #1306141).
863
f5fab556
MY
8642005-10-16 Masatake YAMATO <jet@gyve.org>
865
13fe29bd
BW
866 * mh-comp.el (mh-complete-word): Pass the common prefix substring
867 of completion to `display-completion-list'.
f5fab556 868
2416ec64
SD
8692005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
870
871 * mh-init.el (mh-image-load-path-called-flag): New variable which
872 is used by mh-image-load-path so that it runs only once.
13fe29bd
BW
873 (mh-image-load-path): Modify so that it gets run only once. Also
874 flatten out heavily nested if statements to make it clearer.
2416ec64
SD
875
876 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
877 to find images used in the toolbar.
878
879 * mh-customize.el (:folder): Remove call to mh-image-load-path.
880
a9954630
BW
8812005-10-14 Bill Wohler <wohler@newt.com>
882
2bd87afb 883 * mh-e.el (Version, mh-version): Add +cvs to version.
a9954630 884
5b004a34
BW
8852005-10-14 Bill Wohler <wohler@newt.com>
886
887 Released MH-E version 7.85.
2bd87afb
SM
888
889 * mh-e.el (Version, mh-version): Update for release 7.85.
890
a10f4ace
BW
8912005-10-14 Bill Wohler <wohler@newt.com>
892
13fe29bd
BW
893 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: *
894 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
2bd87afb
SM
895 need to be indented.
896
5b004a34 897 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
13fe29bd
BW
898 but the code that invoked the face had not been updated. Tick
899 highlighting working again.
5b004a34 900
13fe29bd
BW
901 * mh-seq.el (mh-non-seq-mode-line-annotation): Move
902 make-variable-buffer-local call to top level to avoid warnings in
a10f4ace
BW
903 CVS Emacs.
904
2bd87afb 905 * mh-comp.el (mh-insert-letter): Replace deprecated read-input
a10f4ace
BW
906 with read-string.
907
a05fcb7d 9082005-10-09 Bill Wohler <wohler@newt.com>
c727526b 909
a05fcb7d
BW
910 * mh-init.el (mh-image-load-path): New function that adds the path
911 to the MH-E images to the image-load-path or load-path depending
912 on the version of Emacs.
c727526b 913
a05fcb7d
BW
914 * mh-customize.el: Call mh-image-load-path just before
915 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 916
a05fcb7d 9172005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 918
2bd87afb
SM
919 * ChangeLog: Move contents into ChangeLog.1 and trim.
920
13fe29bd 921 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 922
47570699 923
a05fcb7d 924 Copyright (C) 2005 Free Software Foundation, Inc.
e9be14aa 925
e495eaec
BW
926 Copying and distribution of this file, with or without modification,
927 are permitted in any medium without royalty provided the copyright
928 notice and this notice are preserved.
ab5796a9 929
13fe29bd
BW
930;; Local Variables:
931;; sentence-end-double-space: nil
932;; End:
933
ab5796a9 934;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51