[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Merge pull request #304 from latex3/removecallback (3b59927f)

GitHub noreply at github.com
Fri Mar 20 00:46:53 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/3b59927f5674bda69391e5334e762decd41ddb13

>---------------------------------------------------------------

commit 3b59927f5674bda69391e5334e762decd41ddb13
Merge: e752e89c 06d99491
Author: Marcel Krüger <tex at 2krueger.de>
Date:   Fri Mar 20 00:46:53 2020 +0100

    Merge pull request #304 from latex3/removecallback
    
    Don't call callback.register(..., nil) for user-defined callbacks


>---------------------------------------------------------------

3b59927f5674bda69391e5334e762decd41ddb13
 base/changes.txt                                   |  5 ++++
 base/ltluatex.dtx                                  |  7 +++--
 base/testfiles/tlb-mathcallbacks.luatex.tlg        | 16 +++++++++++
 base/testfiles/tlb-mathcallbacks.lvt               | 31 ++++++++++++++++++++++
 ...ithub-0060.luatex.tlg => tlb-mathcallbacks.tlg} |  0
 5 files changed, 57 insertions(+), 2 deletions(-)

diff --cc base/changes.txt
index 764e7db3,ce8705a3..de63c69c
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -24,141 -2,13 +24,146 @@@ publication (therefore the dates might 
  It is provided for convenience only.  It therefore makes no claims to
  completeness or accuracy and it contains some references to files that
  are not part of the distribution.
 -=======================================================================
 +================================================================================
 +
 +2020-03-08  Johannes Braams  <texniek at braams.xs4all.nl>
 +
 +	* letter.dtx: merged changes to classes.dtx into letter.dtx
 +
 +2020-03-06  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltboxes.dtx (subsection{Some low-level constructs}):
 +	Macro \clap added (from mathtools)
 +
 +2020-03-05  Joseph Wright <joseph.wright at morningstar2.co.uk>
 +
 +	* ltexpl.dtx: Pre-load xparse where expl3 does not define \NewDocumentCommand
 +
 +2020-03-02  Frank Mittelbach  <Frank.Mittelbach at 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 at latex-project.org>
 +
 +	* ltfssini.dtx (section{Custom series settings for main document families}):
 +	Drop any surplus ``m'' from \bfdef at ult, \mddef at ult and other
 +	places (gh/291)
 +
 +2020-02-18  Frank Mittelbach  <Frank.Mittelbach at 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 compressible space when
 +	fleqn option is in force.
 +
 +2020-02-14  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltpictur.dtx (section{Picture Mode}):
 +	Suppress spaces following \linethickness declaration (gh/274)
 +
 +2020-02-07  Will Robertson  <will.robertson at latex-project.org>
 +
 +	* ltfssini.dtx:
 +	XeTeX-specific definition for \symbol to avoid bug in maths mode (gh/124)
 +
 +
 +================================================================================
 +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 at 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 at 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 at latex-project.org>
 +
 +	* ltclass.dtx (subsection{Providing shipment}):
 +	Fix missing quotes around file name when opening for output (gh/284)
 +
 +#########################
 +# 2020-02-02 PL 3 Release
 +#########################
 +
 +2020-02-18  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltfssaxes.dtx:
 +	When \fontseriesforce is used do not auto-update the series if the
 +	family changes (gh/277)
 +
 +2020-02-18  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltfssini.dtx:
 +	Added some debugging code, but not extracted at the moment.
 +	Make the \ifx selection  in \bfseries outside
 +        of \fontseries argument so that it is not done several times.
 +	When \fontseriesforce is used do not auto-update the series if the
 +	family changes (gh/277)
 +	Recognize current family if it is not a ``meta'' family and
 +	auto-update series if \mddefault or \bfdefault match (gh/277)
 +
 +#########################
 +# 2020-02-02 PL 2 Release
 +#########################
 +
 +2020-02-11  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltfssini.dtx (subsection{Miscellaneous}):
 +	Provide default value for \@fontenc at load@list (gh/273)
 +
 +	* fontdef.dtx (subsection{Encodings}):
 +	Provide start value for \@fontenc at load@list (gh/273)
 +
 +	* ltoutenc.dtx (subsection{The fontenc package}):
 +	Update \@fontenc at load@list with option list (gh/273)
 +
 +
 +2020-02-10  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* ltfssini.dtx:
 +	Renamed \@reservedb to \reserved at b
 +	Renamed \@reservedc to \reserved at c
 +	Add \@defaultfamilyhook to \normalfont (gh/269)
 +
 +	* lttextcomp.dtx (subsection{Sub-encoding 2):
 +	Use \@tabacckludge for tabbing where necessary if defining \capitalacute
 +	and friends for Unicode engines (gh/271)
  
+ 2020-03-07  Marcel Krüger    <Marcel.Krueger at latex-project.org>
+ 
+   * ltluatex.dtx: Fix remove_from_callback for mlist_to_hlist
+   and other engine callbacks hidden by user-defined ones
+ 
  #########################
  # 2020-02-02 PL 1 Release
  #########################





More information about the latex3-commits mailing list.