texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog TODO texi2html.init texi2ht...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog TODO texi2html.init texi2ht...
Date: Tue, 04 Aug 2009 16:23:38 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/08/04 16:23:38

Modified files:
        .              : ChangeLog TODO texi2html.init texi2html.pl 
        formats        : html.init info.init 
        test/sectionning: no_element.texi tests.txt 
        test/sectionning/res/no_element: no_element.2 no_element.html 
        test/sectionning/res_all/no_element: no_element.2 
        test/sectionning/res_info/no_element: no_element.2 
                                              no_element.info 
Added files:
        test/sectionning/res/only_documentencoding: 
                                                    only_documentencoding.1 
                                                    only_documentencoding.2 
                                                    only_documentencoding.html 
        test/sectionning/res_all/only_documentencoding: 
                                                        only_documentencoding.1 
                                                        only_documentencoding.2 
                                                        
only_documentencoding.txt 
        test/sectionning/res_info/only_documentencoding: 
                                                         
only_documentencoding.1 
                                                         
only_documentencoding.2 
                                                         
only_documentencoding.info 

Log message:
                * formats/info.init: always output encoding as a local var if 
set,
                even if there are no nodes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.404&r2=1.405
http://cvs.savannah.gnu.org/viewcvs/texi2html/TODO?cvsroot=texi2html&r1=1.116&r2=1.117
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.213&r2=1.214
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.306&r2=1.307
http://cvs.savannah.gnu.org/viewcvs/texi2html/formats/html.init?cvsroot=texi2html&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texi2html/formats/info.init?cvsroot=texi2html&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/no_element.texi?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/tests.txt?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res/no_element/no_element.2?cvsroot=texi2html&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res/no_element/no_element.html?cvsroot=texi2html&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res/only_documentencoding/only_documentencoding.1?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res/only_documentencoding/only_documentencoding.2?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res/only_documentencoding/only_documentencoding.html?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_all/no_element/no_element.2?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_all/only_documentencoding/only_documentencoding.1?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_all/only_documentencoding/only_documentencoding.2?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_all/only_documentencoding/only_documentencoding.txt?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_info/no_element/no_element.2?cvsroot=texi2html&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_info/no_element/no_element.info?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_info/only_documentencoding/only_documentencoding.1?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_info/only_documentencoding/only_documentencoding.2?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/sectionning/res_info/only_documentencoding/only_documentencoding.info?cvsroot=texi2html&rev=1.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -b -r1.404 -r1.405
--- ChangeLog   4 Aug 2009 14:30:43 -0000       1.404
+++ ChangeLog   4 Aug 2009 16:23:35 -0000       1.405
@@ -7,6 +7,8 @@
        Handle @headitemfont.
        * texi2html.pl: always search for include files and images 
        in working directory and manual directory.
+       * formats/info.init: always output encoding as a local var if set,
+       even if there are no nodes.
 
 2009-08-03   Patrice Dumas  <address@hidden>
 

Index: TODO
===================================================================
RCS file: /cvsroot/texi2html/texi2html/TODO,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- TODO        4 Aug 2009 14:30:44 -0000       1.116
+++ TODO        4 Aug 2009 16:23:35 -0000       1.117
@@ -369,13 +369,7 @@
 * @insertcopying in @copying doesn't lead to error message with 
   INLINE_INSERTCOPYING. See invalid/recursive_copying
 
-* encodings/accentenc.texi.
-../..//accent-text.txi:45: warning: invalid encoded character `oelig'.
-../..//accent-text.txi:45: warning: invalid encoded character `OElig'.
-  Also OE is associated with both '00D8' and '0152'?
-
-* should include files be searched in current directory, input manual
-  directory or both?
+* '00D8' which is Oslash is transliterated on OE?
 
 * error messages
   *** waiting for end of quotation, found @end cartouche (l. 12)
