emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/mm-decode.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-decode.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:03:10 -0500

Index: emacs/lisp/gnus/mm-decode.el
diff -c emacs/lisp/gnus/mm-decode.el:1.13.6.4 
emacs/lisp/gnus/mm-decode.el:1.13.6.5
*** emacs/lisp/gnus/mm-decode.el:1.13.6.4       Wed Sep 29 07:22:15 2004
--- emacs/lisp/gnus/mm-decode.el        Thu Nov  4 08:55:30 2004
***************
*** 150,161 ****
--- 150,163 ----
  matches parts embedded to the Multipart/Related type MIME contents and
  Gnus will never connect to the spammer's site arbitrarily.  You may
  set this variable to nil if you consider all urls to be safe."
+   :version "21.4"
    :type '(choice (regexp :tag "Regexp")
                 (const :tag "All URLs are safe" nil))
    :group 'mime-display)
  
  (defcustom mm-inline-text-html-with-w3m-keymap t
    "If non-nil, use emacs-w3m command keys in the article buffer."
+   :version "21.4"
    :type 'boolean
    :group 'mime-display)
  
***************
*** 378,383 ****
--- 380,386 ----
  
  (defcustom mm-attachment-file-modes 384
    "Set the mode bits of saved attachments to this integer."
+   :version "21.4"
    :type 'integer
    :group 'mime-display)
  
***************
*** 435,440 ****
--- 438,444 ----
    "Option of decrypting encrypted parts.
  `never', not decrypt; `always', always decrypt;
  `known', only decrypt known protocols.  Otherwise, ask user."
+   :version "21.4"
    :type '(choice (item always)
                 (item never)
                 (item :tag "only known protocols" known)




reply via email to

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