/contrib/groff/contrib/mom/ChangeLog

https://bitbucket.org/freebsd/freebsd-head/ · #! · 812 lines · 549 code · 263 blank · 0 comment · 0 complexity · c6dd2975a3b0c3788b6b3aa3e36f6b85 MD5 · raw file

  1. *Thu Aug 11 2005
  2. o Makefile.sub (HTMLDOCFILES): Add `refer.html'
  3. *Mon Jun 20 2005
  4. o Makefile.sub (HTMLDOCFILES_, EXAMPLEFILES_, PROCESSEDEXAMPLEFILES_): New
  5. variables.
  6. (install_data): Install files in `mom' subdirectories.
  7. Make it work actually.
  8. (uninstall_sub): Updated.
  9. *Thu Jun 16 2005
  10. o Makefile.sub (install_data, uninstall_sub): Use $(exampledir) for example
  11. files. Reported by Keith Marshall.
  12. *Mon May 16 2005
  13. o Update groff_mom.man.
  14. *Thu May 12 2005
  15. o Added margin notes capability
  16. o Added mom-specific refer support; refer calls can be embedded in
  17. running text, sent to footnotes or endnotes, or collected for
  18. output on a bibliography page; also added mom-specific refer
  19. control macros
  20. o Added bibliography page capability, with full suite of control
  21. macros
  22. o Added referencing of footnotes and endnotes by line number
  23. o Added capability to have footnotes run on when footnotes are
  24. being referenced by line number
  25. o Added a post footnote space option, in case users want a little
  26. space between their footnotes
  27. o Added ENDNOTE_MARKER_STYLE, so user can choose between endnotes
  28. identified by a numerical marker in the text, or by line number
  29. o Added control macros to accommodate differing needs for endnotes
  30. identified by line number
  31. o Added ENDNOTE_TITLE_SPACE, so user can control starting position
  32. of the endnotes page title
  33. o Extended LIST so that it accepts lowercase alpha, uppercase roman
  34. numeral and lowercase roman numeral enumerators; also added a
  35. "prefix" argument (which comes *after* the separator argument)
  36. o Changed RESET_LIST so that it can reset a list to any number,
  37. letter, or roman numeral, instead of just 1, a, A, I and i
  38. o Change to handling of footnote/endnote markers in text; input
  39. lines before FOOTNOTE still require \c, but input line after
  40. FOOTNOTE OFF must be entered as a literal continuation of the
  41. line before FOOTNOTE, including any required word space or
  42. punctuation (this so users can get the footnote marker in text
  43. either before or after the punctuation without hassle)
  44. o Added QUOTE_AUTOLEAD and BLOCKQUOTE_AUTOLEAD, so user can have
  45. quotes and blockquotes leaded differently from running text
  46. o Reworked QUOTE and BLOCKQUOTE to accommodate _AUTOLEAD control;
  47. spacing above and below quotes is equalized *on a per quote
  48. basis* (not completely happy with this, but at least it gives
  49. users some flexibility in designing (block)quotes)
  50. *Fri Mar 18 2005
  51. o Added mom.vim to /examples
  52. *Thu Jan 20 2005
  53. o Added \*[TB+] and \*[B] to give inline functionality of .TN and
  54. .EL, respectively.
  55. o Added SECTION and SECTION_CHAR as aliases of LINEBREAK and
  56. LINEBREAK_CHAR
  57. o Added a NOBREAK option to PAD, so when PAD is called, it's possible
  58. to instruct mom not to advance on the page.
  59. *Wed Jan 19 2005
  60. o New macro, ADD_SPACE, so that extra space can be added at the
  61. top of a new page in document processing; the .ns call in HEADER
  62. was making additional space impossible
  63. o Reworked handling of ALD/SPACE/SP and LS when they're used at
  64. the tops of pages during pure (i.e. non-docprocessing)
  65. typesetting. First lines were still wandering. Should also be
  66. more intuitive: ALD after LS advances the specified distance from
  67. the top baseline; LS after ALD doesn't change the position of the
  68. first baseline (i.e. merely sets the lead for the text that
  69. follows).
  70. *Tue Dec 14 2004
  71. o Fixed a small problem with spacing under quotes when paragraph
  72. spacing is turned on.
  73. *Fri Dec 10 2004
  74. o Put all calls in VFP_CHECK inside their own environment. Without
  75. the .ev call, the trap invoked VFP_CHECK was chopping off the
  76. first word of the last line before footnotes.
  77. *Dec 6 2004
  78. o Small fixes to elvis_syntax.new (dealing with strings, \{\ and \}
  79. o Changed
  80. . ie \\n[#START] \{\
  81. . if \\n[#DOC_HEADER]=0 \{ . \}
  82. . \}
  83. in HEAD to
  84. . ie \\n[#START] \{\
  85. . if \\n[#DOC_HEADER]=0 \{ .RLD 1v \}
  86. . \}
  87. so that HEADs at the start of docs with no docheaders falls on
  88. the correct baseline.
  89. *Dec 3 2004
  90. o Removed spurious parens from if ( \\n[#TRAP_DISTANCE] < \\n[#DOC_LEAD]*2 )
  91. in SUBHEAD.
  92. *Oct 14 2004
  93. o Reworked the LL macro so that the argument can take a prepended +
  94. or - sign (i.e. the argument is relative to the current line
  95. length).
  96. *Oct 13 2004
  97. o Added an .if \\n(.n=0 if to the ie clause in LS that controls how mom
  98. responds to initial LS invocation at page top if T_MARGIN has
  99. been set. Now, if there's text on the "top" baseline, LS behaves
  100. as expected when invoked afterwards.
  101. *Oct 11 2004
  102. o Added an ie !r#DOCS clause to the processing of "top baseline"
  103. ALDs. ALD is used extensively (internally) in the document
  104. processing macros, and does not need to check--indeed, should not
  105. check--for top baseline placement prior to execution.
  106. *Sep 29 2004
  107. o Additions to elvis_syntax.new
  108. *Sep 12 2004
  109. o Small fixes to the documentation.
  110. *Aug 21 2004
  111. o Removed superfluous second arguments from strings UP, DOWN, FWD
  112. and BCK
  113. *Aug 8 2004
  114. o Version changed from the 1.1.x series to 1.2. All of the
  115. features I originally wanted mom to have originally have been
  116. implemented, and appear to be stable.
  117. o Major overhaul to the setting of page traps and the handling of
  118. footnotes, both "normal" footnotes and footnotes that occur
  119. inside QUOTE, BLOCKQUOTE and EPIGRAPH.
  120. o Addtion of font "styles" to om.tmac, plus changes to the FAMILY
  121. and FT macros to manage them. New section in the doc appendices
  122. on adding fonts and managing the new font styles.
  123. o Mom now uses a "fallback font" whenever there's an illegal call
  124. to FAMILY.
  125. o RW and EW now affect only the font in effect. A change of family
  126. or font disables them.
  127. o BR_AT_LINE_KERN now properly does a .brp (spread and break) when
  128. used in justified text.
  129. o NEWPAGE, which used to be an alias for .bp, has been moved into
  130. its own macro, in order to make it more responsive to some unusal
  131. situations.
  132. o Some changes to elvis_syn.new, including that the file extensions
  133. recognized by elvis now include both .mom and .tmac. This makes
  134. om.tmac much easier to read.
  135. *Jul 6 2004
  136. o FT and FAM(ILY) reworked to take advantage of if S, if F and
  137. \n[.sty] additions to groff (1.19.2). Warnings are emitted if a
  138. style hasn't been registered, or if a font style doesn't exist in
  139. the current family. Invalid .FAM(ILY) calls now use a "fallback"
  140. font" (although no warning is issued); fallback is user-settable
  141. o New macro, FALLBACK_FONT. Not only controls the fallback font
  142. for invalid family calls, but also controls whether mom aborts on
  143. invalid .FT calls after issuing a warning.
  144. o RW/EW now affect only the current font (or font style)
  145. o BR_AT_LINE_KERN now (properly) does a break-and-spread when text
  146. is justified.
  147. o Fairly extensive list of .sty's added to om.tmac. Hopefully,
  148. this will make life easier for users wishing to add new fonts
  149. and/or entire new families to their groff site-font/devps
  150. directory.
  151. *Jun 6 2004
  152. o Altered kerning slightly for footnote markers in text. Daggers
  153. and double-daggers were getting a bit jammed
  154. *Fri Jun 4 2004
  155. o Makefile.sub (HTMLDOCFILES, EXAMPLEFILES, PROCESSEDEXAMPLEFILES): Updated.
  156. *Thu Jun 3 2004
  157. o Rewrote the routines dealing with _FAMILY, _FONT, _SIZE, _COLOR
  158. and _QUAD. A single macro for each checks for the calling alias
  159. (e.g. TITLE_FAMILY in _FAMILY), and performs the appropriate
  160. action.
  161. o All "COLOUR" aliases of "COLOR", no matter where, have been
  162. removed.
  163. o Added cover and doc cover page generation.
  164. o Added reference macros COVERTITLE, DOC_COVERTITLE, MISC and
  165. COPYRIGHT (for use with covers only)
  166. o Fixed EL and TN so they don't spring page traps; in nofill modes
  167. the preceding input line must be terminated by \c.
  168. o Added #T_MARGIN_LEAD_ADJ to DO_B_MARGIN, DO_T_MARGIN and NEWPAGE
  169. to ensure accurate placement of first lines on new pages when
  170. docprocessing is not taking place.
  171. o Made NEWPAGE it's own macro; formerly just an alias of .bp.
  172. o Made BREAKQUOTE obsolete; rewrote sections of footnote handling,
  173. including adding support macros to deal with processing of
  174. footnotes that were started inside quotes, blockquotes and
  175. epigraphs.
  176. o Added a TERMINATE .em to docprocessing (except letters) to ensure
  177. that deferred footnotes print on the last page of a doc.
  178. *Mar 15 2004
  179. o Added color support
  180. o Adjusted vertical placement of hyphens around page numbering
  181. so that they are better centered on the height of the page
  182. number.
  183. o Re-wrote portions of the document processing macros so that tabs
  184. behave in a consistent and intuitive manner. Tab structures are
  185. now properly preserved from page to page and column to column.
  186. *Feb 20 2004
  187. o Rewrote the macros associated with DOCTYPE LETTER so that the
  188. user can enter DATE, TO and FROM in any order s/he likes. For
  189. backward compatibility, if the older, fixed order (DATE-TO-FROM)
  190. is used, the date goes flush right with two linespaces after
  191. it, while the other fields go flush left with a single linespace
  192. separating them.
  193. o Fixed handling of DOCHEADER OFF <distance> when <distance> fell
  194. short of the top margin of running text (the change is actually
  195. in the SHIM macro, which is called by DOCHEADER).
  196. o Added a selection of iso 639 two-letter language codes as
  197. optional arguments to SMARTQUOTES, so that the use can enter
  198. her/his language code to get language specific quoting styles
  199. o Changed the way the strings for \*[ST<n>], \*[ST<n>X], \*[FU<n>]
  200. and \*[BU<n>] are read. Formerly, they were entered literally.
  201. Now they're entered as an array.
  202. *Jan 24 2004
  203. o Added lists and associated macros. Mom now does (nested) lists.
  204. o Added German-style lowered double quotes and two styles of
  205. guillemets to SMARTQUOTES.
  206. o Added macro SIZE, intended to be called inline as \*[SIZE <n>].
  207. This is to bring mom's inline size change syntax into line with
  208. her other inlines.
  209. o Added ESC_CHAR as an alias of .ec
  210. o Added doc entries for lists.
  211. o Updated SMARTQUOTES entry in docs.
  212. o Updated reserved words in docs.
  213. o Fixed a few more typos in docs.
  214. *Tue Oct 21 2003
  215. o Changed \n[#DRAFT] and \n[#REVISION] to strings \*[$DRAFT] and
  216. \*[$REVISION], allowing for the possibility of blank entries that
  217. don't mess up headers/footers with zeros if user doesn't want any
  218. numbers.
  219. o Extended handling of draft and revision numbers and strings in
  220. headers/footers for increased flexibility. It's possible now to
  221. have just about any combo of DRAFT_STRING, DRAFT, REVISION_STRING
  222. and REVISION, and have them come out in headers/footers as one
  223. intuitively expects/wants.
  224. *Fri Jul 25 2003
  225. o Added a .bp after .if \\n[#START]=1 in FOOTER. Without it,
  226. in document processing mode, documents that use *none* of the
  227. docprocessing tags (yes, there are times when users want to do
  228. this) ignored the footer trap.
  229. *Fri Jun 6 2003
  230. o Changed register #DOCHEADER_LEAD_ADJ to string
  231. *Wed May 21 2003
  232. o DOC_TITLE changed to be used exclusively with DOCTYPE DEFAULT
  233. o Fixed problem with restoration of previous doc pagenum
  234. style when endnotes use a different pagenum style (set with
  235. ENDNOTES_PAGENUM_STYLE)
  236. o Fixed handling of headers/footers with respect to endnotes. Now,
  237. when either headers or footers are on, mom picks up the correct
  238. page header/footer on the last page prior to ENDNOTES, gets the
  239. pageheaders correct for endnotes pages *including the last one*,
  240. and picks up correct page headers/footers for the subsequent docs
  241. after COLLATE
  242. *Sat May 17 2003
  243. o Added TOC (finally) and a nearly complete set of associated
  244. control macros
  245. o Added new control macros to endnotes:
  246. ENDNOTES_STRING_CAPS - capitalize the endnotes string
  247. ENDNOTES_NO_COLUMNS - allows docs in columns and endnotes not
  248. ENDNOTES_PAGENUM_STYLE - set page numbering style for endnotes
  249. ENDNOTES_FIRST_PAGENUMBER - set first pagenumber for endnotes
  250. ENDNOTES_ALLOWS_HEADERS - page headers on endnotes pages off or on
  251. ENDNOTES_NO_FIRST_PAGENUM - allows non-printing first page number when page footers are being used instead of headers
  252. ENDNOTES_SINGLE_SPACE - for TYPEWRITE, if doc double-spaced
  253. SUSPEND/RESTORE_PAGINATION - turns page numbering off for endnotes
  254. o Added an ADJUST option to ENDNOTE_LEAD
  255. o Added DOC_TITLE (like TITLE, but sets document-wide title for collated docs)
  256. o Added HDRFTR_CENTER_PAD, to allow adjustments to placement of
  257. HDRFTR_CENTER_STRING
  258. o Added BLANKPAGE macro, to output blank pages (silently numbered)
  259. o Extensive changes to DEFAULTS, START, COLLATE, HEAD, SUBHEAD and
  260. PARAHEAD because of new TOC and extended flexibility of ENDNOTES
  261. page design
  262. o Fixed DOCHEADER OFF (distance), FINIS
  263. -----------------------------------------------------------------------
  264. *Sat Feb 22 2003
  265. o (Re)-fixed handling of post epigraph spacing after #START for
  266. TYPEWRITE double-spaced.
  267. ------------------------------------------------------------------------
  268. *Sun Feb 16 2003
  269. o Added James Ramsey's proposed CHAPTER_TITLE macro, along with his
  270. rewritten START macro and his utility macros to make START easier
  271. to read.
  272. o Expanded handling of CHAPTER_TITLE to encompass TYPEWRITE, as well as
  273. plugging it into the docheaders. Made CHAPTER_TITLE backwardly
  274. compatible so that pre-1.1.5 docs using CHAPTER_STRING to create a
  275. chapter title remain unaffected when groffed with 1.1.5.
  276. o Created control macros for CHAPTER_TITLE FAMILY, FONT and SIZE.
  277. Added defaults for handling of CHAPTER title to DEFAULTS. Documented
  278. CHAPTER_TITLE and everything that goes along with it.
  279. o Fixed broken draft and revision in headers/footers.
  280. o Fixed \*[RULE] so that it behaves properly with indents and justified
  281. copy.
  282. o Fixed/tweaked handling of epigraph spacing in TYPEWRITE.
  283. o Fixed broken spacing of docheaders in TYPEWRITE.
  284. *Mon Feb 3 2003
  285. o Fixed an oversight in CLOSING for DOCTYPE LETTER (closing wasn't
  286. being set flush left)
  287. *Sun Sep 29 2002
  288. o Changed .ne in .HEAD when PRINTSTYLE TYPESET from 5 to 4. With 5,
  289. heads required at least 2 lines of text underneath or they'd be
  290. defered to the next page, which created too much whitespace at the
  291. end of the page. Heads will now be processed on the same page if the
  292. head plus at least one line of text underneath fits. I figure it's
  293. easier for the user to break to a new page manually if this behaviour
  294. is unsatisfactory than to massage the page to fix the excess
  295. whitespace.
  296. *Sun Aug 25 2002
  297. o Changed .IX to .IQ. The older form still works, but emits a message
  298. advising the user to update to the newer. (The macro in om.tmac
  299. still remains IX; IQ is an alias.) Docs updated to reflect the
  300. change.
  301. *Tue Aug 20 2002
  302. o Added new (better) way to handle inline kerning. \*[BU #] and
  303. \*[FU #] allow passing an argument to the inline string. The older
  304. forms \*[BU#] and \*[FU#] still work, though.
  305. o Changed handling of inline horizontal and vertical movements.
  306. Horizontal movements are now done with \*[BCK #<unit>] and
  307. \*[FWD #<unit>]; verticals with \*[UP #<unit>] and \*[DOWN #<unit>].
  308. The older forms \*[FP#] and \*[BP#] still work (horizontals), as do
  309. \*[ALD#] and \*[RLD#] (verticals).
  310. ------------------------------------------------------------------------
  311. *Mon Aug 19 2002
  312. o Fixed ENDNOTES so footnotes output properly when ENDNOTES is called
  313. o Added ENDNOTES_HDRFTR_CENTER so that default no-print of header
  314. center string on endnotes page(s) when DOCTYPE is CHAPTER can
  315. be disabled (i.e. header center will be printed).
  316. *Sat Aug 10 2002
  317. o Added .nf to top of PAD, with a test beforehand for current fill
  318. mode. If fill mode was on, it's restored after PAD completes
  319. processing. Updated reserved.html to include number register
  320. #FILL_MODE.
  321. *Fri Jul 12 2002
  322. o More fixes to underlining.
  323. *Fri Jul 5 2002
  324. o Added capability of endnotes and pertinent control macros to om.tmac.
  325. o Added document entries pertaining to endnote macros.
  326. o Incorporated endnote macros into elvis_syntax.
  327. o Small doc fixes.
  328. o Tidied up indenting of om.tmac.
  329. o Fixed handling of underlining of italics in PRINTSTYLE TYPEWRITE
  330. (there was a problem with footnotes getting underlined when they
  331. shouldn't have been).
  332. o Removed ENDNOTES from TODO
  333. o Fixed the character translations for UNDERLINE so they work properly
  334. with digraphs.
  335. *Mon Jul 1 2002
  336. o Expanded docprocessing.html entry "Special Note on Chapters". Tidied
  337. up html a bit.
  338. *Sat Jun 15 2002
  339. o Small fix to PAD to make the use of inlines within the pad string
  340. more intuitive.
  341. o Added \*[RULE] ( = \l'\n(.lu' ) so that full measure rules (either to
  342. full line length or within tabs) are easier to set.
  343. *Sat Jun 8 2002
  344. o Macro .PS renamed to .PT_SIZE. Alias .TS removed.
  345. o .tr bits in .CAPS rewritten in the form .tr é\[`E].
  346. o General cleanup of docs to reflect changes
  347. o Small changes/additions to elvis_syn
  348. *Thu Jun 6 2002
  349. o In DOCTYPE, in .if '\\$1'LETTER', added .FOOTER_RIGHT_SIZE +0.
  350. Without it, the suite page was printing at the default
  351. FOOTER_RIGHT_SIZE of -.5, which didn't look good.
  352. *Wed Jun 5 2002
  353. o Makefile.sub (TFLAG): Add `$(top_builddir)/tmac'.
  354. *Tue Jun 4 2002
  355. o Makefile.sub (groff_bin_dirs): Fix typo (forgotten `src' element).
  356. *Mon Jun 3 2002
  357. o Makefile.sub (uninstall_sub): Don't use `momdocdir' but `htmldocdir'.
  358. Add missing backslash.
  359. *Sat Jun 1 2002
  360. o Makefile.in (prepare_make_examples): Test for `penguin.ps', not
  361. `examples/penguin.ps'.
  362. *Wed May 29 2002
  363. o Rewrote portions of PAGENUM_STYLE and COPYSTYLE so that PAGENUM_STYLE
  364. behaves as advertised.
  365. *Fri May 24 2002
  366. o /Makefile.sub (momdocdir): Removed.
  367. (HTMLDOCFILES): Prepend `momdoc/'.
  368. (EXTRAEXAMPLEFILES): Removed. Added entries to...
  369. (EXAMPLEFILES): This.
  370. (.SUFFIXES, .mom.ps): New.
  371. (prepare_make_examples): Updated.
  372. (examples/*.ps): Removed; .mom.ps will handle this.
  373. (install_data): Updated.
  374. *Thu May 23 2002
  375. o Applied two small bug fixes to om.tmac (patches 1.1.1a and 1.1.1b).
  376. o mom is now part of groff.
  377. o Some renaming to avoid problems with 8+3 filesystems:
  378. examples/docprocessing_typeset.mom -> examples/typeset.mom
  379. examples/docprocessing_typewrite.mom -> examples/typewrite.mom
  380. examples/typesetting_macros.mom -> examples/macros.mom
  381. examples/penguin_small2_bw.ps -> examples/penguin.ps
  382. o Removed `INSTALL' and `README' since groff takes care of installation
  383. now.
  384. o Added Makefile.sub.
  385. o Added mom.tmac (which simply calls om.tmac).
  386. o Added groff_mom.man for orthogonality; it simply points to the HTML
  387. documentation.
  388. *Thu May 16 2002
  389. o Added macro DRAFT_WITH_PAGENUMBER so user can have draft/revision
  390. info attached to the pagenumber in COPYSTYLE DRAFT, instead of having
  391. it HEADER center. Always having it HEADER center was creating problems
  392. with long doc titles, esp. with PRINTSTYLE TYPEWRITE (which is when
  393. COPYSTYLE DRAFT is most likely to be used). Now user has the choice,
  394. in these circumstances, either to reduce HEADER_SIZE, or to displace
  395. the draft/revision info. Also rewrote portions of COPYSTYLE so that
  396. if no revision number is given in the reference macros, "Rev. #"
  397. doesn't appear when COPYSTYLE DRAFT.
  398. *Fri May 10 2002
  399. o Added capability of user-defined, single string recto/verso
  400. headers/footers.
  401. o Added new entries to docs about the above. Made some additional
  402. small changes to toc.html, rectoverso.html, and headfootpage.html
  403. to supplement the new entries.
  404. o Small fix to handling of footer separator rule -- was 1 point too low
  405. owing to fuzziness of #CAP_HEIGHT as returned by SIZESPECS.
  406. o Added some more useful stuff to elvis_syntax.
  407. *Sun May 05 2002
  408. o Fix to DEFAULTS so that L_MARGIN and R_MARGIN are reprocessed if
  409. DOCTYPE LETTER. R_MARGIN, as set by DOCTYPE LETTER had no preceding
  410. PAGEWIDTH or PAPER from which to get #PAGE_WIDTH for figuring out
  411. line length.
  412. o Additional fix to DEFAULTS in handling DOCTYPE LETTER so that if user
  413. sets line length prior to START, no reprocessing of R_MARGIN occurs.
  414. This necessitated adding a new number register: #USER_SET_L_LENGTH
  415. *Sat May 04 23:48:05 EDT 2002
  416. o Added .cflags 4 /\(en -- was driving me nuts that lines wouldn't
  417. break after these characters; I'm assuming others feel the same way
  418. * Fri May 03 2002
  419. o Made some small fixes to space handling around quotes, mostly to do
  420. with quotes immediately after START and quotes after (sub)heads.
  421. * Wed May 01 2002
  422. o Fixed a small bug that was causing the first .PP after START to begin
  423. at the top margin of the page regardless of any type that preceded
  424. .PP when docheaders were off.
  425. o Fixed HEADER so that when HEADERS are off the first line of type on
  426. pages after the first falls properly at the top margin
  427. *Sat Apr 27 2002
  428. o Renamed docprocessing_macros.mom in /examples to
  429. docprocessing_typeset.mom. Added docprocessing_typewrite.mom, as
  430. well as a README file.
  431. o Fixed UNDERLINE_QUOTES (for PRINTSTYLE TYPEWRITE) so they really are
  432. on by default as the docs say.
  433. o Changes to doc entry on COLLATE:
  434. - removed bit about using COLLATE after a cover page (I wrote the
  435. entry *before* I wrote the macro!). Cover pages should be
  436. followed by NEWPAGE, not COLLATE.
  437. - added caution about mixing PRINTSTYLEs
  438. - added caution about using DOC_FAMILY to change family of all
  439. document elements after COLLATE
  440. o Made HEADER_SIZE (and, by extension, FOOTER_SIZE) available to
  441. PRINTSTYLE TYPEWRITE. Changed appropriate doc entries to reflect
  442. this.
  443. *Wed Apr 24 2002
  444. o Small change to DO_QUOTE to correct a problem with quotes and
  445. blockquotes that fall in the middle of paragraphs (i.e. text after
  446. the quote is not a new para). Basically, added a bit that stores the
  447. current para indent, sets para indent to 0, invokes a PP, then
  448. restores the original para indent.
  449. o Added new macro, BREAK_QUOTE, to deal with the problem of
  450. footnotes in quotes and blockquotes that cross pages or columns.
  451. Quotes and blockquotes are read into diversions, which means they
  452. get their footnote information from the page/column on which they
  453. were started. If a footnoted quote crosses a page/column, what
  454. sometimes happens is that the footnote itself is output at the
  455. bottom of page/column where the quote started, whereas the text
  456. marker for the footnote appears on the next page/column where the
  457. quote ends. Furthermore, the text marker is the one appropriate
  458. to the previous page. BREAK_QUOTE is a workaround.
  459. o Added directory /examples to archive.
  460. o Added typesetting_macros.mom, docprocessing_macros.mom, elvis_syntax
  461. and penguin_small2_bw.ps to /examples.
  462. o Added BREAK_QUOTE to docs, made some additions to reserved words
  463. list, and corrected a few little doc errors.
  464. *Mon Apr 22 2002
  465. o Added default .L_MARGIN 1i and .R_MARGIN 1i to PAPER, PAGE, and
  466. PAGEWIDTH. L_MARGIN is essential otherwise left indents and tabs
  467. don't have a register #L_MARGIN to work with. The default right
  468. margin is a convenience only. Updated the doc entries for L_MARGIN
  469. and R_MARGIN to reflect the change.
  470. *Sun Apr 21 2002
  471. o Changes to COLLATE:
  472. - added some "resets" (LL, LS, QUAD)
  473. - added a check for whether pagination is at page top (either
  474. because FOOTERS are on or because PAGENUM_POS was user set).
  475. If pagination is on, and PAGENUM_POS is TOP, it's turned off
  476. for next page (start of next collated document) and restored
  477. for subsequent pages unless PAGENUM_ON_FIRST_PAGE is on, in
  478. which case the page number appears at page top.
  479. o The macro TRAPS is always invoked at the end of DEFAULTS (which is
  480. called by START). Formerly, TRAPS was only invoked at the start
  481. of a doc, not after COLLATE. Now runs after COLLATE as well.
  482. o Distance from $DOC_TYPE in DOCTYPE NAMED "<string>" to start of
  483. running text was one linespace too deep. Fixed (in START).
  484. o When 1st arg to PAGENUM_POS was user set to TOP, running text was
  485. printing 1 linespace too high, even when PAGINATION was OFF. Same
  486. problem when HEADERS were OFF (i.e. nothing in the header margin at
  487. all). Fixed by removing -\\n[#DOC_LEAD]u from all .sp |\\n[#T_MARGIN]u
  488. calls of .el portion after .ie \\n[#HEADERS_ON].
  489. o Added new macro: PAGENUM_ON_FIRST_PAGE. Normally, when FOOTERS are
  490. being used instead of HEADERS, mom doesn't print the page number at
  491. the top of the first page of a doc, or the first page of collated
  492. docs. New macro allows user to get mom to put the page number on
  493. "first" pages if that's desired. Updated docs to include the macro.
  494. o More little fixes to docs.
  495. *Thu Apr 18 2002
  496. o Fixed TI (temporary indent) so that it continues to work as expected,
  497. even when called while another type of indent is in effect.
  498. *Tue Apr 16 2002
  499. o String tabs weren't working as advertised when set from within
  500. a tab. Fixed. Two new registers added: #ST_OFFSET and #IN_TAB.
  501. String tabs now behave poperly and intuitively when set within tabs.
  502. o Added a note to docs about surrounding \w'...' escape with double-
  503. quotes when it's used as an argument to macros
  504. o Added a note to docs that SILENT does not deposit a .br
  505. *Mon Apr 15 2002
  506. o Added new macro BR_AT_LINE_KERN if user wants mom to deposit .br's
  507. before .RW and/or .EW.
  508. o Added 1/4 points to inline escapes \*[ALD] and \*[RLD].
  509. o Added 1/4 points to inline escapes \*[FP] and \*[BP]
  510. o Updated docs to reflect the above changes.
  511. *Fri Apr 12 2002
  512. o Fixed .RW and .EW which weren't working because of a missing \ in
  513. \\n(.f register. Also made it so that .RW and .EW affect all fonts
  514. in positions 1, 2, 3, and 4 at once, hence line kerning now affects
  515. all fonts that appear after it, not just the font that was current at
  516. the time of the macros' invocation.
  517. o .SS and .WS now working properly. .WS no longer has any effect on
  518. .SS, which remains constant regardless of .WS. Furthermore, .SS no
  519. longer gets its value by adding \*[$SS_VAR] + \n[.ss]. Instead,
  520. it remains constant. Don't know what I was thinking when I wrote
  521. the routine in the first place.
  522. o Updated and rewrote doc entry pertaining to SS
  523. *Wed Apr 10 2002
  524. o Renamed tmac.om to om.tmac to bring macro file's name into line
  525. with current groff policy
  526. o Added more standard paper sizes to PAPER.
  527. o Fixed T_MARGIN, LS, and AUTOLEAD so that if T_MARGIN is set before LS
  528. or AUTOLEAD at the top of a file, the first line of type falls
  529. properly on the baseline set by T_MARGIN. Previously, LS and
  530. AUTOLEAD automatically advanced by the value passed to them before
  531. setting the first line of type, meaning that the first line of type
  532. fell at T_MARGINu+1v instead of T_MARGIN.
  533. o Updated docs to reflect changes.
  534. o Removed #TEST_FOR_NUMERIC from list of reserved words.
  535. o Added "t" and #T_MARGIN_SET to list of reserved words.
  536. *Sat Apr 6 2002
  537. o Added FACTOR arg to AUTOLEAD, so if user wants autolead to be a factor
  538. of point size, instead of being the sum of pointsize + autolead, s/he
  539. has the choice. Incorporated appropriate changes to PS and LS.
  540. o Added new register #AUTOLEAD_FACTOR to reserved words. Modified
  541. comments for AUTOLEAD, PS, and LS to reflect changes. Also
  542. corrected an error where #AUTOLEAD_VALUE had mistakenly been written
  543. $AUTOLEAD_VALUE in comments in the macro file, and removed erroneous
  544. | <anything>. Updated AUTOLEAD entry in momdoc/typesetting.html
  545. to reflect the changes.
  546. *Wed Apr 3 2002
  547. o Cleaned up html errors in the docs.
  548. o Added "Next," "Prev" and "Top" links to top and bottom of doc files.
  549. o Fixed some typos in the docs.