[latex3-commits] [git/LaTeX3-latex3-latex2e] gh905: Merge branch 'develop' into gh905 (9ddd8322)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Aug 18 17:52:13 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh905
Link       : https://github.com/latex3/latex2e/commit/9ddd832211390c355a3f439b02d2981016e29030

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

commit 9ddd832211390c355a3f439b02d2981016e29030
Merge: e5ed6bea 0176ac59
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Aug 18 17:52:13 2022 +0200

    Merge branch 'develop' into gh905
    
    # Conflicts:
    #       base/changes.txt
    #       base/doc/ltnews36.tex


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

9ddd832211390c355a3f439b02d2981016e29030
 base/changes.txt                                   |   9 +-
 base/doc/ltnews36.tex                              |   9 +
 base/ltluatex.dtx                                  |  65 +++++--
 base/testfiles/tlb-ltluatex-001.luatex.tlg         |   2 +-
 ...luatex.tlg => tlb-mathcallbacks-001.luatex.tlg} |   0
 ...mathcallbacks.lvt => tlb-mathcallbacks-001.lvt} |   1 +
 ...mathcallbacks.tlg => tlb-mathcallbacks-001.tlg} |   0
 base/testfiles/tlb-mathcallbacks-002.luatex.tlg    |  26 +++
 base/testfiles/tlb-mathcallbacks-002.lvt           |  31 +++
 ...b-0060.luatex.tlg => tlb-mathcallbacks-002.tlg} |   0
 required/latex-lab/testfiles-OR/footmisc-003.tlg   |   6 +-
 required/latex-lab/testfiles-OR/footmisc-004.tlg   |   6 +-
 required/latex-lab/testfiles-OR/footmisc-005.tlg   |  14 +-
 .../testfiles-OR/footmisc-013-scrartcl.tlg         |   6 +-
 support/regression-test.tex                        | 209 ++++++++++++++++-----
 15 files changed, 305 insertions(+), 79 deletions(-)

diff --cc base/changes.txt
index 11787edc,735ac8f4..e02fdbac
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,14 -6,15 +6,19 @@@ completeness or accuracy and it contain
  are not part of the distribution.
  ================================================================================
  
+ 2022-08-13  Marcel Krüger  <Marcel.Krueger at latex-project.org>
+ 
 -  * ltluatex.dtx:
++	* ltluatex.dtx:
+ 	Unregister mlist_to_hlist callback when no related callbacks are registered
+ 
 +2022-08-07  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 +
 +	* lttextcomp.dtx: Make \DeclareEncodingSubset act globally so that
 +	it can be used in fd files (gh/905)
 +
- 2022-07-23  Joseph Wright  <Joseph.Wright at latex-project.org>
+ 2022-07-23  Joseph Wright <Joseph.Wright at latex-project.org>
  
- 	*  ltkeys.dtx: Output 'friendly' package names in messages
 -	* ltkeys.dtx: 
 -	Output 'friendly' package names in messages
++	* ltkeys.dtx: Output 'friendly' package names in messages
  
  2022-07-10  David Carlisle  <David.Carlisle at latex-project.org>
  
diff --cc base/doc/ltnews36.tex
index 347cf974,bd24cffb..bcd356f4
--- a/base/doc/ltnews36.tex
+++ b/base/doc/ltnews36.tex
@@@ -207,10 -181,13 +207,19 @@@ font instead
  \githubissue{879}
  
  
+ \subsection{\LuaTeX\ callback efficiency improvement}
+ 
 -The mechanism for providing the \texttt{pre/post\_mlist\_to\_hlist\_filter} callbacks in \LuaTeX\ has been improved to make it more reusable and to avoid overhead if these callbacks are not used.
++The mechanism for providing the
++\texttt{pre/post\_mlist\_to\_hlist\_filter} callbacks in \LuaTeX\ has
++been improved to make it more reusable and to avoid overhead if these
++callbacks are not used.
+ %
+ \githubissue{830}
+ 
  
 +
 +
 +
  \section{Bug fixes}
  
  





More information about the latex3-commits mailing list.