[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Common.pm (%non_formatted_brace_comm
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Common.pm (%non_formatted_brace_commands): add sortas. |
Date: |
Fri, 28 Jul 2023 15:05:48 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 199331eddb * tp/Texinfo/Common.pm (%non_formatted_brace_commands): add
sortas.
199331eddb is described below
commit 199331eddb184081770e52f796d3afff13c4506c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jul 28 21:05:38 2023 +0200
* tp/Texinfo/Common.pm (%non_formatted_brace_commands): add sortas.
---
ChangeLog | 4 ++++
tp/Texinfo/Common.pm | 6 ++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index dfb009a719..0e21080456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-07-28 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Common.pm (%non_formatted_brace_commands): add sortas.
+
2023-07-28 Patrice Dumas <pertusus@free.fr>
* tp/texi2any.pl (set_translations_encoding): reset translations
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 6727566083..f9d4bdfca0 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -747,10 +747,8 @@ foreach my $command (
# brace commands that are not replaced with text.
our %non_formatted_brace_commands;
-# FIXME add seealso, seeentry, sortas? Not so important as they
-# are in within index commands.
-foreach my $non_formatted_brace_command ('anchor', 'shortcaption',
- 'caption', 'hyphenation', 'errormsg') {
+foreach my $non_formatted_brace_command ('anchor', 'caption',
+ 'errormsg', 'hyphenation', 'shortcaption', 'sortas') {
$non_formatted_brace_commands{$non_formatted_brace_command} = 1;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Common.pm (%non_formatted_brace_commands): add sortas.,
Patrice Dumas <=