[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog doc/texinfo.txi doc/version.texi
From: |
Patrice Dumas |
Subject: |
texinfo ChangeLog doc/texinfo.txi doc/version.texi |
Date: |
Mon, 16 Jan 2012 22:35:39 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 12/01/16 22:35:39
Modified files:
. : ChangeLog
doc : texinfo.txi version.texi
Log message:
* doc/texinfo.txi (Configuration Variables): document
TEXTCONTENT
and RAW_TEXT.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1308&r2=1.1309
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.410&r2=1.411
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/version.texi?cvsroot=texinfo&r1=1.110&r2=1.111
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1308
retrieving revision 1.1309
diff -u -b -r1.1308 -r1.1309
--- ChangeLog 16 Jan 2012 22:21:52 -0000 1.1308
+++ ChangeLog 16 Jan 2012 22:35:38 -0000 1.1309
@@ -2,6 +2,9 @@
* util/detexinfo, util/Makefile.am: new script to strip @-commands.
+ * doc/texinfo.txi (Configuration Variables): document TEXTCONTENT
+ and RAW_TEXT.
+
2012-01-15 Patrice Dumas <address@hidden>
* doc/texinfo.txi (Configuration Variables for @@-Commands):
Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -b -r1.410 -r1.411
--- doc/texinfo.txi 15 Jan 2012 15:23:18 -0000 1.410
+++ doc/texinfo.txi 16 Jan 2012 22:35:38 -0000 1.411
@@ -1,5 +1,5 @@
\input texinfo.tex @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.410 2012/01/15 15:23:18 pertusus Exp $
address@hidden $Id: texinfo.txi,v 1.411 2012/01/16 22:35:38 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.
@@ -17006,15 +17006,25 @@
@dfn{configuration variables} fall into four general categories:
@itemize @bullet
address@hidden those changing the program behaviour. Two such variables exist,
-and they may only be set on the command line:
address@hidden those changing the program behaviour. Those variables
+may only be set on the command line:
@vtable @code
address@hidden TEXI2HTML
-Generate HTML and try to be as compatible as possible with
@command{texi2html}.
-
@item DEBUGTREE
Instead of generating a regular output format, output a text representation
of the tree obtained by parsing the input texinfo document.
+
address@hidden RAW_TEXT
+Output raw text, with minimal formatting. For example footnotes are ignored
+and there is no paragraph filling. This output is used by the parser, for
+file names, for example or for copyright code in comments in HTML.
+
address@hidden TEXI2HTML
+Generate HTML and try to be as compatible as possible with
@command{texi2html}.
+
address@hidden TEXTCONTENT
+Output the text contents stripped of commands, useful for spell checking or
+word counting, for example.
+
@end vtable
@item those associated with @@-commands in the document,
@@ -21529,7 +21539,7 @@
Revision Control System}) or other version control systems, which
expand it into a string such as:
@example
-$Id: texinfo.txi,v 1.410 2012/01/15 15:23:18 pertusus Exp $
+$Id: texinfo.txi,v 1.411 2012/01/16 22:35:38 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}
Index: doc/version.texi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/version.texi,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- doc/version.texi 15 Jan 2012 15:23:18 -0000 1.110
+++ doc/version.texi 16 Jan 2012 22:35:39 -0000 1.111
@@ -1,4 +1,4 @@
address@hidden UPDATED 15 January 2012
address@hidden UPDATED 16 January 2012
@set UPDATED-MONTH January 2012
@set EDITION 4.13.90
@set VERSION 4.13.90
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog doc/texinfo.txi doc/version.texi,
Patrice Dumas <=