texlive[65392] Build/source/texk/web2c/pdftexdir: indicate structured

commits+karl at tug.org commits+karl at tug.org
Thu Dec 29 02:46:40 CET 2022


Revision: 65392
          http://tug.org/svn/texlive?view=revision&revision=65392
Author:   karl
Date:     2022-12-29 02:46:40 +0100 (Thu, 29 Dec 2022)
Log Message:
-----------
indicate structured pdfdest in tracing output, pdftex r888

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=888

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
    trunk/Build/source/texk/web2c/pdftexdir/NEWS
    trunk/Build/source/texk/web2c/pdftexdir/pdftex.web

Modified: trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ChangeLog	2022-12-29 00:49:31 UTC (rev 65391)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog	2022-12-29 01:46:40 UTC (rev 65392)
@@ -1,3 +1,9 @@
+2022-12-28  Thanh Han The  <hanthethanh at gmail.com>
+
+	* pdftex.web (Display the whatsit...) <pdf_dest_node>: indicate
+	if a pdfdest is a struct (pdftex r888). Report from Ulrike Fischer,
+	https://tug.org/pipermail/pdftex/2022-December/009315.html
+
 2022-12-28  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
 
 	* wcfname.test, am/pdftex.am:

Modified: trunk/Build/source/texk/web2c/pdftexdir/NEWS
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/NEWS	2022-12-29 00:49:31 UTC (rev 65391)
+++ trunk/Build/source/texk/web2c/pdftexdir/NEWS	2022-12-29 01:46:40 UTC (rev 65392)
@@ -1,6 +1,6 @@
 pdfTeX 3.141592653-2.6-1.40.25
 - changes:
-  - new primitive \pdfomitinfodict to omit /Info dictionary completely.
+  - new primitive \pdfinfoomitdict to omit /Info dictionary completely.
   - new primitive \pdfomitprocset to control omitting /ProcSet array;
     /ProcSet is included if this parameter is negative, or if this
     parameter is zero and pdftex is generating PDF 1.x output.

Modified: trunk/Build/source/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/pdftex.web	2022-12-29 00:49:31 UTC (rev 65391)
+++ trunk/Build/source/texk/web2c/pdftexdir/pdftex.web	2022-12-29 01:46:40 UTC (rev 65392)
@@ -35537,6 +35537,10 @@
 pdf_end_link_node: print_esc("pdfendlink");
 pdf_dest_node: begin
     print_esc("pdfdest");
+    if pdf_dest_objnum(p) <> null then begin
+        print(" struct");
+        print_int(pdf_dest_objnum(p));
+    end;
     if pdf_dest_named_id(p) > 0 then begin
         print(" name");
         print_mark(pdf_dest_id(p));



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