diff options
author | wlemb <wlemb> | 2003-08-17 04:44:44 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2003-08-17 04:44:44 +0000 |
commit | e2797a7c9f370c3b0c3bfabfc2477a5d935a711d (patch) | |
tree | 15ac1b13b41d4b355d324b2479fbbfe8430a4885 /contrib/mom | |
parent | 8970e21d491dca6a2666e8c11f8c1776887b61e1 (diff) | |
download | groff-e2797a7c9f370c3b0c3bfabfc2477a5d935a711d.tar.gz |
o Added a .bp after .if \\n[#START]=1 in FOOTER. Without it,
in document processing mode, documents that use *none* of the
docprocessing tags (yes, there are times when users want to do
this) ignored the footer trap.
o Changed register #DOCHEADER_LEAD_ADJ to string
Diffstat (limited to 'contrib/mom')
-rw-r--r-- | contrib/mom/BUGS | 7 | ||||
-rw-r--r-- | contrib/mom/ChangeLog | 11 | ||||
-rw-r--r-- | contrib/mom/momdoc/definitions.html | 2 | ||||
-rw-r--r-- | contrib/mom/momdoc/docprocessing.html | 4 | ||||
-rw-r--r-- | contrib/mom/om.tmac | 7 |
5 files changed, 25 insertions, 6 deletions
diff --git a/contrib/mom/BUGS b/contrib/mom/BUGS index c193d867..52f03c5e 100644 --- a/contrib/mom/BUGS +++ b/contrib/mom/BUGS @@ -11,6 +11,13 @@ questions and suggestions, or contact me directly at: ======================================================================== +Version 1.1.6-c +=============== + +In document processing mode, docs that use *none* of the +docprocessing tags being ignored. +---Fixed--- + Version 1.1.6-b =============== diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog index 7057f6a1..3ad4f0c4 100644 --- a/contrib/mom/ChangeLog +++ b/contrib/mom/ChangeLog @@ -1,3 +1,14 @@ +*Fri Jul 25 2003 + +o Added a .bp after .if \\n[#START]=1 in FOOTER. Without it, + in document processing mode, documents that use *none* of the + docprocessing tags (yes, there are times when users want to do + this) ignored the footer trap. + +*Fri Jun 6 2003 + +o Changed register #DOCHEADER_LEAD_ADJ to string + *Wed May 21 2003 o DOC_TITLE changed to be used exclusively with DOCTYPE DEFAULT diff --git a/contrib/mom/momdoc/definitions.html b/contrib/mom/momdoc/definitions.html index be393156..7d2d856a 100644 --- a/contrib/mom/momdoc/definitions.html +++ b/contrib/mom/momdoc/definitions.html @@ -481,7 +481,7 @@ character ("). <dt><a name="TERMS_UNITOFMEASURE"><em>Unit of measure</em></a> <dd>The single letter after a <strong>*numeric argument</strong> that tells <strong>mom</strong> what measurement scale the argument -should use. Commonly valid units are: +should use. Common valid units are: <p> <table valign="baseline" summary="unitsofmeasure"> <tr><td><strong>i</strong><td> = <td>inches diff --git a/contrib/mom/momdoc/docprocessing.html b/contrib/mom/momdoc/docprocessing.html index 403c6ccf..afe2f61e 100644 --- a/contrib/mom/momdoc/docprocessing.html +++ b/contrib/mom/momdoc/docprocessing.html @@ -211,7 +211,7 @@ As explained in <a href="intro.html#INTRO_DOCPROCESSING">Document processing with mom</a>, document processing uses markup tags to identify document elements -like heads, paragraphs, and so on. The tags are, of course, macros, +such as heads, paragraphs, and so on. The tags are, of course, macros, but with sensible, readable names that make them easy to grasp and easy to remember. (And don't forget: if you don't like the "official" name of a tag -- too long, cumbersome @@ -314,7 +314,7 @@ half linespaces and quarter linespaces with "v" as well, <em>provided you compensate for the fractional linespace somewhere else on the page</em>. <p> -If all this seems like too much too much work, <strong>mom</strong> +If all this seems like too much work, <strong>mom</strong> provides a special macro to get you out of trouble if you've played around with leading and/or spacing. The macro is called <strong>SHIM</strong> (like those little pieces of wood carpenters diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac index cd9f1386..bc9cfa16 100644 --- a/contrib/mom/om.tmac +++ b/contrib/mom/om.tmac @@ -21,9 +21,9 @@ .\" with groff; see the file COPYING. If not, write to the Free Software .\" Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. .\" -. -. -\# Version 1.1.6-c +.\" +.\" +\# Version 1.1.6-d \# --------------- \# .if (\n[.x]\n[.y] < 118) \ @@ -6475,6 +6475,7 @@ y\\R'#DESCENDER \\n[.cdp]' .MAC FOOTER END . ev PAGE_BOTTOM . if \\n[#START]=1 \{\ +. bp . ev . return . \} |