branch: elpa/pdf-tools commit e5b34680dd4e1f36603666e376b163e6685f2fe4 Author: Vedang Manerikar <ved.maneri...@gmail.com> Commit: Vedang Manerikar <ved.maneri...@gmail.com>
Update the Emacs minimum supported version in README With the release of Emacs 28, we are dropping support for Emacs 24 and 25 (`pdf-tools` is adopting the policy to support on the latest 3 Emacs major versions). This commit simply changes the README file, no actual change in the code has been made yet. I'll make the code changes as part of work towards the 1.0.0 release milestone. Relates to: #26 --- NEWS | 4 ++-- README.org | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6190923811..00d2d5c06d 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ * Version 1.0.0 (Under Development) From this version onward, we will follow Semantic Versioning for new ~pdf-tools~ releases. -** Raise the minimum supported version of Emacs to 25.1 -Drop support for Emacs 24. This allows for some code cleanup. +** Raise the minimum supported version of Emacs to 26.1 +Drop support for Emacs 24 and 25. This allows for some code cleanup. * Version 0.91 ** Change the keybindings for traversing history This is a minor but *breaking change*. ~l~ (backward) and ~r~ (forward) are the conventional bindings for history navigation in Emacs, but ~pdf-tools~ uses ~B~ and ~N~. The previous keybindings are kept as-is for people who were used to it, while introducing ~l~ and ~r~ keybindings as well. diff --git a/README.org b/README.org index 0240b4b0cc..6d276c1e03 100644 --- a/README.org +++ b/README.org @@ -567,4 +567,4 @@ to scale the images correctly when rendering them. :CREATED: [2022-01-02 Sun 10:12] :ID: f44c66e6-402d-4154-b806-6bb4180a0a5b :END: -~pdf-tools~ supports the 3 latest versions of Emacs major releases. At the moment of this writing, this means that the minimum supported Emacs version is ~25.1~. +~pdf-tools~ supports the 3 latest versions of Emacs major releases. At the moment of this writing, this means that the minimum supported Emacs version is ~26.1~.