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: Sun, 09 Jan 2011 19:38:03 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/01/09 19:38:03

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Other Configuration Variables): finish edit

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1196
retrieving revision 1.1197
diff -u -b -r1.1196 -r1.1197
--- ChangeLog   3 Jan 2011 18:20:43 -0000       1.1196
+++ ChangeLog   9 Jan 2011 19:38:03 -0000       1.1197
@@ -1,3 +1,7 @@
+2011-01-09  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Other Configuration Variables): finish edit.
+
 2011-01-03  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Other Configuration Variables): continue edit.
@@ -9818,7 +9822,7 @@
        * version 4.6.
 
 
-Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -b -r1.363 -r1.364
--- doc/texinfo.txi     3 Jan 2011 18:20:43 -0000       1.363
+++ doc/texinfo.txi     9 Jan 2011 19:38:03 -0000       1.364
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.363 2011/01/03 18:20:43 karl Exp $
address@hidden $Id: texinfo.txi,v 1.364 2011/01/09 19:38:03 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,9 +16723,29 @@
 @subsection Other Configuration Variables
 
 @vtable @code
address@hidden AVOID_MENU_REDUNDANCY
+If set, and the menu entry and menu description are the same, then do
+not print the menu description.
+
address@hidden BODYTEXT
address@hidden @code{<body>} text, customizing
+For HTML, the text appearing in @code{<body>}.  By default, set
+automatically taking into account the document language.
+
 @item CLOSE_QUOTE_SYMBOL
 When a closing quote is needed, use the corresponding character.
 
address@hidden COMPLETE_IMAGE_PATHS
+If set, the image files are computed to be relative from the document
+directory to the source manual directory, and then to the image.
+
address@hidden COMPLEX_FORMAT_IN_TABLE
+For HTML.  If set, use tables for indentation of complex formats.
+
address@hidden CSS_LINES
+CSS output, automatically determined in the default case
+(@pxref{HTML CSS}).
+
 @item DATE_IN_HEADER
 For HTML.  Put the document generation date in the header.
 
@@ -16739,6 +16759,10 @@
 @code{@@deffn} and similar @@-commands is used (looking more like the
 @TeX{} output), instead of definition lists.
 
address@hidden DEFAULT_ENCODING
+The default output file encoding.  Currently @samp{utf8} or
address@hidden for Info.
+
 @item DOCTYPE
 @vindex SystemLiteral
 For Docbook, HTML, XML.  Specifies the @code{SystemLiteral}, the
@@ -16756,6 +16780,11 @@
 entity corresponding with the letter or the symbol being output,
 prefer the entity.
 
address@hidden ENCODING_NAME
+Output document encoding name. By default, it is set automatically
+based on @code{@@documentencoding}.  This encoding name is the
+classical charset name in HTML.
+
 @item EXTERNAL_CROSSREF_SPLIT
 For cross references to other manuals, this determines if the other
 manual is considered to be split or monolithic.  By default, it is set
@@ -16800,6 +16829,10 @@
 
 @noindent sorted alphabetically (case matters).
 
address@hidden IGNORE_BEFORE_SETFILENAME
+If set, begin outputting at @code{@@setfilename}, if
address@hidden@@setfilename} is present.
+
 @item IGNORE_PREAMBLE_TEXT
 If this is set the text before @code{@@node} and sectioning commands
 is ignored.  This is a configuration variable kept for backward
@@ -16859,15 +16892,38 @@
 For HTML.  Output only one file including the table of contents.  This
 only makes sense when the output is not split.  It is set by default.
 
address@hidden NEW_CROSSREF_STYLE
+If unset, use an old cross reference schema.  This is a backward
+compatibility setting, you should certainly never unset this variable.
+
 @item NO_CSS
 For HTML.  Do not use CSS (@pxref{HTML CSS}).
 
 @item NODE_FILE_EXTENSION
 Extension for node files if @code{NODE_FILENAMES} is set.
 
address@hidden NODE_FILENAMES
+If set, node names are used to construct file names.  By default, it
+is set if the output is split by node, or if @code{NODE_FILES} is set
+and the output is split in any way.
+
address@hidden NODE_NAME_IN_INDEX
+If set, use node names in index entries, otherwise prefer section names.
+
address@hidden NODE_NAME_IN_MENU
+If set, use node names in menu entries, otherwise prefer section names.
+
 @item OPEN_QUOTE_SYMBOL
 When an opening quote is needed, use the corresponding character.
 
address@hidden OUT_ENCODING
+Output files encoding using the Perl encoding name.  By default,
+this is set automatically based on @code{@@documentencoding}.
+
address@hidden OVERVIEW_LINK_TO_TOC
+If set, the cross references in the Overview link to the corresponding
+Table of Contents entry.
+
 @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
@@ -16875,6 +16931,22 @@
 other configuration variables or command line options, such as split output
 and @code{NODE_FILENAMES}.
 
address@hidden PROGRAM_NAME_IN_FOOTER
+For HTML.  If set, output the program name and miscellanous related
+information in the page footers.
+
address@hidden RENAMED_NODES_FILE
+Use the value for the renamed nodes description file.  If not set, the 
+file is @file{<input_file_basename>-noderename.cnf}.  @xref{HTML Xref
+Link Preservation}.
+
address@hidden RENAMED_NODES_REDIRECTIONS
+If set, do redirection files for renamed nodes.  Set for HTML by default.
+
address@hidden SEPARATE_DESCRIPTION
+If set, always separate menu description and menu link, even in 
+preformatted environment.
+
 @item SHORT_REF
 For HTML.  If this is set, internal cross references are given without
 the sectioning word, even if the target of the reference is a section.
@@ -16939,6 +17011,11 @@
 (@pxref{Inserting Quotation Marks}), and @samp{---} and @samp{--}
 (@pxref{Conventions, General Syntactic Conventions}).
 
