emacs-31 d30a86ba2c0: ; Fill in missing :version and :package-version metadata.

Sean Whitton <[email protected]>
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: emacs-31
commit d30a86ba2c069eb9dea4731ec0e9d3e34f94f959
Author: Sean Whitton <[email protected]>
Commit: Sean Whitton <[email protected]>

    ; Fill in missing :version and :package-version metadata.
---
 lisp/calendar/icalendar.el    |  9 ++++++---
 lisp/eshell/esh-mode.el       |  3 ++-
 lisp/mail/rmailsum.el         |  3 ++-
 lisp/org/ob-ditaa.el          |  1 +
 lisp/org/org-src.el           |  1 +
 lisp/play/zone.el             |  9 ++++++---
 lisp/progmodes/antlr-mode.el  | 15 ++++++++++-----
 lisp/progmodes/compile.el     |  3 ++-
 lisp/progmodes/csharp-mode.el |  3 ++-
 lisp/progmodes/eglot.el       | 12 ++++++++----
 lisp/progmodes/flymake.el     |  3 ++-
 lisp/tmm.el                   |  3 ++-
 lisp/transient.el             |  5 +++++
 13 files changed, 49 insertions(+), 21 deletions(-)

diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index d439d4ed2e3..4d425103651 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -246,13 +246,15 @@ The following specifiers are available:
 For example, a value of \"%h%[email protected]\" will generate a UID code
 for each entry composed of a hash of the event data, a creation
 timestamp, and your personal domain name."
