[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 00fabc76eb 2/2: Release version 0.7.9
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 00fabc76eb 2/2: Release version 0.7.9 |
Date: |
Mon, 4 Nov 2024 17:12:41 -0500 (EST) |
branch: externals/transient
commit 00fabc76eb3dc75f742d8d2720c44e25e5772e8f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Release version 0.7.9
---
CHANGELOG | 9 +++++++++
docs/transient.org | 4 ++--
docs/transient.texi | 4 ++--
lisp/transient.el | 2 +-
4 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 9cbfb006d3..ac87cbf2ae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
# -*- mode: org -*-
+* v0.7.9 2024-11-04
+
+Bug fixes:
+
+- Fixed a recent regression in ~transient-suffix-object~. #325
+
+- The height of the transient window was fixed even it used the full
+ frame height. 5478d4e6
+
* v0.7.8 2024-11-02
- Additional potential mistakes in menu definitions are now detected.
diff --git a/docs/transient.org b/docs/transient.org
index 7d6444d0f3..5959f22a08 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs misc features
#+texinfo_dir_title: Transient: (transient).
#+texinfo_dir_desc: Transient Commands
-#+subtitle: for version 0.7.8
+#+subtitle: for version 0.7.9
#+setupfile: .orgconfig
@@ -20,7 +20,7 @@ resource to get over that hurdle is Psionic K's interactive
tutorial,
available at https://github.com/positron-solutions/transient-showcase.
#+texinfo: @noindent
-This manual is for Transient version 0.7.8.
+This manual is for Transient version 0.7.9.
#+texinfo: @insertcopying
:END:
diff --git a/docs/transient.texi b/docs/transient.texi
index e2f601331e..16df8bc662 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Transient User and Developer Manual
-@subtitle for version 0.7.8
+@subtitle for version 0.7.9
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive
tutorial,
available at @uref{https://github.com/positron-solutions/transient-showcase}.
@noindent
-This manual is for Transient version 0.7.8.
+This manual is for Transient version 0.7.9.
@insertcopying
@end ifnottex
diff --git a/lisp/transient.el b/lisp/transient.el
index 560bf52ce0..7d2fb50a74 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/transient
;; Keywords: extensions
-;; Package-Version: 0.7.8
+;; Package-Version: 0.7.9
;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0") (seq "2.24"))
;; SPDX-License-Identifier: GPL-3.0-or-later