comparison lisp/mh-e/ChangeLog @ 65440:14d81d4cf24d

Fix formatting of misc. entries.
author Kim F. Storm <storm@cua.dk>
date Sat, 10 Sep 2005 22:26:18 +0000
parents fb2cad4cfb30
children 8e711c68e4ff 10fe5fadaf89
comparison
equal deleted inserted replaced
65439:1ffe6d4d0fc4 65440:14d81d4cf24d
41 (mh-show-pgg-good-face, mh-show-pgg-unknown-face) 41 (mh-show-pgg-good-face, mh-show-pgg-unknown-face)
42 (mh-show-pgg-bad-face, mh-show-signature-face, mh-show-to-face) 42 (mh-show-pgg-bad-face, mh-show-signature-face, mh-show-to-face)
43 (mh-show-from-face, mh-show-xface-face, mh-speedbar-folder-face) 43 (mh-show-from-face, mh-show-xface-face, mh-speedbar-folder-face)
44 (mh-speedbar-selected-folder-face) 44 (mh-speedbar-selected-folder-face)
45 (mh-speedbar-folder-with-unseen-messages-face) 45 (mh-speedbar-folder-with-unseen-messages-face)
46 (mh-speedbar-selected-folder-with-unseen-messages-face): 46 (mh-speedbar-selected-folder-with-unseen-messages-face):
47 New backward-compatibility aliases for renamed faces. 47 New backward-compatibility aliases for renamed faces.
48 (mh-folder-body-face, mh-folder-cur-msg-face) 48 (mh-folder-body-face, mh-folder-cur-msg-face)
49 (mh-folder-cur-msg-number-face, mh-folder-date-face) 49 (mh-folder-cur-msg-number-face, mh-folder-date-face)
50 (mh-folder-followup-face, mh-folder-msg-number-face) 50 (mh-folder-followup-face, mh-folder-msg-number-face)
51 (mh-folder-deleted-face, mh-folder-refiled-face) 51 (mh-folder-deleted-face, mh-folder-refiled-face)
54 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face) 54 (mh-index-folder-face, mh-show-cc-face, mh-show-date-face)
55 (mh-show-header-face, mh-show-pgg-good-face) 55 (mh-show-header-face, mh-show-pgg-good-face)
56 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face) 56 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
57 (mh-show-to-face, mh-show-from-face, mh-show-subject-face) 57 (mh-show-to-face, mh-show-from-face, mh-show-subject-face)
58 (mh-speedbar-folder-with-unseen-messages) 58 (mh-speedbar-folder-with-unseen-messages)
59 (mh-speedbar-selected-folder-with-unseen-messages): 59 (mh-speedbar-selected-folder-with-unseen-messages):
60 Use renamed MH-E faces. 60 Use renamed MH-E faces.
61 61
62 * mh-utils.el (mh-letter-font-lock-keywords) 62 * mh-utils.el (mh-letter-font-lock-keywords)
63 (mh-face-display-function): Use renamed MH-E faces. 63 (mh-face-display-function): Use renamed MH-E faces.
64 * mh-speed.el (mh-folder-speedbar-buttons) 64 * mh-speed.el (mh-folder-speedbar-buttons)
898 898
899 * MH-E-NEWS, README: Updated for release 7.4.3. 899 * MH-E-NEWS, README: Updated for release 7.4.3.
900 900
901 * mh-e.el (Version, mh-version): Updated for release 7.4.3. 901 * mh-e.el (Version, mh-version): Updated for release 7.4.3.
902 902
903 * This patch release contains the following two patches: 903 This patch release contains the following two patches:
904 904
905 * mh-identity.el (mh-identity-make-menu): Removed condition on 905 * mh-identity.el (mh-identity-make-menu): Removed condition on
906 mh-auto-fields-list. Use it to enable or disable menu item 906 mh-auto-fields-list. Use it to enable or disable menu item
907 instead. 907 instead.
908 908
8400 8400
8401 * mh-e.el, mh-utils.el (mh-tool-bar-reply-3-buttons): Moved 8401 * mh-e.el, mh-utils.el (mh-tool-bar-reply-3-buttons): Moved
8402 defcustom to mh-utils because I got an error about a nil value for 8402 defcustom to mh-utils because I got an error about a nil value for
8403 mh-tool-bar-reply-3-buttons when I fired up mh-rmail. 8403 mh-tool-bar-reply-3-buttons when I fired up mh-rmail.
8404 8404
8405 * mh-comp.el, mh-funcs,el, mh-mime.el, mh-pick.el: Moved (provide) 8405 * mh-comp.el, mh-funcs.el, mh-mime.el, mh-pick.el: Moved (provide)
8406 to the end of the file to be consistent with most other files (see 8406 to the end of the file to be consistent with most other files (see
8407 additional rationale in mh-e.el description below). 8407 additional rationale in mh-e.el description below).
8408 8408
8409 * mh-e.el: Had to remove eval-when-compile from the (require 'cl) 8409 * mh-e.el: Had to remove eval-when-compile from the (require 'cl)
8410 here too (because the remove-if generated a warning in CVS Emacs). 8410 here too (because the remove-if generated a warning in CVS Emacs).
9208 get rid of compiler warnings. 9208 get rid of compiler warnings.
9209 9209
9210 2002-08-19 Peter S Galbraith <psg@debian.org> 9210 2002-08-19 Peter S Galbraith <psg@debian.org>
9211 9211
9212 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, 9212 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
9213 reply-all.xpm, reply-all.bpm: New icons for various reply methods. 9213 * reply-all.xpm, reply-all.bpm: New icons for various reply methods.
9214 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three 9214 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three
9215 that won't prompt for "from", "to" and "all". 9215 that won't prompt for "from", "to" and "all".
9216 * mh-comp.el (mh-reply): Put variable reply-to in the interactive 9216 * mh-comp.el (mh-reply): Put variable reply-to in the interactive
9217 list since it's specified on the command line for the new toolbar. 9217 list since it's specified on the command line for the new toolbar.
9218 9218
10232 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): 10232 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo):
10233 transient-mark-mode not bound in XEmacs. The feature of 10233 transient-mark-mode not bound in XEmacs. The feature of
10234 operations made on all messages in the selected range when 10234 operations made on all messages in the selected range when
10235 transient-mark-mode is on doesn't work in XEmacs. 10235 transient-mark-mode is on doesn't work in XEmacs.
10236 10236
10237 * mh-e.el, mh-utils: Conditionalize calls to 10237 * mh-e.el, mh-utils.el: Conditionalize calls to
10238 'add-to-list 'facemenu-unlisted-faces for XEmacs. 10238 'add-to-list 'facemenu-unlisted-faces for XEmacs.
10239 10239
10240 2001-12-11 Jeffrey C Honig <jch@honig.net> 10240 2001-12-11 Jeffrey C Honig <jch@honig.net>
10241 10241
10242 * mh-e.el (mh-scan-format): Add `mh-scan-format-file' variable to 10242 * mh-e.el (mh-scan-format): Add `mh-scan-format-file' variable to