[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Update callback list for TL'18 (49c8c5e)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed May 2 17:47:33 CEST 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/49c8c5e3a8449649200d33e4583fcc39c507f8d2

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

commit 49c8c5e3a8449649200d33e4583fcc39c507f8d2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed May 2 16:47:33 2018 +0100

    Update callback list for TL'18


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

49c8c5e3a8449649200d33e4583fcc39c507f8d2
 base/ltluatex.dtx |   41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 180fb7b..4686785 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% Copyright 2015 2017
+% Copyright 2015 2017 2018
 % The LaTeX3 Project and any individual authors listed elsewhere
 % in this file.
 %
@@ -24,7 +24,7 @@
 \ProvidesFile{ltluatex.dtx}
 %</driver>
 %<*tex>
-[2017/04/28 v1.1f
+[2018/05/02 v1.1g
 %</tex>
 %<plain>  LuaTeX support for plain TeX (core)
 %<*tex>
@@ -1230,6 +1230,7 @@ local types = {
 local callbacktypes = callbacktypes or {
 %    \end{macrocode}
 %   Section 8.2: file discovery callbacks.
+% \changes{v1.1g}{2018/05/02}{find\_sfd\_file removed}
 %    \begin{macrocode}
   find_read_file     = exclusive,
   find_write_file    = exclusive,
@@ -1239,7 +1240,6 @@ local callbacktypes = callbacktypes or {
   find_vf_file       = data,
   find_map_file      = data,
   find_enc_file      = data,
-  find_sfd_file      = data,
   find_pk_file       = data,
   find_data_file     = data,
   find_opentype_file = data,
@@ -1247,14 +1247,13 @@ local callbacktypes = callbacktypes or {
   find_type1_file    = data,
   find_image_file    = data,
 %    \end{macrocode}
-%
+% \changes{v1.1g}{2018/05/02}{read\_sfd\_file removed}
 %    \begin{macrocode}
   open_read_file     = exclusive,
   read_font_file     = exclusive,
   read_vf_file       = exclusive,
   read_map_file      = exclusive,
   read_enc_file      = exclusive,
-  read_sfd_file      = exclusive,
   read_pk_file       = exclusive,
   read_data_file     = exclusive,
   read_truetype_file = exclusive,
@@ -1303,19 +1302,21 @@ local callbacktypes = callbacktypes or {
 % Section 8.5: information reporting callbacks.
 % \changes{v1.0m}{2016/02/11}{show\_warning\_message added}
 % \changes{v1.0p}{2016/11/17}{call\_edit added}
-%    \begin{macrocode}
-  pre_dump             = simple,
-  start_run            = simple,
-  stop_run             = simple,
-  start_page_number    = simple,
-  stop_page_number     = simple,
-  show_error_hook      = simple,
-  show_warning_message = simple,
-  show_error_message   = simple,
-  show_lua_error_hook  = simple,
-  start_file           = simple,
-  stop_file            = simple,
-  call_edit            = simple,
+% \changes{v1.1g}{2018/05/02}{finish\_synctex\_callback added}
+%    \begin{macrocode}
+  pre_dump                = simple,
+  start_run               = simple,
+  stop_run                = simple,
+  start_page_number       = simple,
+  stop_page_number        = simple,
+  show_error_hook         = simple,
+  show_warning_message    = simple,
+  show_error_message      = simple,
+  show_lua_error_hook     = simple,
+  start_file              = simple,
+  stop_file               = simple,
+  call_edit               = simple,
+  finish_synctex_callback = simple,
 %    \end{macrocode}
 % Section 8.6: PDF-related callbacks.
 %    \begin{macrocode}
@@ -1324,8 +1325,10 @@ local callbacktypes = callbacktypes or {
 %    \end{macrocode}
 % Section 8.7: font-related callbacks.
 % \changes{v1.1e}{2017/03/28}{glyph\_stream\_provider added}
+% \changes{v1.1g}{2018/05/02}{glyph\_not\_found added}
 %    \begin{macrocode}
-  define_font = exclusive,
+  define_font           = exclusive,
+  glyph_not_found       = exclusive, 
   glyph_stream_provider = exclusive,
 %    \end{macrocode}
 % \changes{v1.0m}{2016/02/11}{pdf\_stream\_filter\_callback removed}





More information about the latex3-commits mailing list