texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Common.pm (%line_commands), * tp/Tex


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/Common.pm (%line_commands), * tp/Texinfo/XS/parsetexi/command_data.txt: Put page size commands together.
Date: Sat, 01 Jan 2022 12:26:19 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 1d7e221f57 * tp/Texinfo/Common.pm (%line_commands), * 
tp/Texinfo/XS/parsetexi/command_data.txt: Put page size commands together.
1d7e221f57 is described below

commit 1d7e221f57fed2debd81cd185ffa9245f40fcbbe
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jan 1 17:26:05 2022 +0000

    * tp/Texinfo/Common.pm (%line_commands),
    * tp/Texinfo/XS/parsetexi/command_data.txt:
    Put page size commands together.
---
 ChangeLog                                | 6 ++++++
 tp/Texinfo/Common.pm                     | 2 +-
 tp/Texinfo/XS/parsetexi/command_data.txt | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2ac1af73e4..58c4943a8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-01  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/Common.pm (%line_commands),
+       * tp/Texinfo/XS/parsetexi/command_data.txt:
+       Put page size commands together.
+
 2022-01-01  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Common.pm (rearrange_tree_beginning),
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 30db0a3b35..8307a8432f 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -534,6 +534,7 @@ our %line_commands = (
   'exampleindent'     => 1, # asis or a number
   'footnotestyle'     => 1, # end and separate, nothing else on the line
   'urefbreakstyle'    => 1, # after|before|none
+  'smallbook'         => 'skipline', # no arg
   'afourpaper'        => 'skipline', # no arg
   'afivepaper'        => 'skipline', # no arg
   'afourlatex'        => 'skipline', # no arg
@@ -543,7 +544,6 @@ our %line_commands = (
                             # interacts with setchapternewpage
   'setchapternewpage' => 1, # off on odd
 
-  'smallbook'         => 'skipline', # no arg
   'syncodeindex'      => 2,   # args are index identifiers
   'synindex'          => 2,
   'defindex'          => 1, # one identifier arg
diff --git a/tp/Texinfo/XS/parsetexi/command_data.txt 
b/tp/Texinfo/XS/parsetexi/command_data.txt
index 865c347d8a..a441e1bb8e 100644
--- a/tp/Texinfo/XS/parsetexi/command_data.txt
+++ b/tp/Texinfo/XS/parsetexi/command_data.txt
@@ -96,6 +96,7 @@ allowcodebreaks         line,global                     1
 exampleindent           line,global                     1
 footnotestyle           line,global_unique              1
 urefbreakstyle          line,global                     1
+smallbook               line,global_unique              LINE_skipline
 afourpaper              line,global_unique              LINE_skipline
 afivepaper              line,global_unique              LINE_skipline
 afourlatex              line,global_unique              LINE_skipline
@@ -111,7 +112,6 @@ evenfooting             line,global                     
LINE_heading_spec
 oddheading              line,global                     LINE_heading_spec
 oddfooting              line,global                     LINE_heading_spec
 
-smallbook               line,global_unique              LINE_skipline
 syncodeindex            line                            2
 synindex                line                            2
 defindex                line                            1



reply via email to

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