summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2022-04-25 21:42:07 -0400
committerVedang Manerikar <ved.manerikar@gmail.com>2022-04-25 21:49:31 -0400
commite5b34680dd4e1f36603666e376b163e6685f2fe4 (patch)
tree228ece4e4ee23520deea77956ef4e73fc2d94923
parent550943f1331db03af789989691482a382e2a45af (diff)
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
-rw-r--r--NEWS4
-rw-r--r--README.org2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6190923..00d2d5c 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 0240b4b..6d276c1 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~.