branch: elpa/pdf-tools commit 96703b2bb5c937afd05778086c43280b0593fe99 Author: Vedang Manerikar <ved.maneri...@gmail.com> Commit: Vedang Manerikar <ved.maneri...@gmail.com>
Bump the minimum Emacs version to 26.3! 🎉🤞 All the code working around issues in Emacs 24 and Emacs 25 has been removed at this point! (or at least, as much of it as I could find) I've tested against Emacs 28 and it's working fine. I need many more automated tests to ensure that behaviour does not break across multiple Emacs versions / operating systems, but that is a topic for another day. This commit bumps the version of `pdf-tools` from `1.0.0snapshot` to `1.0.0`. I do not expect this to have any real change either on Melpa Stable or Non-GNU Elpa, since they already parse the version as 1.0.0. I am not creating a tag at the moment. I will do some more cleanup work and directly create a `1.1.0` post those changes. Closes: #26 --- Cask | 2 -- lisp/pdf-tools.el | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cask b/Cask index d9486f568a..8d7b1e048e 100644 --- a/Cask +++ b/Cask @@ -9,7 +9,5 @@ "server/epdfinfo.exe") (development - (depends-on "let-alist") - (depends-on "tablist") (depends-on "ert-runner") (depends-on "undercover")) diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el index 9d15269286..b94c82fddf 100644 --- a/lisp/pdf-tools.el +++ b/lisp/pdf-tools.el @@ -7,8 +7,8 @@ ;; URL: http://github.com/vedang/pdf-tools/ ;; Keywords: files, multimedia ;; Package: pdf-tools -;; Version: 1.0.0snapshot -;; Package-Requires: ((emacs "24.3") (nadvice "0.3") (tablist "1.0") (let-alist "1.0.4")) +;; Version: 1.0.0 +;; Package-Requires: ((emacs "26.3") (tablist "1.0") (let-alist "1.0.4")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by