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

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

[elpa] externals/transient 43e9c16d0c 05/17: Next release will be 0.5.0


From: Jonas Bernoulli
Subject: [elpa] externals/transient 43e9c16d0c 05/17: Next release will be 0.5.0
Date: Tue, 21 Nov 2023 10:17:46 -0500 (EST)

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

    Next release will be 0.5.0
---
 lisp/transient.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 8471f5ac4b..44c153e397 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -524,7 +524,7 @@ Only the background color is significant."
   :group 'transient-faces)
 
 (define-obsolete-face-alias 'transient-separator 'transient-separator-line
-                            "transient 0.4.4")
+                            "Transient 0.5.0")
 
 (defgroup transient-color-faces
   '((transient-semantic-coloring custom-variable))
@@ -1439,7 +1439,7 @@ Usually it remains selected while the transient is 
active.")
 Usually it remains current while the transient is active.")
 
 (define-obsolete-variable-alias 'transient--current-buffer
-  'transient--shadowed-buffer "0.4.4")
+  'transient--shadowed-buffer "Transient 0.5.0")
 (defvar transient--shadowed-buffer nil
   "The buffer that is temporarily shadowed by the transient buffer.
 This is bound while the suffix predicate is being evaluated and while



reply via email to

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