pdftex[930] branches/stable/source/src/texk/web2c/pdftexdir: NEWS for

commits+karl at tug.org commits+karl at tug.org
Sat May 25 23:52:50 CEST 2024


Revision: 930
          https://tug.org/svn/pdftex?view=revision&revision=930
Author:   karl
Date:     2024-05-25 23:52:50 +0200 (Sat, 25 May 2024)
Log Message:
-----------
NEWS for \pdfptexuseunderscore: new parameter for "PTEX_" instead of "PTEX."

Modified Paths:
--------------
    branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog
    branches/stable/source/src/texk/web2c/pdftexdir/NEWS
    branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web

Modified: branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog	2024-05-23 10:50:42 UTC (rev 929)
+++ branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog	2024-05-25 21:52:50 UTC (rev 930)
@@ -1,3 +1,14 @@
+2024-05-24  Thanh Han The  <hanthethanh at gmail.com>
+
+	* pdftex.web (pdf_ptex_use_underscore_code),
+	(pdf_ptex_use_underscore): new \pdfptexuseunderscore parameter.
+	(Put each ...): define it.
+	(print_param): print it.
+	(get_ptex_use_underscore): new fn to implement it.
+        (pdf_print_info): adjust Fullbanner prefix character.
+	* pdftoepdf.cc (getptexuseunderscore): declare fn.
+	(write_epdf): use it for FileName, PageNumber, InfoDict.
+
 2024-03-10  Karl Berry  <karl at tug.org>
 
 	* TL'24 release.

Modified: branches/stable/source/src/texk/web2c/pdftexdir/NEWS
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/NEWS	2024-05-23 10:50:42 UTC (rev 929)
+++ branches/stable/source/src/texk/web2c/pdftexdir/NEWS	2024-05-25 21:52:50 UTC (rev 930)
@@ -1,3 +1,8 @@
+- changes:
+  - new primitive \pdfptexuseunderscore: if positive or
+    if \pdfmajorversion >= 2, the PTEX.Fullbanner and other dictionary
+    entries use an _ instead of ., as in PTEX_Fullbanner.
+
 pdfTeX 3.141592653-2.6-1.40.26 (TeX Live 2024)
 - bugfixes:
   - more reliable text extraction on BigEndian systems.

Modified: branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2024-05-23 10:50:42 UTC (rev 929)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2024-05-25 21:52:50 UTC (rev 930)
@@ -1,4 +1,4 @@
-% Copyright 1996-2023 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh,
+% Copyright 1996-2024 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh,
 % <thanh@@pdftex.org>
 
 % This file is part of pdfTeX.
@@ -15162,7 +15162,8 @@
 
 function get_ptex_use_underscore: boolean;
 begin
-    get_ptex_use_underscore := (pdf_ptex_use_underscore > 0) or (pdf_major_version >= 2)
+    get_ptex_use_underscore
+      := (pdf_ptex_use_underscore > 0) or (pdf_major_version >= 2)
 end;
 
 function get_nullfont: internal_font_number;



More information about the pdftex-commits mailing list.