[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 8125d4cfc56: Eglot: Bump to 1.14
From: |
João Távora |
Subject: |
master 8125d4cfc56: Eglot: Bump to 1.14 |
Date: |
Sun, 2 Apr 2023 20:38:43 -0400 (EDT) |
branch: master
commit 8125d4cfc5605ead9102b7d823c4241029eb76cc
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>
Eglot: Bump to 1.14
* lisp/progmodes/eglot.el (Version): Bump to 1.14
(Package-Requires): Require ElDoc 1.14.0
* etc/EGLOT-NEWS: Update.
---
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 2872cdd05cf..7369b3bf545 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 in upcoming Eglot 1.14
+* Changes in Eglot 1.14 (3/4/2023)
** Faster, more responsive completion
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 93af5f2123b..10b6c0cc2ca 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -2,12 +2,12 @@
;; Copyright (C) 2018-2023 Free Software Foundation, Inc.
-;; Version: 1.13
+;; Version: 1.14
;; 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.16") (flymake "1.2.1")
(project "0.9.8") (xref "1.6.2") (eldoc "1.11.0") (seq "2.23")
(external-completion "0.1"))
+;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.16") (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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 8125d4cfc56: Eglot: Bump to 1.14,
João Távora <=