groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Fixed ENDNOTES page offset conflict with BLOCKQUOTE.


From: Peter Schaffter
Subject: [groff] 01/01: Fixed ENDNOTES page offset conflict with BLOCKQUOTE.
Date: Mon, 22 Sep 2014 16:08:37 +0000

PTPi pushed a commit to branch master
in repository groff.

commit 7e5d69ea8c7952bdb7e75c6933b954caa898af34
Author: Peter Schaffter <address@hidden>
Date:   Mon Sep 22 12:05:56 2014 -0400

    Fixed ENDNOTES page offset conflict with BLOCKQUOTE.
---
 contrib/mom/BUGS    |    6 +++++-
 contrib/mom/om.tmac |   10 +++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/contrib/mom/BUGS b/contrib/mom/BUGS
index ff2c196..c8e9738 100644
--- a/contrib/mom/BUGS
+++ b/contrib/mom/BUGS
@@ -1,5 +1,5 @@
     -*- text -*-
-    Copyright (C) 2004-2014  Free Software Foundation, Inc.
+    Copyright 2004-2014  Free Software Foundation, Inc.
 
     Copying and distribution of this file, with or without modification,
     are permitted in any medium without royalty provided the copyright
@@ -25,6 +25,10 @@ Also, please--no html email.  That, too, gets nuked.
 Version 2.0-c
 =============
 
+Endnotes page offset wrong if (BLOCK)QUOTE last macro before
+ENDNOTES.
+---Fixed---
+
 Character translation of diacritics from lowercase to caps broken.
 ---Fixed---
 
diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index 9566072..57dd1b7 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -582,16 +582,16 @@ end
 .       if '\\n[.sty]'' \{\
 .          if !F\\n[.fn] \{\
 .             if !S\\*[$FONT] \{\
-.                tm1 "[mom]: Font style "\\*[$FONT]" at line \\n[.c] has not 
been registered.\""
+.                tm1 "[mom]: Font style "\\*[$FONT]" at line \\n[.c] has not 
been registered.
 .                ie \\n[#ABORT_FT_ERRORS]=0 \
-.                   tm1 "       Continuing to process using fallback font.\""
+.                   tm1 "       Continuing to process using fallback font.
 .                el .ab Aborting '\\n[.F]' at \\$0, line \\n[.c].
 .             \}
 .             if \\n[.f]=0 \{\
 .                tm1 "[mom]: Either font style "\\*[$FONT]" at line \\n[.c] 
does not exist in family "\\n[.fam]",
 .                tm1 "       or family "\\n[.fam]" has not been installed.
 .                ie \\n[#ABORT_FT_ERRORS]=0 \
-.                   tm1 "       Continuing to process using fallback font.\""
+.                   tm1 "       Continuing to process using fallback font.
 .                el .ab Aborting '\\n[.F]' at \\$0, line \\n[.c].
 .             \}
 .          \}
@@ -7327,7 +7327,6 @@ $DOC_COVER_TITLE_\\n+[#DOC_COVER_TITLE_NUM] 
\\$\\n[#DOC_COVER_TITLE_NUM]
 .             rm $TOC_AUTHORS
 .          \}
 .       \}
-.       nop
 .       sp |\\n[#DOCHEADER_ADVANCE]u-\\n[#DOC_LEAD]u
 .       PDF_BOOKMARK 1 \\*[$TOC_TITLE_ITEM]
 .       as $TOC_TITLE_ITEM \|
@@ -9723,6 +9722,7 @@ $DOC_COVER_TITLE_\\n+[#DOC_COVER_TITLE_NUM] 
\\$\\n[#DOC_COVER_TITLE_NUM]
 .    \}
 .    if !'\\n[.ev]'0' .ev
 .    rr ref*last
+.    po \" Ensure reset to last value
 .END
 \#
 .MAC PRINT_FOOTER END
@@ -21097,7 +21097,7 @@ Macro MN: Warning: Right margin note #\\n[MN-curr] on 
page \\n[#P] shifted down.
 .      chop pdf:clean
 .      asciify pdf:clean
 .      ev
-.      ds \\*[pdfcleaned] "\\*[pdf:clean]\""
+.      ds \\*[pdfcleaned] "\\*[pdf:clean]
 .      rm pdf:clean
 .      tr \[em]\[em]
 .    \}



reply via email to

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