[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Merge branch 'gh431' into develop (d231a33c)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Jan 6 19:33:34 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/d231a33c7409476b443695736dda5cdac594fd9e
>---------------------------------------------------------------
commit d231a33c7409476b443695736dda5cdac594fd9e
Merge: 880f14a0 4bf51ee8
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Jan 6 19:33:34 2021 +0100
Merge branch 'gh431' into develop
# Conflicts:
# base/changes.txt
# base/ltshipout.dtx
>---------------------------------------------------------------
d231a33c7409476b443695736dda5cdac594fd9e
base/changes.txt | 5 +++++
base/ltshipout.dtx | 16 +++++++++++++---
base/testfiles-lthooks2/github-0431.lvt | 32 ++++++++++++++++++++++++++++++++
base/testfiles-lthooks2/github-0431.tlg | 31 +++++++++++++++++++++++++++++++
base/update-lthooks-tests.sh | 3 ++-
5 files changed, 83 insertions(+), 4 deletions(-)
diff --cc base/changes.txt
index b5a883a5,0bbeb879..42e3be37
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,67 -7,11 +6,72 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+2020-12-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfssaxes.dtx (subsection{Changing to a new series}):
+ Distangle series and shape update by delaying the font series
+ and font shape merging (gh/444)
+
+ Move the rollback info for \normalshape after its main definition
+ otherwise it will not be undone (gh/458)
+
+2020-12-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfsstrc.dtx (subsection{General font loading}):
+ Alter \selectfont to do the delayed merging of font series
+ and font shape (gh/444)
+
+2020-12-27 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * letter.dtx (subsubsection{Page breaking control}):
+ The \opening argument was splitting name and address using \\
+ but did not allow to use \\[...] for this (gh/427)
+
+2020-12-06 Johannes Braams <Johannes.Braams at latex-project.org>
+
+ * miscelaneous files: gh/428, gh/429 and gh/430 list a number of
+ typing mistakes and missing documentation that have crept in over
+ the years. The following files were affected and have been
+ corrected:
+ alltt.dtx, classes.dtx, doc.dtx, docstrip.dtx, fix-cm.dtx,
+ fontdef.dtx, ifthen.dtx, inputenc.dtx, latex209.dtx,
+ latexrelease.dtx, ltbibl.dtx, ltboxes.dtx, ltclass.dtx,
+ ltcntrl.dtx, ltcounts.dtx, ltdefns.dtx, ltdirchk.dtx, ltexpl.dtx,
+ ltfilehook.dtx, ltfiles.dtx, ltfinal.dtx, ltfloat.dtx,
+ ltfntcmd.dtx, ltfssaxes.dtx, ltfssbas.dtx, ltfsscmp.dtx,
+ ltfssdcl.dtx, ltfssini.dtx, ltfsstrc.dtx, lthooks.dtx,
+ ltlength.dtx, ltlists.dtx, ltluatex.dtx, ltmath.dtx, ltmiscen.dtx,
+ ltoutenc.dtx, ltoutput.dtx, ltpage.dtx, ltpageno.dtx,
+ ltpictur.dtx, ltplain.dtx, ltsect.dtx, ltshipout.dtx,
+ lttextcomp.dtx, ltvers.dtx, ltxdoc.dtx, ltxref.dtx, nfssfont.dtx,
+ proc.dtx, slides.dtx, utf8ienc.dtx.
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfilehook.dtx (subsection{Declaring a file substitution}):
+ Don't drop file substitution declarations when rolling back
+ just render them no-ops
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+ Add a hook to \selectfont to be executed after the switch to the
+ new font. This implements the functionality formerly in the everysel
+ package.
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfinal.dtx (subsection{File substitutions}):
+ Emulate everysel package
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfssini.dtx (subsection{Miscellaneous}):
+ Setting up \f at series and \f at shape default values directly (gh/444)
+
+ 2020-11-23 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltshipout.dtx:
+ Check for both kernel and user hooks and execute if either is non-empty (gh/431)}
+
2020-10-26 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* ltmiscen.dtx (subsection{Environments}):
diff --cc base/ltshipout.dtx
index 28f4b976,88f991d9..fa5bfd00
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@@ -31,8 -31,8 +31,8 @@@
%%% From File: ltshipout.dtx
%
% \begin{macrocode}
- \providecommand\ltshipoutversion{v1.0c}
+ \providecommand\ltshipoutversion{v1.0d}
-\providecommand\ltshipoutdate{2020/11/23}
+\providecommand\ltshipoutdate{2020/12/06}
% \end{macrocode}
%
%<*driver>
More information about the latex3-commits
mailing list.