emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-customize.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-customize.el ChangeLog
Date: Sat, 07 Jan 2006 20:46:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/07 20:46:49

Modified files:
        lisp/mh-e      : mh-customize.el ChangeLog 

Log message:
        Updated Faces documentation in header.
        (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
        X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.97&tr2=1.98&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.97 emacs/lisp/mh-e/ChangeLog:1.98
--- emacs/lisp/mh-e/ChangeLog:1.97      Sat Jan  7 18:16:43 2006
+++ emacs/lisp/mh-e/ChangeLog   Sat Jan  7 20:46:49 2006
@@ -1,5 +1,9 @@
 2006-01-07  Bill Wohler  <address@hidden>
 
+       * mh-customize.el: Updated Faces documentation in header.
+       (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
+       X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
+
        * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml>
        tags inserted by Gnus gnus-summary-mail-forward (closes SF
        #1399307).
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.54 
emacs/lisp/mh-e/mh-customize.el:1.55
--- emacs/lisp/mh-e/mh-customize.el:1.54        Wed Jan  4 02:08:12 2006
+++ emacs/lisp/mh-e/mh-customize.el     Sat Jan  7 20:46:49 2006
@@ -54,10 +54,10 @@
 ;;
 ;; 4. Faces
 ;;
-;;    Create a new face group if necessary; in this case, add the group
-;;    associated with the manual node in which the faces are described to the
-;;    faces' group definition. Since the face groups appear last, the face
-;;    groups will appear at the end of these other groups.
+;;    All faces must be placed in the mh-faces group; in addition, add the
+;;    group associated with the manual node in which the face is described.
+;;    Since the mh-faces group appears near the end of this file, the faces
+;;    will appear at the end of these other groups.
 ;;
 ;;; Change Log:
 
@@ -1513,11 +1513,11 @@
     "X-Listprocessor-"                  ; ListProc(tm) by CREN
     "X-Listserver:"                     ; Unknown mailing list managers
     "X-Loop:"                           ; Unknown mailing list managers
+    "X-Lumos-SenderID:"                 ; Roving ConstantContact
     "X-MAIL-INFO:"                      ; NetZero
     "X-MHE-Checksum"                    ; Checksum added during index search
     "X-MIME-Autoconverted:"             ; sendmail
     "X-MIMETrack:"
-    "X-Mms-"                            ; T-Mobile pictures
     "X-MS-"                             ; MS Outlook
     "X-MailScanner"                     ; ListProc(tm) by CREN
     "X-Mailing-List:"                   ; Unknown mailing list managers
@@ -1526,6 +1526,7 @@
     "X-Message-Id"
     "X-MessageWall-Score:"              ; Unknown mailing list manager, AUC TeX
     "X-MimeOLE:"                        ; MS Outlook
+    "X-Mms-"                            ; T-Mobile pictures
     "X-Mozilla-Status:"                 ; Netscape/Mozilla
     "X-Msmail-"                         ; MS Outlook
     "X-NAI-Spam-"                       ; Network Associates Inc. SpamKiller
@@ -1548,6 +1549,8 @@
     "X-Received-Date:"
     "X-Received:"
     "X-Request-"
+    "X-Return-Path-Hint:"               ; Roving ConstantContact
+    "X-Roving-*"                        ; Roving ConstantContact
     "X-SBClass:"                        ; Spam
     "X-SBNote:"                         ; Spam
     "X-SBPass:"                         ; Spam
@@ -1570,8 +1573,8 @@
     "X-UNTD-"                           ; NetZero
     "X-USANET-"                         ; usa.net
     "X-UserInfo1:"
-    "X-Virus-Scanned"                   ; amavisd-new
     "X-VSMLoop:"                        ; NTMail
+    "X-Virus-Scanned"                   ; amavisd-new
     "X-Vms-To:"
     "X-WebTV-Signature:"
     "X-Wss-Id:"                         ; Worldtalk gateways
@@ -2884,7 +2887,6 @@
       (((class color))
        (:foreground "cyan")))))
 
-
 ;; Local Variables:
 ;; indent-tabs-mode: nil
 ;; sentence-end-double-space: nil




reply via email to

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