texlive[73291] Master/texmf-dist/doc/uptex/uptex-base: uptex-base

commits+karl at tug.org commits+karl at tug.org
Fri Jan 3 23:50:36 CET 2025


Revision: 73291
          https://tug.org/svn/texlive?view=revision&revision=73291
Author:   karl
Date:     2025-01-03 23:50:36 +0100 (Fri, 03 Jan 2025)
Log Message:
-----------
uptex-base (3jan25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt
    trunk/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt
    trunk/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt
    trunk/Master/texmf-dist/doc/uptex/uptex-base/LICENSE
    trunk/Master/texmf-dist/doc/uptex/uptex-base/README.md

Modified: trunk/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt
===================================================================
--- trunk/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt	2025-01-03 22:50:24 UTC (rev 73290)
+++ trunk/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt	2025-01-03 22:50:36 UTC (rev 73291)
@@ -1,5 +1,5 @@
 upTeX, upLaTeX  --- unicode version of ASCII pTeX, pLaTeX
-2024.12.28 Ver2.00
+2025.01.03 Ver2.00
 TANAKA, Takuji   ttk(at)t-lab(dot)opal(dot)ne(dot)jp
 
 [ Contents ]

Modified: trunk/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt
===================================================================
--- trunk/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt	2025-01-03 22:50:24 UTC (rev 73290)
+++ trunk/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt	2025-01-03 22:50:36 UTC (rev 73291)
@@ -1,5 +1,5 @@
 upTeX, upLaTeX  --- 内部unicode版 pTeX, pLaTeX の実装
-2024.12.28 Ver2.00
+2025.01.03 Ver2.00
 TANAKA, Takuji   ttk(at)t-lab(dot)opal(dot)ne(dot)jp
 
 ◇ upTeX開発のねらい  upTeX Ver0.02 〜 Ver1.35
@@ -531,6 +531,10 @@
  (0x1FE) 0xFF10..0xFF19, 0xFF21..0xFF3A, 0xFF41..0xFF5A <17>  Fullwidth digit and latin alphabet
  (0x1FF) 0xFF66..0xFF6F, 0xFF71..0xFF9D                 <17>  Halfwidth katakana
 ○Unicodeの範囲外を合成文字に対応するupTeXの内部コードとして利用する
+ (0x15F) 0x110000..0x11FFFF   <16>  for japanese-otf, japanese-otf-uptex macros
+ (0x160) 0x120000..0x12FFFF   <16>  for japanese-otf, japanese-otf-uptex macros
+ (0x161) 0x130000..0x13FFFF   <16>  for japanese-otf, japanese-otf-uptex macros
+ (0x162) 0x140000..0x14FFFF   <16>  for japanese-otf, japanese-otf-uptex macros
  (0x170) 0x220000..0x23FFFF   <17>  Kana with Voiced Sound Mark
  (0x171) 0x240000..0x25E6E5   <17>  Kana with Semi-Voiced Sound Mark
  (0x172) 0x25E6E6..0x25FFFF   <18>  Emoji Flag Sequence

Modified: trunk/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt
===================================================================
--- trunk/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt	2025-01-03 22:50:24 UTC (rev 73290)
+++ trunk/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt	2025-01-03 22:50:36 UTC (rev 73291)
@@ -1,5 +1,24 @@
 ### ChangeLog / 変更履歴
 
+2025.01.03 Ver2.00-20250103a
+  TeXLive svn r73271 base
+  Build/source/texk/web2c/uptexdir:
+    * uptex-m.ch, kanji.c:
+      Accept extended upTeX internal encoding also in internal
+      encoding EUC/SJIS (pTeX-compatible mode).
+      Set default kcatcode for japanese-otf-uptex macros
+      to 16 (kanji).
+    * upkcat.test, tests/upkcat{,-{e,s}}.txt,:
+      Update tests.
+    * uptex-widow.test, tests/jchwidow.tex, tests/up-jchwidow.log:
+      Add new tests for widow penalty originally
+      written by Kitagawa-san.
+      https://github.com/texjporg/tex-jp-build/issues/103
+    * COPYRIGHT, COPYRIGHT.ja:
+      Update copyright year.
+  00readme_uptex.txt, 01uptex_doc_utf8.txt:
+    Update.
+
 2024.12.28 Ver2.00-20241228a
   TeXLive svn r72803 base
   Build/source/texk/web2c/uptexdir:

Modified: trunk/Master/texmf-dist/doc/uptex/uptex-base/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/uptex/uptex-base/LICENSE	2025-01-03 22:50:24 UTC (rev 73290)
+++ trunk/Master/texmf-dist/doc/uptex/uptex-base/LICENSE	2025-01-03 22:50:36 UTC (rev 73291)
@@ -1,6 +1,6 @@
 Copyright (c) 2010 ASCII MEDIA WORKS
-Copyright (c) 2016-2024 Takuji Tanaka
-Copyright (c) 2016-2024 Japanese TeX Development Community
+Copyright (c) 2016-2025 Takuji Tanaka
+Copyright (c) 2016-2025 Japanese TeX Development Community
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

Modified: trunk/Master/texmf-dist/doc/uptex/uptex-base/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/uptex/uptex-base/README.md	2025-01-03 22:50:24 UTC (rev 73290)
+++ trunk/Master/texmf-dist/doc/uptex/uptex-base/README.md	2025-01-03 22:50:36 UTC (rev 73291)
@@ -17,6 +17,6 @@
 
 ## Release Date
 
-2024-12-28
+2025-01-03
 
 Japanese TeX Development Community



More information about the tex-live-commits mailing list.