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