From: Lars Magne Ingebrigtsen Date: Thu, 30 Sep 2010 16:22:16 +0000 (+0200) Subject: Fix up make-obsolete-variable declarations throughout. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=5f0ba750ccd499ec0c6abe2adc566c4beb24618b;p=gnus Fix up make-obsolete-variable declarations throughout. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 822ea8094..9a96b2641 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-09-30 Lars Magne Ingebrigtsen + * gnus.el: Fix up make-obsolete-variable declarations throughout. + * nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 4e2d43cc6..91ff355b6 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -725,7 +725,7 @@ Each element is a regular expression." :group 'gnus-article-various) (make-obsolete-variable 'gnus-article-hide-pgp-hook nil - "Gnus 5.10 (Emacs-22.1)") + "Gnus 5.10 (Emacs 22.1)") (defface gnus-button '((t (:weight bold))) @@ -1412,7 +1412,7 @@ predicate. See Info node `(gnus)Customizing Articles'." :type gnus-article-treat-custom) (make-obsolete-variable 'gnus-treat-display-xface - 'gnus-treat-display-x-face "22.1") + 'gnus-treat-display-x-face "Emacs 22.1") (defcustom gnus-treat-display-x-face (and (not noninteractive) diff --git a/lisp/gnus.el b/lisp/gnus.el index db197f03e..64819f5f7 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1426,7 +1426,7 @@ no need to set this variable." :group 'gnus-message :type '(choice (const :tag "default" nil) string)) -(make-obsolete-variable 'gnus-local-domain nil "24.1") +(make-obsolete-variable 'gnus-local-domain nil "Emacs 24.1") (defvar gnus-local-organization nil "String with a description of what organization (if any) the user belongs to. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 456189db7..d7c48823d 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -71,7 +71,7 @@ Values are `ssl', `network', `starttls' or `shell'.") Uses the same syntax as nnmail-split-methods") (make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'" - "Gnus 5.13") + "Emacs 24.1") (defvoo nnimap-authenticator nil "How nnimap authenticate itself to the server.