emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pdf-tools 9794e4090d: Missed adding keybindings breaking c


From: ELPA Syncer
Subject: [nongnu] elpa/pdf-tools 9794e4090d: Missed adding keybindings breaking change to NEWS
Date: Fri, 31 Dec 2021 07:58:04 -0500 (EST)

branch: elpa/pdf-tools
commit 9794e4090db88206f1ca011235882cc73b012fbf
Author: Vedang Manerikar <ved.manerikar@gmail.com>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>

    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.
---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 1d30a9efbd..edfcb1e906 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]