address@hidden USE_LINKS
address@hidden @code{<link>} HTML tag, in @code{<head>}
address@hidden @code{<head>} HTML tag, and @code{<link>}
+For HTML.  Generate @code{<link>} elements in the HTML @code{<head>} output.
+
 @item USE_NLS
 If set, use Native Language Support (NLS) support fully.  The default
 is determined automatically at build time, and is overridden
@@ -16947,13 +17024,33 @@
 @item USE_NODES
 Preferentially use nodes to decide where elements are separated.
 
address@hidden USE_NODE_TARGET
+If set, use the node associated with a section for the section target
+in cross references.
+
 @item USE_NUMERIC_ENTITY
-For HTML, XML.  If set, use numeric entities when there is no
-corresponding named entity.
+For HTML, XML.  If set, use numeric entities instead of ASCII
+characters when there is no named entity.
+
address@hidden USE_UP_FOR_ADJACENT_NODES
+If set, try Up sections to complete node directions.
+
address@hidden USE_REL_REV
+For HTML.  Use @code{rel} in cross references.
 
 @item USE_SECTIONS
 Preferentially use sectioning to decide where elements are separated.
 
address@hidden USE_SETFILENAME
+If set, use @code{@@setfilename} to set the document name, otherwise
+base the document name only on the input file name
+(@pxref{setfilename}).
+
address@hidden USE_SETFILENAME_EXTENSION
+Default for Info, not for other output.  If, set use what
address@hidden@@setfilename} gives for the output file name, including the
+extension.  You should not need to set this variable.
+
 @item USE_TITLEPAGE_FOR_TITLE
 Use the full @code{@@titlepage} as the title, not a simple title string.
 
@@ -16973,88 +17070,6 @@
 minimum page length required before a navigation panel is placed at
 the bottom of a page.
 
address@hidden USE_REL_REV
-For HTML.
-Use @code{rel} in cross references.
address@hidden USE_LINKS
-For HTML.
-generate @code{<link>} elements in HTML @code{<head>}.
address@hidden OVERVIEW_LINK_TO_TOC
-If set the cross references in Overview link to the corresponding 
-Table of Contents entry.
address@hidden AVOID_MENU_REDUNDANCY
-if set and menu entry equals menu description, then do not print 
-menu description.
address@hidden NODE_NAME_IN_MENU
-If set, use node names in menu entries, otherwise prefer section names.
address@hidden NODE_NAME_IN_INDEX
-If set, use node names in index entries, otherwise prefer section names.
address@hidden USE_SETFILENAME
-If set, use @code{@@setfilename} to set document name, otherwise base the 
-document name only on the input file name.  @xref{setfilename}.
address@hidden USE_SETFILENAME_EXTENSION
-Default for Info, not for other output.
-If set use what @code{@@setfilename} gives for the output file name, 
-including the extension.  You should not need to set this variable.
address@hidden COMPLEX_FORMAT_IN_TABLE
-For HTML.
-If set, use table for indentation of complex formats.
address@hidden USE_UP_FOR_ADJACENT_NODES
-If set, try up sections to complete node directions.
address@hidden @item TOP_HEADING_AT_BEGINNING
address@hidden SEPARATE_DESCRIPTION
-If set, always separate menu description and menu link, even in 
-preformatted environment.
address@hidden IGNORE_BEFORE_SETFILENAME
-If set, begin outputting at @code{@@setfilename}, if @code{@@setfilename}
-is present.
address@hidden COMPLETE_IMAGE_PATHS
-If set, the image files are completed to be relative from the
-document directory, to the source manual directory and then to
-the image.
address@hidden USE_NODE_TARGET
-If set, use the node associated with a section for section target in
-cross references.
address@hidden NEW_CROSSREF_STYLE
-If unset use an old cross reference schema.  This is a backward compatibility
-setting, you should certainly never unset this variable.
address@hidden PROGRAM_NAME_IN_FOOTER
-For HTML.
-If set, output the program name and misc information in the pages footers.
address@hidden NODE_FILENAMES
-If set, node names are used to construct file names. In the 
-default case, it is set if split at node, or @code{NODE_FILES} is set
-and document is split.
-
address@hidden DEFAULT_ENCODING
-The default out file encoding.  Currently @samp{utf8} or @samp{ascii} for Info.
-
address@hidden OUT_ENCODING
-Output files encoding using perl encoding name.  In the default
-case set auotmatically based on @code{@@documentencoding}.
-
address@hidden ENCODING_NAME
-Output document encoding. In the default case set automatically
-based on @code{@@documentencoding}. This encoding name is
-the classical charset name in HTML.
-
address@hidden BODYTEXT
-For HTML.  The text appearing in @code{<body>}.  Set automatically
-taking into account the document language in the default case.
-
address@hidden CSS_LINES
-Lines of CSS, automatically determined in the default 
-case.   @xref{HTML CSS}.
-
address@hidden RENAMED_NODES_REDIRECTIONS
-If set do redirection files for renamed nodes.  Set for HTML in the
-default case.
-
address@hidden RENAMED_NODES_FILE
-Use the value for the renamed nodes description file.  If not set, the 
-file is @file{<input_file_basename>-noderename.cnf}.  @xref{HTML Xref
-Link Preservation}.
-
 @end vtable
 
 
@@ -23041,7 +23056,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.363 2011/01/03 18:20:43 karl Exp $
+$Id: texinfo.txi,v 1.364 2011/01/09 19:38:03 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}
@@ -23120,7 +23135,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.363 2011/01/03 18:20:43 karl Exp $
address@hidden $Id: texinfo.txi,v 1.364 2011/01/09 19:38:03 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi



reply via email to

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