[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 7 Aug 2023 05:59:37 -0400 (EDT) |
branch: master
commit ff2889804c32a172f69408b8bb327279827d5d30
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Aug 5 14:26:33 2023 +0100
* NEWS: Mention AUTO_MENU_DESCRIPTION_FILLCOLUMN and
AUTO_MENU_DESCRIPTION_INDENT_LENGTH.
---
ChangeLog | 5 +++++
NEWS | 3 +++
2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index fa1a45142a..2d177e2963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-05 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * NEWS: Mention AUTO_MENU_DESCRIPTION_FILLCOLUMN and
+ AUTO_MENU_DESCRIPTION_INDENT_LENGTH.
+
2023-08-05 Gavin Smith <gavinsmith0123@gmail.com>
* TODO: add outputting detailmenu comment lines
diff --git a/NEWS b/NEWS
index 1cec23cf04..09b71edccd 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ See the manual for detailed information.
. new ASCII_GLYPH variable for using ASCII renditions for glyph
commands (like @bullet).
. ASCII_PUNCTUATION still includes the effect of these new variables.
+ . new variables AUTO_MENU_DESCRIPTION_FILLCOLUMN and
+ AUTO_MENU_DESCRIPTION_INDENT_LENGTH control the format of
+ descriptions in generated menus
. XML output:
. menu leading text and menu separator in elements instead of attributes.