]> git.eshelyaron.com Git - emacs.git/commitdiff
Change all post-21.1 :version attributes to 21.4.
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 May 2002 17:30:42 +0000 (17:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 May 2002 17:30:42 +0000 (17:30 +0000)
lisp/ChangeLog
lisp/add-log.el
lisp/faces.el
lisp/mail/sendmail.el
lisp/net/ange-ftp.el
lisp/progmodes/fortran.el
lisp/replace.el
lisp/ruler-mode.el
lisp/textmodes/sgml-mode.el
lisp/vc-cvs.el
lisp/w32-vars.el

index a5353cfcf6faa1b054c068e5b9213d17d3489b68..42bff6603b390cc9fbf2b19579e0b9c5c55a8a4c 100644 (file)
@@ -1,3 +1,18 @@
+2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * w32-vars.el (w32)
+       * vc-cvs.el (vc-cvs-global-switches) 
+       (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
+       * textmodes/sgml-mode.el (sgml-xml-mode)
+       * ruler-mode.el (ruler-mode)
+       * replace.el (query-replace-skip-read-only)
+       * progmodes/fortran.el (fortran-preprocessor-re)
+       * net/ange-ftp.el (ange-ftp-passive-host-alist) 
+       * mail/sendmail.el (mail-use-dsn)
+       * faces.el (mode-line-inactive, minibuffer-prompt)
+       * add-log.el (add-log-always-start-new-record): Change all
+       post-21.1 :version attributes to 21.4.
+
 2002-05-12  Richard M. Stallman  <rms@gnu.org>
 
        * mail/smtpmail.el (smtpmail-mail-address): New variable.
index 029c1797988bfa057d149958e583364cf8b16eb4..38276b5aa0c52252810d30768b8ccae4a105c2a4 100644 (file)
@@ -119,7 +119,7 @@ this variable."
 
 (defcustom add-log-always-start-new-record nil
   "*If non-nil, `add-change-log-entry' will always start a new record."
-  :version "21.2"
+  :version "21.4"
   :type 'boolean
   :group 'change-log)
 
index dacf5359add8858de31e55bda10f691496f9a6c1..4439390aa48ab5964c72f36ed1f18065fcf52558 100644 (file)
@@ -1773,7 +1773,7 @@ created."
      :box (:line-width -1 :color "grey40" :style nil)
      :foreground "grey80" :background "grey30"))
   "Basic mode line face for non-selected windows."
-  :version "21.2"
+  :version "21.4"
   :group 'modeline
   :group 'basic-faces)
 
@@ -1834,7 +1834,7 @@ created."
                             (((type pc)) :foreground "magenta")
                             (t :foreground "dark blue"))
   "Face for minibuffer prompts."
-  :version "21.3"
+  :version "21.4"
   :group 'basic-faces)
 
 (setq minibuffer-prompt-properties
index 6bcb89d733da4cf568c3f87f43db1a40a42460c9..82ef70c0f2156c7f3fbe25ec1e6b2fbf6c10477c 100644 (file)
@@ -309,7 +309,7 @@ support Delivery Status Notification."
   :type '(repeat (radio (const :tag "Failure" failure)
                        (const :tag "Delay" delay)
                        (const :tag "Success" success)))
-  :version "21.3")
+  :version "21.4")
 
 ;; Note: could use /usr/ucb/mail instead of sendmail;
 ;; options -t, and -v if not interactive.
index a63eb92e18c776863819071e4e3b3e72d5af992d..a4043fb80e69c7e59305353c1361727e0e7602fe 100644 (file)
@@ -1012,7 +1012,7 @@ or nil meaning don't change it."
   :type '(repeat (cons regexp (choice (const :tag "On" "on")
                                      (const :tag "Off" "off")
                                      (const :tag "Don't change" nil))))
-  :version 21.3)
+  :version 21.4)
 \f
 ;;;; ------------------------------------------------------------
 ;;;; Hash table support.
index 4e5e6144e6894ea73719c9cb680d4559eafe5fdf..43eb04ae5aaf5c94cc25031ab5c8d8b645ec4680 100644 (file)
@@ -142,7 +142,7 @@ You might want to change this to \"*\", for instance."
 (defcustom fortran-preprocessor-re
   "^[ \t]*#.*"
   "*Regexp to match the whole of a preprocessor line."
-  :version "21.3"
+  :version "21.4"
   :type 'regexp
   :group 'fortran-indent)
 
index a81979531e650c28d668528fe41c0e340b7c82e9..855a59085e66eb0429c47e644bdb907440aaaae0 100644 (file)
@@ -62,7 +62,7 @@ strings or patterns."
   "*Non-nil means `query-replace' and friends ignore read-only matches."
   :type 'boolean
   :group 'matching
-  :version "21.3")
+  :version "21.4")
 
 (defun query-replace-read-args (string regexp-flag &optional noerror)
   (unless noerror
index 840934f1693791f8fa0377ab912ecf9f325207d7..bc1c406d70aa1556a40aff5c607d3c95def3fb23 100644 (file)
 
 (defgroup ruler-mode nil
   "Display a ruler in the header line."
-  :version "21.3"
+  :version "21.4"
   :group 'environment)
 
 (defcustom ruler-mode-show-tab-stops nil
index bbe63611c6d90d4f6f161334ad0b816421311b3e..b7b2eecfe6468fe4148bfffdae4b96d2d2e65a57 100644 (file)
@@ -339,7 +339,7 @@ If this variable is customized, the custom value is used always.
 Otherwise, it is set to be buffer-local when the file has
  a DOCTYPE or an XML declaration."
   :type 'boolean
-  :version "21.2"
+  :version "21.4"
   :group 'sgml)
 
 (defvar sgml-empty-tags nil
index 67c209eb31b9fc75e26a60fde65ff80a40319ed8..d2e2e87c2813cc51ad6097e477d3723c9a526230 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:      FSF (see vc.el for full credits)
 ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-cvs.el,v 1.39 2002/04/08 13:38:48 sds Exp $
+;; $Id: vc-cvs.el,v 1.40 2002/04/09 17:13:51 sds Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -42,7 +42,7 @@
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
-  :version "21.3"
+  :version "21.4"
   :group 'vc)
 
 (defcustom vc-cvs-register-switches nil
@@ -98,7 +98,7 @@ of a repository; then VC only stays local for hosts that match it."
 Format is according to `format-time-string'.  Only used if
 `vc-cvs-sticky-tag-display' is t."
   :type '(string)
-  :version "21.3"
+  :version "21.4"
   :group 'vc)
 
 (defcustom vc-cvs-sticky-tag-display t
@@ -137,7 +137,7 @@ displayed.  Date and time is displayed for sticky dates.
 
 See also variable `vc-cvs-sticky-date-format-string'."
   :type '(choice boolean function)
-  :version "21.3"
+  :version "21.4"
   :group 'vc)
 
 ;;;
index c92bcee3833edb4759f290c526968f2b37b0fc4f..82fde5faae027c1fa2e9cec0ddec9c2e9547a544 100644 (file)
@@ -30,7 +30,7 @@
 (defgroup w32 nil
   "MS-Windows specific features"
   :group 'environment
-  :version "21.3"
+  :version "21.4"
   :prefix "w32")
 
 ;; Redefine the font selection to use the standard W32 dialog