Mercurial > emacs
annotate lisp/mh-e/ChangeLog @ 68936:133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
not get updated if user set mh-image-load-path. Moved tests and
add-to-list calls outside of cond so they are applied consistently,
even if they are redundant in some circumstances. Efficiency isn't a
concern here. Made error messages more user-friendly.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Thu, 16 Feb 2006 18:32:15 +0000 |
parents | 3f537f106072 |
children | ab0fd996e480 |
rev | line source |
---|---|
68936
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
1 2006-02-16 Bill Wohler <wohler@newt.com> |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
2 |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
3 * mh-utils.el (mh-image-load-path): The variables image-load-path |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
4 or load-path would not get updated if user set mh-image-load-path. |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
5 Moved tests and add-to-list calls outside of cond so they are |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
6 applied consistently, even if they are redundant in some |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
7 circumstances. Efficiency isn't a concern here. Made error |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
8 messages more user-friendly. |
133a58334c29
(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler <wohler@newt.com>
parents:
68929
diff
changeset
|
9 |
68929
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
10 2006-02-15 Peter S Galbraith <psg@debian.org> |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
11 |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
12 * mh-compat.el (mh-image-search-load-path): Compatibility code. |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
13 Emacs 21 and XEmacs don't have `image-search-load-path'. |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
14 |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
15 * mh-utils.el (mh-image-load-path): Don't bail out on error if the |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
16 images are already found. |
3f537f106072
mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68779
diff
changeset
|
17 |
68779
156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler <wohler@newt.com>
parents:
68750
diff
changeset
|
18 2006-02-10 Bill Wohler <wohler@newt.com> |
156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler <wohler@newt.com>
parents:
68750
diff
changeset
|
19 |
156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler <wohler@newt.com>
parents:
68750
diff
changeset
|
20 * mh-search.el (mh-search): Wrap code in (block mh-search ...) |
156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler <wohler@newt.com>
parents:
68750
diff
changeset
|
21 rather than use defun*. XEmacs cannot create a proper autoload for |
156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler <wohler@newt.com>
parents:
68750
diff
changeset
|
22 a defun*. |
156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler <wohler@newt.com>
parents:
68750
diff
changeset
|
23 |
68746
3741bfb4402f
(mh-replace-regexp-in-string): Add missing regexp argument.
Bill Wohler <wohler@newt.com>
parents:
68725
diff
changeset
|
24 2006-02-09 Bill Wohler <wohler@newt.com> |
3741bfb4402f
(mh-replace-regexp-in-string): Add missing regexp argument.
Bill Wohler <wohler@newt.com>
parents:
68725
diff
changeset
|
25 |
68750
475285e9bca9
(mh-folder-list): Don't replace "/*$" with "/" since that causes an
Bill Wohler <wohler@newt.com>
parents:
68746
diff
changeset
|
26 * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since |
475285e9bca9
(mh-folder-list): Don't replace "/*$" with "/" since that causes an
Bill Wohler <wohler@newt.com>
parents:
68746
diff
changeset
|
27 that causes an infinite loop on XEmacs. |
475285e9bca9
(mh-folder-list): Don't replace "/*$" with "/" since that causes an
Bill Wohler <wohler@newt.com>
parents:
68746
diff
changeset
|
28 |
68746
3741bfb4402f
(mh-replace-regexp-in-string): Add missing regexp argument.
Bill Wohler <wohler@newt.com>
parents:
68725
diff
changeset
|
29 * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp |
3741bfb4402f
(mh-replace-regexp-in-string): Add missing regexp argument.
Bill Wohler <wohler@newt.com>
parents:
68725
diff
changeset
|
30 argument. |
3741bfb4402f
(mh-replace-regexp-in-string): Add missing regexp argument.
Bill Wohler <wohler@newt.com>
parents:
68725
diff
changeset
|
31 |
68725
e59bf34a8b21
* mh-e.el (mh-invisible-header-fields-internal): Added entries
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68622
diff
changeset
|
32 2006-02-08 Peter S Galbraith <psg@debian.org> |
e59bf34a8b21
* mh-e.el (mh-invisible-header-fields-internal): Added entries
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68622
diff
changeset
|
33 |
e59bf34a8b21
* mh-e.el (mh-invisible-header-fields-internal): Added entries
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68622
diff
changeset
|
34 * mh-e.el (mh-invisible-header-fields-internal): Added entries |
e59bf34a8b21
* mh-e.el (mh-invisible-header-fields-internal): Added entries
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68622
diff
changeset
|
35 "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash" |
e59bf34a8b21
* mh-e.el (mh-invisible-header-fields-internal): Added entries
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68622
diff
changeset
|
36 |
68622
8e332f1560b0
(mh-inc-spool-list): Update example for Emacs 22 which has an
Bill Wohler <wohler@newt.com>
parents:
68621
diff
changeset
|
37 2006-02-04 Bill Wohler <wohler@newt.com> |
8e332f1560b0
(mh-inc-spool-list): Update example for Emacs 22 which has an
Bill Wohler <wohler@newt.com>
parents:
68621
diff
changeset
|
38 |
8e332f1560b0
(mh-inc-spool-list): Update example for Emacs 22 which has an
Bill Wohler <wohler@newt.com>
parents:
68621
diff
changeset
|
39 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which |
8e332f1560b0
(mh-inc-spool-list): Update example for Emacs 22 which has an
Bill Wohler <wohler@newt.com>
parents:
68621
diff
changeset
|
40 has an emacsclient command that supports --eval. I had read that |
8e332f1560b0
(mh-inc-spool-list): Update example for Emacs 22 which has an
Bill Wohler <wohler@newt.com>
parents:
68621
diff
changeset
|
41 gnudoit was deprecated in favor of gnuclient anyway. |
8e332f1560b0
(mh-inc-spool-list): Update example for Emacs 22 which has an
Bill Wohler <wohler@newt.com>
parents:
68621
diff
changeset
|
42 |
68621
d01a0afb4ae3
Stallman sent an email recently that ChangeLog entries for submitted
Bill Wohler <wohler@newt.com>
parents:
68617
diff
changeset
|
43 2006-02-04 Eric Ding <ericding@alum.mit.edu> |
68617
d7f0e90c4cdc
* mh-mime.el (mh-file-mime-type-substitutions): Added entries to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68605
diff
changeset
|
44 |
d7f0e90c4cdc
* mh-mime.el (mh-file-mime-type-substitutions): Added entries to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68605
diff
changeset
|
45 * mh-mime.el (mh-file-mime-type-substitutions): Added entries to |
68621
d01a0afb4ae3
Stallman sent an email recently that ChangeLog entries for submitted
Bill Wohler <wohler@newt.com>
parents:
68617
diff
changeset
|
46 handle OpenOffice documents. |
68617
d7f0e90c4cdc
* mh-mime.el (mh-file-mime-type-substitutions): Added entries to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68605
diff
changeset
|
47 |
68605
a2dd626ff268
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68603
diff
changeset
|
48 2006-02-03 Bill Wohler <wohler@newt.com> |
a2dd626ff268
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68603
diff
changeset
|
49 |
a2dd626ff268
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68603
diff
changeset
|
50 * mh-e.el (Version, mh-version): Add +cvs to version. |
a2dd626ff268
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68603
diff
changeset
|
51 |
68603
4f414ab54d9e
(Version, mh-version): Update for release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68602
diff
changeset
|
52 2006-02-03 Bill Wohler <wohler@newt.com> |
4f414ab54d9e
(Version, mh-version): Update for release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68602
diff
changeset
|
53 |
4f414ab54d9e
(Version, mh-version): Update for release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68602
diff
changeset
|
54 Release MH-E version 7.91. |
4f414ab54d9e
(Version, mh-version): Update for release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68602
diff
changeset
|
55 |
4f414ab54d9e
(Version, mh-version): Update for release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68602
diff
changeset
|
56 * mh-e.el (Version, mh-version): Update for release 7.91. |
4f414ab54d9e
(Version, mh-version): Update for release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68602
diff
changeset
|
57 |
68601
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
58 2006-02-03 Bill Wohler <wohler@newt.com> |
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
59 |
68602
cad657a1f438
(mh-image-load-path, mh-image-load-path-called-flag)
Bill Wohler <wohler@newt.com>
parents:
68601
diff
changeset
|
60 * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag) |
cad657a1f438
(mh-image-load-path, mh-image-load-path-called-flag)
Bill Wohler <wohler@newt.com>
parents:
68601
diff
changeset
|
61 (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope |
cad657a1f438
(mh-image-load-path, mh-image-load-path-called-flag)
Bill Wohler <wohler@newt.com>
parents:
68601
diff
changeset
|
62 of local variable mh-library-name. |
cad657a1f438
(mh-image-load-path, mh-image-load-path-called-flag)
Bill Wohler <wohler@newt.com>
parents:
68601
diff
changeset
|
63 |
68601
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
64 * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to) |
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
65 (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors |
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
66 88) with (min-colors 64) in face specifications so that MH-E still |
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
67 looks good on systems with fewer colors (such as Eric Ding's). |
db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
Bill Wohler <wohler@newt.com>
parents:
68598
diff
changeset
|
68 |
68617
d7f0e90c4cdc
* mh-mime.el (mh-file-mime-type-substitutions): Added entries to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68605
diff
changeset
|
69 2006-02-03 Peter S Galbraith <psg@debian.org> |
68598
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
70 |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
71 * mh-utils.el (mh-image-load-path): New variable to optionally |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
72 hold the directory where MH-E images are stored. If nil, then |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
73 the function `mh-image-load-path' will find it. This variable |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
74 will be used for Debian packaging. |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
75 (mh-image-load-path function): Use variable `mh-image-load-path' |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
76 if non-nil and exists. |
164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68597
diff
changeset
|
77 |
68597
04d228a1b5c8
* mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
Mark D. Baushke <mdb@gnu.org>
parents:
68595
diff
changeset
|
78 2006-02-03 Mark D. Baushke <mdb@gnu.org> |
04d228a1b5c8
* mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
Mark D. Baushke <mdb@gnu.org>
parents:
68595
diff
changeset
|
79 |
04d228a1b5c8
* mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
Mark D. Baushke <mdb@gnu.org>
parents:
68595
diff
changeset
|
80 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar |
04d228a1b5c8
* mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
Mark D. Baushke <mdb@gnu.org>
parents:
68595
diff
changeset
|
81 for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp |
04d228a1b5c8
* mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
Mark D. Baushke <mdb@gnu.org>
parents:
68595
diff
changeset
|
82 errors if describe-bindings is called before tool-bar-mode is used. |
04d228a1b5c8
* mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
Mark D. Baushke <mdb@gnu.org>
parents:
68595
diff
changeset
|
83 |
68595
37aca5dcac0c
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68533
diff
changeset
|
84 2006-02-03 Peter S Galbraith <psg@debian.org> |
37aca5dcac0c
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68533
diff
changeset
|
85 |
37aca5dcac0c
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68533
diff
changeset
|
86 * mh-compat.el (mh-url-unreserved-chars): Fix typo from |
37aca5dcac0c
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68533
diff
changeset
|
87 `mh-url-unresrved-chars'. |
37aca5dcac0c
(mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'.
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
68533
diff
changeset
|
88 |
68533
3908b72e5bec
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68532
diff
changeset
|
89 2006-02-02 Bill Wohler <wohler@newt.com> |
3908b72e5bec
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68532
diff
changeset
|
90 |
3908b72e5bec
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68532
diff
changeset
|
91 * mh-e.el (Version, mh-version): Add +cvs to version. |
3908b72e5bec
(Version, mh-version): Add +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
68532
diff
changeset
|
92 |
68532 | 93 2006-02-02 Bill Wohler <wohler@newt.com> |
94 | |
95 Release MH-E version 7.90. | |
96 | |
97 * mh-e.el (Version, mh-version): Update for release 7.90. | |
98 | |
68529
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
99 2006-02-01 Bill Wohler <wohler@newt.com> |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
100 |
68530
52ef8d8ecd83
(which-func-mode): Shush compiler on Emacs 21 too.
Bill Wohler <wohler@newt.com>
parents:
68529
diff
changeset
|
101 * mh-search.el (which-func-mode): Shush compiler on Emacs 21 too. |
52ef8d8ecd83
(which-func-mode): Shush compiler on Emacs 21 too.
Bill Wohler <wohler@newt.com>
parents:
68529
diff
changeset
|
102 |
68529
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
103 * mh-alias.el (mh-alias-gecos-name): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
104 mh-replace-regexp-in-string instead of replace-regexp-in-string. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
105 (crm, multi-prompt): Use mh-require instead of require. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
106 (mh-goto-address-find-address-at-point): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
107 mh-line-beginning-position and mh-line-end-position instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
108 line-beginning-position and line-end-position. Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
109 mh-match-string-no-properties instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
110 match-string-no-properties. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
111 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
112 * mh-comp.el (mh-modify-header-field): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
113 mh-line-beginning-position and mh-line-end-position instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
114 line-beginning-position and line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
115 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
116 * mh-compat.el (mailabbrev): Use mh-require instead of require. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
117 (mh-assoc-string, mh-display-completion-list, mh-face-foreground) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
118 (mh-face-background): Make docstring consistent. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
119 (mh-require, mh-cancel-timer, mh-display-color-cells) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
120 (mh-line-beginning-position, mh-line-end-position) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
121 (mh-match-string-no-properties, mh-replace-regexp-in-string) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
122 (mh-view-mode-enter): Move definition here from mh-xemacs.el and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
123 add mh- prefix since compatibility functions should have our |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
124 package prefix (mh-) by Emacs convention and to avoid messing up |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
125 checks for the same functions in other packages. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
126 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
127 * mh-e.el (mh-compiling-flag): Move mh-xemacs-compiling-flag here |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
128 from mh-xemacs.el and rename. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
129 (mh-xargs): Use mh-line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
130 mh-line-end-position instead of line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
131 line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
132 (mh-defface-compat): Use mh-display-color-cells instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
133 display-color-cells. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
134 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
135 * mh-folder.el (which-func): Use mh-require instead of require. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
136 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
137 * mh-funcs.el (mh-list-folders): Use mh-view-mode-enter instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
138 view-mode-enter. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
139 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
140 * mh-gnus.el (gnus-util, mm-bodies, mm-decode, mm-view, mml): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
141 mh-require instead of require. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
142 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
143 * mh-letter.el (mh-letter-header-end, mh-letter-mode) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
144 (mh-letter-next-header-field): Use mh-line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
145 mh-line-end-position instead of line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
146 line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
147 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
148 * mh-limit.el (mh-subject-to-sequence-unthreaded): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
149 mh-match-string-no-properties instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
150 match-string-no-properties. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
151 (mh-narrow-to-header-field): Use mh-line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
152 mh-line-end-position instead of line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
153 line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
154 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
155 * mh-mime.el (mh-mime-inline-part, mh-mm-display-part) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
156 (mh-mh-quote-unescaped-sharp, mh-mh-directive-present-p): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
157 mh-line-beginning-position and mh-line-end-position instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
158 line-beginning-position and line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
159 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
160 * mh-search.el (which-func): Use mh-require instead of require. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
161 (mh-make-pick-template, mh-index-visit-folder) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
162 (mh-pick-parse-search-buffer, mh-swish-next-result) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
163 (mh-mairix-next-result, mh-namazu-next-result) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
164 (mh-pick-next-result, mh-grep-next-result) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
165 (mh-index-create-imenu-index, mh-index-match-checksum) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
166 (mh-md5sum-parser, mh-openssl-parser, mh-index-update-maps): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
167 mh-line-beginning-position and mh-line-end-position instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
168 line-beginning-position and line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
169 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
170 * mh-seq.el (mh-list-sequences): Use mh-view-mode-enter instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
171 view-mode-enter. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
172 (mh-folder-size-flist, mh-parse-flist-output-line) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
173 (mh-add-sequence-notation): Use mh-line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
174 mh-line-end-position instead of line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
175 line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
176 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
177 * mh-show.el (mh-show-addr): Use mh-require instead of require. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
178 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
179 * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-toggle) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
180 (mh-speed-view, mh-folder-speedbar-buttons) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
181 (mh-speed-highlight, mh-speed-goto-folder) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
182 (mh-speed-add-buttons, mh-speed-parse-flists-output) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
183 (mh-speed-invalidate-map, mh-speedbar-change-expand-button-char) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
184 (mh-speed-add-folder): Use mh-line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
185 mh-line-end-position instead of line-beginning-position and |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
186 line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
187 (mh-speed-flists): Use mh-cancel-timer instead of cancel-timer. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
188 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
189 * mh-thread.el (mh-thread-find-children) |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
190 (mh-thread-parse-scan-line, mh-thread-generate): Use |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
191 mh-line-beginning-position and mh-line-end-position instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
192 line-beginning-position and line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
193 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
194 * mh-utils.el (mh-colors-available-p): Use mh-display-color-cells |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
195 instead of display-color-cells. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
196 (mh-folder-list): Use mh-replace-regexp-in-string instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
197 replace-regexp-in-string. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
198 (mh-sub-folders-actual, mh-letter-toggle-header-field-display): |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
199 Use mh-line-beginning-position and mh-line-end-position instead of |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
200 line-beginning-position and line-end-position. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
201 |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
202 * mh-comp.el (mh-send-sub): Don't find components file in current |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
203 directory--this seems to have been a side-effect of commenting out |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
204 the use of an old mh-etc variable. Improve error message. |
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
205 |
68520
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
206 2006-01-31 Bill Wohler <wohler@newt.com> |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
207 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
208 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
209 argument since compatibility functions should have our package |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
210 prefix (mh-) by Emacs convention and to avoid messing up checks |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
211 for the same functions in other packages. Use explicit argument |
68529
7daec5f4a289
* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68520
diff
changeset
|
212 instead of forming name by adding mh- prefix so that one can grep |
68520
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
213 and find the definition. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
214 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
215 * mh-alias.el (mh-alias-local-users, mh-alias-reload) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
216 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
217 mh-assoc-string instead of assoc-string. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
218 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
219 * mh-compat.el (assoc-string): Rename to mh-assoc-string. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
220 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
221 here from mh-utils.el. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
222 (mh-display-completion-list): Move here from mh-comp.el. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
223 (mh-face-foreground, mh-face-background): Move here from |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
224 mh-xface.el. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
225 (mh-write-file-functions): Move here from mh-folder.el |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
226 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
227 * mh-folder.el (mh-write-file-functions-compat): Move to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
228 mh-compat.el and rename to mh-write-file-functions. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
229 (mh-folder-mode): Use the new name. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
230 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
231 * mh-gnus.el (gnus-local-map-property): Rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
232 mh-gnus-local-map-property. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
233 (mm-merge-handles): Rename to mh-mm-merge-handles. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
234 (mm-set-handle-multipart-parameter): Rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
235 mh-mm-set-handle-multipart-parameter. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
236 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
237 (mm-possibly-verify-or-decrypt): Rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
238 mh-mm-possibly-verify-or-decrypt. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
239 (mm-handle-multipart-ctl-parameter): Rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
240 mh-mm-handle-multipart-ctl-parameter. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
241 (mm-readable-p): Rename to mh-mm-readable-p. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
242 (mm-long-lines-p): Rename to mh-mm-long-lines-p. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
243 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
244 (mm-destroy-parts): Rename to mh-mm-destroy-parts. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
245 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
246 (mml-minibuffer-read-disposition): Rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
247 mh-mml-minibuffer-read-disposition. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
248 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
249 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
250 instead of assoc-string. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
251 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
252 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
253 (mh-mime-display, mh-mime-display-security) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
254 (mh-insert-mime-button, mh-insert-mime-security-button) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
255 (mh-handle-set-external-undisplayer) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
256 (mh-mime-security-press-button, mh-mime-security-show-details) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
257 (mh-mml-attach-file, mh-mime-cleanup) |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
258 (mh-destroy-postponed-handles): Use new mh-* names for |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
259 compatibility functions. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
260 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
261 * mh-utils.el (mail-abbrev-make-syntax-table): Move to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
262 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
263 (mh-beginning-of-word): Use the new name. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
264 (mh-get-field): Delete ancient alias. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
265 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
266 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
267 and rename to mh-face-foreground |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
268 (mh-face-background-compat): Move to mh-compat.el |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
269 and rename to mh-face-background. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
270 (mh-face-display-function): Use the new names. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
271 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
272 instead of url-hexify-string. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
273 (url-unreserved-chars): Move to mh-compat.el and rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
274 mh-url-unreserved-chars. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
275 (url-hexify-string): Move to mh-compat.el and rename to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
276 mh-url-hexify-string. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
277 |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
278 * mh-letter.el (mh-complete-word): Fix bug in call to |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
279 mh-display-completion-list. Wrong argument was passed, so |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
280 completions wouldn't show highlighted prefix. |
6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
Bill Wohler <wohler@newt.com>
parents:
68484
diff
changeset
|
281 |
68476
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
282 2006-01-29 Bill Wohler <wohler@newt.com> |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
283 |
68484
d5026c3051b9
(mh-scan-format-file-check): Allow any non-nil for
Bill Wohler <wohler@newt.com>
parents:
68483
diff
changeset
|
284 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for |
d5026c3051b9
(mh-scan-format-file-check): Allow any non-nil for
Bill Wohler <wohler@newt.com>
parents:
68483
diff
changeset
|
285 mh-adaptive-cmd-note-flag. |
d5026c3051b9
(mh-scan-format-file-check): Allow any non-nil for
Bill Wohler <wohler@newt.com>
parents:
68483
diff
changeset
|
286 |
68483
18444e32999b
(sc-cite-original): Remove autoload of "sc" with old docstring.
Bill Wohler <wohler@newt.com>
parents:
68482
diff
changeset
|
287 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old |
18444e32999b
(sc-cite-original): Remove autoload of "sc" with old docstring.
Bill Wohler <wohler@newt.com>
parents:
68482
diff
changeset
|
288 docstring. sc-cite-original is autoloaded via loaddefs.el for all |
18444e32999b
(sc-cite-original): Remove autoload of "sc" with old docstring.
Bill Wohler <wohler@newt.com>
parents:
68482
diff
changeset
|
289 supported versions. In addition, the package name "sc" has been |
18444e32999b
(sc-cite-original): Remove autoload of "sc" with old docstring.
Bill Wohler <wohler@newt.com>
parents:
68482
diff
changeset
|
290 made obsolete by "supercite since at least Emacs 21. |
18444e32999b
(sc-cite-original): Remove autoload of "sc" with old docstring.
Bill Wohler <wohler@newt.com>
parents:
68482
diff
changeset
|
291 |
68482
98d72e1824e4
(mh-note-copied, mh-note-printed): Reorganization revealed character
Bill Wohler <wohler@newt.com>
parents:
68477
diff
changeset
|
292 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization |
98d72e1824e4
(mh-note-copied, mh-note-printed): Reorganization revealed character
Bill Wohler <wohler@newt.com>
parents:
68477
diff
changeset
|
293 revealed character constants that were still strings (closes SF |
98d72e1824e4
(mh-note-copied, mh-note-printed): Reorganization revealed character
Bill Wohler <wohler@newt.com>
parents:
68477
diff
changeset
|
294 #770772). |
98d72e1824e4
(mh-note-copied, mh-note-printed): Reorganization revealed character
Bill Wohler <wohler@newt.com>
parents:
68477
diff
changeset
|
295 |
68477
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
296 * mh-comp.el (mh-letter-hide-all-skipped-fields) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
297 (mh-get-header-field): Move to mh-utils.el so that you can read |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
298 messages without having to load mh-comp.el and mh-letter.el. |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
299 |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
300 * mh-letter.el (mh-hidden-header-keymap) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
301 (mh-letter-toggle-header-field-display) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
302 (mh-letter-skipped-header-field-p) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
303 (mh-letter-skip-leading-whitespace-in-header-field) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
304 (mh-letter-truncate-header-field): Move to mh-utils.el so that you |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
305 can read messages without having to load mh-comp.el and |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
306 mh-letter.el. |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
307 |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
308 * mh-utils.el (mh-get-header-field) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
309 (mh-letter-hide-all-skipped-fields) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
310 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
311 (mh-letter-toggle-header-field-display) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
312 (mh-letter-skip-leading-whitespace-in-header-field) |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
313 (mh-letter-truncate-header-field): Move here from mh-comp.el and |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
314 mh-letter.el so that you can read messages without having to load |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
315 mh-comp.el and mh-letter.el. |
0f44616074ba
* mh-comp.el (mh-letter-hide-all-skipped-fields)
Bill Wohler <wohler@newt.com>
parents:
68476
diff
changeset
|
316 |
68476
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
317 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
318 least, will deliver them to us. |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
319 |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
320 * mh-e.el (mh-after-commands-processed-hook) |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
321 (mh-before-commands-processed-hook): Specify what sort of requests |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
322 in docstring. |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
323 |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
324 * mh-folder.el (mh-folder-mode): Use add-to-list to modify |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
325 minor-mode-alias. |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
326 |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
327 * mh-letter.el (mh-letter-menu): Remove. Defvar no longer needed |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
328 to shush compiler. |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
329 (mh-letter-mode): Remove Mail menu. |
a58223a143bc
(mh-insert-fields): Handle nil values. Rmail, at least, will deliver
Bill Wohler <wohler@newt.com>
parents:
68465
diff
changeset
|
330 |
68465 | 331 2006-01-29 Bill Wohler <wohler@newt.com> |
332 | |
333 The Great Cleanup | |
334 Remove circular dependencies. mh-e.el now includes few require | |
335 statements and stands alone. Other files should need to require | |
336 mh-e.el, which requires mh-loaddefs.el, plus variable-only files | |
337 such as mh-scan.el. | |
338 Remove unneeded require statements. | |
339 Remove unneeded load statements, or replace them with non-fatal | |
340 require statements. | |
341 Break out components into their own files that were often spread | |
342 between many files. | |
343 As a result, many functions that are now only used within a single | |
344 file no longer need to be autoloaded. | |
345 Rearrange and provide consistent headings. | |
346 Untabify. | |
347 | |
348 * mh-acros.el: Update commentary to reflect current usage. Add | |
349 autoload cookies to all macros. | |
350 (mh-require-cl): Merge docstring and comment. | |
351 (mh-do-in-xemacs): Fix typo in docstring. | |
352 (assoc-string): Move to new file mh-compat.el. | |
353 (with-mh-folder-updating, mh-in-show-buffer) | |
354 (mh-do-at-event-location, mh-seq-msgs): Move here from | |
355 mh-utils.el. | |
356 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move here | |
357 from mh-seq.el. | |
358 | |
359 * mh-alias.el (mh-address-mail-regexp) | |
360 (mh-goto-address-find-address-at-point): Move here from | |
361 mh-utils.el. | |
362 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el. | |
363 | |
364 * mh-buffers.el: Update descriptive text. | |
365 | |
366 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to | |
367 new file mh-scan.el. | |
368 (mh-yank-hooks, mh-to-field-choices, mh-position-on-field) | |
369 (mh-letter-menu, mh-letter-mode-help-messages) | |
370 (mh-letter-buttons-init-flag, mh-letter-mode) | |
371 (mh-font-lock-field-data, mh-letter-header-end) | |
372 (mh-auto-fill-for-letter, mh-to-field, mh-to-fcc) | |
373 (mh-file-is-vcard-p, mh-insert-signature, mh-check-whom) | |
374 (mh-insert-letter, mh-extract-from-attribution, mh-yank-cur-msg) | |
375 (mh-filter-out-non-text, mh-insert-prefix-string) | |
376 (mh-current-fill-prefix, mh-open-line, mh-complete-word) | |
377 (mh-folder-expand-at-point, mh-letter-complete-function-alist) | |
378 (mh-letter-complete, mh-letter-complete-or-space) | |
379 (mh-letter-confirm-address, mh-letter-header-field-at-point) | |
380 (mh-letter-next-header-field-or-indent) | |
381 (mh-letter-next-header-field, mh-letter-previous-header-field) | |
382 (mh-letter-skipped-header-field-p) | |
383 (mh-letter-skip-leading-whitespace-in-header-field) | |
384 (mh-hidden-header-keymap) | |
385 (mh-letter-toggle-header-field-display-button) | |
386 (mh-letter-toggle-header-field-display) | |
387 (mh-letter-truncate-header-field, mh-letter-mode-map): Move to new | |
388 file mh-letter.el. | |
389 (mh-letter-mode-map, mh-sent-from-folder, mh-send-args) | |
390 (mh-pgp-support-flag, mh-x-mailer-string) | |
391 (mh-letter-header-field-regexp): Move to mh-e.el. | |
392 (mh-goto-header-field, mh-goto-header-end) | |
393 (mh-extract-from-header-value, mh-beginning-of-word): Move to | |
394 mh-utils.el. | |
395 (mh-insert-header-separator): Move to mh-comp.el. | |
396 (mh-display-completion-list-compat): Move to new file | |
397 mh-compat.el. | |
398 | |
399 * mh-compat.el: New file. | |
400 (assoc-string): Move here from mh-acros.el. | |
401 (mh-display-completion-list): Move here from mh-comp.el. | |
402 | |
403 * mh-customize.el: Move content into mh-e.el and remove. | |
404 | |
405 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map) | |
406 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map) | |
407 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map) | |
408 (mh-show-seq-tool-bar-map, mh-show-tool-bar-map): All maps now | |
409 declared here so that they can be used in docstrings. | |
410 (mh-sent-from-folder, mh-sent-from-msg) | |
411 (mh-letter-header-field-regexp, mh-pgp-support-flag) | |
412 (mh-x-mailer-string): Move here from mh-comp.el. | |
413 (mh-folder-line-matches-show-buffer-p): Move to mh-alias.el. | |
414 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack): Move | |
415 here from mh-seq.el. | |
416 (mh-draft-folder, mh-inbox, mh-user-path, mh-current-folder) | |
417 (mh-previous-window-config, mh-seen-list, mh-seq-list) | |
418 (mh-show-buffer, mh-showing-mode, mh-globals-hash) | |
419 (mh-show-folder-buffer, mh-mail-header-separator) | |
420 (mh-unseen-seq, mh-previous-seq, mh-page-to-next-msg-flag) | |
421 (mh-signature-separator, mh-signature-separator-regexp) | |
422 (mh-list-to-string, mh-list-to-string-1): Move here from | |
423 mh-utils.el. | |
424 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell) | |
425 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) | |
426 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet) | |
427 (mh-exec-cmd-output) | |
428 (mh-exchange-point-and-mark-preserving-active-mark) | |
429 (mh-exec-lib-cmd-output, mh-handle-process-error): Move here from | |
430 deprecated file mh-exec.el. | |
431 (mh-path): Move here from deprecated file mh-customize.el. | |
432 (mh-sys-path, mh-variants, mh-variant-in-use, mh-progs, mh-lib) | |
433 (mh-flists-present-flag, mh-variants, mh-variant-mh-info) | |
434 (mh-variant-mu-mh-info, mh-variant-nmh-info, mh-file-command-p) | |
435 (mh-variant-set-variant, mh-variant-p, mh-profile-component) | |
436 (mh-profile-component-value, mh-defface-compat): Move here from | |
437 deprecated file mh-init.el. | |
438 (mh-goto-next-button, mh-folder-mime-action) | |
439 (mh-folder-toggle-mime-part, mh-folder-inline-mime-part) | |
440 (mh-folder-save-mime-part, mh-toggle-mime-buttons): Move to to | |
441 mh-mime.el. | |
442 (mh-scan-format-mh, mh-scan-format-nmh, mh-note-deleted) | |
443 (mh-note-refiled, mh-note-cur, mh-scan-good-msg-regexp) | |
444 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) | |
445 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp) | |
446 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) | |
447 (mh-scan-subject-regexp, mh-scan-sent-to-me-sender-regexp) | |
448 (mh-scan-cmd-note-width, mh-scan-destination-width) | |
449 (mh-scan-date-width, mh-scan-date-flag-width) | |
450 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width) | |
451 (mh-scan-field-destination-offset) | |
452 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset) | |
453 (mh-scan-field-subject-start-offset, mh-scan-format) | |
454 (mh-msg-num-width-to-column, mh-set-cmd-note): Move to new file | |
455 mh-scan.el. | |
456 (mh-partial-folder-mode-line-annotation) | |
457 (mh-folder-font-lock-keywords, mh-folder-font-lock-subject) | |
458 (mh-generate-sequence-font-lock, mh-last-destination) | |
459 (mh-last-destination-write, mh-first-msg-num, mh-last-msg-num) | |
460 (mh-rmail, mh-nmail, mh-delete-msg, mh-delete-msg-no-motion) | |
461 (mh-execute-commands, mh-first-msg, mh-header-display) | |
462 (mh-inc-folder, mh-last-msg, mh-next-undeleted-msg) | |
463 (mh-folder-from-address, mh-prompt-for-refile-folder) | |
464 (mh-refile-msg, mh-refile-or-write-again, mh-quit, mh-page-msg) | |
465 (mh-previous-page, mh-previous-undeleted-msg) | |
466 (mh-previous-unread-msg, mh-next-button, mh-prev-button) | |
467 (mh-reset-threads-and-narrowing, mh-rescan-folder) | |
468 (mh-write-msg-to-file, mh-toggle-showing, mh-undo) | |
469 (mh-visit-folder, mh-update-sequences, mh-delete-a-msg) | |
470 (mh-refile-a-msg, mh-next-msg, mh-next-unread-msg) | |
471 (mh-set-scan-mode, mh-undo-msg, mh-make-folder) | |
472 (mh-folder-sequence-menu, mh-folder-message-menu) | |
473 (mh-folder-folder-menu, mh-remove-xemacs-horizontal-scrollbar) | |
474 (mh-write-file-functions-compat, mh-folder-mode) | |
475 (mh-restore-desktop-buffer, mh-scan-folder) | |
476 (mh-regenerate-headers, mh-generate-new-cmd-note) | |
477 (mh-get-new-mail, mh-make-folder-mode-line, mh-goto-cur-msg) | |
478 (mh-process-or-undo-commands, mh-process-commands) | |
479 (mh-update-unseen, mh-delete-scan-msgs) | |
480 (mh-outstanding-commands-p): Move to new file mh-folder.el. | |
481 (mh-mapc, mh-colors-available-p, mh-colors-in-use-p) | |
482 (mh-make-local-vars, mh-coalesce-msg-list, mh-greaterp) | |
483 (mh-lessp): Move to mh-utils.el. | |
484 (mh-parse-flist-output-line, mh-folder-size-folder) | |
485 (mh-folder-size-flist, mh-folder-size, mh-add-sequence-notation) | |
486 (mh-remove-sequence-notation, mh-remove-cur-notation) | |
487 (mh-remove-all-notation, mh-delete-seq-locally) | |
488 (mh-read-folder-sequences, mh-read-msg-list) | |
489 (mh-notate-user-sequences, mh-internal-seqs, mh-internal-seq) | |
490 (mh-valid-seq-p, mh-delete-msg-from-seq, mh-catchup) | |
491 (mh-delete-a-msg-from-seq, mh-undefine-sequence) | |
492 (mh-define-sequence, mh-seq-containing-msg): Move to mh-seq.el. | |
493 (mh-xemacs-flag) | |
494 (mh-customize, mh-e, mh-alias, mh-folder, mh-folder-selection) | |
495 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges) | |
496 (mh-scan-line-formats, mh-search, mh-sending-mail, mh-sequences) | |
497 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks) | |
498 (mh-faces, mh-alias-completion-ignore-case-flag) | |
499 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma) | |
500 (mh-alias-insert-file, mh-alias-insertion-location) | |
501 (mh-alias-local-users, mh-alias-local-users-prefix) | |
502 (mh-alias-passwd-gecos-comma-separator-flag) | |
503 (mh-new-messages-folders, mh-ticked-messages-folders) | |
504 (mh-large-folder, mh-recenter-summary-flag) | |
505 (mh-recursive-folders-flag, mh-sortm-args) | |
506 (mh-default-folder-for-message-function, mh-default-folder-list) | |
507 (mh-default-folder-must-exist-flag, mh-default-folder-prefix) | |
508 (mh-identity-list, mh-auto-fields-list) | |
509 (mh-auto-fields-prompt-flag, mh-identity-default) | |
510 (mh-identity-handlers, mh-inc-prog, mh-inc-spool-list) | |
511 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose) | |
512 (mh-junk-background, mh-junk-disposition, mh-junk-program) | |
513 (mh-compose-insertion, mh-compose-skipped-header-fields) | |
514 (mh-compose-space-does-completion-flag) | |
515 (mh-delete-yanked-msg-window-flag) | |
516 (mh-extract-from-attribution-verb, mh-ins-buf-prefix) | |
517 (mh-letter-complete-function, mh-letter-fill-column) | |
518 (mh-mml-method-default, mh-signature-file-name) | |
519 (mh-signature-separator-flag, mh-x-face-file, mh-yank-behavior) | |
520 (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag) | |
521 (mh-scan-format-file-check, mh-scan-format-file) | |
522 (mh-adaptive-cmd-note-flag-check, mh-scan-prog) | |
523 (mh-search-program, mh-compose-forward-as-mime-flag) | |
524 (mh-compose-letter-function, mh-compose-prompt-flag) | |
525 (mh-forward-subject-format, mh-insert-x-mailer-flag) | |
526 (mh-redist-full-contents-flag, mh-reply-default-reply-to) | |
527 (mh-reply-show-message-flag, mh-refile-preserves-sequences-flag) | |
528 (mh-tick-seq, mh-update-sequences-after-mh-show-flag) | |
529 (mh-bury-show-buffer-flag, mh-clean-message-header-flag) | |
530 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag) | |
531 (mh-display-buttons-for-inline-parts-flag) | |
532 (mh-do-not-confirm-flag, mh-fetch-x-image-url) | |
533 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag) | |
534 (mh-highlight-citation-style) | |
535 (mh-invisible-header-fields-internal) | |
536 (mh-delay-invisible-header-generation-flag) | |
537 (mh-invisible-header-fields, mh-invisible-header-fields-default) | |
538 (mh-invisible-header-fields-compiled, mh-invisible-headers) | |
539 (mh-lpr-command-format, mh-max-inline-image-height) | |
540 (mh-max-inline-image-width, mh-mhl-format-file) | |
541 (mh-mime-save-parts-default-directory, mh-print-background-flag) | |
542 (mh-show-maximum-size, mh-show-use-goto-addr-flag) | |
543 (mh-show-use-xface-flag, mh-store-default-directory) | |
544 (mh-summary-height, mh-speed-update-interval) | |
545 (mh-show-threads-flag, mh-tool-bar-search-function) | |
546 (mh-after-commands-processed-hook, mh-alias-reloaded-hook) | |
547 (mh-before-commands-processed-hook, mh-before-quit-hook) | |
548 (mh-before-send-letter-hook, mh-delete-msg-hook) | |
549 (mh-find-path-hook, mh-folder-mode-hook, mh-forward-hook) | |
550 (mh-inc-folder-hook, mh-insert-signature-hook) | |
551 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) | |
552 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook) | |
553 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) | |
554 (mh-unseen-updated-hook, mh-min-colors-defined-flag) | |
555 (mh-folder-address, mh-folder-body) | |
556 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted) | |
557 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled) | |
558 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender) | |
559 (mh-folder-subject, mh-folder-tick, mh-folder-to) | |
560 (mh-search-folder, mh-letter-header-field, mh-show-cc) | |
561 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad) | |
562 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature) | |
563 (mh-show-subject, mh-show-to, mh-show-xface, mh-speedbar-folder) | |
564 (mh-speedbar-folder-with-unseen-messages) | |
565 (mh-speedbar-selected-folder) | |
566 (mh-speedbar-selected-folder-with-unseen-messages): Move here from | |
567 deprecated file mh-customize.el. | |
568 | |
569 * mh-exec.el: Move content into mh-e.el and remove. | |
570 | |
571 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el | |
572 | |
573 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file | |
574 mh-scan.el. | |
575 (mh-ephem-message, mh-help, mh-prefix-help): Move to mh-utils.el. | |
576 | |
577 * mh-gnus.el (mm-uu-dissect-text-parts): Add. | |
578 (mh-mail-abbrev-make-syntax-table): Move to mh-utils.el and rename | |
579 to mail-abbrev-make-syntax-table. | |
580 | |
581 * mh-identity.el (mh-identity-menu): New variable for existing | |
582 menu. | |
583 (mh-identity-make-menu-no-autoload): New alias for | |
584 mh-identity-make-menu which can be called from mh-e.el. | |
585 (mh-identity-list-set): Move to mh-e.el. | |
586 (mh-identity-add-menu): New function | |
587 (mh-insert-identity): Add optional argument maybe-insert so that | |
588 local variable mh-identity-local does not have to be visible. | |
589 (mh-identity-handler-default): | |
590 | |
591 * mh-inc.el (mh-inc-spool-map): Move declaration to mh-e.el (with | |
592 rest of keymaps). Update key binding for ? to call mh-help with | |
593 help messages in new argument. | |
594 (mh-inc-spool-make-no-autoload): New alias for mh-inc-spool-make | |
595 which can be called from mh-e.el. | |
596 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help. | |
597 | |
598 * mh-init.el: Move content into mh-e.el and remove. | |
599 | |
600 * mh-junk.el: Update requires, untabify, and add mh-autoload | |
601 cookies. | |
602 | |
603 * mh-letter.el: New file. Contains mh-letter-mode from mh-comp.el. | |
604 | |
605 * mh-limit.el: New file. Contains display limit commands from | |
606 mh-mime.el. | |
607 | |
608 * mh-mime.el: Rearrange for consistency with other files. | |
609 (mh-buffer-data, mh-mm-inline-media-tests): Move here from | |
610 mh-utils.el. | |
611 (mh-folder-inline-mime-part, mh-folder-save-mime-part) | |
612 (mh-folder-toggle-mime-part, mh-toggle-mime-buttons) | |
613 (mh-goto-next-button): Move here from mh-e.el. | |
614 | |
615 * mh-print.el: Rearrange for consistency with other files. | |
616 | |
617 * mh-scan.el: New file. Contains scan line constants and utilities | |
618 from XXX, mh-funcs, mh-utils.el. | |
619 | |
620 * mh-search.el: Rearrange for consistency with other files. | |
621 (mh-search-mode-map): Drop C-c C-f {dr} bindings since these | |
622 fields which don't exist in the saved header. Replace C-c C-f f | |
623 with C-c C-f m per mail-mode consistency. | |
624 (mh-search-mode): Use mh-set-help instead of setting | |
625 mh-help-messages. | |
626 | |
627 * mh-seq.el (mh-thread-message, mh-thread-container) | |
628 (mh-thread-id-hash, mh-thread-subject-hash, mh-thread-id-table) | |
629 (mh-thread-id-index-map, mh-thread-index-id-map) | |
630 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack) | |
631 (mh-thread-subject-container-hash, mh-thread-duplicates) | |
632 (mh-thread-history, mh-thread-body-width) | |
633 (mh-thread-find-msg-subject mh-thread-initialize-hash) | |
634 (mh-thread-initialize, mh-thread-id-container) | |
635 (mh-thread-remove-parent-link, mh-thread-add-link) | |
636 (mh-thread-ancestor-p, mh-thread-get-message-container) | |
637 (mh-thread-get-message, mh-thread-canonicalize-id) | |
638 (mh-thread-prune-subject, mh-thread-container-subject) | |
639 (mh-thread-rewind-pruning, mh-thread-prune-containers) | |
640 (mh-thread-sort-containers, mh-thread-group-by-subject) | |
641 (mh-thread-process-in-reply-to, mh-thread-set-tables) | |
642 (mh-thread-update-id-index-maps, mh-thread-generate) | |
643 (mh-thread-inc, mh-thread-generate-scan-lines) | |
644 (mh-thread-parse-scan-line, mh-thread-update-scan-line-map) | |
645 (mh-thread-add-spaces, mh-thread-print-scan-lines) | |
646 (mh-thread-folder, mh-toggle-threads, mh-thread-forget-message) | |
647 (mh-thread-current-indentation-level, mh-thread-next-sibling) | |
648 (mh-thread-previous-sibling, mh-thread-immediate-ancestor) | |
649 (mh-thread-ancestor, mh-thread-find-children) | |
650 (mh-message-id-regexp, mh-thread-delete, mh-thread-refile): Move | |
651 to new file mh-thread.el. | |
652 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded) | |
653 (mh-subject-to-sequence-threaded, mh-edit-pick-expr) | |
654 (mh-pick-args-list, mh-narrow-to-subject, mh-narrow-to-from) | |
655 (mh-narrow-to-cc, mh-narrow-to-to, mh-narrow-to-header-field) | |
656 (mh-current-message-header-field, mh-narrow-to-range) | |
657 (mh-delete-subject, mh-delete-subject-or-thread): Move to new file | |
658 mh-limit.el. | |
659 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move to | |
660 mh-acros.el. | |
661 (mh-internal-seqs, mh-catchup, mh-delete-msg-from-seq) | |
662 (mh-internal-seq, mh-valid-seq-p, mh-seq-containing-msg) | |
663 (mh-define-sequence, mh-undefine-sequence) | |
664 (mh-delete-a-msg-from-seq, mh-delete-seq-locally) | |
665 (mh-folder-size, mh-folder-size-flist, mh-folder-size-folder) | |
666 (mh-parse-flist-output-line, mh-read-folder-sequences) | |
667 (mh-read-msg-list, mh-notate-user-sequences) | |
668 (mh-remove-cur-notation, mh-add-sequence-notation) | |
669 (mh-remove-sequence-notation, mh-remove-all-notation): Move here | |
670 from mh-e.el. | |
671 (mh-make-seq, mh-seq-name, mh-find-seq, mh-seq-to-msgs) | |
672 (mh-add-msgs-to-seq, mh-notate): Move here from mh-utils.el. | |
673 | |
674 * mh-show.el: New file. Contains mh-show-mode from mh-utils.el. | |
675 | |
676 * mh-speed.el: Rearrange for consistency with other files. | |
677 | |
678 * mh-thread.el: New file. Contains threading code from mh-seq.el. | |
679 | |
680 * mh-tool-bar.el: New file. Contains tool bar creation code from | |
681 deprecated file mh-customize.el. | |
682 | |
683 * mh-utils.el (recursive-load-depth-limit): Remove setting. No | |
684 longer needed. | |
685 (mh-scan-msg-number-regexp, mh-scan-msg-overflow-regexp) | |
686 (mh-scan-msg-format-regexp, mh-scan-msg-format-string) | |
687 (mh-scan-msg-search-regexp, mh-cmd-note, mh-note-seq) | |
688 (mh-update-scan-format, mh-msg-num-width): Move to new file | |
689 mh-scan.el. | |
690 (mh-show-buffer-mode-line-buffer-id, mh-letter-header-font-lock) | |
691 (mh-header-field-font-lock, mh-header-to-font-lock) | |
692 (mh-header-cc-font-lock, mh-header-subject-font-lock) | |
693 (mh-show-font-lock-keywords) | |
694 (mh-show-font-lock-keywords-with-cite) | |
695 (mh-show-font-lock-fontify-region) | |
696 (mh-gnus-article-highlight-citation, mh-showing-with-headers) | |
697 (mh-start-of-uncleaned-message, mh-invalidate-show-buffer) | |
698 (mh-unvisit-file, mh-defun-show-buffer, mh-show-mode-map) | |
699 (mh-show-sequence-menu, mh-show-message-menu) | |
700 (mh-show-folder-menu, mh-show-mode, mh-show-addr) | |
701 (mh-maybe-show, mh-show, mh-show-msg, mh-show-unquote-From) | |
702 (mh-msg-folder, mh-display-msg, mh-clean-msg-header): Move to new | |
703 file mh-show.el. | |
704 (mh-mail-header-separator, mh-signature-separator-regexp) | |
705 (mh-signature-separator, mh-globals-hash, mh-user-path) | |
706 (mh-draft-folder, mh-unseen-seq, mh-previous-seq, mh-inbox) | |
707 (mh-previous-window-config, mh-current-folder mh-show-buffer) | |
708 (mh-showing-mode, mh-show-mode-map, mh-show-folder-buffer) | |
709 (mh-showing-mode, mh-seq-list, mh-seen-list, mh-summary-height) | |
710 (mh-list-to-string, mh-list-to-string-1): Move to mh-e.el. | |
711 (mh-buffer-data, mh-mm-inline-media-tests): Move to mh-mime.el. | |
712 (mh-address-mail-regexp, mh-goto-address-find-address-at-point): | |
713 Move to mh-alias.el. | |
714 (mh-letter-font-lock-keywords): Move to new file mh-letter.el. | |
715 (mh-folder-filename, mh-msg-count, mh-recenter, mh-msg-filename) | |
716 (mh-show-mouse, mh-modify, mh-goto-msg, mh-set-folder-modified-p): | |
717 Move to new file mh-folder.el. | |
718 (with-mh-folder-updating, mh-in-show-buffer) | |
719 (mh-do-at-event-location, mh-seq-msgs): Moved to mh-acros.el. | |
720 (mh-make-seq, mh-seq-name, mh-notate, mh-find-seq) | |
721 (mh-seq-to-msgs, mh-add-msgs-to-seq, mh-canonicalize-sequence): | |
722 Moved to mh-seq.el. | |
723 (mh-show-xface-function, mh-uncompface-executable, mh-face-to-png) | |
724 (mh-uncompface, mh-icontopbm, mh-face-foreground-compat) | |
725 (mh-face-background-compat, mh-face-display-function) | |
726 (mh-show-xface, mh-picon-directory-list) | |
727 (mh-picon-existing-directory-list) | |
728 (mh-picon-cache, mh-picon-image-types) | |
729 (mh-picon-set-directory-list, mh-picon-get-image) | |
730 (mh-picon-file-contents, mh-picon-generate-path) | |
731 (mh-x-image-cache-directory, mh-x-image-scaling-function) | |
732 (mh-wget-executable, mh-wget-choice, mh-wget-option) | |
733 (mh-x-image-temp-file, mh-x-image-url, mh-x-image-marker) | |
734 (mh-x-image-url-cache-file, mh-x-image-scale-with-pnm) | |
735 (mh-x-image-scale-with-convert) | |
736 (url-unreserved-chars, url-hexify-string) | |
737 (mh-x-image-url-cache-canonicalize) | |
738 (mh-x-image-set-download-state, mh-x-image-get-download-state) | |
739 (mh-x-image-url-fetch-image, mh-x-image-display) | |
740 (mh-x-image-scale-and-display, mh-x-image-url-sane-p) | |
741 (mh-x-image-url-display): Move to new file mh-xface.el. | |
742 (mh-logo-display): Call mh-image-load-path. | |
743 (mh-find-path-run, mh-find-path): Move here from deprecated file | |
744 mh-init.el. | |
745 (mh-help-messages): Now an alist of modes to an alist of messages. | |
746 (mh-set-help): New function used to set mh-help-messages | |
747 (mh-help): Adjust for new format of mh-help-messages. Add | |
748 help-messages argument. | |
749 (mh-prefix-help): Refactor to use mh-help. | |
750 (mh-coalesce-msg-list, mh-greaterp, mh-lessp): Move here from | |
751 mh-e.el. | |
752 (mh-clear-sub-folders-cache): New function added to avoid exposing | |
753 mh-sub-folders-cache variable. | |
754 | |
755 * mh-xface.el: New file. Contains X-Face and Face header field | |
756 display routines from mh-utils.el. | |
757 | |
68236
310a829d776f
(assoc-string): Fix typo in argument.
Bill Wohler <wohler@newt.com>
parents:
68231
diff
changeset
|
758 2006-01-17 Bill Wohler <wohler@newt.com> |
310a829d776f
(assoc-string): Fix typo in argument.
Bill Wohler <wohler@newt.com>
parents:
68231
diff
changeset
|
759 |
310a829d776f
(assoc-string): Fix typo in argument.
Bill Wohler <wohler@newt.com>
parents:
68231
diff
changeset
|
760 * mh-acros.el (assoc-string): Fix typo in argument. |
310a829d776f
(assoc-string): Fix typo in argument.
Bill Wohler <wohler@newt.com>
parents:
68231
diff
changeset
|
761 |
68212
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
762 2006-01-16 Bill Wohler <wohler@newt.com> |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
763 |
68213
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
764 * mh-acros.el (require): Remove defadvice of require as defadvice |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
765 is verboten within Emacs and our implementation was returning the |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
766 wrong value from require. Upcoming restructuring should make this |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
767 unnecessary. |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
768 (mh-assoc-ignore-case): Replace with defsubst assoc-string. |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
769 |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
770 * mh-alias.el (mh-alias-local-users, mh-alias-reload, |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
771 mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it. |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
772 |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
773 * mh-identity.el (mh-identity-field-handler): Use it. |
a08b47775f9b
* mh-acros.el (require): Remove defadvice of require as defadvice is
Bill Wohler <wohler@newt.com>
parents:
68212
diff
changeset
|
774 |
68212
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
775 * mh-comp.el (mh-show-buffer-message-number): Replace (car |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
776 (read-from-string string) with (string-to-number string). |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
777 |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
778 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder): |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
779 Ditto. |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
780 |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
781 * mh-mime.el (mh-mml-forward-message): Ditto. |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
782 |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
783 * mh-search.el (mh-swish-next-result, mh-mairix-next-result) |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
784 (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser) |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
785 (mh-openssl-parser, mh-index-update-maps): Ditto. |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
786 |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
787 * mh-seq.el (mh-translate-range, mh-narrow-to-header-field) |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
788 (mh-thread-generate): Ditto. |
0c77c0b9a620
* mh-comp.el (mh-show-buffer-message-number): Replace (car
Bill Wohler <wohler@newt.com>
parents:
68211
diff
changeset
|
789 |
68231 | 790 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org> |
68211
3299c642df41
* mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of mm-
Mark D. Baushke <mdb@gnu.org>
parents:
68206
diff
changeset
|
791 |
3299c642df41
* mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of mm-
Mark D. Baushke <mdb@gnu.org>
parents:
68206
diff
changeset
|
792 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of |
68231 | 793 mm- functions for proper text=flowed handling (addresses SF |
794 #1273521). | |
68211
3299c642df41
* mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of mm-
Mark D. Baushke <mdb@gnu.org>
parents:
68206
diff
changeset
|
795 |
68199
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
796 2006-01-15 Bill Wohler <wohler@newt.com> |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
797 |
68206
1052cc7b7d7f
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
Bill Wohler <wohler@newt.com>
parents:
68202
diff
changeset
|
798 * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of |
1052cc7b7d7f
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
Bill Wohler <wohler@newt.com>
parents:
68202
diff
changeset
|
799 mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to |
1052cc7b7d7f
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
Bill Wohler <wohler@newt.com>
parents:
68202
diff
changeset
|
800 / g. |
1052cc7b7d7f
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
Bill Wohler <wohler@newt.com>
parents:
68202
diff
changeset
|
801 |
1052cc7b7d7f
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
Bill Wohler <wohler@newt.com>
parents:
68202
diff
changeset
|
802 * mh-utils.el (mh-show-limit-map): Ditto. |
1052cc7b7d7f
* mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
Bill Wohler <wohler@newt.com>
parents:
68202
diff
changeset
|
803 |
68202
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
804 * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for |
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
805 standalone compile. |
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
806 (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el. |
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
807 |
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
808 * mh-init.el (mh-progs, mh-lib, mh-lib-progs): Move to mh-exec.el, |
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
809 where they are used. |
3e14f7a3572e
* mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
Bill Wohler <wohler@newt.com>
parents:
68199
diff
changeset
|
810 |
68199
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
811 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
812 needed to help remove dependency on mh-utils. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
813 |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
814 * mh-exec.el: New file. Move process support routines here from |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
815 mh-utils.el. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
816 |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
817 * mh-init.el (mh-utils): Remove require. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
818 (mh-exec): Add require. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
819 (mh-profile-component, mh-profile-component-value): Move here from |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
820 mh-utils.el. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
821 |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
822 * mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
823 dependencies on mh-utils.el. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
824 (mh-profile-component, mh-profile-component-value): Move to |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
825 mh-init.el since that's the only place that uses them. (Other than |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
826 mh-alias.el; I'm thinking that mh-find-path can set variable from |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
827 the Aliasfile component like it does the other components). |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
828 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell) |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
829 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
830 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet) |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
831 (defvar, mh-exec-cmd-output) |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
832 (mh-exchange-point-and-mark-preserving-active-mark) |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
833 (mh-exec-lib-cmd-output, mh-handle-process-error): Move to new |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
834 file mh-exec.el so that mh-init.el doesn't have to depend on |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
835 mh-utils.el, breaking circular dependency. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
836 |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
837 * mh-alias.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
838 * mh-customize.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
839 * mh-e.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
840 * mh-funcs.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
841 * mh-gnus.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
842 * mh-identity.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
843 * mh-inc.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
844 * mh-junk.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
845 * mh-mime.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
846 * mh-print.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
847 * mh-search.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
848 * mh-seq.el: |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
849 * mh-speed.el: Added debugging statements (commented out) around |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
850 requires to help find dependency loops. Will remove them when |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
851 issues are resolved. |
5012e59a73c7
* mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
Bill Wohler <wohler@newt.com>
parents:
68192
diff
changeset
|
852 |
68192
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
853 2006-01-14 Bill Wohler <wohler@newt.com> |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
854 |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
855 * mh-customize.el (mh-index): Rename group to mh-search and sort |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
856 group definition and options accordingly. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
857 (mh-index-program): Rename to mh-search-program. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
858 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
859 mh-search-p. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
860 (mh-search-mode-hook): Change group from mh-index to mh-search. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
861 (mh-index-folder): Rename to mh-search-folder. Change group from |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
862 mh-index to mh-search. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
863 |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
864 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
865 to mh-search-folder. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
866 |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
867 * mh-search.el (mh-indexer) Rename to mh-searcher. The commands |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
868 pick and grep are searchers too but aren't indexed. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
869 (mh-index-execute-search-function): Rename to mh-search-function. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
870 (mh-index-next-result-function): Rename to |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
871 mh-search-next-result-function. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
872 (mh-index-regexp-builder): Rename to mh-search-regexp-builder. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
873 (mh-search): Since redo-search-flag defaults to nil and is of |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
874 lesser importance, make it an optional argument and place it after |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
875 the folder and search-regexp arguments. Sync docstring with |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
876 manual. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
877 (mh-search-mode-map): Autoload so that keys are shown in help even |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
878 before mh-search is loaded. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
879 (mh-search-mode): Sync docstring with manual. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
880 (mh-index-do-search): Rename argument indexer to searcher. Sync |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
881 docstring with manual. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
882 (mh-pick-do-search): Sync docstring with manual. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
883 (mh-index-p): Rename to mh-search-p. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
884 (mh-indexer-choices): Rename to mh-search-choices. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
885 (mh-index-choose): Rename to mh-search-choose. Rename argument |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
886 indexer to searcher. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
887 (mh-swish++-execute-search, mh-swish-execute-search) |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
888 (mh-mairix-execute-search, mh-namazu-execute-search): Drop "and |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
889 read the results" from docstring since these functions don't. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
890 (mh-pick-execute-search, mh-grep-execute-search): Sync docstring |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
891 with manual. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
892 (mh-index-generate-pretty-name): Prune -search from string so that |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
893 folder names for pick searches are the same as those of other |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
894 searches. |
2cfa649fa39d
* mh-customize.el (mh-index): Rename group to mh-search and sort group
Bill Wohler <wohler@newt.com>
parents:
68189
diff
changeset
|
895 |
68188
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
896 2006-01-13 Bill Wohler <wohler@newt.com> |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
897 |
68189
bb73cb6860d2
(require): Added Satyaki's comment regarding what needs to happen to
Bill Wohler <wohler@newt.com>
parents:
68188
diff
changeset
|
898 * mh-acros.el (require): Added Satyaki's comment regarding what |
bb73cb6860d2
(require): Added Satyaki's comment regarding what needs to happen to
Bill Wohler <wohler@newt.com>
parents:
68188
diff
changeset
|
899 needs to happen to remove this defadvice which caused a little |
bb73cb6860d2
(require): Added Satyaki's comment regarding what needs to happen to
Bill Wohler <wohler@newt.com>
parents:
68188
diff
changeset
|
900 discussion on emacs-devel today (see Subject: mh-e/mh-acros.el |
bb73cb6860d2
(require): Added Satyaki's comment regarding what needs to happen to
Bill Wohler <wohler@newt.com>
parents:
68188
diff
changeset
|
901 advices `require' incorrectly). |
bb73cb6860d2
(require): Added Satyaki's comment regarding what needs to happen to
Bill Wohler <wohler@newt.com>
parents:
68188
diff
changeset
|
902 |
68188
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
903 * mh-search.el (mh-index-next-result-function): Add format to |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
904 docstring. |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
905 (mh-mairix-next-result): Use nil instead of () which doesn't stand |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
906 out as well. |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
907 (mh-pick-execute-search): Operate across all folders if no folder |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
908 given and recurse folder(s). |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
909 (mh-pick-next-result): Handle new output. |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
910 |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
911 * mh-utils.el: (mh-collect-folder-names): Fix docstring. |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
912 (mh-children-p, mh-folder-list): New functions. |
dcf226991252
* mh-search.el (mh-index-next-result-function): Add format to
Bill Wohler <wohler@newt.com>
parents:
68163
diff
changeset
|
913 |
68163
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
914 2006-01-12 Bill Wohler <wohler@newt.com> |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
915 |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
916 * mh-search.el: New file containing contents of mh-index.el and |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
917 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
918 pick. Pick no longer sets the "search" sequence. Instead, it |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
919 brings up a folder view that we're accustomed to. (closes SF |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
920 #829207). |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
921 (mh-index-search): Rename to mh-search. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
922 (mh-pick-menu): Rename menu from Pick to Search. Rename Execute |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
923 the Search to Perform Search and call mh-do-search. Add Search |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
924 with Pick menu item. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
925 (mh-do-search): Delete. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
926 (mh-search-mode): Rename from mh-pick-mode. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
927 (MH-Search): Rename mode from MH-Pick. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
928 (mh-search-mode-map): Rename from mh-pick-mode-map. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
929 (mh-search-mode-help-messages): Rename from |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
930 mh-pick-mode-help-messages. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
931 (mh-index-choose): Don't reuse the last value of mh-indexer; when |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
932 mh-pick-do-search sets it to 'pick, we don't necessarily want to |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
933 stay with that choice! |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
934 |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
935 * mh-index.el: |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
936 * mh-pick.el: Merge into mh-search.el and delete. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
937 |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
938 * mh-customize.el (mh-index-program): Change mh-index-search to |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
939 mh-search in docstring. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
940 (mh-tool-bar-search-function): Change default from |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
941 mh-search-folder to mh-search. Remove mh-search-folder as choice |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
942 and rename mh-index-search choice to mh-search. Fix docstring. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
943 (mh-pick-mode-hook): Rename to mh-search-mode-hook and change |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
944 mh-search-folder to mh-search in docstring. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
945 |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
946 * mh-e.el (mh-folder-folder-menu): Delete Search a Folder. Change |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
947 Indexed Search to Search. Use mh-search instead of |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
948 mh-index-search. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
949 (mh-folder-map): Delete i (mh-index-search) keybinding. Change s |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
950 from mh-show-search-folder to mh-search. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
951 |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
952 * mh-seq.el (mh-put-msg-in-seq): Fix docstring now that |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
953 mh-search-folder no longer creates the search sequence. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
954 |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
955 * mh-utils.el (mh-show-search-folder): Delete. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
956 (mh-show-folder-map): Delete i (mh-index-search) keybinding. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
957 Change s from mh-show-search-folder to mh-search. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
958 (mh-show-folder-menu): Delete Search a Folder. Change Indexed |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
959 Search to Search. Use mh-search instead of mh-index-search. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
960 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell): Move |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
961 here from deleted mh-index.el. |
3b7532a82079
* mh-search.el: New file containing contents of mh-index.el and
Bill Wohler <wohler@newt.com>
parents:
68137
diff
changeset
|
962 |
68131
b9b10fe7c97a
(mh-x-image-url-cache-canonicalize): Use url-hexify-string to remove
Bill Wohler <wohler@newt.com>
parents:
68130
diff
changeset
|
963 2006-01-11 Bill Wohler <wohler@newt.com> |
b9b10fe7c97a
(mh-x-image-url-cache-canonicalize): Use url-hexify-string to remove
Bill Wohler <wohler@newt.com>
parents:
68130
diff
changeset
|
964 |
68137
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
965 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
966 from mh-gnus.el. |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
967 |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
968 * mh-gnus.el: Require mh-acros. |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
969 (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el. |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
970 |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
971 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
972 url-hexify-string to remove special characters from filenames |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
973 (closes SF #1396499). Note that this invalidates the existing |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
974 names in your cache so you might as well remove |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
975 ~/Mail/.mhe-x-image-cache/* now. |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
976 (url-unreserved-chars, url-hexify-string): Define if not defined. |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
977 Copied from url-util.el in Emacs22 for Emacs 21. |
ec4727559827
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from
Bill Wohler <wohler@newt.com>
parents:
68135
diff
changeset
|
978 |
68135
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
979 * mh-buffers.el: New file. Contains constants and code from |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
980 mh-index.el and mh-utils.el. |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
981 |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
982 * mh-alias.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
983 * mh-comp.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
984 * mh-e.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
985 * mh-funcs.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
986 * mh-init.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
987 * mh-junk.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
988 * mh-mime.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
989 * mh-print.el: |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
990 * mh-seq.el: Require new file mh-buffers.el. |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
991 |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
992 * mh-index.el: Require new file mh-buffers.el. |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
993 (mh-index-temp-buffer, mh-checksum-buffer): Move to new file |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
994 mh-buffers.el. |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
995 |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
996 * mh-utils.el: Require new file mh-buffers.el. |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
997 (mh-temp-buffer, mh-temp-fetch-buffer) |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
998 (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer) |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
999 (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer) |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
1000 (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines) |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
1001 (mh-truncate-log-buffer): Move to new file mh-buffers.el. |
03bac2d0a4aa
* Makefile (MH_E_SRC): Add mh-buffers.el.
Bill Wohler <wohler@newt.com>
parents:
68133
diff
changeset
|
1002 |
68133
fc48ac700159
(mh-forward): Cosmetics on prompt when draft exists.
Bill Wohler <wohler@newt.com>
parents:
68132
diff
changeset
|
1003 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists. |
fc48ac700159
(mh-forward): Cosmetics on prompt when draft exists.
Bill Wohler <wohler@newt.com>
parents:
68132
diff
changeset
|
1004 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425). |
fc48ac700159
(mh-forward): Cosmetics on prompt when draft exists.
Bill Wohler <wohler@newt.com>
parents:
68132
diff
changeset
|
1005 |
68127
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1006 2006-01-10 Bill Wohler <wohler@newt.com> |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1007 |
68130
dfa5a760e24f
* mh-comp.el (mh-insert-letter): If you choose a different folder, the
Bill Wohler <wohler@newt.com>
parents:
68128
diff
changeset
|
1008 * mh-comp.el (mh-insert-letter): If you choose a different folder, |
68131
b9b10fe7c97a
(mh-x-image-url-cache-canonicalize): Use url-hexify-string to remove
Bill Wohler <wohler@newt.com>
parents:
68130
diff
changeset
|
1009 the cur message is used. Sync docstring with manual (closes SF |
b9b10fe7c97a
(mh-x-image-url-cache-canonicalize): Use url-hexify-string to remove
Bill Wohler <wohler@newt.com>
parents:
68130
diff
changeset
|
1010 #1205890). |
68130
dfa5a760e24f
* mh-comp.el (mh-insert-letter): If you choose a different folder, the
Bill Wohler <wohler@newt.com>
parents:
68128
diff
changeset
|
1011 |
dfa5a760e24f
* mh-comp.el (mh-insert-letter): If you choose a different folder, the
Bill Wohler <wohler@newt.com>
parents:
68128
diff
changeset
|
1012 * mh-mime.el (mh-compose-forward): Use standard range argument |
dfa5a760e24f
* mh-comp.el (mh-insert-letter): If you choose a different folder, the
Bill Wohler <wohler@newt.com>
parents:
68128
diff
changeset
|
1013 instead of messages. Use more powerful mh-read-range instead of |
dfa5a760e24f
* mh-comp.el (mh-insert-letter): If you choose a different folder, the
Bill Wohler <wohler@newt.com>
parents:
68128
diff
changeset
|
1014 read-string. Sync docstring with manual (close SF #1205890). |
dfa5a760e24f
* mh-comp.el (mh-insert-letter): If you choose a different folder, the
Bill Wohler <wohler@newt.com>
parents:
68128
diff
changeset
|
1015 |
68127
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1016 * mh-index.el (mh-index-search): Checking mh-find-path-run is |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1017 unnecessary. |
68128
b1c80dc9a67d
(mh-index-next-folder): Don't back up a line when going backwards
Bill Wohler <wohler@newt.com>
parents:
68127
diff
changeset
|
1018 (mh-index-next-folder): Don't back up a line when going backwards |
b1c80dc9a67d
(mh-index-next-folder): Don't back up a line when going backwards
Bill Wohler <wohler@newt.com>
parents:
68127
diff
changeset
|
1019 since this skips the current folder heading if point is on the |
b1c80dc9a67d
(mh-index-next-folder): Don't back up a line when going backwards
Bill Wohler <wohler@newt.com>
parents:
68127
diff
changeset
|
1020 first message after the folder heading (closes SF #1126188). |
68127
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1021 |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1022 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1023 it. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1024 (mh-variants): Note variable isn't meant to be accessed directly; |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1025 use function mh-variants instead. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1026 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info) |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1027 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1028 them. Updated to use mh-file-command-p which is more accurrate |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1029 than file-executable-p which returns t for directories. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1030 (mh-file-command-p): Move here from mh-utils, since |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1031 mh-variant-*-info are the only functions to use it. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1032 (mh-variant-set, mh-variant-set-variant, mh-variant-p): Use |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1033 function mh-variants instead of variable. More robust. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1034 (mh-find-path-run): Move here from mh-utils.el. Mention that |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1035 checking this variable is unnecessary. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1036 (mh-find-path): Move here from mh-utils.el. With the advent of MH |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1037 variants and an mhparam command that doesn't work if there isn't |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1038 an MH profile, we can't get libdir for running install-mh. So |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1039 don't bother. If there's an issue with the environment, direct the |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1040 user to install MH and run install-mh (closes SF #835192). Don't |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1041 read ~/.mh_profile directly. Use mh-profile-component which uses |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1042 mhparam (closes SF #1016027). |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1043 |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1044 * mh-utils.el (mh-get-profile-field): Rename to |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1045 mh-profile-component-value. Add colon to search removing |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1046 unnecessary addition of colon to field in mh-profile-component. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1047 (mh-profile-component): Modify call to mh-profile-component-value |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1048 accordingly. Move next to mh-profile-component-value. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1049 (mh-find-path-run, mh-find-path, mh-file-command-p): Move to |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1050 mh-init.el. It makes sense that code that is only run once per |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1051 session (more or less) is in mh-init.el rather than cluttering |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1052 mh-utils.el. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1053 (mh-no-install, mh-install): Delete. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1054 |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1055 * mh-customize.el (mh-folder-msg-number): |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1056 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace. |
40429cab94e1
* mh-index.el (mh-index-search): Checking mh-find-path-run is
Bill Wohler <wohler@newt.com>
parents:
68114
diff
changeset
|
1057 |
68105 | 1058 2006-01-09 Bill Wohler <wohler@newt.com> |
1059 | |
68114
86ac787740e6
(mh-variant-mu-mh-info, mh-variant-nmh-info): Applied patch from
Bill Wohler <wohler@newt.com>
parents:
68112
diff
changeset
|
1060 * mh-init.el (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied |
86ac787740e6
(mh-variant-mu-mh-info, mh-variant-nmh-info): Applied patch from
Bill Wohler <wohler@newt.com>
parents:
68112
diff
changeset
|
1061 patch from Satyaki from SF #1016027. |
86ac787740e6
(mh-variant-mu-mh-info, mh-variant-nmh-info): Applied patch from
Bill Wohler <wohler@newt.com>
parents:
68112
diff
changeset
|
1062 |
68112
604ac165c0ad
(mh-rescan-folder): Try to keep cursor at current message, even if cur
Bill Wohler <wohler@newt.com>
parents:
68107
diff
changeset
|
1063 * mh-e.el (mh-rescan-folder): Try to keep cursor at current |
604ac165c0ad
(mh-rescan-folder): Try to keep cursor at current message, even if cur
Bill Wohler <wohler@newt.com>
parents:
68107
diff
changeset
|
1064 message, even if cur sequence is no longer present (closes SF |
604ac165c0ad
(mh-rescan-folder): Try to keep cursor at current message, even if cur
Bill Wohler <wohler@newt.com>
parents:
68107
diff
changeset
|
1065 #1207247). |
604ac165c0ad
(mh-rescan-folder): Try to keep cursor at current message, even if cur
Bill Wohler <wohler@newt.com>
parents:
68107
diff
changeset
|
1066 |
68107
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1067 * mh-comp.el: Use ";; Shush compiler." comment consistently per |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1068 Mark's suggestion. |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1069 (mh-letter-mode): Derive from mail-mode and delete code copied |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1070 from mail-mode (closes SF #1385571). Mention mail-mode-hook in |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1071 docstring. |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1072 (mh-fill-paragraph-function): Delete. Handled by mail-mode. |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1073 (mh-to-field-choices): For consistency with mail-mode, add "a" for |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1074 "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1075 "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139). |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1076 (mh-to-fcc): Move setting of folder argument to interactive |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1077 argument as is the norm. |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1078 (mh-letter-complete-function-alist): Add mail-reply-to. |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1079 (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To, |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1080 Mail-Followup-To, Reply-To, From). |
abeb226bd3f8
Use ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler <wohler@newt.com>
parents:
68106
diff
changeset
|
1081 |
68106
da4512a603de
Comment declaration to remind programmer to update forward definition
Bill Wohler <wohler@newt.com>
parents:
68105
diff
changeset
|
1082 * mh-customize.el: Use ";; Forward definition." consistently. |
da4512a603de
Comment declaration to remind programmer to update forward definition
Bill Wohler <wohler@newt.com>
parents:
68105
diff
changeset
|
1083 Comment declaration to remind programmer to update forward |
da4512a603de
Comment declaration to remind programmer to update forward definition
Bill Wohler <wohler@newt.com>
parents:
68105
diff
changeset
|
1084 definition if default changes. |
da4512a603de
Comment declaration to remind programmer to update forward definition
Bill Wohler <wohler@newt.com>
parents:
68105
diff
changeset
|
1085 |
68105 | 1086 * mh-funcs.el: |
1087 * mh-inc.el: | |
1088 * mh-init.el: | |
1089 * mh-mime.el: | |
1090 * mh-seq.el: | |
1091 * mh-utils.el: Use ";; Shush compiler." comment consistently per | |
1092 Mark's suggestion. | |
1093 | |
68096
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1094 2006-01-08 Bill Wohler <wohler@newt.com> |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1095 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1096 Removed code that was marked as Emacs 20 compatible that was |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1097 easily found showing how important it is to document such |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1098 things (closes SF #1359240). Feel free to nuke any other Emacs 20 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1099 peculiarities that you find. Wrapped code for shushing compiler |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1100 with (eval-when-compile), sometimes moving the defvars closer to |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1101 where they were used. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1102 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1103 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1104 instead of mh-replace-in-string as mh-replace-in-string was |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1105 replaced by a more appropriate defsubst in mh-xemacs.el. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1106 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1107 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1108 eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1109 (mh-file-is-vcard-p): Removed redundant test. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1110 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1111 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1112 with eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1113 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields) |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1114 (mh-invisible-header-fields-default): Add forward definitions. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1115 (mh-invisible-header-fields-default): Alphabetize. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1116 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1117 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1118 eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1119 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1120 variables. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1121 (mh-colors-available-p): Just call display-color-cells. It's on |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1122 all supported Emacsen (and defaliased on XEmacs). |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1123 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1124 * mh-funcs.el: |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1125 * mh-inc.el: |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1126 * mh-init.el: Wrap compiler-shushing defvars with |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1127 eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1128 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1129 * mh-identity.el: Don't need (mh-require-cl). |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1130 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1131 * mh-index.el: Don't need to load executable any more. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1132 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1133 * mh-mime.el: Wrap compiler-shushing defvars with |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1134 eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1135 (mh-have-file-command): Initialize variable to 'undefined. Add |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1136 docstring. Update function of same name accordingly. Also don't |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1137 need to load executable any more. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1138 (mh-mime-content-types): Delete. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1139 (mh-minibuffer-read-type): Prompt user for type if |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1140 mh-file-mime-type returns application/octet-stream. Assume we have |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1141 mailcap-mime-types. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1142 (mh-mime-display): Update error message. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1143 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1144 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1145 with eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1146 |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1147 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1148 with eval-when-compile. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1149 (mh-clean-msg-header): Don't set after-change-functions to nil. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1150 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1151 instead. |
57c4e7929f99
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler <wohler@newt.com>
parents:
68085
diff
changeset
|
1152 |
68083
4aea781df851
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler <wohler@newt.com>
parents:
68014
diff
changeset
|
1153 2006-01-07 Bill Wohler <wohler@newt.com> |
4aea781df851
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler <wohler@newt.com>
parents:
68014
diff
changeset
|
1154 |
68085
aad660b49047
Updated Faces documentation in header.
Bill Wohler <wohler@newt.com>
parents:
68083
diff
changeset
|
1155 * mh-customize.el: Updated Faces documentation in header. |
aad660b49047
Updated Faces documentation in header.
Bill Wohler <wohler@newt.com>
parents:
68083
diff
changeset
|
1156 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID, |
aad660b49047
Updated Faces documentation in header.
Bill Wohler <wohler@newt.com>
parents:
68083
diff
changeset
|
1157 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact. |
aad660b49047
Updated Faces documentation in header.
Bill Wohler <wohler@newt.com>
parents:
68083
diff
changeset
|
1158 |
68083
4aea781df851
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler <wohler@newt.com>
parents:
68014
diff
changeset
|
1159 * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml> |
4aea781df851
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler <wohler@newt.com>
parents:
68014
diff
changeset
|
1160 tags inserted by Gnus gnus-summary-mail-forward (closes SF |
4aea781df851
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler <wohler@newt.com>
parents:
68014
diff
changeset
|
1161 #1399307). |
4aea781df851
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler <wohler@newt.com>
parents:
68014
diff
changeset
|
1162 |
68014
82d5232a099c
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
Mark D. Baushke <mdb@gnu.org>
parents:
68013
diff
changeset
|
1163 2006-01-03 Mark D. Baushke <mdb@gnu.org> |
82d5232a099c
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
Mark D. Baushke <mdb@gnu.org>
parents:
68013
diff
changeset
|
1164 |
82d5232a099c
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
Mark D. Baushke <mdb@gnu.org>
parents:
68013
diff
changeset
|
1165 * mh-e.el (mh-delete-a-msg): Fix whitespace nit. |
82d5232a099c
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
Mark D. Baushke <mdb@gnu.org>
parents:
68013
diff
changeset
|
1166 * mh-index.el (mh-mairix-execute-search): Fix symbol quote. |
82d5232a099c
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
Mark D. Baushke <mdb@gnu.org>
parents:
68013
diff
changeset
|
1167 |
67999
08bdaa28d0d2
(mh-alias-add-alias): Remove leading * from docstring.
Bill Wohler <wohler@newt.com>
parents:
67988
diff
changeset
|
1168 2006-01-03 Bill Wohler <wohler@newt.com> |
08bdaa28d0d2
(mh-alias-add-alias): Remove leading * from docstring.
Bill Wohler <wohler@newt.com>
parents:
67988
diff
changeset
|
1169 |
68013
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1170 * mh-alias.el (mh-alias-add-alias): Grand message and error string |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1171 unification. Use single sentence if possible by using semicolon. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1172 Don't end message with punctuation. Don't need format with |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1173 message. Quote messages as in docstrings: use `' around symbols, |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1174 \" for option choices. Don't use quotes around %s. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1175 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1176 * mh-comp.el (mh-complete-word): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1177 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1178 * mh-customize.el (mh-adaptive-cmd-note-flag-check) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1179 (mh-scan-format-file-check): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1180 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1181 * mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1182 (mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1183 (mh-msg-num-width-to-column): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1184 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1185 * mh-identity.el (mh-identity-field-handler): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1186 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1187 * mh-index.el (mh-mairix-execute-search) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1188 (mh-swish-execute-search, mh-swish++-execute-search) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1189 (mh-namazu-execute-search): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1190 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1191 * mh-init.el (mh-variant-set): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1192 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1193 * mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1194 (mh-secure-message, mh-mime-display): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1195 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1196 * mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1197 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1198 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1199 (mh-read-range, mh-thread-container-subject): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1200 |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1201 * mh-utils.el (mh-x-image-scale-and-display) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1202 (mh-prompt-for-folder, mh-handle-process-error) |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1203 (mh-list-to-string-1): Ditto. |
bbc0e52abce5
* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler <wohler@newt.com>
parents:
68012
diff
changeset
|
1204 |
68012
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1205 * mh-comp.el (mh-reply): Use standard default notation in |
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1206 prompts (closes SF #1275933). |
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1207 |
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1208 * mh-mime.el (mh-mime-save-parts): Ditto. |
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1209 |
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1210 * mh-seq.el (mh-read-seq, mh-read-range): Ditto. |
256cc87e0619
* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler <wohler@newt.com>
parents:
68000
diff
changeset
|
1211 |
68000
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1212 * mh-customize.el (mh-folder-msg-number): Snow is actually |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1213 off-white on low color displays which turns to white when bold. |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1214 This is unreadable on white backgrounds. Use snow with min-colors |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1215 requirement. Use cyan on low-color displays. |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1216 |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1217 * mh-init.el (mh-defface-compat): On low-color displays, delete |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1218 the high-color display rather than simply strip the min-colors |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1219 requirement since the existing algorithm shadowed the desired |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1220 display on low-color displays. |
830e95c83d49
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler <wohler@newt.com>
parents:
67999
diff
changeset
|
1221 |
67999
08bdaa28d0d2
(mh-alias-add-alias): Remove leading * from docstring.
Bill Wohler <wohler@newt.com>
parents:
67988
diff
changeset
|
1222 * mh-alias.el (mh-alias-add-alias): Remove leading * from |
08bdaa28d0d2
(mh-alias-add-alias): Remove leading * from docstring.
Bill Wohler <wohler@newt.com>
parents:
67988
diff
changeset
|
1223 docstring. |
08bdaa28d0d2
(mh-alias-add-alias): Remove leading * from docstring.
Bill Wohler <wohler@newt.com>
parents:
67988
diff
changeset
|
1224 |
67988
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1225 2006-01-02 Bill Wohler <wohler@newt.com> |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1226 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1227 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1228 docstring. Does this mean something in a defun? |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1229 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1230 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new): |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1231 Checkdoc fix. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1232 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1233 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1234 so it reads better in docstring and manual. Sync docstring with |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1235 manual. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1236 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1237 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc). |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1238 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1239 * mh-alias.el (mh-alias-apropos): Sync docstring with manual. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1240 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1241 * mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1242 (mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1243 (mh-fully-kill-draft, mh-open-line, mh-letter-complete) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1244 (mh-letter-complete-or-space, mh-letter-confirm-address) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1245 (mh-letter-next-header-field-or-indent) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1246 (mh-letter-previous-header-field): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1247 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1248 * mh-customize.el (mh-alias-completion-ignore-case-flag) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1249 (mh-default-folder-for-message-function, mh-mml-method-default) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1250 (mh-signature-file-name, mh-yank-behavior, mh-show-hook) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1251 (mh-show-mode-hook) Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1252 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1253 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1254 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1255 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1256 (mh-store-msg, mh-store-buffer): Ditto |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1257 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1258 * mh-index.el (mh-index-search, mh-index-do-search) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1259 (mh-index-next-folder, mh-index-sequenced-messages): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1260 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1261 * mh-junk.el (mh-spamassassin-blacklist): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1262 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1263 * mh-mime.el (mh-mh-compose-external-compressed-tar) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1264 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1265 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1266 (mh-mml-secure-message-signencrypt): Ditto |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1267 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1268 * mh-pick.el (mh-search-folder): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1269 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1270 * mh-seq.el (mh-widen): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1271 |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1272 * mh-utils.el (mh-show, mh-modify): Ditto. |
7882fc7df359
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler <wohler@newt.com>
parents:
67984
diff
changeset
|
1273 |
67984
fb7a11feb83e
* mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
Mark D. Baushke <mdb@gnu.org>
parents:
67969
diff
changeset
|
1274 2006-01-02 Mark D. Baushke <mdb@gnu.org> |
fb7a11feb83e
* mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
Mark D. Baushke <mdb@gnu.org>
parents:
67969
diff
changeset
|
1275 |
fb7a11feb83e
* mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
Mark D. Baushke <mdb@gnu.org>
parents:
67969
diff
changeset
|
1276 * mh-mime.el (mh-mml-unsecure-message): Remove unused argument. |
fb7a11feb83e
* mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
Mark D. Baushke <mdb@gnu.org>
parents:
67969
diff
changeset
|
1277 |
67969
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1278 2006-01-01 Bill Wohler <wohler@newt.com> |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1279 |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1280 * mh-customize.el: Sync docstrings with manual for faces and sort |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1281 them alphabetically. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1282 (mh-faces): Move below mh-hooks. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1283 (mh-folder-faces, mh-index-faces, mh-letter-faces) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1284 (mh-show-faces, mh-speed-faces): Delete. Organize faces like |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1285 hooks. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1286 (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed). |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1287 (facemenu-unlisted-faces): Might as well ignore all MH-E faces. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1288 (mh-folder-body-face, mh-folder-cur-msg-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1289 (mh-folder-cur-msg-number-face, mh-folder-date-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1290 (mh-folder-followup-face, mh-folder-msg-number-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1291 (mh-folder-deleted-face, mh-folder-refiled-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1292 (mh-folder-subject-face, mh-folder-address-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1293 (mh-folder-scan-format-face, mh-folder-to-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1294 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1295 (mh-show-header-face, mh-show-pgg-good-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1296 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1297 (mh-show-to-face, mh-show-from-face, mh-show-subject-face): |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1298 Delete. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1299 (mh-folder-cur-msg): Unused. Delete. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1300 (mh-folder-address): Use defface; inherit from mh-folder-subject. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1301 (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date): |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1302 Inherit from mh-folder-msg-number. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1303 (mh-folder-deleted): Use defface. Inherit from |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1304 mh-folder-msg-number. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1305 (mh-folder-sent-to-me-hint): New face. Inherit from |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1306 mh-folder-date. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1307 (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1308 Use defface. Inherit from mh-folder-followup. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1309 (mh-show-xface): Inherit from mh-show-from and highlight. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1310 (bw-face-generation, bw-toggle-faces) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1311 (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1312 variables, functions for toggling between old and new faces. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1313 |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1314 * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1315 eval-when-compile. We should probably do this throughout. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1316 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1317 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1318 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1319 (mh-scan-subject-regexp): Sync docstrings with manual |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1320 (mh-scan-format-regexp): Rename to |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1321 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1322 expression. Make expression more like the others (anchored at the |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1323 beginning of line). Sync docstrings with manual. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1324 (mh-folder-font-lock-keywords): Use faces directly rather than |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1325 -face variables. Use mh-scan-sent-to-me-sender-regexp instead of |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1326 mh-scan-format-regexp, and within that expression, use faces |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1327 mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1328 of mh-folder-date-face and mh-folder-scan-format-face which were |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1329 misleading. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1330 |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1331 * mh-mime.el (mh-mime-security-button-face): Use faces directly |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1332 rather than -face variables. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1333 |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1334 * mh-utils.el (mh-show-font-lock-keywords): Use faces directly |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1335 rather than -face variables. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1336 (mh-face-foreground-compat, mh-face-background-compat): New macros. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1337 (mh-face-display-function): Use mh-face-foreground-compat and |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1338 mh-face-background-compat to use inherited attributes of |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1339 mh-show-xface on Emacs 22 while still working on Emacs 21. |
3ca8b2234237
* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler <wohler@newt.com>
parents:
67887
diff
changeset
|
1340 |
67886
b98e23ab1402
* simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
Bill Wohler <wohler@newt.com>
parents:
67857
diff
changeset
|
1341 2005-12-28 Bill Wohler <wohler@newt.com> |
b98e23ab1402
* simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
Bill Wohler <wohler@newt.com>
parents:
67857
diff
changeset
|
1342 |
67887 | 1343 * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use |
1344 mh-user-agent-compose instead of mh-smail-batch. | |
67886
b98e23ab1402
* simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
Bill Wohler <wohler@newt.com>
parents:
67857
diff
changeset
|
1345 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1346 2005-12-27 Bill Wohler <wohler@newt.com> |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1347 |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1348 * mh-utils.el (mh-prompt-for-folder): Use can-create argument to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1349 suppress creation of folder if it doesn't exist. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1350 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1351 2005-12-27 Stefan Monnier <monnier@iro.umontreal.ca> |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1352 |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1353 * mh-utils.el (mh-process-daemon): Don't change buffer in proc-filter. |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1354 |
67760
9c3504ae6060
Follow MH-E Developers Guide conventions. Use `' quotes for Help
Bill Wohler <wohler@newt.com>
parents:
67758
diff
changeset
|
1355 2005-12-23 Bill Wohler <wohler@newt.com> |
9c3504ae6060
Follow MH-E Developers Guide conventions. Use `' quotes for Help
Bill Wohler <wohler@newt.com>
parents:
67758
diff
changeset
|
1356 |
67782
f2d49739378c
(mh-folders-changed): Fix typo in docstring.
Bill Wohler <wohler@newt.com>
parents:
67760
diff
changeset
|
1357 * mh-e.el (mh-folders-changed): Fix typo in docstring. |
f2d49739378c
(mh-folders-changed): Fix typo in docstring.
Bill Wohler <wohler@newt.com>
parents:
67760
diff
changeset
|
1358 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1359 Follow MH-E Developers Guide conventions. Use `' quotes for Help |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1360 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1361 everything else. Otherwise, you can accidently get links to |
67760
9c3504ae6060
Follow MH-E Developers Guide conventions. Use `' quotes for Help
Bill Wohler <wohler@newt.com>
parents:
67758
diff
changeset
|
1362 nonsense symbols. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1363 |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1364 2005-12-22 Bill Wohler <wohler@newt.com> |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1365 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1366 Follow Emacs coding conventions. Use default setting of |
67758
6b063593fdad
Follow Emacs coding conventions. Use default setting of
Bill Wohler <wohler@newt.com>
parents:
67757
diff
changeset
|
1367 emacs-lisp-docstring-fill-column which is 65. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1368 |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1369 * mh-alias.el (mh-alias-reload): Sync docstrings with manual. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1370 |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1371 * mh-comp.el (mh-letter-mode): Use 60 column width. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1372 (mh-forward, mh-insert-signature, mh-send-letter): Sync docstrings |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1373 with manual. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1374 (mh-yank-cur-msg): Mention that mh-ins-buf-prefix isn't used if |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1375 you have added a mail-citation-hook and neither are used if you |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1376 use one of the supercite flavors of mh-yank-behavior. Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1377 docstrings with manual. |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1378 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1379 * mh-customize.el (mh-kill-folder-suppress-prompt-hooks): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1380 from mh-kill-folder-suppress-prompt-hook since it is an abnormal |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1381 hook. Use "Hook run by `function'..." instead of "Invoked...". |
67757 | 1382 Sync docstrings with manual. |
1383 (mh-ins-buf-prefix, mh-yank-behavior): Mention that | |
1384 mh-ins-buf-prefix isn't used if you have added a | |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1385 mail-citation-hook and neither are used if you use one of the |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1386 supercite flavors of mh-yank-behavior. Sync docstrings with |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1387 manual. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1388 (mail-citation-hook): Delete. Use one in sendmail.el. |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1389 (mh-signature-file-name, mh-after-commands-processed-hook) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1390 (mh-alias-reloaded-hook, mh-before-commands-processed-hook) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1391 (mh-before-quit-hook, mh-before-send-letter-hook) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1392 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1393 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook) |
67757 | 1394 (mh-letter-mode-hook) |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1395 (mh-mh-to-mime-hook, mh-pick-mode-hook, mh-quit-hook) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1396 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) |
67757 | 1397 (mh-unseen-updated-hook): Use "Hook run by `function'..." instead |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1398 of "Invoked...". Sync docstrings with manual. |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1399 |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1400 * mh-e.el (mh-last-destination, mh-last-destination-folder) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1401 (mh-last-destination-write, mh-folder-mode-map, mh-arrow-marker) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1402 (mh-delete-list, mh-refile-list, mh-folders-changed) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1403 (mh-next-direction, mh-view-ops, mh-folder-view-stack) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1404 (mh-index-data, mh-first-msg-num, mh-last-msg-num) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1405 (mh-mode-line-annotation, mh-sequence-notation-history) |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1406 (mh-colors-available-flag): Move comment into docstring. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1407 (mh-delete-msg, mh-execute-commands, mh-inc-folder, mh-quit) |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1408 (mh-process-commands): Sync docstrings with manual. |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1409 (mh-refile-msg): Small doc edit. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1410 (mh-delete-a-msg, mh-refile-a-msg): Sync docstrings with manual. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1411 Rename msg argument to message. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1412 |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1413 * mh-funcs.el (mh-kill-folder): Sync docstrings with manual. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1414 |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1415 * mh-e.el (mh-update-unseen): No longer say "The value of |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1416 `foo-hook' is a list of functions to be called, with no arguments, |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1417 ...," but rather just "The hook foo-hook is called...". |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1418 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1419 * mh-mime.el (mh-mh-to-mime): Ditto. |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1420 |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1421 * mh-pick.el (mh-pick-mode): Ditto. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1422 |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1423 * mh-utils.el (mh-showing-mode): Use uppercase for argument in |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1424 docstring. |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1425 (mh-seq-list, mh-seen-list, mh-showing-with-headers): Move comment |
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1426 into docstring. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1427 (mh-show-mode, mh-show-msg, mh-find-path): Sync docstrings with |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1428 manual. |
67756
7ff92ad99326
* mh-alias.el (mh-alias-reload): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67689
diff
changeset
|
1429 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1430 2005-12-19 Stephen Gildea <gildea@stop.mail-abuse.org> |
67689
98eba52a8481
* mh-customize.el (mh-after-commands-processed-hook): New variable.
Stephen Gildea <gildea@stop.mail-abuse.org>
parents:
67681
diff
changeset
|
1431 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1432 * mh-customize.el (mh-after-commands-processed-hook): New |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1433 variable. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1434 (mh-before-commands-processed-hook): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1435 mh-folder-updated-hook. |
67689
98eba52a8481
* mh-customize.el (mh-after-commands-processed-hook): New variable.
Stephen Gildea <gildea@stop.mail-abuse.org>
parents:
67681
diff
changeset
|
1436 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1437 * mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1438 mh-before-commands-processed-hook, call new |
67689
98eba52a8481
* mh-customize.el (mh-after-commands-processed-hook): New variable.
Stephen Gildea <gildea@stop.mail-abuse.org>
parents:
67681
diff
changeset
|
1439 mh-after-commands-processed-hook. |
98eba52a8481
* mh-customize.el (mh-after-commands-processed-hook): New variable.
Stephen Gildea <gildea@stop.mail-abuse.org>
parents:
67681
diff
changeset
|
1440 (mh-folders-changed): New variable (for use in |
98eba52a8481
* mh-customize.el (mh-after-commands-processed-hook): New variable.
Stephen Gildea <gildea@stop.mail-abuse.org>
parents:
67681
diff
changeset
|
1441 mh-after-commands-processed-hook). |
98eba52a8481
* mh-customize.el (mh-after-commands-processed-hook): New variable.
Stephen Gildea <gildea@stop.mail-abuse.org>
parents:
67681
diff
changeset
|
1442 |
67681 | 1443 2005-12-19 Bill Wohler <wohler@newt.com> |
1444 | |
1445 * mh-acros.el: | |
1446 * mh-alias.el: | |
1447 * mh-comp.el: | |
1448 * mh-customize.el: | |
1449 * mh-e.el: | |
1450 * mh-funcs.el: | |
1451 * mh-gnus.el: | |
1452 * mh-identity.el: | |
1453 * mh-inc.el: | |
1454 * mh-index.el: | |
1455 * mh-init.el: | |
1456 * mh-junk.el: | |
1457 * mh-mime.el: | |
1458 * mh-pick.el: | |
1459 * mh-print.el: | |
1460 * mh-seq.el: | |
1461 * mh-speed.el: | |
1462 * mh-utils.el: | |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1463 Follow commenting conventions. Don't use ;;; form so much, except |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1464 for headings. Precede headings with page feed. This was mostly |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1465 already done, so I made it a convention. Did not update copyright |
67681 | 1466 on a couple of files since this was an insignificant change. |
1467 | |
67656
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1468 2005-12-18 Bill Wohler <wohler@newt.com> |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1469 |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1470 * mh-customize.el (mh-toolbar): Rename to mh-tool-bar. |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1471 (mh-tool-bar-search-function): Sync docstrings with manual. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1472 (mh-tool-bar-customize): Replace toolbar with tool bar in |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1473 docstring. |
67656
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1474 (mh-tool-bar-letter-help): Fix manual reference. |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1475 (mh-xemacs-use-toolbar-flag): Rename to |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1476 mh-xemacs-use-tool-bar-flag. Initialize to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1477 mh-xemacs-has-tool-bar-flag. Sync docstrings with manual. |
67656
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1478 (mh-xemacs-toolbar-position): Rename to |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1479 mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar" |
67656
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1480 option (redundant) and change "Same As Default Tool Bar" setting |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1481 to nil. Sync docstrings with manual. |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1482 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1483 depending on context. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1484 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1485 for calling set-specifier. Only look at the value of |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1486 mh-xemacs-use-tool-bar-flag. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1487 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1488 docstrings with manual. |
67656
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1489 |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1490 * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1491 mh-toolbar-init. |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1492 |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1493 * mh-e.el (mh-folder-mode): Ditto. |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1494 |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1495 * mh-utils.el (mh-show-mode): Ditto. |
76690fbcd56a
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler <wohler@newt.com>
parents:
67587
diff
changeset
|
1496 |
67587
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1497 2005-12-15 Bill Wohler <wohler@newt.com> |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1498 |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1499 * mh-e.el (mh-delete-msg): Sync docstrings with manual. |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1500 |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1501 * mh-seq.el (mh-delete-subject, mh-thread-next-sibling) |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1502 (mh-thread-previous-sibling, mh-thread-ancestor) |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1503 (mh-thread-delete, mh-thread-refile): Ditto. |
772ee2be41b9
* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler <wohler@newt.com>
parents:
67577
diff
changeset
|
1504 |
67577
125832ddcd6b
* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler <wohler@newt.com>
parents:
67449
diff
changeset
|
1505 2005-12-14 Bill Wohler <wohler@newt.com> |
125832ddcd6b
* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler <wohler@newt.com>
parents:
67449
diff
changeset
|
1506 |
125832ddcd6b
* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler <wohler@newt.com>
parents:
67449
diff
changeset
|
1507 * mh-customize.el (mh-speed-flists-interval): Rename to |
125832ddcd6b
* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler <wohler@newt.com>
parents:
67449
diff
changeset
|
1508 mh-speed-update-interval. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1509 (mh-speed-run-flists-flag): Delete. Setting |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1510 mh-speed-flists-interval to 0 accomplishes the same thing. |
67577
125832ddcd6b
* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler <wohler@newt.com>
parents:
67449
diff
changeset
|
1511 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1512 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1513 mh-speed-update-interval instead of mh-speed-run-flists-flag. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1514 (mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1515 docstrings with manual. |
67577
125832ddcd6b
* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler <wohler@newt.com>
parents:
67449
diff
changeset
|
1516 |
67449
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1517 2005-12-09 Bill Wohler <wohler@newt.com> |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1518 |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1519 * mh-customize.el (mh-path): Move here from mh-init.el. |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1520 (mh-variant): Mention that mh-path can be customized. |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1521 (mh-invisible-header-fields-internal): Add X-ContentStamp, |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1522 X-MAIL-INFO, and X-UNTD- from NetZero. |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1523 |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1524 * mh-init.el (mh-path): Move defcustom to mh-customize.el. |
315e71e95246
* mh-customize.el (mh-path): Move here from mh-init.el.
Bill Wohler <wohler@newt.com>
parents:
67319
diff
changeset
|
1525 |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1526 2005-12-04 Bill Wohler <wohler@newt.com> |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1527 |
67319
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1528 * mh-customize.el (mh-sortm-args): Sync docstrings with manual. |
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1529 (mh-invisible-header-fields-internal): Add X-Bugzilla-* and |
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1530 X-Virus-Scanned. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1531 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1532 * mh-customize.el (mh-insert-signature-hook): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1533 mh-letter-insert-signature-hook to mh-insert-signature-hook. |
67319
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1534 |
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1535 * mh-comp.el (mh-insert-signature): Ditto. |
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1536 |
67316
78b3886a9f87
(mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents:
67315
diff
changeset
|
1537 * mh-customize.el (mh-fetch-x-image-url): Change default from 'ask |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1538 to nil. Remove t option. Sync docstring with manual (closes SF |
67316
78b3886a9f87
(mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents:
67315
diff
changeset
|
1539 #831278). |
78b3886a9f87
(mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents:
67315
diff
changeset
|
1540 (mh-invisible-header-fields-internal): Remove X-Image-URL so that |
78b3886a9f87
(mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents:
67315
diff
changeset
|
1541 users can see it, look it up in the manual's index, and discover |
78b3886a9f87
(mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler <wohler@newt.com>
parents:
67315
diff
changeset
|
1542 mh-fetch-x-image-url (closes SF #831278). |
67315
e980863f26b8
(mh-invisible-header-fields-internal): Add X-Bugzilla-* and
Bill Wohler <wohler@newt.com>
parents:
67314
diff
changeset
|
1543 |
67314
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1544 * mh-customize.el (mh-new-messages-folders): Rename from |
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1545 mh-index-new-messages-folders. |
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1546 (mh-ticked-messages-folders): Rename from |
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1547 mh-index-ticked-messages-folders. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1548 |
67314
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1549 * mh-index.el (mh-index-sequenced-messages) |
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1550 (mh-index-new-messages): Ditto. |
8cbe08e4eed5
* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler <wohler@newt.com>
parents:
67313
diff
changeset
|
1551 |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1552 * mh-comp.el (mh-forward): Went over all uses of the word "RANGE" |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1553 in the docstrings and made usage consistent. Generally speaking, |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1554 "messages in range" and "range of messages" is redundant and just |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1555 "range" can be used in most circumstances. Also ensured that |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1556 mh-interactive-range was mentioned in all interactive functions |
67319
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1557 that use a range which describes the range argument for both users |
c9307100bfd0
* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler <wohler@newt.com>
parents:
67317
diff
changeset
|
1558 and programmers. |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1559 |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1560 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg) |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1561 (mh-refile-or-write-again, mh-rescan-folder, mh-undo) |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1562 (mh-visit-folder, mh-scan-folder, mh-regenerate-headers) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1563 (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup): |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1564 Ditto. |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1565 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1566 * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1): |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1567 Ditto. |
67313
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1568 |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1569 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto. |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1570 |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1571 * mh-print.el (mh-ps-print-range, mh-ps-print-msg) |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1572 (mh-ps-print-msg-file, mh-print-msg): Ditto. |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1573 |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1574 * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list) |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1575 (mh-narrow-to-range, mh-toggle-tick): Ditto. |
2ae99b10dd40
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler <wohler@newt.com>
parents:
67246
diff
changeset
|
1576 |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1577 2005-12-01 Bill Wohler <wohler@newt.com> |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1578 |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1579 Rewrote Reading Mail chapter in manual which affected mh-show |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1580 customization group and related functions. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1581 |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1582 * mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1583 instead of mh-highlight-citation-p. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1584 (mh-letter-toggle-header-field-display): "Ellipsed" isn't a word, |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1585 I think, so use "truncated". |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1586 |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1587 * mh-customize.el (mh-folder, mh-folder-faces): Group's manual |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1588 section is Folders, not Organizing. Parent of mh-folder-faces is |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1589 mh-folder, not mh-show. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1590 (mh-speed): Rename to mh-speedbar for consistency with mh-toolbar. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1591 (mh-thread): New group that corresponds with manual's Threading |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1592 chapter. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1593 (mh-letter-faces): Group's manual section is Editing Drafts, not |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1594 Sending Mail. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1595 (mh-sortm-args): New customization variable that used to be a |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1596 defvar. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1597 (mh-index-new-messages-folders, mh-index-ticked-messages-folders): |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1598 Move from mh-index group to mh-folders group. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1599 (mh-alias-local-users-prefix, mh-large-folder) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1600 (mh-recursive-folders-flag, mh-before-quit-hook) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1601 (mh-folder-mode-hook, mh-kill-folder-suppress-prompt-hook) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1602 (mh-quit-hook, mh-refile-msg-hook): Move from mh-show group to |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1603 mh-folder group. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1604 (mh-highlight-citation-style): Rename from |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1605 mh-highlight-citation-p. Sync docstrings with manual. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1606 (mh-mhl-format-file): Rename from mhl-formfile. Sync docstrings |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1607 with manual. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1608 (mh-show-threads-flag): Move from mh-show group to mh-thread |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1609 group. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1610 (mh-find-path-hook): Move from mh-show group to mh-e group. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1611 (mh-folder-updated-hook): Add to mh-folder group. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1612 (mh-forward-hook): Move from mh-folder to mh-sending-mail group. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1613 (mh-unseen-updated-hook): Move from mh-show to mh-sequences group. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1614 (mh-bury-show-buffer-flag, mh-clean-message-header-flag) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1615 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1616 (mh-display-buttons-for-inline-parts-flag) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1617 (mh-do-not-confirm-flag, mh-fetch-x-image-url) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1618 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1619 (mh-invisible-header-fields-default, mh-invisible-header-fields) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1620 (mh-lpr-command-format, mh-max-inline-image-height) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1621 (mh-max-inline-image-width) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1622 (mh-mime-save-parts-default-directory, mh-print-background-flag) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1623 (mh-show-maximum-size, mh-show-use-goto-addr-flag) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1624 (mh-show-use-xface-flag, mh-store-default-directory) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1625 (mh-summary-height, mh-delete-msg-hook |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1626 (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1627 |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1628 * mh-e.el |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1629 (mh-scan-format-mh, mh-scan-good-msg-regexp) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1630 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1631 (mh-scan-cur-msg-number-regexp, mh-scan-subject-regexp): Use |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1632 non-fontification instead of non-fontifying. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1633 (mh-header-display): Use mh-mhl-format-file instead of |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1634 mhl-formfile. Sync docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1635 (mh-next-undeleted-msg, mh-previous-undeleted-msg): Rename arg to |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1636 count. Sync docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1637 (mh-refile-or-write-again): Use output from mh-write-msg-to-file |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1638 so that message doesn't change when using this command. Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1639 docstrings with manual. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1640 (mh-page-msg, mh-previous-page): Rename arg to lines. Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1641 docstrings with manual. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1642 (mh-write-msg-to-file): Rename msg to message. Rename no-headers |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1643 to no-header. Sync docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1644 (mh-ps-print-map): Delete keybindings for deleted commands |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1645 mh-ps-print-toggle-mime and mh-ps-print-msg-show. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1646 (mh-help-messages): Update printing help. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1647 (mh-delete-msg, mh-delete-msg-no-motion, mh-first-msg) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1648 (mh-last-msg, mh-previous-unread-msg, mh-next-button) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1649 (mh-prev-button, mh-folder-toggle-mime-part) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1650 (mh-folder-inline-mime-part, mh-folder-save-mime-part) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1651 (mh-next-unread-msg, mh-toggle-mime-buttons): Sync docstrings with |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1652 manual. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1653 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1654 * mh-funcs.el (mh-sortm-args): Now a customization option and in |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1655 mh-customize.el. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1656 (mh-pipe-msg): Rename include-headers to include-header. Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1657 docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1658 (mh-burst-digest, mh-page-digest, mh-page-digest-backwards) |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1659 (mh-store-msg): Sync docstrings with manual. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1660 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1661 * mh-mime.el (mh-mime-save-parts): Rename arg to prompt. Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1662 docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1663 (mh-toggle-mh-decode-mime-flag): Use English in message, not Lisp. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1664 Sync docstrings with manual. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1665 (mh-mm-display-part, mh-mm-inline-message): Use |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1666 mh-highlight-citation-style instead of mh-highlight-citation-p. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1667 (mh-press-button): Sync docstrings with manual. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1668 (mh-display-with-external-viewer): Fix default output in |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1669 minibuffer. Sync docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1670 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1671 * mh-print.el: (mh-ps-print-mime, mh-ps-print-toggle-mime): |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1672 Delete. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1673 (mh-ps-print-color-option): Incorporate docstring from |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1674 ps-print-color-p. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1675 (mh-ps-spool-buffer): Remove unused code. Fix indent. Slimline |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1676 docstring. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1677 (mh-ps-spool-msg): Slimline docstring. Rename from |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1678 mh-ps-spool-a-msg. Rewrite to use existing show buffer when |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1679 available. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1680 (mh-ps-print-range): Extract method from common code in |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1681 mh-ps-print-msg and mh-ps-print-msg-file. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1682 (mh-ps-print-preprint): Clean docstring. Use filename "mh-%s". |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1683 (mh-ps-print-msg-show): Delete. Can use either |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1684 mh-ps-print-msg-show or mh-ps-print-msg-show to same effect with |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1685 new code in mh-ps-spool-msg. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1686 (mh-print-msg): Use mh-mhl-format-file instead of mhl-formfile. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1687 Sync docstrings with manual. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1688 (mh-ps-print-msg, mh-ps-print-msg-file) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1689 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1690 docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1691 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1692 * mh-utils.el (mh-show-ps-print-msg-show) |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1693 mh-show-ps-print-toggle-mime): Delete. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1694 (mh-show-ps-print-map): Update accordingly. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1695 (mh-show-mode): Use mh-highlight-citation-style instead of |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1696 mh-highlight-citation-p. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1697 (mh-show-xface, mh-display-msg): Use mh-mhl-format-file instead of |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1698 mhl-formfile. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1699 (mh-show): Use mh-mhl-format-file instead of mhl-formfile. Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1700 docstrings with manual. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1701 (mh-show-font-lock-fontify-region, mh-modify, mh-goto-msg): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1702 docstrings with manual. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1703 |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1704 2005-12-01 Bill Wohler <wohler@newt.com> |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1705 |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1706 * mh-init.el (mh-defface-compat): Checkdoc fix. |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1707 |
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1708 * mh-junk.el (mh-bogofilter-blacklist, mh-bogofilter-whitelist): |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1709 Bogofilter is lowercase except at beginning of sentence and in |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1710 titles. |
67246
bce5c0d2041c
* mh-comp.el (mh-letter-mode): Use mh-highlight-citation-style instead
Bill Wohler <wohler@newt.com>
parents:
66716
diff
changeset
|
1711 |
66713
12f6ccc8b5e4
Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents:
66677
diff
changeset
|
1712 2005-11-04 Bill Wohler <wohler@newt.com> |
12f6ccc8b5e4
Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents:
66677
diff
changeset
|
1713 |
66716
25ad3e63f2a1
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents:
66715
diff
changeset
|
1714 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat): |
25ad3e63f2a1
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents:
66715
diff
changeset
|
1715 Move to mh-init.el to minimize bulk of mh-customize.el. |
25ad3e63f2a1
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents:
66715
diff
changeset
|
1716 |
25ad3e63f2a1
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents:
66715
diff
changeset
|
1717 * mh-init.el: Modify commentary since file is used for load and |
25ad3e63f2a1
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents:
66715
diff
changeset
|
1718 initialization as well as setting and getting the variant. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1719 (mh-min-colors-defined-flag, mh-defface-compat): Move here from |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1720 mh-customize.el. |
66716
25ad3e63f2a1
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler <wohler@newt.com>
parents:
66715
diff
changeset
|
1721 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1722 * mh-customize.el: Refactor faces. Move grayscale requirements |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1723 last before t. Use uniform line breaks. |
66715
5cec34d0f4d7
(mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents:
66713
diff
changeset
|
1724 (mh-min-colors-defined-flag): New variable. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1725 (mh-defface-compat): New function. Provides backward compatibility |
66715
5cec34d0f4d7
(mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents:
66713
diff
changeset
|
1726 for face specs. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1727 (mh-show-header, mh-show-date, mh-show-cc, mh-folder-to) |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1728 (mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg) |
66715
5cec34d0f4d7
(mh-min-colors-defined-flag): New variable.
Bill Wohler <wohler@newt.com>
parents:
66713
diff
changeset
|
1729 (mh-folder-body): Use mh-defface-compat. |
66713
12f6ccc8b5e4
Refactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler <wohler@newt.com>
parents:
66677
diff
changeset
|
1730 |
66677
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1731 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu> |
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1732 |
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1733 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face) |
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1734 (mh-folder-cur-msg-number-face, mh-folder-refiled-face) |
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1735 (mh-folder-to-face): Use the min-colors attribute instead of the |
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1736 type attribute. |
11249bb2f593
(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66661
diff
changeset
|
1737 |
66661
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1738 2005-11-03 Bill Wohler <wohler@newt.com> |
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1739 |
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1740 * mh-customize.el (mh-refile-preserves-sequences-flag) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1741 (mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1742 docstrings with manual. |
66661
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1743 |
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1744 * mh-e.el (mh-update-sequences): Sync docstrings with manual. |
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1745 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1746 * mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq) |
66661
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1747 (mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings |
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1748 with manual. |
f7b261d0f8e8
* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler <wohler@newt.com>
parents:
66627
diff
changeset
|
1749 |
66615
8a6d017601ce
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents:
66572
diff
changeset
|
1750 2005-11-01 Bill Wohler <wohler@newt.com> |
8a6d017601ce
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents:
66572
diff
changeset
|
1751 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1752 * mh-comp.el (mh-redist-full-contents) Convert defvar to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1753 defcustom. |
66626
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1754 (mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute) |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1755 (mh-reply, mh-send, mh-send-other-window) |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1756 (mh-fill-paragraph-function): Sync docstrings with manual. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1757 (mh-edit-again, mh-extract-rejected-mail, mh-redistribute): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1758 msg argument to message (to make for a better docstring). |
66626
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1759 |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1760 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1761 to defcustom. Rename by adding -flag. |
66626
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1762 (mh-compose-forward-as-mime-flag) |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1763 (mh-compose-letter-function, mh-forward-subject-format) |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1764 (mh-insert-x-mailer-flag, mh-reply-default-reply-to) |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1765 (mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1766 with manual. |
8d60d23ffa33
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler <wohler@newt.com>
parents:
66615
diff
changeset
|
1767 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1768 * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) |
66615
8a6d017601ce
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents:
66572
diff
changeset
|
1769 (mh-ps-print-msg): Remove debugging messages. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1770 (mh-ps-print-msg-show, mh-ps-print-msg-show) |
66615
8a6d017601ce
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents:
66572
diff
changeset
|
1771 (mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period |
8a6d017601ce
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents:
66572
diff
changeset
|
1772 after message per conventions. |
8a6d017601ce
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler <wohler@newt.com>
parents:
66572
diff
changeset
|
1773 |
66571
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1774 2005-10-30 Bill Wohler <wohler@newt.com> |
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1775 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1776 * mh-e.el (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1777 (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1778 docstrings with manual. |
66572
a99155be4d04
(mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
Bill Wohler <wohler@newt.com>
parents:
66571
diff
changeset
|
1779 |
66571
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1780 * mh-customize.el (mh-compose-space-does-completion-flag) |
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1781 (mh-signature-separator-flag, mh-interpret-number-as-range-flag) |
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1782 (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1783 means" to remain checkdoc clean and consistent with Emacs. I |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1784 raised this issue with the Emacs developers and Stallman agrees |
66571
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1785 that "On means" should be allowed in custom docstrings but that |
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1786 this change requires thought and should wait until after the Emacs |
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1787 22 release. |
beb6b92a94f6
(mh-compose-space-does-completion-flag, mh-signature-separator-flag)
Bill Wohler <wohler@newt.com>
parents:
66518
diff
changeset
|
1788 |
66517
2ed668700790
(mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents:
66477
diff
changeset
|
1789 2005-10-28 Bill Wohler <wohler@newt.com> |
2ed668700790
(mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents:
66477
diff
changeset
|
1790 |
66518
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1791 * mh-comp.el (mh-annotate-msg): Use new variable |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1792 mh-scan-field-destination-offset rather than hard-coding 1. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1793 |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1794 * mh-customize.el (mh-interpret-number-as-range-flag): Add * to |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1795 docstring. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1796 (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1797 functions to check input for mh-adaptive-cmd-note-flag and |
66518
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1798 mh-scan-format-file respectively. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1799 (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes, |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1800 add :set. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1801 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1802 * mh-e.el: (mh-scan-field-destination-offset): New variable. The |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1803 destination is the -, t, b, c, or n character for Replied, To, cc, |
66518
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1804 Bcc, or Newsgroups respectively. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1805 (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note) |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1806 Call new function mh-msg-num-width-to-column to make leap between |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1807 width and column more explicit. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1808 (mh-msg-num-width-to-column): New function that steals logic from |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1809 old mh-set-cmd-note. Also, throw error if mh-scan-format-file |
66518
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1810 isn't t since we can't adapt the scan lines in this case. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1811 (mh-set-cmd-note): Now just simply sets mh-cmd-note which will |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1812 make the documentation more clear. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1813 (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1814 column, not a width. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1815 (mh-add-sequence-notation, mh-remove-sequence-notation): Use new |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1816 variable mh-scan-field-destination-offset rather than hard-coding |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1817 1. |
66518
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1818 |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1819 * mh-utils.el (mh-cmd-note) Synced docstring with manual. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1820 (mh-notate): Use new variable mh-scan-field-destination-offset |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1821 rather than hard-coding 1. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1822 (mh-message-number-width): Rename to mh-msg-num-width to be |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1823 consistent with mh-get-msg-num and mh-msg-num-width-to-column. |
7cc22b3f2300
* mh-comp.el (mh-annotate-msg): Use new variable
Bill Wohler <wohler@newt.com>
parents:
66517
diff
changeset
|
1824 |
66517
2ed668700790
(mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents:
66477
diff
changeset
|
1825 * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag) |
2ed668700790
(mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents:
66477
diff
changeset
|
1826 (mail-citation-hook): Quote URLs in docstrings and precede with |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1827 `URL'. The former will suppress checkdoc warnings, the latter will |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1828 turn them into hyperlinks in Emacs 22 (I just added the code to do |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1829 that today). |
66517
2ed668700790
(mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents:
66477
diff
changeset
|
1830 (mh-scan-format-file): Checkdoc fix. |
2ed668700790
(mh-x-face-file, mh-show-use-xface-flag)
Bill Wohler <wohler@newt.com>
parents:
66477
diff
changeset
|
1831 |
66474
06ed4e88d849
* mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents:
66410
diff
changeset
|
1832 2005-10-27 Bill Wohler <wohler@newt.com> |
06ed4e88d849
* mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents:
66410
diff
changeset
|
1833 |
66477
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1834 * mh-customize.el (mh-adaptive-cmd-note-flag) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1835 (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual. |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1836 |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1837 * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1838 (mh-note-cur, mh-scan-good-msg-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1839 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1840 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1841 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1842 (mh-scan-subject-regexp, mh-scan-format-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1843 (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1844 with manual. |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1845 |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1846 * mh-funcs.el (mh-note-copied): Sync docstrings with manual. |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1847 |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1848 * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1849 of hard-coded string. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1850 (mh-mail-header-separator, mh-signature-separator-regexp): Use |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1851 "regular expression" in docstring instead of regexp. |
66477
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1852 (mh-scan-msg-number-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1853 (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1854 (mh-scan-msg-format-string, mh-scan-msg-search-regexp) |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1855 (mh-cmd-note): Sync docstrings with manual. |
117f8e71b37a
* mh-customize.el (mh-adaptive-cmd-note-flag)
Bill Wohler <wohler@newt.com>
parents:
66476
diff
changeset
|
1856 |
66476
ea959f21cde8
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents:
66474
diff
changeset
|
1857 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields): |
ea959f21cde8
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents:
66474
diff
changeset
|
1858 Checkdoc fixes. |
ea959f21cde8
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents:
66474
diff
changeset
|
1859 |
ea959f21cde8
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Bill Wohler <wohler@newt.com>
parents:
66474
diff
changeset
|
1860 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1861 |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1862 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file) |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1863 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1864 (mh-mml-secure-message-signencrypt): Ditto. |
66474
06ed4e88d849
* mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
Bill Wohler <wohler@newt.com>
parents:
66410
diff
changeset
|
1865 |
66410
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1866 2005-10-24 Bill Wohler <wohler@newt.com> |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1867 |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1868 * mh-gnus.el: Load mml.el in order to see if |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1869 mml-minibuffer-read-disposition is defined or not. |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1870 |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1871 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1872 mml autoloads. |
779be9915a30
* mh-gnus.el: Load mml.el in order to see if
Bill Wohler <wohler@newt.com>
parents:
66371
diff
changeset
|
1873 |
66371
adc5009cfc2a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents:
66370
diff
changeset
|
1874 2005-10-23 Miles Bader <miles@gnu.org> |
adc5009cfc2a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents:
66370
diff
changeset
|
1875 |
adc5009cfc2a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents:
66370
diff
changeset
|
1876 * .arch-inventory: New file. |
adc5009cfc2a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader <miles@gnu.org>
parents:
66370
diff
changeset
|
1877 |
66357
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1878 2005-10-23 Bill Wohler <wohler@newt.com> |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1879 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1880 * mh-customize.el (mh-interpret-number-as-range-flag): Sync |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1881 docstring with manual. |
66370
752fbc86ba7a
(mh-interpret-number-as-range-flag): Sync docstring with manual.
Bill Wohler <wohler@newt.com>
parents:
66357
diff
changeset
|
1882 |
66357
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1883 * mh-identity.el (mh-assoc-ignore-case): Merge with version in |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1884 mh-alias.el and move to mh-acros.el |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1885 |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1886 * mh-alias.el (mh-assoc-ignore-case): Merge with version in |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1887 mh-identity.el and move to mh-acros.el |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1888 |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1889 * mh-acros.el (mh-assoc-ignore-case): Merge of function from |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1890 mh-identity.el and mh-alias.el. |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1891 |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1892 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1893 warning in Emacs 22. |
f5ade15d46f2
* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler <wohler@newt.com>
parents:
66356
diff
changeset
|
1894 |
66356
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1895 2005-10-23 Satyaki Das <satyaki@theforce.stanford.edu> |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1896 |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1897 * mh-identity.el (mh-assoc-ignore-case): New macro that uses |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1898 assoc-string (if the function is available) and falls back on |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1899 assoc-ignore-case if assoc-string is not found. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1900 (mh-identity-field-handler): Use mh-assoc-ignore-case since |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1901 assoc-ignore-case is a obsolete function in Emacs 22. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1902 |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1903 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1904 track of whether the tool-bar in mh-folder-mode has been |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1905 initialized yet. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1906 (mh-folder-mode): Initialize the tool-bar for folders the first |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1907 time we get into mh-letter-mode. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1908 |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1909 * mh-customize.el (mh-buffer-exists-p): New function which tests |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1910 presence of buffers of a given mode. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1911 (mh-tool-bar-define): New functions |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1912 mh-tool-bar-folder-buttons-init and |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1913 mh-tool-bar-letter-buttons-init are defined. These functions are |
66356
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1914 used to create the tool-bar from the corresponding customizable |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1915 variables. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1916 |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1917 * mh-comp.el (mh-letter-buttons-init-flag): New variable that |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1918 keeps track of whether the tool-bar in mh-letter-mode has been |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1919 initialized yet. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1920 (mh-letter-mode): Initialize the tool-bar for drafts the first |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1921 time we get into mh-letter-mode. |
131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66354
diff
changeset
|
1922 |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1923 2005-10-23 Bill Wohler <wohler@newt.com> |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1924 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1925 * mh-comp.el (mh-letter-menu): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1926 mh-mhn-compose-external-compressed-tar to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1927 mh-mh-compose-external-compressed-tar. Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1928 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1929 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1930 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1931 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1932 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1933 to 'mh. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1934 (mh-insert-signature): Rename mh-mhn-directive-present-p to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1935 mh-mh-directive-present-p. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1936 (mh-send-letter): Rename mh-mhn-directive-present-p to |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1937 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1938 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1939 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1940 mh-mhn-compose-external-compressed-tar to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1941 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1942 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1943 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1944 mh-mh-compose-anon-ftp. Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1945 mh-mhn-compose-external-compressed-tar to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1946 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1947 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1948 mh-mh-compose-external-type. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1949 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1950 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1951 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1952 mh-yank-from-start-of-msg to mh-yank-behavior. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1953 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1954 (mh-check-whom, mh-insert-auto-fields, mh-send-letter) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1955 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1956 (mh-fully-kill-draft, mh-open-line, mh-letter-complete) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1957 (mh-letter-complete-or-space, mh-letter-confirm-address) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1958 (mh-letter-next-header-field-or-indent) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1959 (mh-letter-previous-header-field) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1960 (mh-letter-toggle-header-field-display): Sync docstrings with |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1961 manual. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1962 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1963 * mh-customize.el (mh-edit-mhn-hook): Rename to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1964 mh-mh-to-mime-hook. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1965 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1966 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1967 and user-visible values from mhn and Gnus to MH and MML. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
1968 (mh-before-send-letter-hook): Add 'ispell-message option. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1969 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1970 mh-pgp-support-flag. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1971 (mh-compose-insertion, mh-compose-space-does-completion-flag) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1972 (mh-delete-yanked-msg-window-flag) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1973 (mh-extract-from-attribution-verb, mh-ins-buf-prefix) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1974 (mh-letter-complete-function, mh-letter-fill-column) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1975 (mh-mml-method-default, mh-signature-file-name) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1976 (mh-signature-separator-flag, mh-x-face-file) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1977 (mh-yank-behavior, mail-citation-hook) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1978 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1979 with manual. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1980 |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1981 * mh-gnus.el (mml-minibuffer-read-disposition): New function |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1982 provided for Emacs 21 environments that lack it. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1983 |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1984 * mh-mime.el (mh-mml-query-cryptographic-method): Use default |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1985 prompt convention. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1986 (mh-compose-forward): mh-mh-forward-message requires string arg. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1987 (mh-minibuffer-read-type): New function. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1988 (mh-mhn-args): Rename to mh-mh-to-mime-args. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1989 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1990 (mh-mhn-compose-forw): Rename to mh-mh-forward-message. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1991 (mh-mhn-compose-type): Rename to mh-mh-compose-type. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1992 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1993 Rename mh-mhn-compose-external-type to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1994 mh-mh-compose-external-type. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
1995 (mh-mhn-compose-external-compressed-tar): Rename to |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1996 mh-mh-compose-external-compressed-tar. Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1997 mh-mhn-compose-external-type to mh-mh-compose-external-type. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1998 (mh-mhn-compose-external-type): Rename to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
1999 mh-mh-compose-external-type. |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2000 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2001 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2002 Use correct program in message. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2003 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2004 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2005 (mh-compose-forward, mh-mh-attach-file) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2006 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2007 (mh-mh-compose-external-type, mh-mh-forward-message) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2008 (mh-mml-attach-file): Use mml-minibuffer-read-description, |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2009 mh-minibuffer-read-type. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2010 (mh-mime-content-types): Move comment about only being used in |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2011 Emacs 20 to docstring. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2012 (mh-mh-compose-external-type): Rename extra-param argument to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2013 parameters. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2014 (mh-mml-to-mime, mh-secure-message, mh-mml-unsecure-message) |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2015 (mh-mime-display-part, mh-mime-display-single): Rename |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2016 mh-gnus-pgp-support-flag to mh-pgp-support-flag. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2017 (mh-compose-insertion): Rename mh-mhn-compose-insertion to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2018 mh-mh-attach-file. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2019 (mh-compose-forward): Rename mh-mhn-compose-forw to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2020 mh-mh-forward-message. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2021 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2022 mh-mh-compose-type. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2023 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2024 (mh-mh-attach-file, mh-mh-compose-type) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2025 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2026 (mh-mh-compose-external-compressed-tar) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2027 (mh-mh-compose-external-type, mh-mh-forward-message) |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2028 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp) |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2029 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2030 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2031 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2032 (mh-mml-directive-present-p, mh-destroy-postponed-handles) |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2033 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts): |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2034 Sync docstrings with manual. |
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2035 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2036 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2037 mh-pgp-support-flag. |
66354
cf99ce27df54
* mh-comp.el (mh-letter-menu): Rename
Bill Wohler <wohler@newt.com>
parents:
66173
diff
changeset
|
2038 |
66173
aec7b3bb973f
* mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
66168
diff
changeset
|
2039 2005-10-17 Peter S Galbraith <psg@debian.org> |
aec7b3bb973f
* mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
66168
diff
changeset
|
2040 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2041 * mh-identity.el (mh-identity-field-handler): Use |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2042 `assoc-ignore-case' to compare against header field for mixed-case |
66173
aec7b3bb973f
* mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
66168
diff
changeset
|
2043 "From:". |
aec7b3bb973f
* mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith <galbraith@mixing.qc.dfo.ca>
parents:
66168
diff
changeset
|
2044 |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66138
diff
changeset
|
2045 2005-10-17 Bill Wohler <wohler@newt.com> |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66138
diff
changeset
|
2046 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2047 * mh-customize.el (mh-folder-tool-bar-map): Rename image file |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66138
diff
changeset
|
2048 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66138
diff
changeset
|
2049 to mail/compose, fld_open to fld-open. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2050 (mh-letter-tool-bar-map): Rename image file mail_send to |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2051 mail/send. |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66138
diff
changeset
|
2052 |
66136
aacff8293f4b
(mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents:
66128
diff
changeset
|
2053 2005-10-16 Bill Wohler <wohler@newt.com> |
aacff8293f4b
(mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents:
66128
diff
changeset
|
2054 |
66138
88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents:
66136
diff
changeset
|
2055 * mh-comp.el (mh-display-completion-list-compat): New macro which |
88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents:
66136
diff
changeset
|
2056 calls `display-completion-list' correctly in older environments. |
88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents:
66136
diff
changeset
|
2057 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING |
88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents:
66136
diff
changeset
|
2058 argument. |
88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents:
66136
diff
changeset
|
2059 (mh-complete-word): Use it. |
88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
Bill Wohler <wohler@newt.com>
parents:
66136
diff
changeset
|
2060 |
66136
aacff8293f4b
(mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents:
66128
diff
changeset
|
2061 * mh-init.el (mh-image-load-path): Use locate-library to find |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2062 MH-E. This simplified the code a lot. Flattened out nested |
66136
aacff8293f4b
(mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents:
66128
diff
changeset
|
2063 statements even more. |
aacff8293f4b
(mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler <wohler@newt.com>
parents:
66128
diff
changeset
|
2064 |
66128
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2065 2005-10-16 Satyaki Das <satyaki@theforce.stanford.edu> |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2066 |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2067 * mh-init.el (mh-image-load-path): Remove use of pushnew since it |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2068 causes a compiler warning. |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2069 |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2070 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2071 the message to be viewed (closes SF #1306141). |
debb27ca9375
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66114
diff
changeset
|
2072 |
66114
13abee3a9bc6
* message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents:
66113
diff
changeset
|
2073 2005-10-16 Masatake YAMATO <jet@gyve.org> |
13abee3a9bc6
* message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents:
66113
diff
changeset
|
2074 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2075 * mh-comp.el (mh-complete-word): Pass the common prefix substring |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2076 of completion to `display-completion-list'. |
66114
13abee3a9bc6
* message.el (message-expand-group): Pass the common
Masatake YAMATO <jet@gyve.org>
parents:
66113
diff
changeset
|
2077 |
66113
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2078 2005-10-15 Satyaki Das <satyaki@theforce.stanford.edu> |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2079 |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2080 * mh-init.el (mh-image-load-path-called-flag): New variable which |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2081 is used by mh-image-load-path so that it runs only once. |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2082 (mh-image-load-path): Modify so that it gets run only once. Also |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2083 flatten out heavily nested if statements to make it clearer. |
66113
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2084 |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2085 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2086 to find images used in the toolbar. |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2087 |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2088 * mh-customize.el (:folder): Remove call to mh-image-load-path. |
bfb1c3364c23
* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das <satyaki@theforce.stanford.edu>
parents:
66093
diff
changeset
|
2089 |
66093
579cd0b50a4b
(Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
66089
diff
changeset
|
2090 2005-10-14 Bill Wohler <wohler@newt.com> |
579cd0b50a4b
(Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
66089
diff
changeset
|
2091 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2092 * mh-e.el (Version, mh-version): Add +cvs to version. |
66093
579cd0b50a4b
(Version, mh-version): Added +cvs to version.
Bill Wohler <wohler@newt.com>
parents:
66089
diff
changeset
|
2093 |
66089
9e3c435d42e0
mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents:
66087
diff
changeset
|
2094 2005-10-14 Bill Wohler <wohler@newt.com> |
9e3c435d42e0
mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents:
66087
diff
changeset
|
2095 |
9e3c435d42e0
mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents:
66087
diff
changeset
|
2096 Released MH-E version 7.85. |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2097 |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2098 * mh-e.el (Version, mh-version): Update for release 7.85. |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2099 |
66086
1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents:
65980
diff
changeset
|
2100 2005-10-14 Bill Wohler <wohler@newt.com> |
1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents:
65980
diff
changeset
|
2101 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2102 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: * |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2103 mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2104 need to be indented. |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2105 |
66089
9e3c435d42e0
mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents:
66087
diff
changeset
|
2106 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2107 but the code that invoked the face had not been updated. Tick |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2108 highlighting working again. |
66089
9e3c435d42e0
mh-folder-tick-face had been renamed to mh-folder-tick but the code
Bill Wohler <wohler@newt.com>
parents:
66087
diff
changeset
|
2109 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2110 * mh-seq.el (mh-non-seq-mode-line-annotation): Move |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2111 make-variable-buffer-local call to top level to avoid warnings in |
66086
1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents:
65980
diff
changeset
|
2112 CVS Emacs. |
1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents:
65980
diff
changeset
|
2113 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2114 * mh-comp.el (mh-insert-letter): Replace deprecated read-input |
66086
1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents:
65980
diff
changeset
|
2115 with read-string. |
1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
Bill Wohler <wohler@newt.com>
parents:
65980
diff
changeset
|
2116 |
65980
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2117 2005-10-09 Bill Wohler <wohler@newt.com> |
56673
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56406
diff
changeset
|
2118 |
65980
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2119 * mh-init.el (mh-image-load-path): New function that adds the path |
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2120 to the MH-E images to the image-load-path or load-path depending |
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2121 on the version of Emacs. |
56673
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56406
diff
changeset
|
2122 |
65980
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2123 * mh-customize.el: Call mh-image-load-path just before |
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2124 mh-tool-bar-define so that the toolbar images can be found. |
56406
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
2125 |
65980
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2126 2005-10-04 Bill Wohler <wohler@newt.com> |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2127 |
67852
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2128 * ChangeLog: Move contents into ChangeLog.1 and trim. |
5b7ceef33307
(mh-process-daemon): Don't change buffer in proc-filter.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67782
diff
changeset
|
2129 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2130 * ChangeLog.1: New file. Contains old ChangeLog. |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2131 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2132 |
65980
4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
Bill Wohler <wohler@newt.com>
parents:
65831
diff
changeset
|
2133 Copyright (C) 2005 Free Software Foundation, Inc. |
62847
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62771
diff
changeset
|
2134 |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62771
diff
changeset
|
2135 Copying and distribution of this file, with or without modification, |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62771
diff
changeset
|
2136 are permitted in any medium without royalty provided the copyright |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62771
diff
changeset
|
2137 notice and this notice are preserved. |
52401 | 2138 |
67857
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2139 ;; Local Variables: |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2140 ;; sentence-end-double-space: nil |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2141 ;; End: |
226904e7d40b
(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler <wohler@newt.com>
parents:
67852
diff
changeset
|
2142 |
52401 | 2143 ;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51 |