[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: classify callbacks as data not simple (875fffae)

David Carlisle d.p.carlisle at gmail.com
Tue Oct 22 21:36:37 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/875fffaeb37263fc387240cfb24e11d58827989a

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

commit 875fffaeb37263fc387240cfb24e11d58827989a
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Tue Oct 22 20:36:37 2019 +0100

    classify callbacks as data not simple


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

875fffaeb37263fc387240cfb24e11d58827989a
 base/changes.txt  | 4 ++++
 base/ltluatex.dtx | 7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 37ec2add..35b0db41 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -4,6 +4,10 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 =======================================================================
 
+2019-10-22  David Carlisle  <David.Carlisle at latex-project.org>
+
+	* ltluatex.dtx: page_objnum_provider and process_pdf_image_content classified data
+
 2019-10-18  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* ltclass.dtx (section{Implementation}): Initialize
diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index ad9f4a7d..654b7f24 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -28,7 +28,7 @@
 \ProvidesFile{ltluatex.dtx}
 %</driver>
 %<*tex>
-[2018/10/21 v1.1i
+[2019/10/22 v1.1j
 %</tex>
 %<plain>  LuaTeX support for plain TeX (core)
 %<*tex>
@@ -1365,11 +1365,12 @@ local callbacktypes = callbacktypes or {
 % Section 8.6: PDF-related callbacks.
 % \changes{v1.1j}{2019/06/18}{page\_objnum\_provider added}
 % \changes{v1.1j}{2019/06/18}{process\_pdf\_image\_content added}
+% \changes(v1.1j}{2019/10/22}{page\_objnum\_provider and process\_pdf\_image\_content classified data}
 %    \begin{macrocode}
   finish_pdffile            = data,
   finish_pdfpage            = data,
-  page_objnum_provider      = simple,
-  process_pdf_image_content = simple,
+  page_objnum_provider      = data,
+  process_pdf_image_content = data,
 %    \end{macrocode}
 % Section 8.7: font-related callbacks.
 % \changes{v1.1e}{2017/03/28}{glyph\_stream\_provider added}





More information about the latex3-commits mailing list