summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/eptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/eptexdir/eptex.ech10
2 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog
index 9e22b2ac306..696f9940fb3 100644
--- a/Build/source/texk/web2c/eptexdir/ChangeLog
+++ b/Build/source/texk/web2c/eptexdir/ChangeLog
@@ -2,6 +2,10 @@
* eptex.defines: Add isinternalUPTEX and isterminalUTF8.
+2022-01-26 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * eptex.ech: Adapt \showmode to follow \showstream.
+
2022-01-22 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
* eptex.ech, etex.ch0, etex.ch1, pdfutils.ch:
diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech
index ac90a5b3ab9..808ff512686 100644
--- a/Build/source/texk/web2c/eptexdir/eptex.ech
+++ b/Build/source/texk/web2c/eptexdir/eptex.ech
@@ -708,6 +708,16 @@ if_font_char_code:begin scan_font_ident; n:=cur_val;
end;
@z
+@x e-pTeX: pTeX has \showmode, follow showstream.ch r61589
+@<Show the current japanese processing mode@>=
+begin print_nl("> ");
+@y
+@<Show the current japanese processing mode@>=
+begin
+ @<Adjust |selector| based on |show_stream|@>
+ print_nl("> ");
+@z
+
@x
procedure print_direction(@!d:integer); {print the direction represented by d}
@y