Re: [groff] 04/08: ChangeLog: Add entries for Deri's recent changes.

2024-01-08 Thread Deri
On Monday, 8 January 2024 02:16:40 GMT G. Branden Robinson wrote:
> gbranden pushed a commit to branch master
> in repository groff.

Thank you.




___
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit


[groff] 04/08: ChangeLog: Add entries for Deri's recent changes.

2024-01-07 Thread G. Branden Robinson
gbranden pushed a commit to branch master
in repository groff.

commit ae6ad02fe56bbb546710143574a877f24f1b5290
Author: G. Branden Robinson 
AuthorDate: Sun Jan 7 19:16:23 2024 -0600

ChangeLog: Add entries for Deri's recent changes.
---
 ChangeLog | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 360a8eb4e..3a4d7ddd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2024-01-07  Deri James  
+
+   * src/devices/gropdf/gropdf.pl: Comment out line causing
+   incorrect table of contents relocation.
+
+   Thanks to Peter Schaffter for the report.
+
+2024-01-07  Deri James  
+
+   [gropdf]: Fix inclusion of PDF v1.7 files.
+
+   PDF 1.5 introduced the object type ObjStm, which can contain a
+   bunch of objects in its own compressed stream, but there is a
+   restriction that an object with its own stream cannot be
+   included into the ObjStm (i.e., no streams within streams).
+   Gropdf has supported this for some years, but it has come to
+   light that some PDFs have a "skeleton" object that contains the
+   stream, while the rest of the object is held in an ObjStm.
+
+   * src/devices/gropdf/gropdf.pl: If a skeleton object exists at
+   the top level and in an ObjStm stream, merge the two objects.
+
+2024-01-07  Deri James  
+
+   * src/devices/gropdf/gropdf.pl (subs_call): Fix bad fix for
+   Savannah #65112.
+
+   {Problem introduced by me in commit 6e45bb0bc6, 4 January, when
+   I manually merged Deri's patch that wouldn't merge
+   automatically, and I misread the magic constant "16" as "6".  My
+   fault, but this is also one reason symbolic constants with
+   human-readable names are usually preferred to numeric literals.
+   -- GBR}
+
 2024-01-05  G. Branden Robinson 
 
[troff]: Fix Savannah #64592 (default color name).

___
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit