[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Common.pm (@variable_string_settable
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/Common.pm (@variable_string_settables): Change AUTO_MENU_DESCRIPTION_FILLCOLUMN to AUTO_MENU_MAX_WIDTH and AUTO_MENU_DESCRIPTION_INDENT_LENGTH to AUTO_MENU_DESCRIPTION_ALIGN_COLUMN. * tp/Texinfo/Convert/Plaintext.pm (_convert): Subtract one from the value of AUTO_MENU_DESCRIPTION_ALIGN_COLUMN to get the number of preceding columns in the line. |
Date: |
Mon, 07 Aug 2023 06:16:25 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new d36376b2b4 * tp/Texinfo/Common.pm (@variable_string_settables): Change
AUTO_MENU_DESCRIPTION_FILLCOLUMN to AUTO_MENU_MAX_WIDTH and
AUTO_MENU_DESCRIPTION_INDENT_LENGTH to AUTO_MENU_DESCRIPTION_ALIGN_COLUMN. *
tp/Texinfo/Convert/Plaintext.pm (_convert): Subtract one from the value of
AUTO_MENU_DESCRIPTION_ALIGN_COLUMN to get the number of preceding columns in
the line.
d36376b2b4 is described below
commit d36376b2b4ac3ee225acca68309fc56fd3fe14f4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Aug 7 11:16:10 2023 +0100
* tp/Texinfo/Common.pm (@variable_string_settables):
Change AUTO_MENU_DESCRIPTION_FILLCOLUMN to
AUTO_MENU_MAX_WIDTH and AUTO_MENU_DESCRIPTION_INDENT_LENGTH to
AUTO_MENU_DESCRIPTION_ALIGN_COLUMN.
* tp/Texinfo/Convert/Plaintext.pm (_convert): Subtract one
from the value of AUTO_MENU_DESCRIPTION_ALIGN_COLUMN to get the
number of preceding columns in the line.
---
ChangeLog | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 2d177e2963..7b6c6c4079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2023-08-07 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/Common.pm (@variable_string_settables):
+ Change AUTO_MENU_DESCRIPTION_FILLCOLUMN to
+ AUTO_MENU_MAX_WIDTH and AUTO_MENU_DESCRIPTION_INDENT_LENGTH to
+ AUTO_MENU_DESCRIPTION_ALIGN_COLUMN.
+ * tp/Texinfo/Convert/Plaintext.pm (_convert): Subtract one
+ from the value of AUTO_MENU_DESCRIPTION_ALIGN_COLUMN to get the
+ number of preceding columns in the line.
+
2023-08-05 Gavin Smith <gavinsmith0123@gmail.com>
* NEWS: Mention AUTO_MENU_DESCRIPTION_FILLCOLUMN and
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Common.pm (@variable_string_settables): Change AUTO_MENU_DESCRIPTION_FILLCOLUMN to AUTO_MENU_MAX_WIDTH and AUTO_MENU_DESCRIPTION_INDENT_LENGTH to AUTO_MENU_DESCRIPTION_ALIGN_COLUMN. * tp/Texinfo/Convert/Plaintext.pm (_convert): Subtract one from the value of AUTO_MENU_DESCRIPTION_ALIGN_COLUMN to get the number of preceding columns in the line.,
Gavin D. Smith <=