summaryrefslogtreecommitdiff
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-09-10 22:26:18 +0000
committerKim F. Storm <storm@cua.dk>2005-09-10 22:26:18 +0000
commit99580cde58e888b8d0b33846d8fe0811c2574dbd (patch)
treec8eaccdf66c242e7c53e12a53d1b15633f988a7a /lisp/mh-e
parentf9962371041b25c0772a35b0fcbfd313bcffdb87 (diff)
downloademacs-99580cde58e888b8d0b33846d8fe0811c2574dbd.tar.gz
Fix formatting of misc. entries.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 82bedd7c2a6..28cc6c2a6d0 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -43,7 +43,7 @@
(mh-show-from-face, mh-show-xface-face, mh-speedbar-folder-face)
(mh-speedbar-selected-folder-face)
(mh-speedbar-folder-with-unseen-messages-face)
- (mh-speedbar-selected-folder-with-unseen-messages-face):
+ (mh-speedbar-selected-folder-with-unseen-messages-face):
New backward-compatibility aliases for renamed faces.
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face, mh-folder-date-face)
@@ -56,7 +56,7 @@
(mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
(mh-show-to-face, mh-show-from-face, mh-show-subject-face)
(mh-speedbar-folder-with-unseen-messages)
- (mh-speedbar-selected-folder-with-unseen-messages):
+ (mh-speedbar-selected-folder-with-unseen-messages):
Use renamed MH-E faces.
* mh-utils.el (mh-letter-font-lock-keywords)
@@ -900,7 +900,7 @@
* mh-e.el (Version, mh-version): Updated for release 7.4.3.
- * This patch release contains the following two patches:
+ This patch release contains the following two patches:
* mh-identity.el (mh-identity-make-menu): Removed condition on
mh-auto-fields-list. Use it to enable or disable menu item
@@ -8402,7 +8402,7 @@
defcustom to mh-utils because I got an error about a nil value for
mh-tool-bar-reply-3-buttons when I fired up mh-rmail.
- * mh-comp.el, mh-funcs,el, mh-mime.el, mh-pick.el: Moved (provide)
+ * mh-comp.el, mh-funcs.el, mh-mime.el, mh-pick.el: Moved (provide)
to the end of the file to be consistent with most other files (see
additional rationale in mh-e.el description below).
@@ -9210,7 +9210,7 @@
2002-08-19 Peter S Galbraith <psg@debian.org>
* reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
- reply-all.xpm, reply-all.bpm: New icons for various reply methods.
+ * reply-all.xpm, reply-all.bpm: New icons for various reply methods.
* mh-e.el (mh-folder-tool-bar-map): Split reply button into three
that won't prompt for "from", "to" and "all".
* mh-comp.el (mh-reply): Put variable reply-to in the interactive
@@ -10234,7 +10234,7 @@
operations made on all messages in the selected range when
transient-mark-mode is on doesn't work in XEmacs.
- * mh-e.el, mh-utils: Conditionalize calls to
+ * mh-e.el, mh-utils.el: Conditionalize calls to
'add-to-list 'facemenu-unlisted-faces for XEmacs.
2001-12-11 Jeffrey C Honig <jch@honig.net>