diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-10-13 09:48:52 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-11-25 12:57:23 +0530 |
| commit | 96703b2bb5c937afd05778086c43280b0593fe99 (patch) | |
| tree | fc306ffd5b1618841f3d7b38c10f3b24930c25a2 | |
| parent | 7a51b38310014628fe4ada9731d6d63657e8f209 (diff) | |
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
| -rw-r--r-- | Cask | 2 | ||||
| -rw-r--r-- | lisp/pdf-tools.el | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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 9d15269..b94c82f 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 |
