texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Mon Jul 30 11:53:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Mon Jul 30 11:53:01 EDT 2007)
Date: Mon, 30 Jul 2007 11:53:03 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.742
retrieving revision 1.743
diff -u -r1.742 -r1.743
--- ChangeLog   29 Jul 2007 15:07:17 -0000      1.742
+++ ChangeLog   30 Jul 2007 15:50:20 -0000      1.743
@@ -1,3 +1,8 @@
+2007-07-30  Karl Berry  <address@hidden>
+
+       * doc/texinfo.tex (\badparencount, \badbrackcount): make these
+       just warnings, not \errmessage's.
+
 2007-07-29  Karl Berry  <address@hidden>
 
        * pretest 4.9.91.
Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- doc/texinfo.tex     23 Jul 2007 17:15:33 -0000      1.253
+++ doc/texinfo.tex     30 Jul 2007 15:50:20 -0000      1.254
@@ -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{2007-07-23.10}
+\def\texinfoversion{2007-07-30.08}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 2007,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -6498,12 +6498,14 @@
   \ifnum\parencount=0 \else \badparencount \fi
   \ifnum\brackcount=0 \else \badbrackcount \fi
 }
+% these should not use \errmessage; the glibc manual, at least, actually
+% has such constructs (when documenting function pointers).
 \def\badparencount{%
-  \errmessage{Unbalanced parentheses in @def}%
+  \message{Warning: unbalanced parentheses in @def...}%
   \global\parencount=0
 }
 \def\badbrackcount{%
-  \errmessage{Unbalanced square braces in @def}%
+  \message{Warning: unbalanced square brackets in @def...}%
   \global\brackcount=0
 }
 
P ChangeLog
P doc/texinfo.tex




reply via email to

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