@@ -397,20 +391,6 @@
   leading spaces (precisely in @code in @table in @table @item, line
 in nested table line
 
-* in coverage/formats_titles.texi, a construct like
-
address@hidden @emph
-before first table
address@hidden tab
address@hidden table
-
-  leads to
-
-    before first table
-_tab_
-
-  without an empty line added after the title. Maybe there should be one.
-
 * In japanese.texi lines are not cut right.
 
 * formatting/float_copying index entries in insertcopying are not right.

Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- texi2html.init      4 Aug 2009 14:30:44 -0000       1.213
+++ texi2html.init      4 Aug 2009 16:23:35 -0000       1.214
@@ -10,9 +10,9 @@
 #
 # Copy this file, rename it and make changes to it, if you like.
 # Afterwards, load the file with command-line 
-# option -init-file <your_init_file>
+# option --init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.213 2009/08/04 14:30:44 pertusus Exp $
+# $Id: texi2html.init,v 1.214 2009/08/04 16:23:35 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -20,14 +20,14 @@
 #
 # The default values are set in this file, texi2html.init and the content
 # of this file is included at the beginning of the texi2html script file. 
-# Those values may be overrided by values set in $sysconfdir/texi2htmlrc 
-# and then by values set in $HOME/texi2htmlrc.
+# Those values may be overrided by values set in $sysconfdir/texi2html/Config 
+# and then by values set in $HOME/texi2html/Config.
 #
 # command line switches may override these values, and values set in files
-# specified by -init-file are also taken into account.
+# specified by --init-file are also taken into account.
 # values set in these files overwrite values set by the command-line
-# options appearing before -init-file and might still be overwritten by
-# command-line arguments following the -init-file option.
+# options appearing before --init-file and might still be overwritten by
+# command-line arguments following the --init-file option.
 
 ##################################################################
 # options common with makeinfo
@@ -45,7 +45,7 @@
 # args are prepended to this list.
 @PREPEND_DIRS = ();
 
-# -split section|chapter|node|none
+# --split section|chapter|node|none
 # if $SPLIT is set to 'section' (resp. 'chapter') one html file per section 
 # (resp. chapter) is generated. If $SPLIT is set to 'node' one html file per 
 # node or sectionning element is generated. In all these cases separate pages 
@@ -55,20 +55,20 @@
 #$SPLIT = 'section';
 $SPLIT = '';
 
-# -separated-footnotes
+# --separated-footnotes
 # if this is set footnotes are on a separated page. Otherwise they are at
 # the end of each file (if the document is split).
 $FOOTNOTESTYLE = 'end';
 
-# -fill-column
+# --fill-column
 $FILLCOLUMN = 72;
 
-# -number | -nonumber
+# --number | --no-number
 # if this is set the sections are numbered, and section names and numbers 
 # are used in references and menus (instead of node names).
 $NUMBER_SECTIONS = 1;
 
-# -headers
+# --headers
 # if this is set then navigation panels are printed at the beginning of each 
 # section.
 # If the document is split at nodes then navigation panels are 
@@ -77,7 +77,7 @@
 # Navigation panels are always printed at the beginning of output files.
 #
 # This is most useful if you do not want to have section navigation
-# with -split chapter. There will be chapter navigation panel at the 
+# with --split chapter. There will be chapter navigation panel at the 
 # beginning and at the end of chapters anyway.
 # this is mostly not used in the default case, important for html.
 $HEADERS = 0;
@@ -93,11 +93,11 @@
 # --internal-links
 $INTERNAL_LINKS = undef;
 
-# -no-validate
+# --no-validate
 # suppress node cross-reference validation
 $NOVALIDATE = 0;
 
-# -documentlanguage
+# --documentlanguage
 # use &$I('my string') if you want to have translations of 'my string'
 # and provide the translations in $LANGUAGES->{$DOCUMENTLANGUAGE} with 
 # 'my string' as key.
@@ -110,7 +110,7 @@
 # It is ignored if the language is passed on the command line.
 $DOCUMENTLANGUAGE = 'en';
 
-# -transliterate-file-names 
+# --transliterate-file-names 
 # transliterate node names for external refs (and internal if NODE_FILES)
 $TRANSLITERATE_FILE_NAMES = 1;
 
@@ -118,7 +118,7 @@
 # quit after NUM errors (default 1000).
 $ERROR_LIMIT = 1000;
 
-# -css-include
+# --css-include
 # All the specified css files are used. More precisely the @import sections
 # are added to the beginning of the CSS_LINES the remaining is added at
 # the end of the CSS_LINES (after the css rules generated by texi2html).
@@ -126,7 +126,7 @@
 # - means STDIN
 @CSS_FILES = ();
 
-# -css-ref
+# --css-ref
 # the specified url are used as stylesheet links
 @CSS_REFS = ();
 
@@ -147,11 +147,11 @@
 
 ##################################################################
 # option specific of texi2html
-# -debug
+# --debug
 # The integer value specifies what kind of debugging output is generated.
 $DEBUG = 0;
 
-# -doctype
+# --doctype
 # The value is the 'SystemLiteral' which identifies the canonical DTD 
 # for the document.
 # Definition: The SystemLiteral is called the entity's system
@@ -159,36 +159,36 @@
 # See http://www.xml.com/axml/target.html#NT-ExternalID
 $DOCTYPE = '';
 
-# -frameset-doctype
+# --frameset-doctype
 # When frames are used, this SystemLiteral identifies the DTD used for
 # the file containing the frame description.
 $FRAMESET_DOCTYPE = '';
 
-# -test
+# --test
 # If this value is true, some variables which should be dynamically generated 
 # (the date, the user running texi2html, the version of texi2html) are set to 
 # fix and given values. This is usefull in case the resulting manual is 
-# compared with a reference. For example this is used in the tests of test.sh.
+# compared with a reference. For example this is used in the tests.
 $TEST = 0;
 
-# -dump-texi
+# --dump-texi
 # This value is usefull for debugging purposes. The result of the first pass is
 # put in <document name>.passtexi, the result of the second pass is put in 
 # <document name>.passfirst.
 $DUMP_TEXI = 0;
 
-# -expand
+# --expand
 # the @EXPAND array contains the expanded section names.
 @EXPAND = ();
 
-# -invisible
+# --invisible
 # This seems obsolete and is not used anywhere.
 # This was a workaround for a known bug of many WWW browsers, including 
 # netscape. This was used to create invisible destination in anchors.
 $INVISIBLE_MARK = '';
 # $INVISIBLE_MARK = '&#160;';
 
-# -iso
+# --iso
 # if this value is true, ISO8859 characters are used for special symbols 
 # (like copyright, etc).
 $USE_ISO = 0;
@@ -197,30 +197,30 @@
 # append to the files searched for init files.
 @CONF_DIRS = ();
 
-# -top-file
+# --top-file
 # This file name is used for the top-level file.
 # The extension is set appropriately, if necessary.
 # If empty, <basename of document>.html is used.
 # Typically, you would set this to "index.html".
 $TOP_FILE = '';
 
-# -toc-file
+# --toc-file
 # This file name is used for the table of contents.  The
 # extension is set appropriately, if necessary.
 # If empty, <basename of document>_toc.html is used.
 $TOC_FILE = '';
 
-# -frames
+# --frames
 # if the value is true, HTML 4.0 "frames" are used. 
 # A file describing the frame layout is generated, together with a file 
 # with the short table of contents.
 $FRAMES = 0;
 
-# -menu | -nomenu
+# --menu | --no-menu
 # if the value is true the Texinfo menus are shown.
 $SHOW_MENU = 1;
 
-# -use-nodes
+# --use-nodes
 # if this is set the nodes are used as sectionning elements. 
 # Otherwise the nodes are incorporated in sections.
 #$USE_NODES = 0;
@@ -228,91 +228,91 @@
 
 $USE_SECTIONS = 1;
 
-# -node-files
+# --node-files
 # if this is set one file per node is generated, which can be a target for 
 # cross manual references.
 $NODE_FILES = 0;
 
-# -toc-links
+# --toc-links
 # if this is set, links from headings to toc entries are created.
 $TOC_LINKS = 0;
 
-# -subdir
+# --subdir
 # If this is set, then put result files into the specified directory.
 # If not set, then result files are put into the current directory.
 #$SUBDIR = 'html';
 $SUBDIR = '';
 
-# -short-extn
+# --short-extn
 # If this is set, then all HTML files will have extension ".htm" instead of
 # ".html". This is helpful when shipping the document to DOS-based systems.
 $SHORTEXTN = 0;
 
-# -prefix
+# --prefix
 # This set the output file prefix, prepended to all .html, .gif and .pl files.
 # By default, this is the basename of the document.
 $PREFIX = '';
 
-# -short-ref
+# --short-ref
 # if this is set cross-references are given without section.
 $SHORT_REF = 0;
 
-# -idx-sum
+# --idx-sum
 # if value is set, then for each @printindex <index name>
 # <document name>_<index name>.idx is created which contains lines of the form
 # key ref sorted alphabetically (case matters).
 $IDX_SUMMARY = 0;
 
-# -def-table
+# --def-table
 # If this is set a table construction for @def.... instead of definition 
 # lists.
 # (New Option: 27.07.2000 Karl Heinz Marbaise)
 $DEF_TABLE = 0;
 
-# -verbose
+# --verbose
 # if this is set chatter about what we are doing.
 $VERBOSE = '';
 
-# -ignore-preamble-text
+# --ignore-preamble-text
 # If this is set the text before @node and sectionning commands is ignored.
 $IGNORE_PREAMBLE_TEXT = 0;
 
-# -html-xref-prefix
+# --html-xref-prefix
 # base directory for external manuals.
 #$EXTERNAL_DIR = '../';
 $EXTERNAL_DIR = undef;
 
-# -l2h
+# --l2h
 # if this is set, latex2html is used for generation of math content.
 $L2H = '';
 
-# -monolithic
+# --monolithic
 # output only one file including ToC. It only makes sense when not split
 $MONOLITHIC = 1;
 
 ######################
 # The following options are only relevant if $L2H is set
 #
-# -l2h-l2h
+# --l2h-l2h
 # name/location of latex2html program
 $L2H_L2H = "latex2html";
 
-# -l2h-skip
+# --l2h-skip
 # If this is set the actual call to latex2html is skipped. The previously
 # generated content is reused, instead.
 $L2H_SKIP = '';
 
-# -l2h-tmp
+# --l2h-tmp
 # If this is set l2h uses the specified directory for temporary files. The path
 # leading to this directory may not contain a dot (i.e., a ".");
 # otherwise, l2h will fail.
 $L2H_TMP = '';
  
-# -l2h-file
+# --l2h-file
 # If set, l2h uses the file as latex2html init file
 $L2H_FILE = 'l2h.init';
 
-# -l2h-clean
+# --l2h-clean
 # if this is set the intermediate files generated by texi2html in relation with
 # latex2html are cleaned (they all have the prefix <document name>_l2h_).
 $L2H_CLEAN = 1;

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -b -r1.306 -r1.307
--- texi2html.pl        4 Aug 2009 14:55:34 -0000       1.306
+++ texi2html.pl        4 Aug 2009 16:23:35 -0000       1.307
@@ -86,7 +86,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.306 2009/08/04 14:55:34 pertusus Exp $
+# $Id: texi2html.pl,v 1.307 2009/08/04 16:23:35 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -4345,8 +4345,8 @@
     }
     # All the initialization used the informations still there at the 
     # end of the previous pass.
