texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.txi
Date: Mon, 03 Jan 2011 18:20:43 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/01/03 18:20:43

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Other Configuration Variables): continue edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1195&r2=1.1196
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.362&r2=1.363

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1195
retrieving revision 1.1196
diff -u -b -r1.1195 -r1.1196
--- ChangeLog   2 Jan 2011 01:00:44 -0000       1.1195
+++ ChangeLog   3 Jan 2011 18:20:43 -0000       1.1196
@@ -1,3 +1,7 @@
+2011-01-03  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Other Configuration Variables): continue edit.
+
 2011-01-01  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Other Configuration Variables): continue edit.

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -b -r1.362 -r1.363
--- doc/texinfo.txi     2 Jan 2011 01:00:45 -0000       1.362
+++ doc/texinfo.txi     3 Jan 2011 18:20:43 -0000       1.363
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.362 2011/01/02 01:00:45 karl Exp $
address@hidden $Id: texinfo.txi,v 1.363 2011/01/03 18:20:43 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.
 
@@ -16723,6 +16723,12 @@
 @subsection Other Configuration Variables
 
 @vtable @code
address@hidden CLOSE_QUOTE_SYMBOL
+When a closing quote is needed, use the corresponding character.
+
address@hidden DATE_IN_HEADER
+For HTML.  Put the document generation date in the header.
+
 @item DEBUG
 The integer value specifies what kinds of debugging output are
 generated.  It is a bitmask.  Setting it to 255 ensures having all
@@ -16772,6 +16778,10 @@
 For HTML.  Same as DOCTYPE, but for the file containing the frame
 description.
 
address@hidden HEADER_IN_TABLE
+For HTML.  Use simple header formatting, rather than tables with node
+names.
+
 @item I18N_PERL_HASH
 If set, use the old system for the translation of strings output by
 the program in the document.
@@ -16855,6 +16865,9 @@
 @item NODE_FILE_EXTENSION
 Extension for node files if @code{NODE_FILENAMES} is set.
 
address@hidden OPEN_QUOTE_SYMBOL
+When an opening quote is needed, use the corresponding character.
+
 @item PREFIX
 the output file prefix, which is prepended to some output files.  By
 default it is set by @code{@@setfilename} or from the input file
@@ -16874,6 +16887,9 @@
 If set, the Texinfo menus are shown.  By default, it is only unset
 when generating Docbook or if @option{--no-headers} is specified.
 
address@hidden SHOW_TITLE
+For HTML.  If set, output the title at the beginning of the document.
+
 @item SIMPLE_MENU
 If set, use a simple preformatted style for the menu, instead of
 breaking down the different parts of the menu.  @xref{Menu Parts}.
@@ -16905,15 +16921,22 @@
 set appropriately, if necessary.  This is used to override the default,
 and is, in general, only taken into account when output is split.
 
address@hidden USE_NODES
-Preferentially use nodes to decide where elements are separated.
address@hidden TOP_NODE_UP
+Up node for the Top node; default is @samp{(dir)}.
 
address@hidden USE_SECTIONS
-Preferentially use sectioning to decide where elements are separated.
address@hidden TOP_NODE_FILE
+File used for the Top node, if @code{NODE_FILENAMES} is set.
+
address@hidden TOP_NODE_FILE_TARGET
+File used for the Top node in cross references.
+
address@hidden USE_ACCESSKEY
address@hidden @code{accesskey}, configuration variable for
+For HTML.  Use @code{accesskey} in cross references.
 
 @item USE_ISO
-For HTML.
-Use entities for doubled single-quote characters (@pxref{Inserting Quotation 
Marks}, @samp{---} and @samp{--} 
+For HTML.  Use entities for doubled single-quote characters
+(@pxref{Inserting Quotation Marks}), and @samp{---} and @samp{--}
 (@pxref{Conventions, General Syntactic Conventions}).
 
 @item USE_NLS
@@ -16921,48 +16944,35 @@
 is determined automatically at build time, and is overridden
 automatically runtime.
 
address@hidden USE_NODES
+Preferentially use nodes to decide where elements are separated.
+
 @item USE_NUMERIC_ENTITY
 For HTML, XML.  If set, use numeric entities when there is no
 corresponding named entity.
 
address@hidden USE_SECTIONS
+Preferentially use sectioning to decide where elements are separated.
+
 @item USE_TITLEPAGE_FOR_TITLE
 Use the full @code{@@titlepage} as the title, not a simple title string.
 
address@hidden USE_UNICODE
+Use Perl support for unicode. This is automatically detected.
+
address@hidden USE_UNIDECODE
address@hidden Text::Unidecode
+Use the @code{Text::Unidecode} Perl module to transliterate more
+characters.  This is automatically detected.
+
 @item VERTICAL_HEAD_NAVIGATION
 For HTML.  If set, a vertical navigation panel is used.
 
address@hidden USE_UNICODE zzz
-Use perl support for unicode. This is automatically detected.
address@hidden USE_UNIDECODE
-Use the @code{Text::Unidecode} perl module to transliterate more characters.
-This is automatically detected.
address@hidden DATE_IN_HEADER
-For HTML.
-Put the document generation date in the header.
address@hidden OPEN_QUOTE_SYMBOL
-When an opening quote is needed, use the corresponding character.
address@hidden CLOSE_QUOTE_SYMBOL
-When a closing quote is needed, use the corresponding character.
address@hidden TOP_NODE_UP
-Up node for the Top node. Default is @samp{(dir)}.
address@hidden TOP_NODE_FILE
-File used for the Top node, if @code{NODE_FILENAMES} is set.
address@hidden TOP_NODE_FILE_TARGET
-File used for Top node in cross reference.
address@hidden SHOW_TITLE
-For HTML.
-If set, output the title at the beginning of the document.
 @item WORDS_IN_PAGE
-For HTML split at node.
-Specifies the approximate
-minimum page length required before a navigation panel
-is placed at the bottom of a page.
address@hidden HEADER_IN_TABLE
-For HTML.
-Use simple headers formatting, not in a table and using node names.
address@hidden USE_ACCESSKEY
-For HTML.
-Use accesskey in cross references.
+For HTML, with output split at nodes.  Specifies the approximate
+minimum page length required before a navigation panel is placed at
+the bottom of a page.
+
 @item USE_REL_REV
 For HTML.
 Use @code{rel} in cross references.
@@ -23031,7 +23041,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.362 2011/01/02 01:00:45 karl Exp $
+$Id: texinfo.txi,v 1.363 2011/01/03 18:20:43 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}
@@ -23110,7 +23120,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.362 2011/01/02 01:00:45 karl Exp $
address@hidden $Id: texinfo.txi,v 1.363 2011/01/03 18:20:43 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi



reply via email to

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