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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Wed, 09 Feb 2005 10:51:36 -0500

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.56 emacs/lisp/gnus/gnus-sum.el:1.57
*** emacs/lisp/gnus/gnus-sum.el:1.56    Fri Dec 17 15:20:06 2004
--- emacs/lisp/gnus/gnus-sum.el Wed Feb  9 15:50:37 2005
***************
*** 119,125 ****
  
  (defcustom gnus-summary-make-false-root-always nil
    "Always make a false dummy root."
!   :version "21.4"
    :group 'gnus-thread
    :type 'boolean)
  
--- 119,125 ----
  
  (defcustom gnus-summary-make-false-root-always nil
    "Always make a false dummy root."
!   :version "22.1"
    :group 'gnus-thread
    :type 'boolean)
  
***************
*** 220,226 ****
    "*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)
  
--- 220,226 ----
    "*Default threshold for a high scored article.
  An article will be highlighted as high scored if its score is greater
  than this score."
!   :version "22.1"
    :group 'gnus-score-default
    :type 'integer)
  
***************
*** 228,234 ****
    "*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)
  
--- 228,234 ----
    "*Default threshold for a low scored article.
  An article will be highlighted as low scored if its score is smaller
  than this score."
!   :version "22.1"
    :group 'gnus-score-default
    :type 'integer)
  
***************
*** 324,330 ****
  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)
--- 324,330 ----
  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 "22.1"
    :group 'gnus-group-select
    :type '(choice (const best)
                 (const unread)
***************
*** 368,374 ****
  
  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)
--- 368,374 ----
  
  NOTE: The list of unfetched articles will always be nil when plugged
  and, when unplugged, a subset of the undownloaded article list."
!   :version "22.1"
    :group 'gnus-summary-maneuvering
    :type '(choice (const :tag "None" nil)
                   (const :tag "Undownloaded when unplugged" undownloaded)
***************
*** 469,475 ****
  
  (defcustom gnus-spam-mark ?$
    "*Mark used for spam articles."
!   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
--- 469,475 ----
  
  (defcustom gnus-spam-mark ?$
    "*Mark used for spam articles."
!   :version "22.1"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 500,512 ****
  
  (defcustom gnus-forwarded-mark ?F
    "*Mark used for articles that have been forwarded."
!   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
  (defcustom gnus-recent-mark ?N
    "*Mark used for articles that are recent."
!   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
--- 500,512 ----
  
  (defcustom gnus-forwarded-mark ?F
    "*Mark used for articles that have been forwarded."
!   :version "22.1"
    :group 'gnus-summary-marks
    :type 'character)
  
  (defcustom gnus-recent-mark ?N
    "*Mark used for articles that are recent."
!   :version "22.1"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 522,534 ****
  
  (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)
  
--- 522,534 ----
  
  (defcustom gnus-unseen-mark ?.
    "*Mark used for articles that haven't been seen."
!   :version "22.1"
    :group 'gnus-summary-marks
    :type 'character)
  
  (defcustom gnus-no-mark ?               ;Whitespace
    "*Mark used for articles that have no other secondary mark."
!   :version "22.1"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 554,560 ****
  
  (defcustom gnus-undownloaded-mark ?-
    "*Mark used for articles that weren't downloaded."
!   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
--- 554,560 ----
  
  (defcustom gnus-undownloaded-mark ?-
    "*Mark used for articles that weren't downloaded."
!   :version "22.1"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 893,911 ****
  
  (defcustom gnus-summary-article-move-hook nil
    "*A hook called after an article is moved, copied, respooled, or 
crossposted."
!   :version "21.4"
    :group 'gnus-summary
    :type 'hook)
  
  (defcustom gnus-summary-article-delete-hook nil
    "*A hook called after an article is deleted."
!   :version "21.4"
    :group 'gnus-summary
    :type 'hook)
  
  (defcustom gnus-summary-article-expire-hook nil
    "*A hook called after an article is expired."
!   :version "21.4"
    :group 'gnus-summary
    :type 'hook)
  
--- 893,911 ----
  
  (defcustom gnus-summary-article-move-hook nil
    "*A hook called after an article is moved, copied, respooled, or 
crossposted."
!   :version "22.1"
    :group 'gnus-summary
    :type 'hook)
  
  (defcustom gnus-summary-article-delete-hook nil
    "*A hook called after an article is deleted."
!   :version "22.1"
    :group 'gnus-summary
    :type 'hook)
  
  (defcustom gnus-summary-article-expire-hook nil
    "*A hook called after an article is expired."
!   :version "22.1"
    :group 'gnus-summary
    :type 'hook)
  
***************
*** 913,919 ****
    (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)
  
--- 913,919 ----
    (and (fboundp 'display-graphic-p)
         (display-graphic-p))
    "*If non-nil, display an arrow highlighting the current article."
!   :version "22.1"
    :group 'gnus-summary
    :type 'boolean)
  
***************
*** 1091,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)
  
--- 1091,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 "22.1"
    :group 'gnus-summary
    :type '(choice boolean regexp))
  
  (defcustom gnus-summary-muttprint-program "muttprint"
    "Command (and optional arguments) used to run Muttprint."
!   :version "22.1"
    :group 'gnus-summary
    :type 'string)
  
***************
*** 1107,1113 ****
  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)
  
--- 1107,1113 ----
  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 "22.1"
    :type 'boolean
    :group 'gnus-article-mime)
  
***************
*** 1116,1122 ****
  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)
  
--- 1116,1122 ----
  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 "22.1"
    :type 'boolean
    :group 'gnus-article-mime)
  
***************
*** 4639,4677 ****
  (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)
    :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)
    :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)
    :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)
  
--- 4639,4677 ----
  (defcustom gnus-sum-thread-tree-root "> "
    "With %B spec, used for the root of a thread.
  If nil, use subject instead."
!   :version "22.1"
    :type '(radio (const :format "%v  " nil) string)
    :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 "22.1"
    :type '(radio (const :format "%v  " nil) string)
    :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 "22.1"
    :type '(radio (const :format "%v  " nil) string)
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-vertical "| "
    "With %B spec, used for drawing a vertical line."
!   :version "22.1"
    :type 'string
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-indent "  "
    "With %B spec, used for indenting."
!   :version "22.1"
    :type 'string
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
    "With %B spec, used for a leaf with brothers."
!   :version "22.1"
    :type 'string
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
    "With %B spec, used for a leaf without brothers."
!   :version "22.1"
    :type 'string
    :group 'gnus-thread)
  
***************
*** 9182,9188 ****
    "If non-nil, show and update the summary buffer as it's being built.
  If the value is t, update the buffer after every line is inserted.  If
  the value is an integer (N), update the display every N lines."
!   :version "21.4"
    :group 'gnus-thread
    :type '(choice (const :tag "off" nil)
                 number
--- 9182,9188 ----
    "If non-nil, show and update the summary buffer as it's being built.
  If the value is t, update the buffer after every line is inserted.  If
  the value is an integer (N), update the display every N lines."
!   :version "22.1"
    :group 'gnus-thread
    :type '(choice (const :tag "off" nil)
                 number




reply via email to

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