groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ChangeLog tmac/pdf.tmac


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog tmac/pdf.tmac
Date: Fri, 10 Feb 2012 06:48:29 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     12/02/10 06:48:29

Modified files:
        .              : ChangeLog 
        tmac           : pdf.tmac 

Log message:
        [gropdf] Fix compatibility issues with pdfmark.
        
        * tmac/pdf.tmac (PDFHREF.VIEW.LEADING): Fix value.
        (pdf:href.opt-X): Add check for -X option for .pdfhref.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1324&r2=1.1325
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/pdf.tmac?cvsroot=groff&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1324
retrieving revision 1.1325
diff -u -b -r1.1324 -r1.1325
--- ChangeLog   8 Feb 2012 18:54:31 -0000       1.1324
+++ ChangeLog   10 Feb 2012 06:48:26 -0000      1.1325
@@ -1,3 +1,10 @@
+2012-02-10  Deri James  <address@hidden>
+
+       [gropdf] Fix compatibility issues with pdfmark.
+
+       * tmac/pdf.tmac (PDFHREF.VIEW.LEADING): Fix value.
+       (pdf:href.opt-X): Add check for -X option for .pdfhref.
+
 2012-02-08  Werner LEMBERG  <address@hidden>
 
        * src/preproc/pic/main.cpp (do_file): Check for invalid characters.

Index: tmac/pdf.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/pdf.tmac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tmac/pdf.tmac       26 Jul 2011 17:11:12 -0000      1.1
+++ tmac/pdf.tmac       10 Feb 2012 06:48:29 -0000      1.2
@@ -278,7 +278,7 @@
 .\" in groff's basic units; don't forget to append grops' "u"
 .\" conversion operator, when writing the pdfmark!
 .\"
-.nr PDFPAGE.Y \\n(nl+\\n[PDFHREF.VIEW.LEADING]
+.nr PDFPAGE.Y \\n(nl-\\n[PDFHREF.VIEW.LEADING]
 ..
 .\" When we create a link "hot-spot" ...
 .\" "PDFHREF.LEADING" sets the distance above the top of the glyph
@@ -442,6 +442,7 @@
 .als pdf:href.opt-N pdf:href.option   \" reference name
 .als pdf:href.opt-P pdf:href.option   \" prefixed text
 .als pdf:href.opt-T pdf:href.option   \" bookmark "tag"
+.als pdf:href.opt-X pdf:href.flag     \" cross reference
 .\"
 .\" For references to another document file
 .\" we also need to support OS dependent file name specifiers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]