[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 23 Dec 2024 18:58:54 -0500 (EST) |
branch: master
commit ac887b7fdece7e62101c5b11bf81098b19c07480
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Dec 21 22:19:43 2024 +0100
* tp/Texinfo/Common.pm (%valid_tree_transformations): remove
indent_menu_descriptions, it has been removed long ago.
---
ChangeLog | 5 +++++
tp/Texinfo/Common.pm | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 16bf9615cf..b712d382d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-21 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Common.pm (%valid_tree_transformations): remove
+ indent_menu_descriptions, it has been removed long ago.
+
2024-12-21 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Common.pm (%valid_tree_transformations),
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 226bf13577..5f87a87f6b 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -265,7 +265,6 @@ foreach my $valid_transformation (
'complete_tree_nodes_menus',
'complete_tree_nodes_missing_menu',
'fill_gaps_in_sectioning',
- 'indent_menu_descriptions',
'insert_nodes_for_sectioning_commands',
'move_index_entries_after_items',
'regenerate_master_menu',