texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi


From: Patrice Dumas
Subject: texinfo ChangeLog doc/texinfo.txi
Date: Sat, 15 Oct 2011 12:09:04 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/15 12:09:04

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
                * doc/texinfo.txi (Other Configuration Variables): USE_SECTIONS 
is not
                used anymore, the same effect is obtained by setting USE_NODES 
to false.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1263&r2=1.1264
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.388&r2=1.389

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1263
retrieving revision 1.1264
diff -u -b -r1.1263 -r1.1264
--- ChangeLog   14 Oct 2011 16:02:05 -0000      1.1263
+++ ChangeLog   15 Oct 2011 12:09:03 -0000      1.1264
@@ -1,3 +1,8 @@
+2011-10-15  Patrice Dumas  <address@hidden>
+
+       * doc/texinfo.txi (Other Configuration Variables): USE_SECTIONS is not
+       used anymore, the same effect is obtained by setting USE_NODES to false.
+
 2011-10-14  Karl Berry  <address@hidden>
 
        * lib/substring.c: remove, only used in C makeinfo, no longer built.

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -b -r1.388 -r1.389
--- doc/texinfo.txi     13 Oct 2011 23:27:04 -0000      1.388
+++ doc/texinfo.txi     15 Oct 2011 12:09:03 -0000      1.389
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.388 2011/10/13 23:27:04 karl Exp $
address@hidden $Id: texinfo.txi,v 1.389 2011/10/15 12:09:03 pertusus 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.
 
@@ -17099,6 +17099,8 @@
 
 @item USE_NODES
 Preferentially use nodes to decide where elements are separated.
+If set to false, preferentially use sectioning to decide where elements 
+are separated.
 
 @item USE_NODE_TARGET
 If set, use the node associated with a section for the section target
@@ -17114,9 +17116,6 @@
 @item USE_REL_REV
 For HTML.  Use @code{rel} in cross references.
 
address@hidden USE_SECTIONS
-Preferentially use sectioning to decide where elements are separated.
-
 @item NO_USE_SETFILENAME
 If set, do not use @code{@@setfilename} to set the document name,
 base the document name only on the input file name
@@ -21090,7 +21089,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.388 2011/10/13 23:27:04 karl Exp $
+$Id: texinfo.txi,v 1.389 2011/10/15 12:09:03 pertusus 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}
@@ -21161,7 +21160,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.388 2011/10/13 23:27:04 karl Exp $
address@hidden $Id: texinfo.txi,v 1.389 2011/10/15 12:09:03 pertusus Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi



reply via email to

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