-    # Now we reset everything, such that things are used when they happen
-    # reset the @set/@clear values
+    # Now we reset everything, such that things are used when they happen.
+    # also reset the @set/@clear values.
     %value = %value_initial;
     foreach my $init_mac ('everyheading', 'everyfooting', 'evenheading', 
         'evenfooting', 'oddheading', 'oddfooting', 'headings', 

Index: formats/html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/formats/html.init,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- formats/html.init   4 Aug 2009 14:30:45 -0000       1.11
+++ formats/html.init   4 Aug 2009 16:23:36 -0000       1.12
@@ -6,7 +6,7 @@
 # A copy of this file is pasted into the beginning of texi2html by
 # running './configure'.
 #
-# $Id: html.init,v 1.11 2009/08/04 14:30:45 pertusus Exp $
+# $Id: html.init,v 1.12 2009/08/04 16:23:36 pertusus Exp $
 
 use strict;
 
@@ -30,22 +30,12 @@
 t2h_default_set_variables_xml();
 
 ###############################################################
-# -headers
-# if this is set then navigation panels are printed at the beginning of each 
-# section.
-# If the document is split at nodes then navigation panels are 
-# printed at the end if there were more than $WORDS_IN_PAGE words on page.
-#
-# Navigation panels are always printed at the beginning of output files.
-#
-# This is most useful if you do not want to have section navigation
-# with -split chapter. There will be chapter navigation panel at the 
-# beginning and at the end of chapters anyway.
+# defaults
+
 $HEADERS = 1;
 
 @T2H_FORMAT_EXPAND = ('html');
 
-# -doctype
 # The value is the 'SystemLiteral' which identifies the canonical DTD 
 # for the document.
 # Definition: The SystemLiteral is called the entity's system
@@ -53,21 +43,17 @@
 # See http://www.xml.com/axml/target.html#NT-ExternalID
 $DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>';
 
-# -frameset-doctype
 # When frames are used, this SystemLiteral identifies the DTD used for
 # the file containing the frame description.
 $FRAMESET_DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd";>';
 
-# -iso
 # if this value is true, ISO8859 characters are used for special symbols 
 # (like copyright, etc).
 $USE_ISO = 1;
 
-# -menu | -nomenu
 # if the value is true the Texinfo menus are shown.
 $SHOW_MENU = 1;
 
-# -use-nodes
 # if this is set the nodes are used as sectionning elements. 
 # Otherwise the nodes are incorporated in sections.
 #$USE_NODES = 0;
@@ -80,33 +66,27 @@
 # file name used for Top node when NODE_FILES is true
 $TOP_NODE_FILE = 'index';
 
-# -l2h
 # if this is set, latex2html is used for generation of math content.
 $L2H = '';
 
 ######################
 # The following options are only relevant if $L2H is set
 #
-# -l2h-l2h
 # name/location of latex2html program
 $L2H_L2H = "latex2html";
 
-# -l2h-skip
 # If this is set the actual call to latex2html is skipped. The previously
 # generated content is reused, instead.
 $L2H_SKIP = '';
 
-# -l2h-tmp
 # If this is set l2h uses the specified directory for temporary files. The path
 # leading to this directory may not contain a dot (i.e., a ".");
 # otherwise, l2h will fail.
 $L2H_TMP = '';
  
-# -l2h-file
 # If set, l2h uses the file as latex2html init file
 $L2H_FILE = 'l2h.init';
 
-# -l2h-clean
 # if this is set the intermediate files generated by texi2html in relation with
 # latex2html are cleaned (they all have the prefix <document name>_l2h_).
 $L2H_CLEAN = 1;

Index: formats/info.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/formats/info.init,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- formats/info.init   4 Aug 2009 14:30:45 -0000       1.19
+++ formats/info.init   4 Aug 2009 16:23:36 -0000       1.20
@@ -2358,8 +2358,9 @@
    if (!defined ($info_state->{'pending_tags'}))
    { # i18n
       main::document_warn ("Document without nodes.");
-      return;
    }
+   else
+   {
    $indirect = 1 if ($info_default_out_file_nr > 1);
    if ($indirect)
    {
@@ -2403,6 +2404,7 @@
       main::document_warn ("Document without Top node.");
    }
    print $fh "\x{1F}\nEnd Tag Table\n";
+   }
    #if (defined($Texi2HTML::THISDOC{'DOCUMENT_ENCODING'}))
    if (defined($Texi2HTML::THISDOC{'IN_ENCODING'}))
    {

Index: test/sectionning/no_element.texi
===================================================================
RCS file: /cvsroot/texi2html/texi2html/test/sectionning/no_element.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test/sectionning/no_element.texi    8 Sep 2008 16:29:47 -0000       1.1
+++ test/sectionning/no_element.texi    4 Aug 2009 16:23:36 -0000       1.2
@@ -1,6 +1,7 @@
 \input texinfo
 @setfilename no_element.info
 @settitle no_element test
address@hidden ISO-8859-1
 
 
 @anchor{An anchor}

Index: test/sectionning/tests.txt
===================================================================
RCS file: /cvsroot/texi2html/texi2html/test/sectionning/tests.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- test/sectionning/tests.txt  4 Aug 2009 07:58:55 -0000       1.16
+++ test/sectionning/tests.txt  4 Aug 2009 16:23:36 -0000       1.17
@@ -73,3 +73,4 @@
 anchor_in_footnote_separated_info anchor_in_footnote.texi --init info.init 
--footnote-style=separate
 novalidate_info novalidate.texi --init info.init
 test_two_include test_two_include.texi -I 
address@hidden@../address@hidden@../macros
+only_documentencoding only_documentencoding.texi

Index: test/sectionning/res/no_element/no_element.2
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/sectionning/res/no_element/no_element.2,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- test/sectionning/res/no_element/no_element.2        3 Aug 2009 08:26:46 
-0000       1.4
+++ test/sectionning/res/no_element/no_element.2        4 Aug 2009 16:23:36 
-0000       1.5
@@ -1,3 +1,3 @@
-no_element.texi:29: warning: @menu seen before first @node
-no_element.texi:29: warning: perhaps your @top node should be wrapped in 
@ifnottex rather than @ifinfo?
-no_element.texi:33: Entry for index `cp' outside of any node.
+no_element.texi:30: warning: @menu seen before first @node
+no_element.texi:30: warning: perhaps your @top node should be wrapped in 
@ifnottex rather than @ifinfo?
+no_element.texi:34: Entry for index `cp' outside of any node.

Index: test/sectionning/res/no_element/no_element.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/sectionning/res/no_element/no_element.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- test/sectionning/res/no_element/no_element.html     23 Apr 2009 10:13:11 
-0000      1.4
+++ test/sectionning/res/no_element/no_element.html     4 Aug 2009 16:23:36 
-0000       1.5
@@ -17,7 +17,7 @@
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2html">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}

Index: test/sectionning/res_all/no_element/no_element.2
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/sectionning/res_all/no_element/no_element.2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- test/sectionning/res_all/no_element/no_element.2    3 Aug 2009 08:26:48 
-0000       1.2
+++ test/sectionning/res_all/no_element/no_element.2    4 Aug 2009 16:23:37 
-0000       1.3
@@ -1,3 +1,3 @@
-no_element.texi:29: warning: @menu seen before first @node
-no_element.texi:29: warning: perhaps your @top node should be wrapped in 
@ifnottex rather than @ifinfo?
-no_element.texi:33: Entry for index `cp' outside of any node.
+no_element.texi:30: warning: @menu seen before first @node
+no_element.texi:30: warning: perhaps your @top node should be wrapped in 
@ifnottex rather than @ifinfo?
+no_element.texi:34: Entry for index `cp' outside of any node.

Index: test/sectionning/res_info/no_element/no_element.2
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/sectionning/res_info/no_element/no_element.2,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- test/sectionning/res_info/no_element/no_element.2   3 Aug 2009 08:26:51 
-0000       1.4
+++ test/sectionning/res_info/no_element/no_element.2   4 Aug 2009 16:23:38 
-0000       1.5
@@ -1,10 +1,10 @@
-no_element.texi:29: warning: @menu seen before first @node
-no_element.texi:29: warning: perhaps your @top node should be wrapped in 
@ifnottex rather than @ifinfo?
-no_element.texi:33: Entry for index `cp' outside of any node.
-no_element.texi:6: warning: anchor outside of any node, it won't be registered
-no_element.texi:20: warning: anchor outside of any node, it won't be registered
-no_element.texi:20: Footnote defined without parent node
-no_element.texi:24: warning: float reference outside of any node, it won't be 
registered
-no_element.texi:31: warning: @menu before first node
-no_element.texi:33: warning: Entry for index `cp' outside of any node
+no_element.texi:30: warning: @menu seen before first @node
+no_element.texi:30: warning: perhaps your @top node should be wrapped in 
@ifnottex rather than @ifinfo?
+no_element.texi:34: Entry for index `cp' outside of any node.
+no_element.texi:7: warning: anchor outside of any node, it won't be registered
+no_element.texi:21: warning: anchor outside of any node, it won't be registered
+no_element.texi:21: Footnote defined without parent node
+no_element.texi:25: warning: float reference outside of any node, it won't be 
registered
+no_element.texi:32: warning: @menu before first node
+no_element.texi:34: warning: Entry for index `cp' outside of any node
 Document without Top node.

Index: test/sectionning/res_info/no_element/no_element.info
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/sectionning/res_info/no_element/no_element.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test/sectionning/res_info/no_element/no_element.info        8 Jun 2009 
00:01:46 -0000       1.1
+++ test/sectionning/res_info/no_element/no_element.info        4 Aug 2009 
16:23:38 -0000       1.2
@@ -32,3 +32,8 @@
 Ref: Anchor in footnote375
 
 End Tag Table
+
+
+Local Variables:
+coding: iso-8859-1
+End:

Index: test/sectionning/res/only_documentencoding/only_documentencoding.1
===================================================================
RCS file: test/sectionning/res/only_documentencoding/only_documentencoding.1
diff -N test/sectionning/res/only_documentencoding/only_documentencoding.1

Index: test/sectionning/res/only_documentencoding/only_documentencoding.2
===================================================================
RCS file: test/sectionning/res/only_documentencoding/only_documentencoding.2
diff -N test/sectionning/res/only_documentencoding/only_documentencoding.2

Index: test/sectionning/res/only_documentencoding/only_documentencoding.html
===================================================================
RCS file: test/sectionning/res/only_documentencoding/only_documentencoding.html
diff -N test/sectionning/res/only_documentencoding/only_documentencoding.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ test/sectionning/res/only_documentencoding/only_documentencoding.html       
4 Aug 2009 16:23:37 -0000       1.1
@@ -0,0 +1,54 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- Created on a sunny day by texi2html
+texi2html was written by: 
+            Lionel Cons <address@hidden> (original author)
+            Karl Berry  <address@hidden>
+            Olaf Bachmann <address@hidden>
+            and many others.
+Maintained by: Many creative people.
+Send bugs and suggestions to <address@hidden>
+-->
+<head>
+<title>Untitled Document</title>
+
+<meta name="description" content="Untitled Document">
+<meta name="keywords" content="Untitled Document">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2html">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.smallquotation {font-size: smaller}
+pre.display {font-family: serif}
+pre.format {font-family: serif}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: serif; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: serif; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.roman {font-family:serif; font-weight:normal;}
+span.sansserif {font-family:sans-serif; font-weight:normal;}
+ul.toc {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
+
+
+<hr size="1">
+<p>
+ <font size="-1">
+  This document was generated by <em>a tester</em> on <em>a sunny day</em> 
using <a href="http://www.nongnu.org/texi2html/";><em>texi2html</em></a>.
+ </font>
+ <br>
+
+</p>
+</body>
+</html>

Index: test/sectionning/res_all/only_documentencoding/only_documentencoding.1
===================================================================
RCS file: test/sectionning/res_all/only_documentencoding/only_documentencoding.1
diff -N test/sectionning/res_all/only_documentencoding/only_documentencoding.1

Index: test/sectionning/res_all/only_documentencoding/only_documentencoding.2
===================================================================
RCS file: test/sectionning/res_all/only_documentencoding/only_documentencoding.2
diff -N test/sectionning/res_all/only_documentencoding/only_documentencoding.2

Index: test/sectionning/res_all/only_documentencoding/only_documentencoding.txt
===================================================================
RCS file: 
test/sectionning/res_all/only_documentencoding/only_documentencoding.txt
diff -N test/sectionning/res_all/only_documentencoding/only_documentencoding.txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ test/sectionning/res_all/only_documentencoding/only_documentencoding.txt    
4 Aug 2009 16:23:38 -0000       1.1
@@ -0,0 +1 @@
+

Index: test/sectionning/res_info/only_documentencoding/only_documentencoding.1
===================================================================
RCS file: 
test/sectionning/res_info/only_documentencoding/only_documentencoding.1
diff -N test/sectionning/res_info/only_documentencoding/only_documentencoding.1

Index: test/sectionning/res_info/only_documentencoding/only_documentencoding.2
===================================================================
RCS file: 
test/sectionning/res_info/only_documentencoding/only_documentencoding.2
diff -N test/sectionning/res_info/only_documentencoding/only_documentencoding.2
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ test/sectionning/res_info/only_documentencoding/only_documentencoding.2     
4 Aug 2009 16:23:38 -0000       1.1
@@ -0,0 +1 @@
+Document without nodes.

Index: 
test/sectionning/res_info/only_documentencoding/only_documentencoding.info
===================================================================
RCS file: 
test/sectionning/res_info/only_documentencoding/only_documentencoding.info
diff -N 
test/sectionning/res_info/only_documentencoding/only_documentencoding.info
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ test/sectionning/res_info/only_documentencoding/only_documentencoding.info  
4 Aug 2009 16:23:38 -0000       1.1
@@ -0,0 +1,8 @@
+This is only_documentencoding.info, produced by makeinfo version 4.13
+from only_documentencoding.texi.
+
+
+
+Local Variables:
+coding: iso-8859-1
+End:




reply via email to

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