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