Minor merge from gnulib (mostly just for texinfo.tex).
This commit is contained in:
parent
f462f0750f
commit
12c4970d70
4 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Minor merge from gnulib (mostly just for texinfo.tex).
|
||||
|
||||
2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
|
||||
|
|
|
@ -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{2013-08-09.09}
|
||||
\def\texinfoversion{2013-08-20.10}
|
||||
%
|
||||
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
|
||||
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
|
@ -281,9 +281,9 @@
|
|||
\toks6=\expandafter{\prevsectiondefs}%
|
||||
\toks8=\expandafter{\lastcolordefs}%
|
||||
\mark{%
|
||||
\the\toks0 \the\toks2
|
||||
\noexpand\or \the\toks4 \the\toks6
|
||||
\noexpand\else \the\toks8
|
||||
\the\toks0 \the\toks2 % 0: top marks (\last...)
|
||||
\noexpand\or \the\toks4 \the\toks6 % 1: bottom marks (default, \prev...)
|
||||
\noexpand\else \the\toks8 % 2: color marks
|
||||
}%
|
||||
}
|
||||
% \topmark doesn't work for the very first chapter (after the title
|
||||
|
@ -5909,7 +5909,7 @@
|
|||
%
|
||||
% Now the second mark, after the heading break. No break points
|
||||
% between here and the heading.
|
||||
\let\prevsectiondefs=\lastsectiondefs
|
||||
\global\let\prevsectiondefs=\lastsectiondefs
|
||||
\domark
|
||||
%
|
||||
% Only insert the space after the number if we have a section number.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# sha256.m4 serial 6
|
||||
# sha256.m4 serial 7
|
||||
dnl Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
|
@ -8,4 +8,5 @@ AC_DEFUN([gl_SHA256],
|
|||
[
|
||||
dnl Prerequisites of lib/sha256.c.
|
||||
AC_REQUIRE([gl_BIGENDIAN])
|
||||
:
|
||||
])
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# sha512.m4 serial 7
|
||||
# sha512.m4 serial 8
|
||||
dnl Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
|
@ -8,4 +8,5 @@ AC_DEFUN([gl_SHA512],
|
|||
[
|
||||
dnl Prerequisites of lib/sha512.c.
|
||||
AC_REQUIRE([gl_BIGENDIAN])
|
||||
:
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue