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, 01 Nov 2004 18:18:11 -0500

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.52 emacs/lisp/gnus/gnus-sum.el:1.53
*** emacs/lisp/gnus/gnus-sum.el:1.52    Fri Oct 29 02:23:24 2004
--- emacs/lisp/gnus/gnus-sum.el Mon Nov  1 23:06:34 2004
***************
*** 469,474 ****
--- 469,475 ----
  
  (defcustom gnus-spam-mark ?$
    "*Mark used for spam articles."
+   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 505,510 ****
--- 506,512 ----
  
  (defcustom gnus-recent-mark ?N
    "*Mark used for articles that are recent."
+   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 552,557 ****
--- 554,560 ----
  
  (defcustom gnus-undownloaded-mark ?-
    "*Mark used for articles that weren't downloaded."
+   :version "21.4"
    :group 'gnus-summary-marks
    :type 'character)
  
***************
*** 890,905 ****
--- 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)
  
***************
*** 9178,9183 ****
--- 9184,9190 ----
    "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




reply via email to

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