emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el
Date: Mon, 15 Aug 2005 17:29:35 -0400

Index: emacs/lisp/mh-e/mh-customize.el
diff -c emacs/lisp/mh-e/mh-customize.el:1.16 
emacs/lisp/mh-e/mh-customize.el:1.17
*** emacs/lisp/mh-e/mh-customize.el:1.16        Mon Jul  4 17:15:52 2005
--- emacs/lisp/mh-e/mh-customize.el     Mon Aug 15 21:29:32 2005
***************
*** 2155,2162 ****
      (t (:italic t)))
    "Face used to highlight body text in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-body-face 'face-alias 'mh-folder-body)
  
  (defvar mh-folder-cur-msg-face 'mh-folder-cur-msg
    "Face used for the current message line in MH-Folder buffers.")
--- 2155,2160 ----
***************
*** 2172,2179 ****
      (t (:underline t)))
    "Face used for the current message line in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-cur-msg-face 'face-alias 'mh-folder-cur-msg)
  
  (defvar mh-folder-cur-msg-number-face 'mh-folder-cur-msg-number
    "Face used to highlight the current message in MH-Folder buffers.")
--- 2170,2175 ----
***************
*** 2186,2193 ****
      (t (:bold t)))
    "Face used to highlight the current message in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-cur-msg-number-face 'face-alias 'mh-folder-cur-msg-number)
  
  (defvar mh-folder-date-face 'mh-folder-date
    "Face used to highlight the date in MH-Folder buffers.")
--- 2182,2187 ----
***************
*** 2200,2207 ****
       (:bold t)))
    "Face used to highlight the date in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-date-face 'face-alias 'mh-folder-date)
  
  (defvar mh-folder-followup-face 'mh-folder-followup
    "Face used to highlight Re: subject text in MH-Folder buffers.")
--- 2194,2199 ----
***************
*** 2214,2221 ****
       (:bold t)))
    "Face used to highlight Re: subject text in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-followup-face 'face-alias 'mh-folder-followup)
  
  (defvar mh-folder-msg-number-face 'mh-folder-msg-number
    "Face used to highlight the message number in MH-Folder buffers.")
--- 2206,2211 ----
***************
*** 2228,2235 ****
       (:bold t)))
    "Face used to highlight the message number in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-msg-number-face 'face-alias 'mh-folder-msg-number)
  
  (defvar mh-folder-deleted-face 'mh-folder-deleted
    "Face used to highlight deleted messages in MH-Folder buffers.")
--- 2218,2223 ----
***************
*** 2248,2255 ****
      (t (:bold t :italic t)))
    "Face used to highlight refiled messages in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-refiled-face 'face-alias 'mh-folder-refiled)
  
  (defvar mh-folder-subject-face 'mh-folder-subject
    "Face used to highlight subject text in MH-Folder buffers.")
--- 2236,2241 ----
***************
*** 2264,2271 ****
       (:bold t)))
    "Face used to highlight subject text in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-subject-face 'face-alias 'mh-folder-subject)
  
  (defface mh-folder-tick
    '((((class color) (background dark)) (:background "#dddf7e"))
--- 2250,2255 ----
***************
*** 2273,2280 ****
      (t (:underline t)))
    "Face used to show ticked messages."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-tick-face 'face-alias 'mh-folder-tick)
  
  (defvar mh-folder-address-face 'mh-folder-address
    "Face used to highlight the address in MH-Folder buffers.")
--- 2257,2262 ----
***************
*** 2295,2302 ****
      (t (:italic t)))
    "Face used to highlight the To: string in MH-Folder buffers."
    :group 'mh-folder-faces)
- ;; backward-compatibility alias
- (put 'mh-folder-to-face 'face-alias 'mh-folder-to)
  
  
  
--- 2277,2282 ----
***************
*** 2313,2320 ****
       (:bold t)))
    "Face used to highlight folders in MH-Index buffers."
    :group 'mh-index-faces)
- ;; backward-compatibility alias
- (put 'mh-index-folder-face 'face-alias 'mh-index-folder)
  
  
  
--- 2293,2298 ----
***************
*** 2328,2335 ****
      (t (:bold t)))
    "Face used to display header fields in draft buffers."
    :group 'mh-letter-faces)
- ;; backward-compatibility alias
- (put 'mh-letter-header-field-face 'face-alias 'mh-letter-header-field)
  
  
  
--- 2306,2311 ----
***************
*** 2348,2355 ****
      (t (:bold t :italic t)))
    "Face used to highlight cc: header fields."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-cc-face 'face-alias 'mh-show-cc)
  
  (defvar mh-show-date-face 'mh-show-date
    "Face used to highlight the Date: header field.")
