1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

* texinfo.tex: Update from gnulib.

This commit is contained in:
Paul Eggert 2014-02-12 14:09:31 -08:00
parent 2baa4c05af
commit 45432fd9d1
2 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
* texinfo.tex: Update from gnulib.
2014-02-08 Glenn Morris <rgm@gnu.org>
* auth.texi (GnuPG and EasyPG Assistant Configuration):

View File

@ -3,11 +3,11 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
\def\texinfoversion{2014-01-30.15}
\def\texinfoversion{2014-02-09.15}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
% 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
%
% This texinfo.tex file is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
@ -2650,8 +2650,10 @@
% we put a little stretch before and after the breakable chars, to help
% line breaking of long url's. The unequal skips make look better in
% cmtt at least, especially for dots.
\def\urefprestretch{\urefprebreak \hskip0pt plus.13em }
\def\urefpoststretch{\urefpostbreak \hskip0pt plus.1em }
\def\urefprestretchamount{.13em}
\def\urefpoststretchamount{.1em}
\def\urefprestretch{\urefprebreak \hskip0pt plus\urefprestretchamount\relax}
\def\urefpoststretch{\urefpostbreak \hskip0pt plus\urefprestretchamount\relax}
%
\def\urefcodeamp{\urefprestretch \&\urefpoststretch}
\def\urefcodedot{\urefprestretch .\urefpoststretch}
@ -6421,8 +6423,6 @@
% side, and for 6pt waste from
% each corner char, and rule thickness
\normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
% Flag to tell @lisp, etc., not to narrow margin.
\let\nonarrowing = t%
%
% If this cartouche directly follows a sectioning command, we need the
% \parskip glue (backspaced over by default) or the cartouche can
@ -6589,9 +6589,13 @@
% @raggedright does more-or-less normal line breaking but no right
% justification. From plain.tex.
% justification. From plain.tex. Don't stretch around special
% characters in urls in this environment, since the stretch at the right
% should be enough.
\envdef\raggedright{%
\rightskip0pt plus2em \spaceskip.3333em \xspaceskip.5em\relax
\rightskip0pt plus2.4em \spaceskip.3333em \xspaceskip.5em\relax
\def\urefprestretchamount{0pt}%
\def\urefpoststretchamount{0pt}%
}
\let\Eraggedright\par