diff --git a/etc/EGLOT-NEWS b/etc/EGLOT-NEWS index 1362a691f1f..81becb41eba 100644 --- a/etc/EGLOT-NEWS +++ b/etc/EGLOT-NEWS @@ -17,6 +17,15 @@ This refers to https://github.com/joaotavora/eglot/issues/. That is, to look up issue github#1234, go to https://github.com/joaotavora/eglot/issues/1234. + +* Changes in Eglot 1.23 (2/4/2026) + +** Unbreak ELPA Eglot (github#1584) + +Broken due to bad 'jsonrpc.el' dependency. + +** 'eglot-report-progress' can be safely set to 'messages' (bug#80653) + * Changes in Eglot 1.22 (1/4/2026) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index a6d348edbbf..0e1ed519b43 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.22 +;; Version: 1.23 ;; Author: João Távora ;; Maintainer: João Távora ;; 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.27") (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.28") (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