branch: externals/jarchive
commit 8b738ec31bf269a900d660c6844ffd5563bf319f
Author: dannyfreeman <[email protected]>
Commit: dannyfreeman <[email protected]>
Add changelog
---
CHANGELOG.md | 15 +++++++++++++++
README.md | 2 ++
2 files changed, 17 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000..a92b955395
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Change Log
+## 2022-11-11 Release Notes
+
+- Now operates on full jar URIs and zipfile URIs
+ - For example `jar:file:///path/to/library.jar!/path/in/jar/source.ext`
+ - also `zipfile:///path/to/library.jar::/path/in/jar/source.ext`
+- Removed command `jarchive-move-to-visiting-project`
+ - Prefer setting `eglot-extend-to-xref` instead, or use `M-x write-file` to
save where you like.
+- Removed `jarchive--managed-mode`
+ - No longer necessary now that `eglot-extend-to-xref` is working properly.
+- Works with the latest eglot on emacs master
+ - as of commit
[1a2d603bb3938ff68ed1a5412d131b41efd40a24](https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=1a2d603bb3938ff68ed1a5412d131b41efd40a24
"Emacs upstream commit 1a2d603bb3938ff68ed1a5412d131b41efd40a24").
+- Patches the legacy eglot (version 1.9, released 2022-10-11) on melpa that
does not contain the changes from above commit to emacs mainline
+ - Current what is available to stable emacs users (version 28.x)
+ - https://elpa.gnu.org/packages/eglot.html
diff --git a/README.md b/README.md
index b5cf885849..8db9607d45 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ It current works well with eglot on the Emacs master branch.
If you are using eglot from melpa or the eglot github, this won't work.
I will update the README when this changes.
+See the [CHANGELOG](item/CHANGELOG.md "change log") for more information.
+
# Installing
This package is not available on any package repositories yet.