diff options
Diffstat (limited to 'macros/latex-dev/base/changes.txt')
-rw-r--r-- | macros/latex-dev/base/changes.txt | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/macros/latex-dev/base/changes.txt b/macros/latex-dev/base/changes.txt index bb0c31288b..96654ea52b 100644 --- a/macros/latex-dev/base/changes.txt +++ b/macros/latex-dev/base/changes.txt @@ -6,12 +6,32 @@ completeness or accuracy and it contains some references to files that are not part of the distribution. ================================================================================ +2020-03-05 Joseph Wright <joseph.wright@morningstar2.co.uk> + + * ltexpl.dtx: Pre-load xparse where expl3 does not define \NewDocumentCommand + +2020-03-02 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfssini.dtx (section{Custom series settings for main document families}): + Ensure that \DeclareFontSeriesDefault is undefined + before using \newcommand in rollback (gh/295) + + * ltfssaxes.dtx (section{Changing the shape}): + Ensure that \ulcdefault, \swdefault and \sscdefault are undefined + before using \newcommand in rollback (gh/295) + +2020-02-25 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfssini.dtx (section{Custom series settings for main document families}): + Drop any surplus ``m'' from \bfdef@ult, \mddef@ult and other + places (gh/291) + 2020-02-18 Frank Mittelbach <Frank.Mittelbach@latex-project.org> * ltmath.dtx (subsubsection{Flush left equations}): Make \mathindent a skip register to match amsmath (gh/252) - Separate formula and eqn number by a compressable space when + Separate formula and eqn number by a compressible space when fleqn option is in force. 2020-02-14 Frank Mittelbach <Frank.Mittelbach@latex-project.org> @@ -31,9 +51,32 @@ All changes above are only part of the development branch for the next release. ######################### +# 2020-02-02 PL 5 Release +######################### + +2020-02-27 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfssaxes.dtx (subsection{Changing to a new series}): + Drop ``m'' in a fixed set of series values, + otherwise assume that the series + value is a long name such as "semibold" and leave it alone (gh/293)} + + * ltfssbas.dtx (section{Macros for setting up the tables}): + Drop one ``m'' in the series values in \DeclareFontShape if it is + on of a fixed sets of values and if so issue warning (gh/293) + + * ltdefns.dtx (subsection{Command definitions}): + Added \@gobblethree + +######################### # 2020-02-02 PL 4 Release ######################### +2020-02-24 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfssbas.dtx (section{Macros for setting up the tables}): + Drop surplus ``m'' in series when defining fontshape (gh/289) + 2020-02-21 Frank Mittelbach <Frank.Mittelbach@latex-project.org> * ltclass.dtx (subsection{Providing shipment}): |