diff options
| author | Bill Wohler | 2006-01-01 18:51:18 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-01 18:51:18 +0000 |
| commit | d49ed7d4bc39227447297f960f497f1b51552cec (patch) | |
| tree | d2976f6fb595258a4d6a2efca4123dda28181d64 /lisp/mh-e/ChangeLog | |
| parent | bb951f0e9e5930e053f8491e419ad59a821fed34 (diff) | |
| download | emacs-d49ed7d4bc39227447297f960f497f1b51552cec.tar.gz emacs-d49ed7d4bc39227447297f960f497f1b51552cec.zip | |
* mh-customize.el: Sync docstrings with manual for faces and sort them
alphabetically.
(mh-faces): Move below mh-hooks. (mh-folder-faces, mh-index-faces,
mh-letter-faces)
(mh-show-faces, mh-speed-faces): Delete. Organize faces like hooks.
(mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
(facemenu-unlisted-faces): Might as well ignore all MH-E faces.
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face, mh-folder-date-face)
(mh-folder-followup-face, mh-folder-msg-number-face)
(mh-folder-deleted-face, mh-folder-refiled-face)
(mh-folder-subject-face, mh-folder-address-face)
(mh-folder-scan-format-face, mh-folder-to-face) (mh-index-folder-face,
mh-show-cc-face, mh-show-date-face) (mh-show-header-face,
mh-show-pgg-good-face) (mh-show-pgg-unknown-face,
mh-show-pgg-bad-face)
(mh-show-to-face, mh-show-from-face, mh-show-subject-face): Delete.
(mh-folder-cur-msg): Unused. Delete.
(mh-folder-address): Use defface; inherit from mh-folder-subject.
(mh-folder-body, mh-folder-cur-msg-number, mh-folder-date): Inherit
from mh-folder-msg-number.
(mh-folder-deleted): Use defface. Inherit from mh-folder-msg-number.
(mh-folder-sent-to-me-hint): New face. Inherit from mh-folder-date.
(mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format. Use
defface. Inherit from mh-folder-followup.
(mh-show-xface): Inherit from mh-show-from and highlight.
(bw-face-generation, bw-toggle-faces)
(bw-new-face-to-old, bw-old-face-to-new): New (tempoarary) variables,
functions for toggling between old and new faces.
* mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
eval-when-compile. We should probably do this throughout.
(mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
(mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
(mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
(mh-scan-subject-regexp): Sync docstrings with manual
(mh-scan-format-regexp): Rename to mh-scan-sent-to-me-sender-regexp.
Drop date parenthesized expression. Make expression more like the
others (anchored at the beginning of line). Sync docstrings with
manual.
(mh-folder-font-lock-keywords): Use faces directly rather than -face
variables. Use mh-scan-sent-to-me-sender-regexp instead of
mh-scan-format-regexp, and within that expression, use faces
mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead of
mh-folder-date-face and mh-folder-scan-format-face which were
misleading.
* mh-mime.el (mh-mime-security-button-face): Use faces directly rather
than -face variables.
* mh-utils.el (mh-show-font-lock-keywords): Use faces directly rather
than -face variables.
(mh-face-foreground-compat, mh-face-background-compat): New macros.
(mh-face-display-function): Use mh-face-foreground-compat and
mh-face-background-compat to use inherited attributes of mh-show-xface
on Emacs 22 while still working on Emacs 21.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 74fd15a2c19..4f3d56f98c9 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,66 @@ | |||
| 1 | 2006-01-01 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-customize.el: Sync docstrings with manual for faces and sort | ||
| 4 | them alphabetically. | ||
| 5 | (mh-faces): Move below mh-hooks. | ||
| 6 | (mh-folder-faces, mh-index-faces, mh-letter-faces) | ||
| 7 | (mh-show-faces, mh-speed-faces): Delete. Organize faces like | ||
| 8 | hooks. | ||
| 9 | (mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed). | ||
| 10 | (facemenu-unlisted-faces): Might as well ignore all MH-E faces. | ||
| 11 | (mh-folder-body-face, mh-folder-cur-msg-face) | ||
| 12 | (mh-folder-cur-msg-number-face, mh-folder-date-face) | ||
| 13 | (mh-folder-followup-face, mh-folder-msg-number-face) | ||
| 14 | (mh-folder-deleted-face, mh-folder-refiled-face) | ||
| 15 | (mh-folder-subject-face, mh-folder-address-face) | ||
| 16 | (mh-folder-scan-format-face, mh-folder-to-face) | ||
| 17 | (mh-index-folder-face, mh-show-cc-face, mh-show-date-face) | ||
| 18 | (mh-show-header-face, mh-show-pgg-good-face) | ||
| 19 | (mh-show-pgg-unknown-face, mh-show-pgg-bad-face) | ||
| 20 | (mh-show-to-face, mh-show-from-face, mh-show-subject-face): | ||
| 21 | Delete. | ||
| 22 | (mh-folder-cur-msg): Unused. Delete. | ||
| 23 | (mh-folder-address): Use defface; inherit from mh-folder-subject. | ||
| 24 | (mh-folder-body, mh-folder-cur-msg-number, mh-folder-date): | ||
| 25 | Inherit from mh-folder-msg-number. | ||
| 26 | (mh-folder-deleted): Use defface. Inherit from | ||
| 27 | mh-folder-msg-number. | ||
| 28 | (mh-folder-sent-to-me-hint): New face. Inherit from | ||
| 29 | mh-folder-date. | ||
| 30 | (mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format. | ||
| 31 | Use defface. Inherit from mh-folder-followup. | ||
| 32 | (mh-show-xface): Inherit from mh-show-from and highlight. | ||
| 33 | (bw-face-generation, bw-toggle-faces) | ||
| 34 | (bw-new-face-to-old, bw-old-face-to-new): New (tempoarary) | ||
| 35 | variables, functions for toggling between old and new faces. | ||
| 36 | |||
| 37 | * mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in | ||
| 38 | eval-when-compile. We should probably do this throughout. | ||
| 39 | (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) | ||
| 40 | (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp) | ||
| 41 | (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) | ||
| 42 | (mh-scan-subject-regexp): Sync docstrings with manual | ||
| 43 | (mh-scan-format-regexp): Rename to | ||
| 44 | mh-scan-sent-to-me-sender-regexp. Drop date parenthesized | ||
| 45 | expression. Make expression more like the others (anchored at the | ||
| 46 | beginning of line). Sync docstrings with manual. | ||
| 47 | (mh-folder-font-lock-keywords): Use faces directly rather than | ||
| 48 | -face variables. Use mh-scan-sent-to-me-sender-regexp instead of | ||
| 49 | mh-scan-format-regexp, and within that expression, use faces | ||
| 50 | mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead | ||
| 51 | of mh-folder-date-face and mh-folder-scan-format-face which were | ||
| 52 | misleading. | ||
| 53 | |||
| 54 | * mh-mime.el (mh-mime-security-button-face): Use faces directly | ||
| 55 | rather than -face variables. | ||
| 56 | |||
| 57 | * mh-utils.el (mh-show-font-lock-keywords): Use faces directly | ||
| 58 | rather than -face variables. | ||
| 59 | (mh-face-foreground-compat, mh-face-background-compat): New macros. | ||
| 60 | (mh-face-display-function): Use mh-face-foreground-compat and | ||
| 61 | mh-face-background-compat to use inherited attributes of | ||
| 62 | mh-show-xface on Emacs 22 while still working on Emacs 21. | ||
| 63 | |||
| 1 | 2005-12-28 Bill Wohler <wohler@newt.com> | 64 | 2005-12-28 Bill Wohler <wohler@newt.com> |
| 2 | 65 | ||
| 3 | * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use | 66 | * mh-comp.el (mh-e-user-agent): Move here from simple.el. Use |