emacs-31 0d67e76b94e 3/3: Eglot: release version 1.24
Sean Whitton <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 0d67e76b94e1f0af9fe364aed8aa5db1c494c206 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> Eglot: release version 1.24 * lisp/progmodes/eglot.el (Version): Bump to 1.24. * etc/EGLOT-NEWS: Announce new version. --- etc/EGLOT-NEWS | 2 +- lisp/progmodes/eglot.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/EGLOT-NEWS b/etc/EGLOT-NEWS index cdbd3048f27..ad6aae10436 100644 --- a/etc/EGLOT-NEWS +++ b/etc/EGLOT-NEWS @@ -18,7 +18,7 @@ to look up issue github#1234, go to https://github.com/joaotavora/eglot/issues/1234. -* Changes to upcoming Eglot +* Changes in Eglot 1.24 (23/6/2026) ** New command 'M-x eglot-describe-connection' diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 2afb2b40094..f701a38ab8b 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -2,12 +2,12 @@ ;; Copyright (C) 2018-2026 Free Software Foundation, Inc. -;; Version: 1.23 +;; Version: 1.24 ;; Author: João Távora <[email protected]> ;; Maintainer: João Távora <[email protected]> ;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.3") (eldoc "1.16.0") (external-completion "0.1") (flymake "1.4.5") (jsonrpc "1.0.28") (project "0.11.2") (seq "2.23") (xref "1.7.0")) +;; Package-Requires: ((emacs "26.3") (eldoc "1.16.0") (external-completion "0.1") (flymake "1.4.5") (jsonrpc "1.0.29") (project "0.11.2") (seq "2.23") (xref "1.7.0")) ;; This is a GNU ELPA :core package. Avoid adding functionality ;; that is not available in the version of Emacs recorded above or any