--- 2324,2329 ----
***************
*** 2362,2369 ****
      (t (:bold t :underline t)))
    "Face used to highlight the Date: header field."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-date-face 'face-alias 'mh-show-date)
  
  (defvar mh-show-header-face 'mh-show-header
    "Face used to deemphasize unspecified header fields.")
--- 2336,2341 ----
***************
*** 2376,2383 ****
      (t (:italic t)))
    "Face used to deemphasize unspecified header fields."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-header-face 'face-alias 'mh-show-header)
  
  (defvar mh-show-pgg-good-face 'mh-show-pgg-good
    "Face used to highlight a good PGG signature.")
--- 2348,2353 ----
***************
*** 2385,2392 ****
    '((t (:bold t :foreground "LimeGreen")))
    "Face used to highlight a good PGG signature."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-pgg-good-face 'face-alias 'mh-show-pgg-good)
  
  (defvar mh-show-pgg-unknown-face 'mh-show-pgg-unknown
    "Face used to highlight a PGG signature whose status is unknown.
--- 2355,2360 ----
***************
*** 2396,2403 ****
    "Face used to highlight a PGG signature whose status is unknown.
  This face is also used for a signature when the signer is untrusted."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-pgg-unknown-face 'face-alias 'mh-show-pgg-unknown)
  
  (defvar mh-show-pgg-bad-face 'mh-show-pgg-bad
    "Face used to highlight a bad PGG signature.")
--- 2364,2369 ----
***************
*** 2405,2419 ****
    '((t (:bold t :foreground "DeepPink1")))
    "Face used to highlight a bad PGG signature."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-pgg-bad-face 'face-alias 'mh-show-pgg-bad)
  
  (defface mh-show-signature
    '((t (:italic t)))
    "Face used to highlight the message signature."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-signature-face 'face-alias 'mh-show-signature)
  
  (defvar mh-show-to-face 'mh-show-to
    "Face used to highlight the To: header field.")
--- 2371,2381 ----
***************
*** 2429,2436 ****
      (t (:underline t)))
    "Face used to highlight the To: header field."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-to-face 'face-alias 'mh-show-to)
  
  (defvar mh-show-from-face 'mh-show-from
    "Face used to highlight the From: header field.")
--- 2391,2396 ----
***************
*** 2443,2458 ****
       (:bold t)))
    "Face used to highlight the From: header field."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-from-face 'face-alias 'mh-show-from)
  
  (defface mh-show-xface
    '((t (:foreground "black" :background "white")))
    "Face used to display the X-Face image.
  The background and foreground is used in the image."
    :group 'mh-show-faces)
- ;; backward-compatibility alias
- (put 'mh-show-xface-face 'face-alias 'mh-show-xface)
  
  (defvar mh-show-subject-face 'mh-show-subject
    "Face used to highlight the Subject: header field.")
--- 2403,2414 ----
***************
*** 2469,2476 ****
       (:foreground "light blue")))
    "Face used for folders in the speedbar buffer."
    :group 'mh-speed-faces)
- ;; backward-compatibility alias
- (put 'mh-speedbar-folder-face 'face-alias 'mh-speedbar-folder)
  
  (defface mh-speedbar-selected-folder
    '((((class color) (background light))
--- 2425,2430 ----
***************
*** 2480,2501 ****
      (t (:underline t)))
    "Face used for the current folder."
    :group 'mh-speed-faces)
- ;; backward-compatibility alias
- (put 'mh-speedbar-selected-folder-face 'face-alias 
'mh-speedbar-selected-folder)
  
  (defface mh-speedbar-folder-with-unseen-messages
    '((t (:inherit mh-speedbar-folder :bold t)))
    "Face used for folders in the speedbar buffer which have unread messages."
    :group 'mh-speed-faces)
- ;; backward-compatibility alias
- (put 'mh-speedbar-folder-with-unseen-messages-face 'face-alias 
'mh-speedbar-folder-with-unseen-messages)
  
  (defface mh-speedbar-selected-folder-with-unseen-messages
    '((t (:inherit mh-speedbar-selected-folder :bold t)))
    "Face used for the current folder when it has unread messages."
    :group 'mh-speed-faces)
- ;; backward-compatibility alias
- (put 'mh-speedbar-selected-folder-with-unseen-messages-face 'face-alias 
'mh-speedbar-selected-folder-with-unseen-messages)
  
  ;;; Local Variables:
  ;;; indent-tabs-mode: nil
--- 2434,2449 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]