mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-09 07:41:40 -07:00
Eglot: release version 1.23
* lisp/progmodes/eglot.el (Version): Bump to 1.23. * etc/EGLOT-NEWS: Announce new version.
This commit is contained in:
parent
f0fcc87a34
commit
dc7c36ea12
2 changed files with 11 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
;; Copyright (C) 2018-2026 Free Software Foundation, Inc.
|
||||
|
||||
;; Version: 1.22
|
||||
;; Version: 1.23
|
||||
;; Author: João Távora <joaotavora@gmail.com>
|
||||
;; Maintainer: João Távora <joaotavora@gmail.com>
|
||||
;; 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue