summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2021-12-31 17:37:38 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2021-12-31 17:37:38 +0530
commit9794e4090db88206f1ca011235882cc73b012fbf (patch)
tree49e2bf4b5c73ec5dd9caf3ce7140c85806e5fcef /NEWS
parent2f5a1b939369657eb56d4cfa4bdf0b5c11aacb1d (diff)
Missed adding keybindings breaking change to NEWS
This is already part of v0.91 and should be mentioned in NEWS since it's a breaking change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d30a9e..edfcb1e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ From this version onward, we will follow Semantic Versioning for new ~pdf-tools~
** Raise the minimum supported version of Emacs to 25.1
Drop support for Emacs 24. 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.
+
+This is a breaking change because ~r~ was previously bound to ~revert-buffer~. However, ~g~ is also bound to ~revert-buffer~ and is the conventional binding for ~revert~ so this should be okay.
+
** Make changes required by newer versions of Emacs
A number of changes are made to support new elisp / package changes. There is no impact of this on existing users.
- Emacs 27, Emacs 28 and Emacs 29 are supported now.