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

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

[elpa] externals/taxy-magit-section 594531569c: Fix: (taxy-magit-section


From: ELPA Syncer
Subject: [elpa] externals/taxy-magit-section 594531569c: Fix: (taxy-magit-section-format-header) Header alignment
Date: Thu, 23 Feb 2023 19:58:33 -0500 (EST)

branch: externals/taxy-magit-section
commit 594531569c03206cbc83b74d679ffd0e93edb4d0
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (taxy-magit-section-format-header) Header alignment
    
    Released as v0.12.2.
---
 README.org              |  5 +++++
 taxy-magit-section.el   |  5 +++--
 taxy-magit-section.info | 52 ++++++++++++++++++++++++++++++-------------------
 3 files changed, 40 insertions(+), 22 deletions(-)

diff --git a/README.org b/README.org
index 5345f9bc2d..9e0451d07e 100644
--- a/README.org
+++ b/README.org
@@ -32,6 +32,11 @@ This library renders 
[[https://github.com/alphapapa/taxy.el][Taxy]] structs with
 :TOC:      :depth 0
 :END:
 
+** 0.12.2
+
+*Fixes*
++ Header alignment.
+
 ** 0.12.1
 
 *Fixes*
diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index 45e9d48f47..9db5136952 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -5,7 +5,7 @@
 ;; Author: Adam Porter <adam@alphapapa.net>
 ;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; URL: https://github.com/alphapapa/taxy.el
-;; Version: 0.12.1
+;; Version: 0.12.2
 ;; Package-Requires: ((emacs "26.3") (magit-section "3.2.1") (taxy "0.10"))
 ;; Keywords: lisp
 
@@ -452,7 +452,8 @@ variable passed to that function, which see."
                                ((or `nil 'left) "-")
                                ('right ""))))
     (concat (format (format " %%%s%ss"
-                            first-column-align (cdar column-sizes))
+                            ;; FIXME: Why is this 1+ necessary for proper 
alignment?
+                            first-column-align (1+ (cdar column-sizes)))
                     (caar column-sizes))
             (cl-loop for (name . size) in (cdr column-sizes)
                      for column-alist = (alist-get name formatters nil nil 
#'equal)
diff --git a/taxy-magit-section.info b/taxy-magit-section.info
index be59bef82a..da5ecd20de 100644
--- a/taxy-magit-section.info
+++ b/taxy-magit-section.info
@@ -31,6 +31,7 @@ structs with magit-section 
(https://melpa.org/#/magit-section).
 
 Changelog
 
+* 0.12.2: 0122. 
 * 0.12.1: 0121. 
 * 0.12: 012. 
 * 0.11: 011. 
@@ -70,6 +71,7 @@ File: README.info,  Node: Changelog,  Next: Development,  
Prev: COMMENT Usage,
 
 * Menu:
 
+* 0.12.2: 0122. 
 * 0.12.1: 0121. 
 * 0.12: 012. 
 * 0.11: 011. 
@@ -78,9 +80,18 @@ File: README.info,  Node: Changelog,  Next: Development,  
Prev: COMMENT Usage,
 * 0.9: 09. 
 
 
-File: README.info,  Node: 0121,  Next: 012,  Up: Changelog
+File: README.info,  Node: 0122,  Next: 0121,  Up: Changelog
 
-4.1 0.12.1
+4.1 0.12.2
+==========
+
+*Fixes*
+   • Header alignment.
+
+
+File: README.info,  Node: 0121,  Next: 012,  Prev: 0122,  Up: Changelog
+
+4.2 0.12.1
 ==========
 
 *Fixes*
@@ -89,7 +100,7 @@ File: README.info,  Node: 0121,  Next: 012,  Up: Changelog
 
 File: README.info,  Node: 012,  Next: 011,  Prev: 0121,  Up: Changelog
 
-4.2 0.12
+4.3 0.12
 ========
 
 *Fixes*
@@ -98,7 +109,7 @@ File: README.info,  Node: 012,  Next: 011,  Prev: 0121,  Up: 
Changelog
 
 File: README.info,  Node: 011,  Next: 010,  Prev: 012,  Up: Changelog
 
-4.3 0.11
+4.4 0.11
 ========
 
 *Additions*
@@ -108,7 +119,7 @@ File: README.info,  Node: 011,  Next: 010,  Prev: 012,  Up: 
Changelog
 
 File: README.info,  Node: 010,  Next: 091,  Prev: 011,  Up: Changelog
 
-4.4 0.10
+4.5 0.10
 ========
 
 *Fixes*
@@ -117,7 +128,7 @@ File: README.info,  Node: 010,  Next: 091,  Prev: 011,  Up: 
Changelog
 
 File: README.info,  Node: 091,  Next: 09,  Prev: 010,  Up: Changelog
 
-4.5 0.9.1
+4.6 0.9.1
 =========
 
 *Fixes*
@@ -130,7 +141,7 @@ File: README.info,  Node: 091,  Next: 09,  Prev: 010,  Up: 
Changelog
 
 File: README.info,  Node: 09,  Prev: 091,  Up: Changelog
 
-4.6 0.9
+4.7 0.9
 =======
 
    • ‘taxy-magit-section’ moved to separate package.
@@ -166,19 +177,20 @@ GPLv3
 
 Tag Table:
 Node: Top221
-Node: COMMENT Examples833
-Node: Installation961
-Node: COMMENT Usage1332
-Node: Changelog1457
-Node: 01211669
-Node: 0121789
-Node: 0111926
-Node: 0102127
-Node: 0912282
-Node: 092674
-Node: Development2864
-Node: Credits3091
-Node: License3281
+Node: COMMENT Examples850
+Node: Installation978
+Node: COMMENT Usage1349
+Node: Changelog1474
+Node: 01221703
+Node: 01211823
+Node: 0121956
+Node: 0112093
+Node: 0102294
+Node: 0912449
+Node: 092841
+Node: Development3031
+Node: Credits3258
+Node: License3448
 
 End Tag Table
 



reply via email to

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