texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi util/htmlxref...


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.txi util/htmlxref...
Date: Fri, 24 Sep 2010 17:24:18 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/09/24 17:24:18

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 
        util           : htmlxref.cnf 

Log message:
        (HTML Title Page Customization): rename+edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1146&r2=1.1147
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.318&r2=1.319
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/htmlxref.cnf?cvsroot=texinfo&r1=1.13&r2=1.14

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1146
retrieving revision 1.1147
diff -u -b -r1.1146 -r1.1147
--- ChangeLog   22 Sep 2010 00:52:08 -0000      1.1146
+++ ChangeLog   24 Sep 2010 17:24:17 -0000      1.1147
@@ -1,3 +1,7 @@
+2010-09-24  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (HTML Title Page Customization): rename+edit.
+
 2010-09-21  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Footnotes text): merge into upper section.

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -b -r1.318 -r1.319
--- doc/texinfo.txi     22 Sep 2010 00:52:09 -0000      1.318
+++ doc/texinfo.txi     24 Sep 2010 17:24:17 -0000      1.319
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.318 2010/09/22 00:52:09 karl Exp $
address@hidden $Id: texinfo.txi,v 1.319 2010/09/24 17:24:17 karl Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -19798,7 +19798,7 @@
 Lines of the current element.
 
 @item $Texi2HTML::TITLEPAGE
-The title page formatted.  @xref{Title page text}.
+The title page formatted.  @xref{HTML Title Page Customization}.
 
 @item $Texi2HTML::TOC_LINES
 Lines of table of contents.  @xref{Contents and Overview Elements
@@ -20232,7 +20232,7 @@
 * Top Element Customization::
 * Contents and Overview Elements Customization::
 * About Element Customization::
-* Title page text::
+* HTML Title Page Customization::
 @end menu
 
 
@@ -20296,8 +20296,8 @@
 @txicmdindex @@setcontentsaftertitlepage @r{and HTML output}
 If @code{@@setcontentsaftertitlepage} appears in the document, even if
 @code{INLINE_CONTENTS} is set, the tables of contents are merged into
-the title materia, which in turn is not output by default;
address@hidden page text}.
+the title material, which in turn is not output by default;
address@hidden Title Page Customization}.
 
 Next, the following variables allow for some useful control of the
 formatting of table of contents and short table of contents:
@@ -20470,32 +20470,35 @@
 @end deftypefn
 
 
address@hidden Title page text
address@hidden Formatting of title page
address@hidden HTML Title Page Customization
address@hidden HTML Title Page Customization
 
 @vindex $Texi2HTML::TITLEPAGE
-The title page is first formatted using the text appearing in the
address@hidden@@titlepage} section, and put in @code{$Texi2HTML::TITLEPAGE}
-(@pxref{Output Element Lines}).  More formatting can be done using the
-following function reference:
+The HTML title page is first formatted using the text appearing in the
address@hidden@@titlepage} section, and put in the
address@hidden::TITLEPAGE} array reference (@pxref{Output Element
+Lines}).  More formatting can be done using the following function
+reference:
 
address@hidden {Function Reference} titlepage \@@titlepage_lines $text $comment 
$simple_text
address@hidden@@titlepage_lines} is an array containing the Texinfo lines in 
@code{@@titlepage}.
address@hidden is the text appearing in @code{@@titlepage}, formatted.
address@hidden is the text with texi removed, should be very simple
-text.  
address@hidden is the text formatted in string context
-with minimal formatting but no elements.
-This function should complete @code{$Texi2HTML::TITLEPAGE}.
address@hidden {Function Reference} titlepage \@@titlepage_lines @
+       $text $comment $simple_text
address@hidden@@titlepage_lines} is an array containing the Texinfo lines in
address@hidden@@titlepage}.  @var{$text} is the text appearing in
address@hidden@@titlepage}, formatted.  @var{$comment} is the text with
+Texinfo markup removed, thus should be simple plain text.
address@hidden is the text formatted in a string context with
+minimal formatting but no elements.  This function should complete
address@hidden::TITLEPAGE}.
 @end deffn
 
