[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog doc/texinfo.txi
From: |
karl |
Subject: |
texinfo ChangeLog doc/texinfo.txi |
Date: |
Wed, 30 Jan 2013 01:35:41 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: karl <karl> 13/01/30 01:35:41
Modified files:
. : ChangeLog
doc : texinfo.txi
Log message:
TOC_FILE not a cust.var any more
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1534&r2=1.1535
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.535&r2=1.536
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1534
retrieving revision 1.1535
diff -u -b -r1.1534 -r1.1535
--- ChangeLog 30 Jan 2013 00:41:42 -0000 1.1534
+++ ChangeLog 30 Jan 2013 01:35:41 -0000 1.1535
@@ -1,3 +1,7 @@
+2013-01-29 Karl Berry <address@hidden>
+
+ * doc/texinfo.txi (HTML Customization Files) <TOC_FILE>: is no more.
+
2013-01-29 Patrice Dumas <address@hidden>
* po/POTFILES.in, tp/init/latex2html.pm: mark translations
Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.535
retrieving revision 1.536
diff -u -b -r1.535 -r1.536
--- doc/texinfo.txi 27 Jan 2013 19:10:04 -0000 1.535
+++ doc/texinfo.txi 30 Jan 2013 01:35:41 -0000 1.536
@@ -1,5 +1,5 @@
\input texinfo.tex @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.535 2013/01/27 19:10:04 karl Exp $
address@hidden $Id: texinfo.txi,v 1.536 2013/01/30 01:35:41 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.
@@ -17848,13 +17848,6 @@
instead of breaking down the different parts of the menu; default false.
@xref{Menu Parts}.
address@hidden TOC_FILE
address@hidden INLINE_CONTENTS
-The value is used as the file name for the table of contents, if
-output is split and @code{INLINE_CONTENTS} is not set. The extension
-is set appropriately, if necessary. The default is
address@hidden@var{docname}_toc.html}.
-
@item TOC_LINKS
For address@hidden If set, links from headings to toc entries are created;
default false.
@@ -22083,7 +22076,7 @@
as:
@example
-$Id: texinfo.txi,v 1.535 2013/01/27 19:10:04 karl Exp $
+$Id: texinfo.txi,v 1.536 2013/01/30 01:35:41 karl Exp $
@end example
(This is potentially useful in all sources that use version control,
- texinfo ChangeLog doc/texinfo.txi, (continued)
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/12
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/13
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/13
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/14
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/14
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/14
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/18
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/20
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/21
- texinfo ChangeLog doc/texinfo.txi, karl, 2013/01/25
- texinfo ChangeLog doc/texinfo.txi,
karl <=