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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-decode.el
Date: Wed, 09 Feb 2005 10:51:44 -0500

Index: emacs/lisp/gnus/mm-decode.el
diff -c emacs/lisp/gnus/mm-decode.el:1.20 emacs/lisp/gnus/mm-decode.el:1.21
*** emacs/lisp/gnus/mm-decode.el:1.20   Sat Jan 22 21:07:03 2005
--- emacs/lisp/gnus/mm-decode.el        Wed Feb  9 15:50:37 2005
***************
*** 115,121 ****
  `lynx' : use lynx;
  `html2text' : use html2text;
  nil    : use external viewer."
!   :version "21.4"
    :type '(choice (const w3)
                 (const w3m)
                 (const w3m-standalone)
--- 115,121 ----
  `lynx' : use lynx;
  `html2text' : use html2text;
  nil    : use external viewer."
!   :version "22.1"
    :type '(choice (const w3)
                 (const w3m)
                 (const w3m-standalone)
***************
*** 134,140 ****
    "If non-nil, Gnus will allow retrieving images in HTML contents with
  the <img> tags.  It has no effect on Emacs/w3.  See also the
  documentation for the `mm-w3m-safe-url-regexp' variable."
!   :version "21.4"
    :type 'boolean
    :group 'mime-display)
  
--- 134,140 ----
    "If non-nil, Gnus will allow retrieving images in HTML contents with
  the <img> tags.  It has no effect on Emacs/w3.  See also the
  documentation for the `mm-w3m-safe-url-regexp' variable."
!   :version "22.1"
    :type 'boolean
    :group 'mime-display)
  
***************
*** 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)
  
--- 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 "22.1"
    :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 "22.1"
    :type 'boolean
    :group 'mime-display)
  
***************
*** 167,173 ****
  If t, all defined external MIME handlers are used.  If nil, files are saved by
  `mailcap-save-binary-file'.  If it is the symbol `ask', you are prompted
  before the external MIME handler is invoked."
!   :version "21.4"
    :type '(choice (const :tag "Always" t)
                 (const :tag "Never" nil)
                 (const :tag "Ask" ask))
--- 167,173 ----
  If t, all defined external MIME handlers are used.  If nil, files are saved by
  `mailcap-save-binary-file'.  If it is the symbol `ask', you are prompted
  before the external MIME handler is invoked."
!   :version "22.1"
    :type '(choice (const :tag "Always" t)
                 (const :tag "Never" nil)
                 (const :tag "Ask" ask))
***************
*** 283,289 ****
      "application/pdf" "application/x-dvi")
    "List of media types for which the external viewer will not be killed
  when selecting a different article."
!   :version "21.4"
    :type '(repeat string)
    :group 'mime-display)
  
--- 283,289 ----
      "application/pdf" "application/x-dvi")
    "List of media types for which the external viewer will not be killed
  when selecting a different article."
!   :version "22.1"
    :type '(repeat string)
    :group 'mime-display)
  
***************
*** 380,392 ****
  
  (defcustom mm-attachment-file-modes 384
    "Set the mode bits of saved attachments to this integer."
!   :version "21.4"
    :type 'integer
    :group 'mime-display)
  
  (defcustom mm-external-terminal-program "xterm"
    "The program to start an external terminal."
!   :version "21.4"
    :type 'string
    :group 'mime-display)
  
--- 380,392 ----
  
  (defcustom mm-attachment-file-modes 384
    "Set the mode bits of saved attachments to this integer."
!   :version "22.1"
    :type 'integer
    :group 'mime-display)
  
  (defcustom mm-external-terminal-program "xterm"
    "The program to start an external terminal."
!   :version "22.1"
    :type 'string
    :group 'mime-display)
  
***************
*** 419,425 ****
    "Option of verifying signed parts.
  `never', not verify; `always', always verify;
  `known', only verify known protocols.  Otherwise, ask user."
!   :version "21.4"
    :type '(choice (item always)
                 (item never)
                 (item :tag "only known protocols" known)
--- 419,425 ----
    "Option of verifying signed parts.
  `never', not verify; `always', always verify;
  `known', only verify known protocols.  Otherwise, ask user."
!   :version "22.1"
    :type '(choice (item always)
                 (item never)
                 (item :tag "only known protocols" known)
***************
*** 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)
--- 438,444 ----
    "Option of decrypting encrypted parts.
  `never', not decrypt; `always', always decrypt;
  `known', only decrypt known protocols.  Otherwise, ask user."
!   :version "22.1"
    :type '(choice (item always)
                 (item never)
                 (item :tag "only known protocols" known)




reply via email to

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