[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: |
Sun, 07 Mar 2010 16:48:56 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 10/03/07 16:48:56
Modified files:
. : ChangeLog
doc : texinfo.tex
Log message:
(\var): do not call \setupmarkupstyle, so automatic italic correction
works again
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1028&r2=1.1029
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.309&r2=1.310
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -u -b -r1.1028 -r1.1029
--- ChangeLog 3 Mar 2010 00:41:29 -0000 1.1028
+++ ChangeLog 7 Mar 2010 16:48:56 -0000 1.1029
@@ -1,3 +1,7 @@
+2010-03-07 Karl Berry <address@hidden>
+
+ * doc/texinfo.tex ()
+
2010-03-02 Karl Berry <address@hidden>
* doc/texinfo.tex (\smartitaliccorrection): rename from
Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -b -r1.309 -r1.310
--- doc/texinfo.tex 3 Mar 2010 18:24:45 -0000 1.309
+++ doc/texinfo.tex 7 Mar 2010 16:48:56 -0000 1.310
@@ -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{2010-03-03.10}
+\def\texinfoversion{2010-03-07.08}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2537,7 +2537,7 @@
\let\i=\smartitalic
\let\slanted=\smartslanted
-\def\var#1{{\setupmarkupstyle{var}\smartslanted{#1}}}
+\def\var#1{\smartslanted{#1}}
\let\dfn=\smartslanted
\let\emph=\smartitalic