]> git.eshelyaron.com Git - emacs.git/commitdiff
Eglot: bump to 1.17
authorJoão Távora <joaotavora@gmail.com>
Thu, 25 Jan 2024 12:18:58 +0000 (12:18 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 18:06:24 +0000 (19:06 +0100)
* etc/EGLOT-NEWS: Update.

* lisp/progmodes/eglot.el (Version): Bump to 1.17
(Package-Requires): Bump jsonrpc depedency to 1.24

(cherry picked from commit b014bca833a17f5b2258e88115f03cffa983d0bd)

etc/EGLOT-NEWS
lisp/progmodes/eglot.el

index 1f913f812363ada362601c070d57dfdfc31ab864..12e7d3f6b9b4c981456c0a60920673978313214e 100644 (file)
@@ -20,6 +20,19 @@ https://github.com/joaotavora/eglot/issues/1234.
 \f
 * Changes in upcoming Eglot
 
+\f
+* 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.
+
 \f
 * Changes in Eglot 1.16 (27/12/2023)
 
index f8d9605160650de672ae48444397df8d8547781d..408370745737e374bdb0b0724873665bda3236d6 100644 (file)
@@ -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