-  :type 'string)
+  :type 'string
+  :version "31.1")
 
 (defcustom ical:vcalendar-prodid
   (format "-//gnu.org//GNU Emacs %s//EN" emacs-version)
   "The value of the `icalendar-prodid' property for VCALENDAR objects
 produced by this Emacs."
-  :type 'string)
+  :type 'string
+  :version "31.1")
 
 (defconst ical:vcalendar-version "2.0"
   "The current version of the VCALENDAR object, used in the
@@ -298,7 +300,8 @@ RFC5545.")
 A value of 2 only logs errors.
 A value of 1 also logs warnings.
 A value of 0 also logs debugging information."
-  :type 'integer)
+  :type 'integer
+  :version "31.1")
 
 (defvar icalendar-debug nil
   "Enable icalendar debug messages.")
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index c1d29e948f4..4a18b1923a7 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -92,7 +92,8 @@ That is to say, the first time during an Emacs session."
 
 (defcustom eshell-after-initialize-hook nil
   "A hook that gets run after an Eshell session has been fully initialized."
-  :type 'hook)
+  :type 'hook
+  :version "31.1")
 
 (defcustom eshell-exit-hook nil
   "A hook that is run whenever `eshell' is exited.
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 8bfd3d91fa0..fffb284a56e 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -171,7 +171,8 @@ message with the same \"Subject\" as B.  First element is ignored.")
 (defcustom rmail-summary-starting-message 1
   "Message number to start summarizing at."
   :type 'integer
-  :group 'rmail-summary)
+  :group 'rmail-summary
+  :version "31.1")
 
 (defvar rmail-summary-message-descendants-vector nil
   "Vector that holds the direct descendants of each message.
diff --git a/lisp/org/ob-ditaa.el b/lisp/org/ob-ditaa.el
index 82995d4789c..bad548640b4 100644
--- a/lisp/org/ob-ditaa.el
+++ b/lisp/org/ob-ditaa.el
@@ -112,6 +112,7 @@ The executable can be configured via `org-ditaa-exec'."
 (defcustom org-ditaa-java-exec "java"
   "Java executable to use when evaluating ditaa blocks using a JAR."
   :group 'org-babel
+  :package-version '(Org . "9.8")
   :type 'string
   :risky t)
 
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el
index ed265d2d6a6..1eb57d2edb0 100644
--- a/lisp/org/org-src.el
+++ b/lisp/org/org-src.el
@@ -144,6 +144,7 @@ detangling, and indentation.
 
 It has no effect if `org-src-preserve-indentation' is non-nil."
   :group 'org-edit-structure
+  :package-version '(Org . "9.8")
   :type 'integer
   :safe #'wholenump)
 
diff --git a/lisp/play/zone.el b/lisp/play/zone.el
index 1ba93d73df3..d9763e86d4c 100644
--- a/lisp/play/zone.el
+++ b/lisp/play/zone.el
@@ -136,17 +136,20 @@ If the element is a function or a list of a function and a number,
 (defcustom zone-all-frames nil
   "When non-nil, zone in all open frames.
 Displays the `*zone*' buffer in all windows in all frames."
-  :type 'boolean)
+  :type 'boolean
+  :version "31.1")
 
 (defcustom zone-all-windows-in-frame nil
   "When non-nil, zone in all windows in the current frame."
-  :type 'boolean)
+  :type 'boolean
+  :version "31.1")
 
 (defcustom zone-delete-other-windows nil
   "When non-nil, make the frame a single window before zoning.
 The original windows and their content will be restored when zoning
 completes."
-  :type 'boolean)
+  :type 'boolean
+  :version "31.1")
 
 ;;;; Hooks to detect the start and finish of zone activity
 
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el
index 83c028ee63d..0952f9842b9 100644
--- a/lisp/progmodes/antlr-mode.el
+++ b/lisp/progmodes/antlr-mode.el
@@ -417,7 +417,8 @@ end of a rule with negative prefix arg.
 
 Default nil means: `antlr-end-of-rule' jumps to beginning of a
 rule, `antlr-end-of-rule' jumps to end of a rule."
-  :type 'boolean)
+  :type 'boolean
+  :version "31.1")
 
 (defcustom antlr-options-use-submenus t
   "Non-nil, if the major mode menu should include option submenus.
@@ -743,7 +744,8 @@ The value might be tool-dependent, see `antlr-tool-version-variables'.")
 (defcustom antlr-run-tool-on-buffer-file t ; was nil before 3.2.0
   "Non-nil, if \\[antlr-run-tool] runs on the file for the current buffer.
 If nil, the provided tool command must include the file name."
-  :type 'boolean)
+  :type 'boolean
+  :version "31.1")
 
 (defcustom antlr-tool-command nil
   "Command used in \\[antlr-run-tool] to run the Antlr tool.
@@ -759,20 +761,23 @@ OBSOLETE as user option - customize version dependent user options."
   "Command used in \\[antlr-run-tool] to run the Antlr tool.
 This variable should include all options passed to Antlr.
 Value for `antlr-tool-command' when using ANTLR v4."
-  :type 'string)
+  :type 'string
+  :version "31.1")
 
 (defcustom antlr-v3-tool-command "java org.antlr.Tool"
   "Command used in \\[antlr-run-tool] to run the Antlr tool.
 This variable should include all options passed to Antlr.
 Value for `antlr-tool-command' when using ANTLR v3."
-  :type 'string)
+  :type 'string
+  :version "31.1")
 
 (defcustom antlr-v2-tool-command "java antlr.Tool"
   "Command used in \\[antlr-run-tool] to run the Antlr tool.
 This variable should include all options passed to Antlr except the
 option \"-glib\" which is automatically suggested if necessary.
 Value for `antlr-tool-command' when using ANTLR v2."
-  :type 'string)
+  :type 'string
+  :version "31.1")
 
 (defcustom antlr-ask-about-save t
   "If not nil, \\[antlr-run-tool] asks which buffers to save.
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index fbcdc6b5124..e05b3aa9fbc 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -982,7 +982,8 @@ Elements in this list will be searched before those in
 
 The buffer-local value of this variable will be inherited by the
 compilation buffer."
-  :type '(repeat (string :tag "Directory")))
+  :type '(repeat (string :tag "Directory"))
+  :version "31.1")
 
 ;;;###autoload
 (defcustom compile-command
diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el
index 6ebd6c03326..5ad0c661984 100644
--- a/lisp/progmodes/csharp-mode.el
+++ b/lisp/progmodes/csharp-mode.el
@@ -656,7 +656,8 @@ compilation and evaluation time conflicts."
   "Number of spaces for each indentation step in `csharp-ts-mode'."
   :type 'integer
   :safe 'integerp
-  :group 'csharp)
+  :group 'csharp
+  :version "31.1")
 
 (defvar csharp-ts-mode--indent-rules
   `((c-sharp
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 4be1eeac341..1b42951e5a3 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -187,7 +187,8 @@
                      ("1.12" . "29.2")
                      ("1.12" . "29.3")
                      ("1.12.29" . "29.4")
-                     ("1.17.30" . "30.1")))
+                     ("1.17.30" . "30.1")
+                     ("1.24.31" . "31.1")))
 
 (defun eglot-alternatives (alternatives)
   "Compute server-choosing function for `eglot-server-programs'.
@@ -601,7 +602,8 @@ This is done by sending an additional '$/cancelRequest' notification
 every time Eglot decides to forget a request.  The effect of this
 notification is implementation defined, and is only useful for some
 servers."
-  :type 'boolean)
+  :type 'boolean
+  :package-version '(Eglot . "1.22"))
 
 (defface eglot-code-action-indicator-face
   '((t (:inherit warning :weight bold)))
@@ -5409,11 +5411,13 @@ initial delay and repeat rate, and may not be 100% accurate."
          (defcustom eglot-semantic-token-types
            ',types "LSP-supplied semantic types Eglot should consider."
            :type '(set ,@(mapcar (lambda (o) `(const ,o)) types))
-           :group 'eglot-semantic-fontification)
+           :group 'eglot-semantic-fontification
+           :package-version '(Eglot . "1.20"))
          (defcustom eglot-semantic-token-modifiers
            ',modifiers "LSP-supplied semantic modifiers Eglot should consider."
            :type '(set ,@(mapcar (lambda (o) `(const ,o)) modifiers))
-           :group 'eglot-semantic-fontification)))))
+           :group 'eglot-semantic-fontification
+           :package-version '(Eglot . "1.20"))))))
 
 (eglot--semtok-define-things)
 
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index de52031f15d..0f05c121815 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -131,7 +131,8 @@
 (add-to-list 'customize-package-emacs-version-alist
              '(Flymake ("1.3.4" . "30.1")
                        ("1.3.5" . "30.1")
-                       ("1.3.6" . "30.1")))
+                       ("1.3.6" . "30.1")
+                       ("1.4.6" . "31.1")))
 
 (defcustom flymake-error-bitmap '(flymake-double-exclamation-mark
                                   flymake-error-fringe)
diff --git a/lisp/tmm.el b/lisp/tmm.el
index ac0c5ff8ce7..d2bb10fb156 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -113,7 +113,8 @@ specify nil for this variable."
 When non-nil, the first menu-entry's character that acts as a shortcut
 is displayed with the `highlight' face to help identify it.  The
 `tmm-mid-prompt' string is not used then."
-  :type 'boolean)
+  :type 'boolean
+  :version "31.1")
 
 (defface tmm-inactive
   '((t :inherit shadow))
diff --git a/lisp/transient.el b/lisp/transient.el
index 4879f1acc24..28ad8d2229b 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -51,6 +51,9 @@
 
 (eval-when-compile (require 'subr-x))
 
+(add-to-list 'customize-package-emacs-version-alist
+             '(transient ("0.13.3" . "31.1")))
+
 (declare-function info "info" (&optional file-or-node buffer))
 (declare-function Man-find-section "man" (section))
 (declare-function Man-next-section "man" (n))
@@ -2236,6 +2239,8 @@ For historic reasons \\`C-x' is used by default, but users are
 encouraged to pick another key, preferably one that is not commonly used
 in Emacs but is still convenient to them.  See info node `(transient)
 Common Suffix Commands'."
+  :package-version '(transient . "0.8.8")
+  :group 'transient
   :type 'key
   :initialize (lambda (symbol exp)
                 (custom-initialize-default symbol exp)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.