More fixes for MSVC compiler.
[s-roff.git] / contrib / mom / BUGS
blob52f03c5e6e12aea6c7328e80216853f558655e0e
1 Assume that anything that doesn't work or behaves oddly is a bug.
2 The documentation should be taken as the authoritative source for
3 how things ought to be.
5 Post to the groff mailing list (groff@ffii.org) with bug reports,
6 questions and suggestions, or contact me directly at:
8     df191@ncf.ca
10 --Peter Schaffter
12 ========================================================================
14 Version 1.1.6-c
15 ===============
17 In document processing mode, docs that use *none* of the
18 docprocessing tags being ignored.
19 ---Fixed---
21 Version 1.1.6-b
22 ===============
24 String tabs not picking up #L_MARGIN when #L_MARGIN not explicitly
25 set with L_MARGIN, PAPER or PAGE.
26 ---Fixed---
28 Infinite loop when B_MARGIN is set lower than FOOTER_MARGIN during
29 doc processing.
30 ---Fixed---
32 Version 1.1.6-a
33 ===============
35 Mom partially broken when run with groff 1.19.1.  Don't know yet
36 what this is, whether bad coding in mom, or a problem with 1.19.1.
37 Only solution for now: run mom 1.1.6 with groff 1.18.
38 ----Fixed---
40 Top margin of endnotes pages after the first endnotes page when
41 PRINTSTYLE is TYPEWRITE and endnotes single-spacing is turned on
42 falling one line too high.
43 ---Fixed---
45 Version 1.1.6
46 =============
48 DOCHEADER OFF (distance) not being respected.
49 ---Fixed---
51 FINIS killing ENDNOTES page numbering and heads.
52 ---Fixed---
54 Version 1.1.5
55 =============
57 Draft and revision not appearing in page headers.
58 ---Fixed---
60 \*[RULE] not working properly with indents and justified copy.
61 ---Fixed---
63 Post-epigraph spacing in TYPEWRITE causing some first pages to run too
64 deep.
65 ---Fixed---
67 Spacing of docheaders in TYPEWRITE not always consistent.
68 ---Fixed---
70 Version 1.1.4
71 =============
73 Blockquotes that span pages running too deep.
74 ---Fixed---
76 Version 1.1.3
77 =============
79 Footnotes not outputting on final page of document body when ENDNOTES
80 is invoked.
81 ---Fixed---
83 Pad not working properly and/or spitting out warnings when fill mode is
84 on.
85 ---Fixed---
87 Version 1.1.2
88 =============
90 PAGENUM_STYLE being ignored unless entered after START.
91 ---Fixed---
93 Version 1.1
94 ===========
96 String tabs not working as advertised when set from within other tabs.
97 ---Fixed---
99 .COLLATE sometimes depositing a header on the first page of a subsequent doc.
100 ---Fixed with workaround BREAK_QUOTE---
102 .UNDERLINE_QUOTES in PRINTSTYLE TYPEWRITE not on by default as advertised.
103 ---Fixed---
105 .TI not cooperating with other indent styles.
106 ---Fixed---
108 .WS and .SS not cooperating.
109 ---Fixed---
111 .RW and .EW not working.
112 ---Fixed---
114 ========================================================================
116 KNOWN PROBLEMS
117 --------------
119 The indent macros from the typesetting macro set may not always
120 perform well in conjunction with the document processing macros,
121 especially when documents are set in columns.  Mostly, this is the
122 result of inadequate testing.  There are only so many "who'd want to
123 do this anyway?" scenarios I can think of on my own.
125 Epigraphs at the bottoms of page may sometimes run exactly one line
126 deeper than they should.  The alternative (from my point of view) is
127 to have them run 1 line shorter than they should.  The problem stems
128 from the fact the epigraphs are leaded differently than all other text,
129 and there's only so much adjusting that can be done with the whitespace
130 surrounding them to get them to bottom align.  Since stylistically,
131 epigraphs should never appear at the bottom of a page/column without at
132 least some running text beneath them in order to make sense of the role
133 they play in page layout, this not likely to be fixed for some time.