texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Small Changelog correction, change in TODO and co


From: Patrice Dumas
Subject: branch master updated: Small Changelog correction, change in TODO and comments.
Date: Fri, 03 Sep 2021 13:01:05 -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 4d0964f  Small Changelog correction, change in TODO and comments.
4d0964f is described below

commit 4d0964f0ccc77a946648d957b6d8690500f5ecff
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Sep 3 19:00:20 2021 +0200

    Small Changelog correction, change in TODO and comments.
---
 ChangeLog                     | 9 +++++----
 tp/TODO                       | 9 ++++-----
 tp/Texinfo/Transformations.pm | 2 ++
 tp/Texinfo/Translations.pm    | 1 +
 4 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 13ded9f..c0aaa68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,11 @@
 
        * tp/Texinfo/Common.pm (%default_main_program_command_line_options),
        tp/Texinfo/Config.pm (GNUT_set_main_program_default,
-       Texinfo::MainConfig, new, get_conf, set_conf), texi2any.pl: add
-       a scope with functions that mimics parser or converter with
-       get_conf() and set_conf() methods, have access to Texinfo::Config
-       informations.  This allows to set a $main_configuration object in
+       Texinfo::MainConfig, new, get_conf, set_conf), texi2any.pl
+       (set_main_program_default): add a scope with functions that
+       mimics parser or converter with get_conf() and set_conf()
+       methods but using directly Texinfo::Config informations.
+       This allows to set a $main_configuration object in
        main program that is passed to functions that need information.
        Used in tests too, simply setting a hash reference and not accessing
        Texinfo::Config informations.
diff --git a/tp/TODO b/tp/TODO
index c488f7e..61400ad 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -13,19 +13,18 @@ xmllint --nonet --noout --valid commands.xml
 Before next release
 ===================
 
-Rename _set_global_multiple_commands and $multiple_commands_index
+do not remove documentlanguage in index entries in complete_indices
+(remove delete $entry->{'command'}->{'extra'}->{'documentlanguage'};)
 
-Real API for Texinfo::Config used in html32.pm.
+Rename _set_global_multiple_commands
 
-CHECK_NORMAL_MENU_STRUCTURE devien argument de la fonction
+Real API for Texinfo::Config used in html32.pm.
 
 renommer formatting_commands no_arg_commands ou approchant
 
 remettre libint-perl
 
 
-do not remove documentlanguage in index entries
-
 check @{$converter_options->{'INCLUDE_DIRECTORIES'}} with more 
 than one output file
 FIXME isn't that done for each output file?
diff --git a/tp/Texinfo/Transformations.pm b/tp/Texinfo/Transformations.pm
index 33e9528..9843455 100644
--- a/tp/Texinfo/Transformations.pm
+++ b/tp/Texinfo/Transformations.pm
@@ -608,6 +608,8 @@ sub new_master_menu($$)
   }
 }
 
+# self is used to pass down a translatable object with customization
+# information to call gdt().
 sub regenerate_master_menu($$)
 {
   my $self = shift;
diff --git a/tp/Texinfo/Translations.pm b/tp/Texinfo/Translations.pm
index 3d3c03e..3fa3c4b 100644
--- a/tp/Texinfo/Translations.pm
+++ b/tp/Texinfo/Translations.pm
@@ -208,6 +208,7 @@ sub gdt($$;$$)
         if (defined($current_parser->{$duplicated_conf}));
     }
   }
+  # accept @txiinternalvalue as a valid Texinfo command
   $parser_conf->{'accept_internalvalue'} = 1;
   my $parser = Texinfo::Parser::simple_parser($parser_conf);
   if ($parser->{'DEBUG'}) {



reply via email to

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