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-msg.el


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

Index: emacs/lisp/gnus/gnus-msg.el
diff -c emacs/lisp/gnus/gnus-msg.el:1.20 emacs/lisp/gnus/gnus-msg.el:1.21
*** emacs/lisp/gnus/gnus-msg.el:1.20    Sat Sep  4 13:13:43 2004
--- emacs/lisp/gnus/gnus-msg.el Mon Sep 20 12:03:04 2004
***************
*** 142,148 ****
  
  (defcustom gnus-gcc-mark-as-read nil
    "If non-nil, automatically mark Gcc articles as read."
!   :version "21.1"
    :group 'gnus-message
    :type 'boolean)
  
--- 142,148 ----
  
  (defcustom gnus-gcc-mark-as-read nil
    "If non-nil, automatically mark Gcc articles as read."
!   :version "21.4"
    :group 'gnus-message
    :type 'boolean)
  
***************
*** 154,160 ****
  If it is `all', attach files as external parts;
  if a regexp and matches the Gcc group name, attach files as external parts;
  if nil, attach files as normal parts."
!   :version "21.1"
    :group 'gnus-message
    :type '(choice (const nil :tag "None")
                 (const all :tag "Any")
--- 154,160 ----
  If it is `all', attach files as external parts;
  if a regexp and matches the Gcc group name, attach files as external parts;
  if nil, attach files as normal parts."
!   :version "21.4"
    :group 'gnus-message
    :type '(choice (const nil :tag "None")
                 (const all :tag "Any")
***************
*** 212,218 ****
      "gnus-agent.el" "gnus-cache.el" "gnus-srvr.el"
      "mm-util.el" "mm-decode.el" "nnmail.el" "message.el")
    "Files whose variables will be reported in `gnus-bug'."
!   :version "21.1"
    :group 'gnus-message
    :type '(repeat (string :tag "File")))
  
--- 212,218 ----
      "gnus-agent.el" "gnus-cache.el" "gnus-srvr.el"
      "mm-util.el" "mm-decode.el" "nnmail.el" "message.el")
    "Files whose variables will be reported in `gnus-bug'."
!   :version "21.4"
    :group 'gnus-message
    :type '(repeat (string :tag "File")))
  
***************
*** 220,226 ****
    '(mm-mime-mule-charset-alist
      nnmail-split-fancy message-minibuffer-local-map)
    "Variables that should not be reported in `gnus-bug'."
!   :version "21.1"
    :group 'gnus-message
    :type '(repeat (symbol :tag "Variable")))
  
--- 220,226 ----
    '(mm-mime-mule-charset-alist
      nnmail-split-fancy message-minibuffer-local-map)
    "Variables that should not be reported in `gnus-bug'."
!   :version "21.4"
    :group 'gnus-message
    :type '(repeat (symbol :tag "Variable")))
  
***************
*** 228,234 ****
    '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
    "A list of back ends that are not used in \"real\" newsgroups.
  This variable is used only when `gnus-post-method' is `current'."
!   :version "21.3"
    :group 'gnus-group-foreign
    :type '(repeat (symbol :tag "Back end")))
  
--- 228,234 ----
    '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
    "A list of back ends that are not used in \"real\" newsgroups.
  This variable is used only when `gnus-post-method' is `current'."
!   :version "21.4"
    :group 'gnus-group-foreign
    :type '(repeat (symbol :tag "Back end")))
  
***************
*** 260,265 ****
--- 260,266 ----
  parameter which should return non-nil iff a confirmation is needed, or
  a regexp, in which case a confirmation is asked for iff the group name
  matches the regexp."
+   :version "21.4"
    :group 'gnus-message
    :type '(choice (const :tag "No" nil)
                 (const :tag "Yes" t)
***************
*** 272,277 ****
--- 273,279 ----
  when replying by mail.  See the `gnus-confirm-mail-reply-to-news' variable
  for fine-tuning this.
  If nil, Gnus will never ask for confirmation if replying to mail."
+   :version "21.4"
    :group 'gnus-message
    :type 'boolean)
  




reply via email to

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