Eglot: bump to 1.17
* etc/EGLOT-NEWS: Update. * lisp/progmodes/eglot.el (Version): Bump to 1.17 (Package-Requires): Bump jsonrpc depedency to 1.24
This commit is contained in:
parent
5d88c98e7c
commit
b014bca833
2 changed files with 15 additions and 2 deletions
|
@ -20,6 +20,19 @@ https://github.com/joaotavora/eglot/issues/1234.
|
|||
|
||||
* Changes in upcoming Eglot
|
||||
|
||||
|
||||
* Changes in Eglot 1.17 (25/1/2024)
|
||||
|
||||
** Fixes to completion (github#847, github#1349)
|
||||
|
||||
** Fix code-action gathering for some servers (github#847)
|
||||
|
||||
** Experimental support for Eglot-only subprojects
|
||||
|
||||
Until project.el's support for subprojects improves, github#1337
|
||||
describes a reasonably sane way to configure nested sub-projects
|
||||
within a larger one just for Eglot purposes.
|
||||
|
||||
|
||||
* Changes in Eglot 1.16 (27/12/2023)
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
;; Copyright (C) 2018-2024 Free Software Foundation, Inc.
|
||||
|
||||
;; Version: 1.16
|
||||
;; Version: 1.17
|
||||
;; 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") (jsonrpc "1.0.23") (flymake "1.2.1") (project "0.9.8") (xref "1.6.2") (eldoc "1.14.0") (seq "2.23") (external-completion "0.1"))
|
||||
;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.24") (flymake "1.2.1") (project "0.9.8") (xref "1.6.2") (eldoc "1.14.0") (seq "2.23") (external-completion "0.1"))
|
||||
|
||||
;; 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
Reference in a new issue