Fix up make-obsolete-variable declarations throughout.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 30 Sep 2010 16:22:16 +0000 (18:22 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 30 Sep 2010 16:22:16 +0000 (18:22 +0200)
lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus.el
lisp/nnimap.el

index 822ea80..9a96b26 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el: Fix up make-obsolete-variable declarations throughout.
+
        * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
        the \r.
 
index 4e2d43c..91ff355 100644 (file)
@@ -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)
index db197f0..64819f5 100644 (file)
@@ -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.
index 456189d..d7c4882 100644 (file)
@@ -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.