1 1.1 christos Release 1.3 2 1.1 christos ----------- 3 1.1 christos 4 1.1 christos Added line numbering capabilities, with controls. 5 1.1 christos 6 1.1 christos Footnotes and endnotes can now be referenced by line number. 7 1.1 christos 8 1.1 christos Added ability to adjust vertical position of the title that appears 9 1.1 christos on the first endnotes page. 10 1.1 christos 11 1.1 christos Footnotes can run on when being referenced by line number. 12 1.1 christos 13 1.1 christos Footnotes now have a post-footnote spacing option, for adding 14 1.1 christos a little space between footnotes. 15 1.1 christos 16 1.1 christos Extended LIST so it accepts alpha, ROMAN and roman enumerators. 17 1.1 christos 18 1.1 christos Added margin notes capability. 19 1.1 christos 20 1.1 christos Added refer support. 21 1.1 christos 22 1.1 christos Added bibliography page support. 23 1.1 christos 24 1.1 christos Added QUOTE_AUTOLEAD and BLOCKQUOTE_AUTOLEAD, so user can have 25 1.1 christos quotes and blockquotes leaded differently from running text. 26 1.1 christos 27 1.1 christos Change: the input line immediately after FOOTNOTE OFF must be 28 1.1 christos entered as a literal continuation of the line prior to FOOTNOTE, 29 1.1 christos including any initial spaces or punctuation marks. This allows 30 1.1 christos for hassle-free placing of footnote markers in running text either 31 1.1 christos before or after punctuation marks. 32 1.1 christos 33 1.1 christos Release 1.2-f 34 1.1 christos ------------- 35 1.1 christos 36 1.1 christos Added ADD_SPACE, to permit users to insert space at the top of 37 1.1 christos running text (after the first page) when using the docprocessing 38 1.1 christos macros. 39 1.1 christos 40 1.1 christos Releases 1.2-a and 1.2-b 41 1.1 christos ------------------------ 42 1.1 christos 43 1.1 christos My personal email address has changed. 1.2-a and -b have been 44 1.1 christos updated to reflect that. Additionally, I made some small changes 45 1.1 christos to the documentation. 46 1.1 christos 47 1.1 christos Release 1.2 48 1.1 christos ----------- 49 1.1 christos 50 1.1 christos As of 1.2, the recommended version of groff to use with mom has 51 1.1 christos been bumped up from groff, 1.18 to groff, 1.19.2. Although mom will 52 1.1 christos continue to work with groff, 1.18, her handling of .FAM(ILY) and .FT 53 1.1 christos is now slightly different, therefore users of groff 1.18 may have to 54 1.1 christos update documents created with mom so that every .FAM(ILY) request is 55 1.1 christos followed by a .FT request before any text is input, otherwise mom 56 1.1 christos will set the text after .FAM(ILY) in Courier (until she encounters a 57 1.1 christos .FT request). People running groff, >= 1.19.2 don't have to worry 58 1.1 christos about this, but I recommend that, regardless of which version you're 59 1.1 christos running, you have a look at the document entries for FAMILY and FT 60 1.1 christos in order to see how mom will be handling .FAMILY and .FT from now 61 1.1 christos on. 62 1.1 christos 63 1.1 christos When used with groff >=1.19.2, mom now emits warnings if a style 64 1.1 christos hasn't been registered, or if a font style doesn't exist in the 65 1.1 christos current family. Invalid .FAM(ILY) calls now use a "fallback" font" 66 1.1 christos (although no warning is issued). The fallback is user-settable. 67 1.1 christos 68 1.1 christos Mom's macro file, om.tmac, now sets up a fairly extensive list of 69 1.1 christos font "styles," thus expanding the range of arguments that can be 70 1.1 christos passed to .FT (formerly, just R, I, B and BI, unless users had 71 1.1 christos already rolled their own solution to the problem of extensive type 72 1.1 christos families containing fonts like condensed, demibold, black, light, etc). 73 1.1 christos Users are advised to read the documentation sections on FAM(ILY), 74 1.1 christos FT and FALLBACK_FONT, as well as the new appendix section, "Adding 75 1.1 christos PostScript fonts to groff", for information on using mom's style 76 1.1 christos extensions (and how to disable them, should they conflict with a 77 1.1 christos user's present groff site-font/devps setup). 78 1.1 christos 79 1.1 christos A new macro, FALLBACK_FONT, has been added. It controls not only 80 1.1 christos the fallback font for invalid .FAMILY calls, but also whether mom 81 1.1 christos aborts on invalid .FT calls after issuing a warning, or continues 82 1.1 christos processing using the fallback. 83 1.1 christos 84 1.1 christos Release 1.1.9 85 1.1 christos ------------- 86 1.1 christos 87 1.1 christos Added the (optional) generation of cover pages and document cover 88 1.1 christos pages, plus a full suite of control macros for all cover page 89 1.1 christos elements. 90 1.1 christos 91 1.1 christos Added new reference macros that apply to covers: COVERTITLE, 92 1.1 christos DOC_COVERTITLE, COPYRIGHT and MISC. 93 1.1 christos 94 1.1 christos The need for TRAP OFF/TRAP to deal with ELs and TNs that fall at 95 1.1 christos the bottom page has been obsoleted. However, both EL and TN, when 96 1.1 christos invoked in any "nofill" mode (LEFT, RIGHT, CENTER, or the L | R | C 97 1.1 christos arguments to TAB_SET or ST when no QUAD argument is given), must now 98 1.1 christos have the input line preceding the EL or TN terminated by \c. Fill 99 1.1 christos modes do not have this requirement, i.e. no \c is required. 100 1.1 christos 101 1.1 christos Footnotes that occur inside quotes, blockquotes and epigraphs now 102 1.1 christos work just like regular footnotes, with no user intervention 103 1.1 christos required. This obsoletes the macro BREAK_QUOTE. 104 1.1 christos 105 1.1 christos Removed all aliases that used the word COLOUR. Users must use 106 1.1 christos COLOR wherever COLOR is needed. COLOUR, as a replacement/alias, is 107 1.1 christos no longer supported. 108 1.1 christos 109 1.1 christos NEWPAGE, which used to be an alias of .bp, is now its own macro. 110 1.1 christos 111 1.1 christos Release 1.1.8 112 1.1 christos ------------- 113 1.1 christos 114 1.1 christos Added text color support. Users can now define or initialize a color, 115 1.1 christos and afterwards change text color with an inline of the form 116 1.1 christos \*[<colorname>], or with the macro .COLOR. In document processing, 117 1.1 christos the docelement tag control macros have been expanded to include 118 1.1 christos _COLOR, e.g. .HEAD_COLOR <predefined colorname> will colorize 119 1.1 christos heads, PAGENUM_COLOR <predefined colorname) will colorize page 120 1.1 christos numbering, etc. 121 1.1 christos 122 1.1 christos Adjusted vertical placement of hyphens around page numbering when 123 1.1 christos PAGENUM_STYLE is DIGIT, ROMAN or ALPHA so that the hyphens appear 124 1.1 christos properly centered on the page numbering character. 125 1.1 christos 126 1.1 christos Changed tab handling in document processing so that tab structures 127 1.1 christos are preserved from page to page and column to column. 128 1.1 christos 129 1.1 christos Release 1.1.7-a 130 1.1 christos --------------- 131 1.1 christos 132 1.1 christos Increased the flexibility of SMARTQUOTES so that they handle quoting 133 1.1 christos styles by language, entered as a 2-digit language code argument to 134 1.1 christos SMARTQUOTES. See docs. 135 1.1 christos 136 1.1 christos Re-wrote the DOCTYPE LETTER macros so that DATE, TO and FROM can be 137 1.1 christos entered in any order the user wishes, with output that matches 138 1.1 christos input. (Should have done this in the first place.) 139 1.1 christos 140 1.1 christos Release 1.1.7 141 1.1 christos ------------- 142 1.1 christos 143 1.1 christos Finally got around to writing "list" macros. See the docs. 144 1.1 christos 145 1.1 christos Added German-style lowered double quotes and two styles of 146 1.1 christos guillemets to SMARTQUOTES. 147 1.1 christos 148 1.1 christos Added macro SIZE, intended to be called inline as \*[SIZE <n>]. 149 1.1 christos This brings mom's inline size change syntax into line with her other 150 1.1 christos inlines. \*S[<n>] can still be used for the same thing. 151 1.1 christos 152 1.1 christos The file elvis_syntax (for elvis prior to 2.2h) is no longer being 153 1.1 christos maintained. It was getting messy and long in the tooth. The 154 1.1 christos official elvis syntax file is elvis_syntax.new, which works for 155 1.1 christos 2.2h of elvis (and higher, one hopes). elvis users are encouraged 156 1.1 christos to update to 2.2h or higher. 157 1.1 christos 158 1.1 christos Release 1.1.6-e 159 1.1 christos --------------- 160 1.1 christos 161 1.1 christos Extended handling of draft and revision numbers and strings in 162 1.1 christos headers/footers for increased flexibility. It's possible now to 163 1.1 christos have just about any combo of DRAFT_STRING, DRAFT, REVISION_STRING 164 1.1 christos and REVISION, and have them come out in headers/footers as one 165 1.1 christos intuitively expects/wants. 166 1.1 christos 167 1.1 christos Also added a new set of syntax highlighting rules for the vi clone, 168 1.1 christos elvis. Version 2-2h-beta of elvis finally made possible the 169 1.1 christos highlighting of \*[...] inline escapes, whether or not they're 170 1.1 christos separated from surrounding text by spaces. This is a terrific 171 1.1 christos improvement in elvis, and makes for greatly improved readability of 172 1.1 christos mom files. 173 1.1 christos 174 1.1 christos Release 1.1.6-b - 1.1.6d 175 1.1 christos ------------------------ 176 1.1 christos 177 1.1 christos Trivial changes to documentation and some cleanups of the main 178 1.1 christos om.tmac file, including: 179 1.1 christos 180 1.1 christos Added a .bp after .if \\n[#START]=1 in FOOTER. Without it, 181 1.1 christos in document processing mode, documents that use *none* of the 182 1.1 christos docprocessing tags (yes, there are times when users want to do 183 1.1 christos this) ignored the footer trap. 184 1.1 christos 185 1.1 christos Changed register #DOCHEADER_LEAD_ADJ to string 186 1.1 christos $DOCHEADER_LEAD_ADJ. This means that .DOCHEADER_LEAD no longer 187 1.1 christos requires a unit of measure; points is assumed. 188 1.1 christos 189 1.1 christos Release 1.1.6-b 190 1.1 christos --------------- 191 1.1 christos 192 1.1 christos Added a SHIM macro that calculates and moves to the next "legal" 193 1.1 christos baseline during document processing (useful if user starts playing 194 1.1 christos around with spacing/leading on a page and needs to get the leading 195 1.1 christos back on track). 196 1.1 christos 197 1.1 christos Fixed handling of DOCHEADER OFF <distance> so that the first line of 198 1.1 christos running text falls on a "legal" baseline when <distance> is given. 199 1.1 christos 200 1.1 christos Release 1.1.6-a 201 1.1 christos --------------- 202 1.1 christos 203 1.1 christos Problem with groff 1.19.1 fixed by Werner (.return handled arguments 204 1.1 christos incorrectly). 205 1.1 christos 206 1.1 christos Fixed handling of page numbering style restoration in endnotes, so 207 1.1 christos that (collated) docs have the correct page numbering style when the 208 1.1 christos style has been changed for endnotes (with ENDNOTES_PAGENUM_STYLE). 209 1.1 christos 210 1.1 christos DOC_TITLE has been made for use exclusively with DOCTYPE DEFAULT. 211 1.1 christos 212 1.1 christos Fixed handling of headers/footers with respect to endnotes. Now, 213 1.1 christos when either headers or footers are on, mom picks up the correct 214 1.1 christos page header/footer on the last page prior to ENDNOTES, gets the 215 1.1 christos pageheaders correct for endnotes pages *including the last one*, and 216 1.1 christos picks up correct page headers/footers for the subsequent docs after 217 1.1 christos COLLATE. 218 1.1 christos 219 1.1 christos 220 1.1 christos Release 1.1.6 221 1.1 christos ------------- 222 1.1 christos 223 1.1 christos BAD NEWS: mom appears to be crippled in some areas when run with 224 1.1 christos groff 1.19.1. Pending a solution, mom must be run with groff 1.18 225 1.1 christos 226 1.1 christos ***NEW*** 227 1.1 christos 228 1.1 christos Added TOC capabilities. 229 1.1 christos 230 1.1 christos Extended range of endnotes control macros. See the documentation 231 1.1 christos on endnotes control macros. 232 1.1 christos 233 1.1 christos Added a new DOC_TITLE macro, to deal with collated documents that 234 1.1 christos have an overall title, while each doc has its own separate doc 235 1.1 christos title (from TITLE). 236 1.1 christos 237 1.1 christos 238 1.1 christos Release 1.1.5 239 1.1 christos ------------- 240 1.1 christos 241 1.1 christos ***NEW*** 242 1.1 christos 243 1.1 christos Added James Ramsey's CHAPTER_TITLE macro as well as control macros to 244 1.1 christos go with it. Thanks James. Also from James came a patch to handle 245 1.1 christos START differenty which has been incorporated into om.tmac. Thanks 246 1.1 christos again, James. 247 1.1 christos 248 1.1 christos Some bits and pieces of the docs have been tweaked, but nothing 249 1.1 christos changed. Hopefully, the changes will make parts of the docs easier to 250 1.1 christos read and navigate. 251 1.1 christos 252 1.1 christos ***FIXES*** 253 1.1 christos 254 1.1 christos o \*[RULE] 255 1.1 christos 256 1.1 christos o broken draft and revision in docheaders 257 1.1 christos 258 1.1 christos o post-epigraph spacing in TYPEWRITE 259 1.1 christos 260 1.1 christos o header spacing in TYPEWRITE 261 1.1 christos 262 1.1 christos ------------------------------------------------------------------------ 263 1.1 christos 264 1.1 christos Release 1.1.4 265 1.1 christos ------------- 266 1.1 christos 267 1.1 christos ***SIGNIFICANT CHANGE*** 268 1.1 christos .IX is now deprecated, although it will continue to work as before. 269 1.1 christos The new form is .IQ (Indent Quit). Groff will emit a message advising 270 1.1 christos users to update their docs. 271 1.1 christos 272 1.1 christos ***NEW*** 273 1.1 christos Four new inlines to deal with horizontal and vertical movements: 274 1.1 christos 275 1.1 christos o \*[FWD n] 276 1.1 christos o \*[BCK n] 277 1.1 christos o \*[UP n] 278 1.1 christos o \*[DOWN n] 279 1.1 christos 280 1.1 christos All four require a unit of measure after n. These inlines are similar 281 1.1 christos to the older \*[FPn], \*[BPn], \*[ALDn] and \*[RLDn], however they're 282 1.1 christos not restricted to points, and any value can be entered for n (the older 283 1.1 christos forms -- which still work -- were restricted to 1 - 36). 284 1.1 christos 285 1.1 christos ***CHANGED*** 286 1.1 christos Inline kerning can now be accomplished with \*[BU n] and \*[FU n], where 287 1.1 christos n, after the space, is the desired number of kern units. The older 288 1.1 christos forms \*[BUn] and \*[FUn] still work, up to 36 units. 289 1.1 christos 290 1.1 christos ------------------------------------------------------------------------ 291 1.1 christos 292 1.1 christos Release 1.1.3c 293 1.1 christos -------------- 294 1.1 christos 295 1.1 christos ***NEW*** 296 1.1 christos A new macro -- ENDNOTES_HDRFTR_CENTER -- added so that mom's default 297 1.1 christos behaviour of not printing the header center string when DOCTYPE is 298 1.1 christos CHAPTER can be disabled (i.e. she will print the center string). The 299 1.1 christos macro is user-called with ENDNOTES_HEADER_CENTER or 300 1.1 christos ENDNOTES_FOOTER_CENTER. 301 1.1 christos 302 1.1 christos ***FIXES*** 303 1.1 christos PAD now works as advertised when fill mode is on. 304 1.1 christos 305 1.1 christos ENDNOTES no longer disables printing of footnotes on last page of 306 1.1 christos document body. 307 1.1 christos 308 1.1 christos Release 1.1.3 309 1.1 christos ------------- 310 1.1 christos 311 1.1 christos ***SIGNIFICANT CHANGE -- PLEASE TAKE NOTE*** 312 1.1 christos As of 1.1.3, groff must be >= 1.18. 313 1.1 christos 314 1.1 christos ***NEW*** 315 1.1 christos Added endnotes functionality to mom, along with a slew of macros to 316 1.1 christos control how mom prints endnotes pages. See the html documentation. 317 1.1 christos 318 1.1 christos ***NEW*** 319 1.1 christos Added inline \*[RULE], which draws a rule to the full measure of the 320 1.1 christos current line length ( to be used in place of \h'\n(.lu' ). Weight of the 321 1.1 christos rule is dependent on the point size of type when \#[RULE] is called. 322 1.1 christos 323 1.1 christos ***FIXES*** 324 1.1 christos PAD -- works more intuitively now when the pad string contains inline 325 1.1 christos escapes for font, point size, etc. 326 1.1 christos 327 1.1 christos UNDERLINE -- fixed character translations of digraphs so they get 328 1.1 christos underlined properly. Also fixed a bug that was causing some footnotes 329 1.1 christos to get underlined when UNDERLINE was on in the body of the document. 330 1.1 christos 331 1.1 christos ***UPDATES*** 332 1.1 christos Html documentation 333 1.1 christos elvis_syn 334 1.1 christos 335 1.1 christos Release 1.1.2a 336 1.1 christos -------------- 337 1.1 christos 338 1.1 christos ***SIGNIFICANT CHANGE -- PLEASE TAKE NOTE*** 339 1.1 christos In order to help mom toward full groffship, the macro .PS has been 340 1.1 christos renamed to .PT_SIZE, and the alias .TS (for .TAB_SET) has been removed. 341 1.1 christos .PS and .TS are keywords used by pic and tbl respectively, and the mom 342 1.1 christos macros of the same name were in conflict. 343 1.1 christos 344 1.1 christos Release 1.1.2 345 1.1 christos ------------- 346 1.1 christos 347 1.1 christos ***IT'S OFFICIAL!*** 348 1.1 christos mom is now an official part of the groff. New releases will be 349 1.1 christos incorporated into the groff package. I'll still be posting each new 350 1.1 christos release on the mom homepage, so there's no need to download all of the 351 1.1 christos most recent version of groff just to get a newer mom. :) 352 1.1 christos 353 1.1 christos ***CHANGES*** 354 1.1 christos Fixed default footer separator rule adjustment so that it's closer to 355 1.1 christos the advertised "4 points above the tallest ascender in the footer." 356 1.1 christos 357 1.1 christos Added more stuff to the elvis_syn file. Still wouldn't mind someone 358 1.1 christos contributing some vim/emacs syntax highlighting. 359 1.1 christos 360 1.1 christos Added .cflags 4 /\(em to om.tmac. By default, mom now obligingly 361 1.1 christos breaks after / and \(en. 362 1.1 christos 363 1.1 christos ***NEW*** 364 1.1 christos Macro(s): HEADER_RECTO 365 1.1 christos HEADER_VERSO 366 1.1 christos With these macros, users can now define single-string recto/verso 367 1.1 christos headers/footers. HEADER_RECTO (or FOOTER_RECTO) can be used to create 368 1.1 christos a one-part header/footer (instead of mom's default three-parters) that 369 1.1 christos appears on every page if RECTO_VERSO is OFF or, if RECTO_VERSO is on, if 370 1.1 christos no HEADER_VERSO (or FOOTER_VERSO) has been defined. If a HEADER_VERSO 371 1.1 christos (or FOOTER_VERSO) is defined and RECTO_VERSO is on, _RECTO prints on 372 1.1 christos even pages and _VERSO on odd pages. 373 1.1 christos 374 1.1 christos Added macro DRAFT_WITH_PAGENUMBER so user can have draft/revision 375 1.1 christos info attached to the pagenumber in COPYSTYLE DRAFT, instead of having 376 1.1 christos it HEADER center. Always having it HEADER center was creating problems 377 1.1 christos with long doc titles, esp. with PRINTSTYLE TYPEWRITE (which is when 378 1.1 christos COPYSTYLE DRAFT is most likely to be used). 379 1.1 christos 380 1.1 christos ***FIXES*** 381 1.1 christos No more "can't break line" warnings in DOCTYPE LETTER. 382 1.1 christos 383 1.1 christos If no REVISION number is given, Rev. 0 no longer appears HEADER_CENTER 384 1.1 christos in COPYSTYLE DRAFT 385 1.1 christos 386 1.1 christos PAGENUM_STYLE now works as advertised. 387 1.1 christos 388 1.1 christos Release 1.1.1 389 1.1 christos ------------- 390 1.1 christos 391 1.1 christos ***CHANGES*** 392 1.1 christos Main macro file renamed to om.tmac, in keeping with current groff 393 1.1 christos policy. 394 1.1 christos 395 1.1 christos Now okay to use groff mailing list for mom-related posts 396 1.1 christos 397 1.1 christos ***NEW*** 398 1.1 christos Toggle macro -- BR_AT_LINE_KERN. When on, automatically deposits 399 1.1 christos a break whenever .RW or .EW are invoked. Very useful when kerning 400 1.1 christos whole lines of rag copy. 401 1.1 christos 402 1.1 christos ***NEW*** 403 1.1 christos Toggle macro -- PAGENUM_ON_FIRST_PAGE. Normally, when FOOTERS are 404 1.1 christos being used instead of HEADERS, mom doesn't print the page number at 405 1.1 christos the top of the first page of a doc, or the first page of collated docs. 406 1.1 christos PAGENUM_ON_FIRST_PAGE allows user to get mom to put the page number on 407 1.1 christos "first" pages if that's desired. 408 1.1 christos 409 1.1 christos ***NEW*** 410 1.1 christos Macro -- BREAK_QUOTE -- to deal with problem of footnoted quotes and 411 1.1 christos blockquotes that cross a page or column. 412 1.1 christos 413 1.1 christos ***NEW*** 414 1.1 christos New argument to AUTOLEAD -- FACTOR. With FACTOR, you can, if you 415 1.1 christos wish, enter a factor by which AUTOLEAD multiplies the point size when 416 1.1 christos calculating lead automatically. 417 1.1 christos 418 1.1 christos Improvements 419 1.1 christos ------------ 420 1.1 christos 421 1.1 christos PAPER now has a much larger selection of common paper sizes. 422 1.1 christos 423 1.1 christos \*[ALD], \*[RLD], \*[FP] and \*[BP] now accept increments of quarter 424 1.1 christos points (expressed as decimal fractions). \*[RLD1.75], for example, 425 1.1 christos reverses 1-3/4 points up on the line. 426 1.1 christos 427 1.1 christos HEADER_SIZE now available to PRINTSTYLE TYPEWRITE. This was necessary 428 1.1 christos to deal with the problem of excessively long HEADER_LEFT, _CENTER or 429 1.1 christos _RIGHT strings. 430 1.1 christos 431 1.1 christos Fixes 432 1.1 christos ----- 433 1.1 christos 434 1.1 christos T_MARGIN -- can be set before or after LS or AUTOLEAD 435 1.1 christos SS -- remains constant regardless of WS 436 1.1 christos WS -- no longer affects SS 437 1.1 christos TI -- now works as expected even when called while another indent 438 1.1 christos type is in effect 439 1.1 christos COLLATE -- small fixes 440 1.1 christos 441 1.1 christos Broken .RW and .EW fixed. 442 1.1 christos 443 1.1 christos String tabs now behave properly when set from within tabs. 444 1.1 christos 445 1.1 christos UNDERLINE_QUOTES (for PRINTSTYLE TYPEWRITE) are now, in fact, on by 446 1.1 christos default as the docs state. 447