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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-decode.el
Date: Mon, 20 Sep 2004 08:12:25 -0400

Index: emacs/lisp/gnus/mm-decode.el
diff -c emacs/lisp/gnus/mm-decode.el:1.15 emacs/lisp/gnus/mm-decode.el:1.16
*** emacs/lisp/gnus/mm-decode.el:1.15   Sat Sep  4 13:13:43 2004
--- emacs/lisp/gnus/mm-decode.el        Mon Sep 20 12:03:04 2004
***************
*** 115,120 ****
--- 115,121 ----
  `lynx' : use lynx;
  `html2text' : use html2text;
  nil    : use external viewer."
+   :version "21.4"
    :type '(choice (const w3)
                 (const w3m)
                 (const w3m-standalone)
***************
*** 123,129 ****
                 (const html2text)
                 (const nil)
                 (function))
-   :version "21.3"
    :group 'mime-display)
  
  (defvar mm-inline-text-html-renderer nil
--- 124,129 ----
***************
*** 134,139 ****
--- 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)
  
***************
*** 280,285 ****
--- 281,287 ----
      "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)
  
***************
*** 381,386 ****
--- 383,389 ----
  
  (defcustom mm-external-terminal-program "xterm"
    "The program to start an external terminal."
+   :version "21.4"
    :type 'string
    :group 'mime-display)
  
***************
*** 413,418 ****
--- 416,422 ----
    "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)




reply via email to

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