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

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

[elpa] externals/transient 76ac902ea5 149/366: Order CHANGELOG chronolog


From: Jonas Bernoulli
Subject: [elpa] externals/transient 76ac902ea5 149/366: Order CHANGELOG chronologically
Date: Tue, 25 Jan 2022 18:54:36 -0500 (EST)

branch: externals/transient
commit 76ac902ea5613513107d83500c8fd586a191e656
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Order CHANGELOG chronologically
---
 docs/CHANGELOG | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index ee0b90fffb..24ad86a540 100644
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -1,20 +1,15 @@
 # -*- mode: org -*-
 * v0.2.0    UNRELEASED
 
-- The new option ~transient-display-buffer-action~ allows users to
-  specify how a window is selected to display the transient popup
-  buffer.  The ~lv~ library is no longer used.  #17
-
-- The new option ~transient-mode-line-format~ allows users to use
-  a mode-line for the transient popup buffer instead of just a
-  thin line that separates it from the echo area.  When using a
-  non-standard value for ~transient-display-buffer-action~ it may
-  be necessary to do that.  #17
-
 - The new option ~transient-force-fixed-pitch~ allows users to use a
   monospaced font in transient's popup buffer even if they use a
   proportional font for the rest of Emacs.  #25, #67
 
+- A new keymap, ~transient-base-map~ was added to make it easier to
+  change key bindings that are shared between all transients.  This
+  new keymap is used as the parent of all the other keymaps that are
+  shared between all transients.
+
 - Added new commands ~transient-scroll-up~ and ~transient-scroll-down~,
   which scroll the transient window.  ~C-v~ and ~M-v~ (and ~<next>~ and
   ~<prior>~) are bound to these commands.  These keys were chosen they
@@ -22,10 +17,15 @@
   it necessary to find a new binding for ~transient-show~, which ~C-t~ is
   bound to now.  #17
 
-- A new keymap, ~transient-base-map~ was added to make it easier to
-  change key bindings that are shared between all transients.  This
-  new keymap is used as the parent of all the other keymaps that are
-  shared between all transients.
+- The new option ~transient-mode-line-format~ allows users to use
+  a mode-line for the transient popup buffer instead of just a
+  thin line that separates it from the echo area.  When using a
+  non-standard value for ~transient-display-buffer-action~ it may
+  be necessary to do that.  #17
+
+- The new option ~transient-display-buffer-action~ allows users to
+  specify how a window is selected to display the transient popup
+  buffer.  The ~lv~ library is no longer used.  #17
 
 - The window that was selected before the transient window was shown
   is no longer re-selected before calling a suffix that exits the



reply via email to

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