|
|
1.1 root 1: 2.15 10 Apr 83
2: -- Fix a name conflict between .sh and floating keeps (as suggested
3: by Hy Murviet).
4:
5: 2.14 28 Dec 81
6: -- Integrate the refer macros into -me. This is basically a cheap
7: and dirty modification of the -ms version, and is probably not
8: terribly compatible with the usual -me standards. This can be
9: tuned later if needed.
10:
11: 2.13 22 Dec 81
12: -- Allow the -rb<x> flag to set the font you want for bold font --
13: set it to font <x>. Default 2 (italic) in nroff, 3 (bold) in
14: troff.
15:
16: 2.12 20 Mar 81
17: -- Remove silly "." at top of page on dumb terminals -- lpr is smarter
18: now.
19:
20: 2.11 19 Mar 81
21: -- Fixed indexes to indent on second line.
22:
23: 2.10 26 Feb 81
24: -- Improvement to nested index solution, now works for ()b & ()z.
25:
26: 2.9 10 Dec 80
27: -- More stuff to make indices inside keeps work correctly.
28:
29: 2.8 10 Nov 80
30: -- Had .)c do a .br to insure that the final line is forced out.
31:
32: 2.7 24 Sep 80
33: -- Fixed bug in 2.6
34:
35: 2.6 23 Sep 80
36: -- Fixed problem introduced by 2.2 which occured in footnotes and
37: index entries in filled keeps
38:
39: 2.5 29 Aug 80
40: -- Changed umlaut to not be so tricky -- it seems to backfire.
41:
42: 2.4 25 Aug 80
43: -- Fixed bug in indices caused by 2.2.
44:
45: 2.3 20 Aug 80
46: -- Fixed bug in footnotes caused by 2.2.
47: -- Changed temp file names that macros that do dynamic loading rename
48: themselves to. For example, if you say '.TS ... .(f' when both of
49: them have been used for the first time, the @T macro got used twice.
50:
51: 2.2 18 Aug 80
52: -- Suspended footnote & index processing until final output
53: (so that they will work properly in keeps).
54:
55: 2.1 18 Aug 80
56: -- Release 2. No changes.
57:
58: Mod 28 18 Aug 80
59: -- If \nv is set on entry, handle .po differently (for vtroff).
60: -- Allow ".nr fi 0".
61:
62: Mod 27 30 Jun 80
63: -- Put in a cludge to try to make multi-columned output work
64: with wide floating keeps. Moves all wide keeps to the top
65: of the next real page.
66:
67: Mod 26 9 Nov 79
68: -- Fixed footnote bug that caused the first line of footnotes
69: that were broken across a page to be indented.
70:
71: Mod 25 1 Oct 79
72: -- Fixed footnote bug that caused footnotes invoked at the
73: top of pages to come out in bold font.
74: -- Fixed equation bug that caused equations at the top of
75: page to be improperly centered.
76:
77: Mod 24 27 Sep 79
78: -- Changed delimiter in all \w's to " from ', to allow for
79: apostrophes in labels.
80: -- Increased footnote fudge factor.
81: -- Changed \x factor in \*[ & \*< to be one half previous value.
82:
83: Mod 23 24 Aug 79
84: -- Changed .ip to start new line if the tag is too long for
85: the space provided.
86:
87: Mod 22 11 Jul 79
88: -- Changed .ac to handle new paper (with second parameter
89: == "*").
90:
91: Mod 21 24 Apr 79
92: -- Changed \*[ and \*< to use \x -- to avoid line overlap.
93:
94: Mod 20 6 Apr 79
95: -- Changed 12-pitch DTC terminals to still space 1/6 inch (instead
96: of 1/8 inch), unless the 'x' register is non-zero -- do-able with
97: the -rx1 option on the nroff command line.
98:
99: Mod 19 28 Mar 79
100: -- Had .ep do a .rs, to avoid occasional problems (like with
101: .+c (again).
102: -- Added the 'X' register: if non-zero on startup on a 12-pitch
103: terminal, it outputs 6 LPI instead of 8 LPI.
104:
105: Mod 18 26 Mar 79
106: -- Had .+c reset indent, to solve problems of prelim material
107: after a .ip (as with references)
108:
109: Mod 17 19 Mar 79
110: -- Fixed a bug in .++ which caused it to renumber pages incorrectly,
111: the result of nroff starting a new page immediately upon reaching
112: the end of the previous page (damn!).
113:
114: Mod 16 8 Mar 79
115: -- Fixed a bug in .++ which caused it to change page number formats
116: before forcing out the page.
117: -- Changed tmac.e so that extra '.so's to the package will next to
118: 'null.me'.
119: -- Changed .sh so that a title of "_" will cause section depth change
120: side-effects only (base indent will remain the same, and no output
121: will occur).
122:
123: Mod 15a 7 Mar 79
124: -- Fixed a bug in Mod 15 which caused .ip's to fail.
125:
126: Mod 15 2 Mar 79
127: -- Changed .@p to do paragraph indents normally in keeps, which
128: will override the indent parameter in keeps with paragraph
129: forms in them (use .ba to fix this).
130:
131: Mod 14 23 Feb 79
132: -- Fixed .ip so it would hyphenate correctly.
133:
134: Mod 13 16 Feb 79
135: -- Added .rs before eqn title output to fix vertical centering
136: problem.
137:
138: Mod 12 15 Feb 79
139: -- Changed NROFF bold font to be regular .ul (.cu is a pain).
140: -- Changed .sh to output regular spaces instead of unpaddable
141: spaces.
142: -- Fixed bug in .1c with bad line length (didn't reset \n($l).
143:
144: Mod 11 13 Feb 79
145: -- Added hook to .$c to call .$C (for index entries or whatever).
146:
147: Mod 10 12 Feb 79
148: -- Had .xp print in current environment and not reset to single
149: spacing, to allow more control over output format.
150:
151: Mod 9 26 Dec 78
152: -- Fixed yet another problem with equation spacing.
153:
154: Mod 8 18 Dec 78
155: -- Fixed .@q to solve a problem with \n(dn getting lost on
156: equations at top of page.
157:
158: Mod 7 11 Dec 78
159: -- Had .@q (equation output) move to end of equation after
160: equation output (eqn doesn't seem to space quite right).
161:
162: Mod 6 27 Nov 78
163: -- Fixed the umlaut on DTC output to be prettier.
164:
165: Mod 5 5 Nov 78
166: -- Fixed a bug with the second parameter to .ip.
167:
168: Mod 4 2 Nov 78
169: -- Added .uh command (unnumbered heading).
170: -- Changed .$p and .sh accordingly.
171:
172: Mod 3 2 Oct 78
173: -- Fixed .ne command in .$p (print section headings).
174:
175: Mod 2 25 Sep 78
176: -- Changed .np to use () instead of [].
177:
178: Mod 1 12 Sep 78
179: -- Fixed footnote fudge factor (curse NROFF!!)
180: -- Put "needs" on .(z, .)z.
181:
182: Mod 0 11 Sep 78
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.