aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 67fd051fda8..e5262693d8a 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,24 @@
12006-02-16 Bill Wohler <wohler@newt.com> 12006-02-16 Bill Wohler <wohler@newt.com>
2 2
3 * mh-e.el (mh-inherit-face-flag): New variable. Non-nil means that
4 the defface :inherit keyword is available.
5 (mh-face-data): New variable (contains all face specs) and
6 function (accessor).
7 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
8 (mh-folder-date, mh-folder-deleted, mh-folder-followup)
9 (mh-folder-msg-number, mh-folder-refiled)
10 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
11 (mh-folder-subject, mh-folder-tick, mh-folder-to)
12 (mh-search-folder, mh-letter-header-field, mh-show-cc)
13 (mh-show-date, mh-show-from)
14 (mh-show-header, mh-show-pgg-bad, mh-show-pgg-good)
15 (mh-show-pgg-unknown, mh-show-signature, mh-show-subject)
16 (mh-show-to, mh-show-xface, mh-speedbar-folder)
17 (mh-speedbar-folder-with-unseen-messages)
18 (mh-speedbar-selected-folder)
19 (mh-speedbar-selected-folder-with-unseen-messages): Use
20 mh-face-data.
21
3 * mh-utils.el (mh-image-load-path): The variables image-load-path 22 * mh-utils.el (mh-image-load-path): The variables image-load-path
4 or load-path would not get updated if user set mh-image-load-path. 23 or load-path would not get updated if user set mh-image-load-path.
5 Moved tests and add-to-list calls outside of cond so they are 24 Moved tests and add-to-list calls outside of cond so they are