-In the default case, in this function the title is output if 
-there is no titlepage, the table of contents and short
-table of contents are also added if they are to be output and 
address@hidden@@setcontentsaftertitlepage}
-or @code{@@setshortcontentsaftertitlepage} appear in the document
+By default, this function outputs the title if there is no title page,
+and adds the table of contents and short table of contents if they are
+to be output and @code{@@setcontentsaftertitlepage} or
address@hidden@@setshortcontentsaftertitlepage} appear in the document
 (@pxref{Contents and Overview Elements Customization}).
 
address@hidden USE_TITLEPAGE_FOR_TITLE
address@hidden SHOW_TITLE
 The resulting title page output is used in the document if 
 @code{USE_TITLEPAGE_FOR_TITLE} and @code{SHOW_TITLE} are set.
 
@@ -22553,8 +22556,9 @@
 with minimal formatting but no elements.
 @end deffn
 
address@hidden Title Page Customization}, for specifics about the title
+page handling.
 
-The title page handling is described in @ref{Title page text}.
 
 @node Other and unknown commands
 @section Customizing other commands, and unknown commands 
@@ -24612,7 +24616,7 @@
 (@url{http://www.gnu.org/software/rcs}) version control systems, which
 expand it into a string such as:
 @example
-$Id: texinfo.txi,v 1.318 2010/09/22 00:52:09 karl Exp $
+$Id: texinfo.txi,v 1.319 2010/09/24 17:24:17 karl Exp $
 @end example
 (This is useful in all sources that use version control, not just manuals.)
 You may wish to include the @samp{$Id:} comment in the @code{@@copying}
@@ -24691,7 +24695,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.318 2010/09/22 00:52:09 karl Exp $
address@hidden $Id: texinfo.txi,v 1.319 2010/09/24 17:24:17 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi

Index: util/htmlxref.cnf
===================================================================
RCS file: /sources/texinfo/texinfo/util/htmlxref.cnf,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- util/htmlxref.cnf   20 Sep 2010 16:30:17 -0000      1.13
+++ util/htmlxref.cnf   24 Sep 2010 17:24:18 -0000      1.14
@@ -1,6 +1,6 @@
 # htmlxref.cnf - reference file for Texinfo files on the web.
 
-htmlxrefversion=2010-09-19.18; # UTC
+htmlxrefversion=2010-09-24.16; # UTC
 
 # Copyright 2010 Free Software Foundation, Inc.
 # 
@@ -47,9 +47,25 @@
 bash           mono    ${GS}/bash/manual/bash.html
 bash           node    ${GS}/bash/manual/html_node/
 
+BINU = http://sourceware.org/binutils/docs
+binutils       node    ${BINU}/binutils/
+ as            node    ${BINU}/as/
+ bfd           node    ${BINU}/bfd/
+ gprof         node    ${BINU}/gprof/
+ ld            node    ${BINU}/ld/
+
+bison          mono    ${GS}/bison/manual/bison.html
+bison          node    ${GS}/bison/manual/html_node/
+
 bpel2owfn      mono    
http://www.gnu.org/software/bpel2owfn/manual/2.0.x/bpel2owfn.html
 
-cpp            node    http://gcc.gnu.org/onlinedocs/gccint/
+cflow          mono    ${GS}/cflow/manual/cflow
+cflow          node    ${GS}/cflow/manual/html_node/
+
+coreutils      mono    ${GS}/coreutils/manual/coreutils
+coreutils      node    ${GS}/coreutils/manual/html_node/
+
+cssc           node    ${GS}/cssc/manual/
 
 #cvs cannot be handled here; see http://ximbiot.com/cvs/manual.
 
@@ -68,6 +84,7 @@
 gcal           node    ${GS}/gcal/manual/html_node/
 
 gccint         node    http://gcc.gnu.org/onlinedocs/gccint/
+ cpp           node    http://gcc.gnu.org/onlinedocs/gccint/
  gcj           node    http://gcc.gnu.org/onlinedocs/gcj/
  gfortran      node    http://gcc.gnu.org/onlinedocs/gfortran/
  gnat_rm       node    http://gcc.gnu.org/onlinedocs/gnat_rm/



reply via email to

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