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/gnus-sum.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Mon, 20 Sep 2004 08:12:28 -0400

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.43 emacs/lisp/gnus/gnus-sum.el:1.44
*** emacs/lisp/gnus/gnus-sum.el:1.43    Fri Sep 17 09:26:42 2004
--- emacs/lisp/gnus/gnus-sum.el Mon Sep 20 12:03:05 2004
***************
*** 118,123 ****
--- 118,124 ----
  
  (defcustom gnus-summary-make-false-root-always nil
    "Always make a false dummy root."
+   :version "21.4"
    :group 'gnus-thread
    :type 'boolean)
  
***************
*** 218,223 ****
--- 219,225 ----
    "*Default threshold for a high scored article.
  An article will be highlighted as high scored if its score is greater
  than this score."
+   :version "21.4"
    :group 'gnus-score-default
    :type 'integer)
  
***************
*** 225,230 ****
--- 227,233 ----
    "*Default threshold for a low scored article.
  An article will be highlighted as low scored if its score is smaller
  than this score."
+   :version "21.4"
    :group 'gnus-score-default
    :type 'integer)
  
***************
*** 320,325 ****
--- 323,329 ----
  line of the first unseen article or, if all article have been seen, on the
  subject line of the first unread article), or a function to be called to
  place point on some subject line."
+   :version "21.4"
    :group 'gnus-group-select
    :type '(choice (const best)
                 (const unread)
***************
*** 363,368 ****
--- 367,373 ----
  
  NOTE: The list of unfetched articles will always be nil when plugged
  and, when unplugged, a subset of the undownloaded article list."
+   :version "21.4"
    :group 'gnus-summary-maneuvering
    :type '(choice (const :tag "None" nil)
                   (const :tag "Undownloaded when unplugged" undownloaded)
***************
*** 490,495 ****
--- 495,501 ----
  
  (defcustom gnus-forwarded-mark ?F
    "*Mark used for articles that have been forwarded."
+   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 510,520 ****
--- 516,528 ----
  
  (defcustom gnus-unseen-mark ?.
    "*Mark used for articles that haven't been seen."
+   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
  (defcustom gnus-no-mark ?               ;Whitespace
    "*Mark used for articles that have no other secondary mark."
+   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 895,901 ****
    (and (fboundp 'display-graphic-p)
         (display-graphic-p))
    "*If non-nil, display an arrow highlighting the current article."
!   :version "21.1"
    :group 'gnus-summary
    :type 'boolean)
  
--- 903,909 ----
    (and (fboundp 'display-graphic-p)
         (display-graphic-p))
    "*If non-nil, display an arrow highlighting the current article."
!   :version "21.4"
    :group 'gnus-summary
    :type 'boolean)
  
***************
*** 1073,1094 ****
  This is mostly relevant for slow back ends where the user may
  wish to widen the summary buffer to include all headers
  that were fetched.  Say, for nnultimate groups."
    :group 'gnus-summary
    :type '(choice boolean regexp))
  
  (defcustom gnus-summary-muttprint-program "muttprint"
    "Command (and optional arguments) used to run Muttprint."
!   :version "21.3"
    :group 'gnus-summary
    :type 'string)
  
  (defcustom gnus-article-loose-mime nil
    "If non-nil, don't require MIME-Version header.
  Some brain-damaged MUA/MTA, e.g. Lotus Domino 5.0.6 clients, does not
! supply the MIME-Version header or deliberately strip it From the mail.
  Set it to non-nil, Gnus will treat some articles as MIME even if
  the MIME-Version header is missed."
!   :version "21.3"
    :type 'boolean
    :group 'gnus-article-mime)
  
--- 1081,1103 ----
  This is mostly relevant for slow back ends where the user may
  wish to widen the summary buffer to include all headers
  that were fetched.  Say, for nnultimate groups."
+   :version "21.4"
    :group 'gnus-summary
    :type '(choice boolean regexp))
  
  (defcustom gnus-summary-muttprint-program "muttprint"
    "Command (and optional arguments) used to run Muttprint."
!   :version "21.4"
    :group 'gnus-summary
    :type 'string)
  
  (defcustom gnus-article-loose-mime nil
    "If non-nil, don't require MIME-Version header.
  Some brain-damaged MUA/MTA, e.g. Lotus Domino 5.0.6 clients, does not
! supply the MIME-Version header or deliberately strip it from the mail.
  Set it to non-nil, Gnus will treat some articles as MIME even if
  the MIME-Version header is missed."
!   :version "21.4"
    :type 'boolean
    :group 'gnus-article-mime)
  
***************
*** 1097,1102 ****
--- 1106,1112 ----
  This means that Gnus will search message bodies for text that look
  like uuencoded bits, yEncoded bits, and so on, and present that using
  the normal Gnus MIME machinery."
+   :version "21.4"
    :type 'boolean
    :group 'gnus-article-mime)
  
***************
*** 4591,4622 ****
--- 4601,4639 ----
  (defcustom gnus-sum-thread-tree-root "> "
    "With %B spec, used for the root of a thread.
  If nil, use subject instead."
+   :version "21.4"
    :type '(radio (const :format "%v  " nil) (string :size 0))
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-false-root "> "
    "With %B spec, used for a false root of a thread.
  If nil, use subject instead."
+   :version "21.4"
    :type '(radio (const :format "%v  " nil) (string :size 0))
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-single-indent ""
    "With %B spec, used for a thread with just one message.
  If nil, use subject instead."
+   :version "21.4"
    :type '(radio (const :format "%v  " nil) (string :size 0))
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-vertical "| "
    "With %B spec, used for drawing a vertical line."
+   :version "21.4"
    :type 'string
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-indent "  "
    "With %B spec, used for indenting."
+   :version "21.4"
    :type 'string
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
    "With %B spec, used for a leaf with brothers."
+   :version "21.4"
    :type 'string
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
    "With %B spec, used for a leaf without brothers."
+   :version "21.4"
    :type 'string
    :group 'gnus-thread)
  




reply via email to

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