[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog doc/texinfo.tex
From: |
Karl Berry |
Subject: |
texinfo ChangeLog doc/texinfo.tex |
Date: |
Mon, 14 Feb 2011 19:13:43 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 11/02/14 19:13:43
Modified files:
. : ChangeLog
doc : texinfo.tex
Log message:
sectioning commands should occur outside of environments,
https://savannah.gnu.org/bugs/?15514
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1210&r2=1.1211
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.341&r2=1.342
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1210
retrieving revision 1.1211
diff -u -b -r1.1210 -r1.1211
--- ChangeLog 10 Feb 2011 09:18:44 -0000 1.1210
+++ ChangeLog 14 Feb 2011 19:13:41 -0000 1.1211
@@ -1,3 +1,14 @@
+2011-02-14 Karl Berry <address@hidden>
+
+ * doc/texinfo.tex (\sectionheading): check that we are not in an
+ environment such as @table. Report from Akim,
+ https://savannah.gnu.org/bugs/?15514.
+
+ * NEWS,
+ * doc/texinfo.txi (Command Summary): missed @urefbreakstyle.
+
+ * util/texinfo.dtd (sp, printindex): categorize.
+
2011-02-10 Sergey Poznyakoff <address@hidden>
Exclude node headers from searches.
Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -b -r1.341 -r1.342
--- doc/texinfo.tex 9 Feb 2011 19:07:17 -0000 1.341
+++ doc/texinfo.tex 14 Feb 2011 19:13:42 -0000 1.342
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2011-02-09.11}
+\def\texinfoversion{2011-02-14.11}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -548,7 +548,7 @@
}
\def\inenvironment#1{%
\ifx#1\empty
- out of any environment%
+ outside of any environment%
\else
in environment \expandafter\string#1%
\fi
@@ -2575,8 +2575,6 @@
\ifpdf
\unhbox0 % PDF: 2nd arg given, show only it
\else
- % \empty at the end of \scantokens arg gets rid of
- % trailing newline (and ultimate spurious whitespace).
\unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url
\fi
\else
@@ -5720,6 +5718,8 @@
%
\def\sectionheading#1#2#3#4{%
{%
+ \checkenv{}% should not be in an environment.
+ %
% Switch to the right set of fonts.
\csname #2fonts\endcsname \rmisbold
%