texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 5 Oct 2024 05:22:33 -0400 (EDT)

branch: master
commit fe6bcfb70999a4d97e8a975b56c240e869208ae7
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 24 23:53:02 2024 +0200

    * tp/Texinfo/Convert/IXINSXML.pm (%defaults): do not set
    output_format, let it be set by the caller.
---
 ChangeLog                       | 5 +++++
 tp/Texinfo/Convert/Converter.pm | 4 ++--
 tp/Texinfo/Convert/IXINSXML.pm  | 5 -----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b23bc299f1..70ccb5f923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-24  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/IXINSXML.pm (%defaults): do not set
+       output_format, let it be set by the caller.
+
 2024-08-24  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/Converter.pm (%common_converters_defaults),
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 6ce4b5a608..8c81ba6804 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -140,8 +140,8 @@ my $common_defaults = 
Texinfo::Options::get_converter_regular_options('common');
 # but is available directly in the converter as a hash key.
 # FIXME separate the two types of information and check that those
 # items are not valid customization options?
-# NOTE converters for now do not add more and set, rarely, output_format.
-# It would be good to keep it that way and add customization options instead.
+# NOTE converters for now only set customization variables.
+# It would be good to keep it that way.
 my %common_converters_defaults = (
   # Following are set in the main program
   'output_format'        => undef,
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index bb6ab1a9d6..3c6ed66c4d 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -41,11 +41,6 @@ our $VERSION = '7.1.90';
 
 
 my %defaults = (
-  # next is replaced by the main program value if called from
-  # the main program.  'output_format' is also 'ixinsxml' when set by
-  # the main program.
-  'output_format'        => 'ixinsxml',
-
   # Customization option variables
   'FORMAT_MENU'          => 'menu',
   'EXTENSION'            => 'ixin',



reply via email to

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