[BACK]Return to NEWS CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/NEWS, Revision 1.24

1.24    ! schwarze    1: $Id: NEWS,v 1.23 2017/07/15 01:11:19 schwarze Exp $
1.1       schwarze    2:
1.22      schwarze    3: This file lists the most important changes in the mandoc.bsd.lv distribution.
1.23      schwarze    4:
                      5: Changes in version 1.14.2, released on July XXX, 2017
                      6:
                      7:     --- MAJOR NEW FEATURES ---
                      8:  * New mdoc(7) -Tmarkdown output mode.
                      9:  * For -Thtml, implement internal hyperlinks pointing to authoritative
                     10:    definitions of various syntax elements, similar to the ctags(1)-like
                     11:    less(1) :t internal searching in terminal mode.
                     12:  * Provide a superset of the functionality of the former mdoclint(1)
                     13:    utility and a new -Wstyle message level with several new messages,
                     14:    including validity checking of .Xr cross references.
                     15:  * tbl(7): Implement automatic line breaking inside individual table
                     16:    cells, and several other formatting improvements.
                     17:  * eqn(7): Complete rewrite of the lexer, resulting in several bugfixes.
                     18:  * Continue parser unification, in particular allowing generation
                     19:    of syntax tree nodes on the roff(7) level, allowing implementation
                     20:    of many additional roff requests.
                     21:     --- REMOVED FUNCTIONALITY ---
                     22:  * Delete the manpage(1) utility.  It was never enabled in any release.
                     23:  * Delete the -Txhtml command line option.  It has been an obsolete
                     24:    alias for the -Thtml output mode for more than two years.
                     25:     --- MINOR NEW FEATURES ---
                     26:  * mdoc(7): Various .Lk formatting improvements.
1.24    ! schwarze   27:  * mdoc(7) -Thtml: Better CSS for .Bl lists.
1.23      schwarze   28:  * man(7): Implement the .MT/.ME block macro (mailto hyperlink).
                     29:  * man(7): Implement the .DT macro (restore default tab positions).
                     30:  * man(7): Improved support for manuals generated with reStructuredText
                     31:    by partial support for the \n[an-margin] number register.
                     32:  * man(7) -Thtml: Support deep linking to .SH and .SS headers.
                     33:  * tbl(7): Implement the "allbox" table option.
                     34:  * tbl(7): Implement the column spacing and the 'w' (minimum column
                     35:    width) layout modifiers.
                     36:  * tbl(7): Significant improvements of the manual page.
                     37:  * eqn(7): Much improved font selection, including recognition of
                     38:    well-known function names, and a few other formatting improvements.
                     39:  * eqn(7) -Thtml: Use <mn> and <mo> in addition to <mi>.
                     40:  * roff(7): Implement the .ce (centering), .mc (margin character),
                     41:    .rj (right justify), .ta (define tab stops), .ti (temporary indent),
                     42:    .als (macro alias), .ec and .eo (escape character control),
                     43:    .po (page offset), and .rn (macro rename) requests.
                     44:  * roff(7) .am: Implement appending to mdoc(7) and man(7) macros.
                     45:  * roff(7): implement the \h (horizontol motion), \l (horizontal
                     46:    line drawing), and \p (break output line) escape sequences,
                     47:    and also several additional character escape sequences.
                     48:  * roff(7): Implement the 'd' conditional (macro or string defined).
                     49:  * man.cgi(8) now uses pledge(2), too.
1.24    ! schwarze   50:  * regress.pl(1): simpler user interface, better summary output,
        !            51:    simpler code, and no more recursion.
1.23      schwarze   52:     --- THANKS TO ---
                     53:  * Anthony Bentley (OpenBSD) for the implementation of .MT/.ME,
                     54:    reports of many bugs and missing features, and suggestions
                     55:    for a number of feature and documentation improvements.
                     56:  * Sebastien Marie (OpenBSD) for two source code patches and
                     57:    for some useful discussions.
                     58:  * Jonathan Gray (OpenBSD) for several bug reports from afl(1)
                     59:    and several more from static analysis tools.
                     60:  * Theo Buehler (OpenBSD) for several bug reports, most from afl(1).
                     61:  * Jason McIntyre (OpenBSD) for many useful discussions about a
                     62:    wide variety of topics, lots of continuous testing, a number of
                     63:    bug reports, and some suggestions for messages and documentation.
                     64:  * Thomas Klausner (NetBSD) for lots of help while migrating
                     65:    mdoclint(1) functionality to mandoc -Tlint, and for suggesting
                     66:    several useful new messages.
                     67:  * Reyk Floeter (OpenBSD) and Vsevolod Stakhov (FreeBSD) for
                     68:    suggesting a markdown output mode.
                     69:  * Thomas Guettler for suggesting -Thtml internal hyperlinks.
1.24    ! schwarze   70:  * Anton Lindqvist and TJ Townsend (both OpenBSD) and Jan Stary
        !            71:    for multiple bug reports.
        !            72:  * Martin Natano and Theo de Raadt (both OpenBSD),
1.23      schwarze   73:    Leah Neukirchen (Void Linux), Andreas Voegele, Gabriel Guzman,
                     74:    Gonzalo Tornaria, Markus Waldeck, and Raf Czlonka for bug reports.
1.24    ! schwarze   75:  * Antoine Jacoutot (OpenBSD), Michael Stapelberg (Debian),
        !            76:    and Steffen Nurpmeso for suggesting feature improvements.
1.23      schwarze   77:  * Dag-Erling Smoergrav (FreeBSD) and Yuri Pankov (Illumos)
                     78:    for inspiring new warning messages.
1.24    ! schwarze   79:  * Ted Unangst and Marc Espie (OpenBSD) for providing useful ideas.
1.23      schwarze   80:  * Carsten Kunze (Heirloom roff) for help keeping mandoc and groff
                     81:    compatible and for committing some of my patches to groff.
1.13      schwarze   82:
1.21      schwarze   83: Changes in version 1.14.1, released on February 21, 2017
1.13      schwarze   84:
                     85:     --- MAJOR NEW FEATURES ---
                     86:  * apropos(1): Reimplement complete semantic search functionality
                     87:    without the dependency on SQLite3, using only POSIX APIs.
                     88:    This comes with a completely new mandoc.db(5) file format.
                     89:  * man(1): Support more than one tag entry for the same search term,
                     90:    plus some minor improvements to the less(1) :t support.
                     91:  * -Thtml: Use real macro names for CSS classes.
                     92:    Systematic cleanup of and many improvements to mandoc.css.
                     93:  * -Thtml: Produce human readable HTML code by using indentation
                     94:    and better line breaks.  Improve various HTML elements,
                     95:    and trim several useless ones.
                     96:  * New catman(8) utility, still somewhat experimental.
1.14      schwarze   97:  * Now includes a portable version of the OpenBSD mandoc regression
                     98:    suite, see regress/regress.pl.1 for details.
1.13      schwarze   99:     --- REMOVED FUNCTIONALITY ---
                    100:  * Operating systems that don't provide mmap(3) are no longer supported.
                    101:  * Drop support for manpath(1).  Even if your system has manpath(1),
                    102:    it is simpler to use MANPATH_DEFAULT in configure.local for
                    103:    operating system defaults, man.conf(5) for machine-specific
                    104:    modifications, and ${MANPATH}, -m, and -M for user preferences
                    105:    than to bother with the complexity of manpath(1).
                    106:  * makewhatis(8) -p: No longer warn about missing MLINKS since these
                    107:    are no longer needed for anything.
                    108:     --- MINOR NEW FEATURES ---
                    109:  * mdoc(7): Warn about invalid punctuation and content below NAME.
                    110:  * mdoc(7): Warn about .Xr lacking the second argument (section).
                    111:  * mdoc(7): Warn about violations of the rule "new sentence, new line".
                    112:  * roff(7): Warn about trailing whitespace at the end of comments.
1.21      schwarze  113:  * mdoc(7): Improve rendering of double quotes.
1.13      schwarze  114:  * mdoc(7): Always do text production in the validator, never in the
                    115:    formatters.  Cleaner, simpler, shorter, helps NetBSD apropos(1)
                    116:    and also makes -Ttree output more useful.
1.15      schwarze  117:  * -Ttree: Show metadata and some additional node flags.
                    118:    New -Onoval output option to show the unvalidated tree.
1.13      schwarze  119:     --- RELIABILITY BUGFIXES ---
                    120:  * man(1): Make "man -l" work with standard input from a pipe or file,
                    121:    as long as standard output is a terminal.
1.21      schwarze  122:  * man(7): Fix out of bounds read access if a text node immediately
                    123:    preceded the first .SH header.
1.13      schwarze  124:  * mdoc(7): Fix out of bounds read access for .Bl without a type
                    125:    but with a width.
                    126:  * mdoc(7): Fix out of bounds read access for .Bl -column starting
                    127:    with a tab character instead of a child .It macro.
                    128:  * mdoc(7): Fix syntax tree corruption leading to segfaults caused
                    129:    by stray block end macros in nested blocks of mismatching type.
                    130:  * man(1): Fix NULL dereference when the first of multiple pages
                    131:    shown was preformatted.
1.18      schwarze  132:  * mdoc(7): Fix syntax tree corruption leading to NULL dereference
                    133:    caused by partial implicit macros inside .Bl -column table cells.
1.13      schwarze  134:  * mdoc(7): Fix syntax tree corruption leading to NULL dereference
                    135:    for macro sequences like .Bl .Bl .It Bo .El .It.
1.15      schwarze  136:  * mdoc(7): Fix syntax tree corruption leading to NULL dereference
1.13      schwarze  137:    caused by .Ta following a nested .Bl -column breaking another block.
1.16      schwarze  138:  * mdoc(7): Fix syntax tree corruption sometimes leading to NULL
1.17      schwarze  139:    dereference caused by indirectly broken .Nd or .Nm blocks.
1.13      schwarze  140:  * mdoc(7) -Thtml: Fix a NULL dereference for .Bl -column with 0 columns.
1.17      schwarze  141:  * mdoc(7): Fix NULL dereference in some specific cases of a
                    142:    block-end macro calling another block-end macro.
1.13      schwarze  143:  * mdoc(7): Fix NULL dereference if the only child of the head
                    144:    of the first .Sh was an empty in-line macro.
1.19      schwarze  145:  * eqn(7): Fix NULL dereference in the terminal formatter
                    146:    for empty matrices and empty square roots.
1.13      schwarze  147:  * mdoc(7): Fix an assertion failure for a .Bd without a type that
                    148:    breaks another block.
1.20      schwarze  149:  * mdoc(7): Fix an assertion failure that happened for some .Bl -column
                    150:    lists containing a column width of "-4n", "-3n", or "-2n".
1.13      schwarze  151:  * mdoc(7): Fix an assertion failure caused by .Bl -column without .It
                    152:    but containing eqn(7) or tbl(7) code.
                    153:  * roff(7): Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.
                    154:  * roff(7): Fix an assertion failures caused by whitespace inside \o''
                    155:    (overstrike) sequences.
                    156:  * -Thtml: Fix an assertion failure caused by -Oman or -Oincludes of
                    157:    excessive length.
                    158:     --- PORTABILITY IMPROVEMENTS ---
                    159:  * man(1): Do not mix stdio narrow and wide stream orientation
                    160:    on stdout, which could cause output corruption on glibc.
                    161:  * mandoc(1): Autodetect a suitable locale for -Tutf8 mode.
1.21      schwarze  162:  * ./configure: Autodetect whether PATH_MAX and O_DIRECTORY are defined.
                    163:  * ./configure: Autodetect if nanosleep(3) needs -lrt.
                    164:  * ./configure: Provide an ${LN} configuration variable.
                    165:  * ./configure: Put compiler arguments that may contain -l at the end.
1.13      schwarze  166:     --- MINOR BUGFIXES ---
                    167:  * mdoc(7): Fix SYNOPSIS output if the first child of .Nm is a macro.
                    168:  * mdoc(7) -Thtml: Improve formatting of .Bl -tag with short tags.
                    169:  * man(7) -Thtml: Preserve whitespace in .nf (nofill) mode.
                    170:  * mandoc(1): Error out on invalid output options on the command line.
                    171:     --- STRUCTURAL CHANGES, no functional change ---
                    172:  * Redesign part of the mandoc_html(3) interfaces, making them much
                    173:    easier to use and reducing the amount of code by a few hundred lines.
                    174:     --- THANKS TO ---
                    175:  * Michael Stapelberg (Debian) for designing the new mandocd(8)
1.21      schwarze  176:    and parts of the new catman(8), for release testing, and for a
                    177:    number of patches and bug reports.
1.13      schwarze  178:  * Baptiste Daroussin (FreeBSD) for profiling the new makewhatis(8)
                    179:    implementation and suggesting an algorithmic improvement which
                    180:    more than doubled performance, and for a few bug reports.
                    181:  * Ed Maste (FreeBSD) for an important patch improving reproducibility
                    182:    of builds in makewhatis(8), and for a few bug reports.
1.21      schwarze  183:  * Theo Buehler (OpenBSD) for almost twenty important bug reports,
1.13      schwarze  184:    most of them found by systematic afl(1) fuzzing.
                    185:  * Benny Lofgren, David Dahlberg, and in particular Vadim Zhukov
                    186:    for crucial help in getting .Bl -tag CSS formatting fixed.
                    187:  * Svyatoslav Mishyn (Crux Linux) for an initial version of the
1.21      schwarze  188:    patch to autodetect a suitable locale for -Tutf8 mode
                    189:    and for release testing.
1.13      schwarze  190:  * Jason McIntyre (OpenBSD) for multiple useful discussions
                    191:    and a number of bug reports.
1.21      schwarze  192:  * Sevan Janiyan (NetBSD) for extensive release testing and multiple
                    193:    bug reports.
                    194:  * Thomas Klausner and Christos Zoulas (NetBSD), Yuri Pankov (illumos),
                    195:    and Leah Neukirchen (Void Linux) for release testing and bug reports.
                    196:  * Ulrich Spoerlein (FreeBSD) for release testing.
1.13      schwarze  197:  * Alexander Bluhm, Andrew Fresh, Antoine Jacoutot, Antony Bentley,
                    198:    Christian Weisgerber, Jonathan Gray, Marc Espie, Martijn van Duren,
                    199:    Stuart Henderson, Ted Unangst, Theo de Raadt (OpenBSD), Abhinav
1.21      schwarze  200:    Upadhyay, Kamil Rytarowski (NetBSD), Aaron M. Ucko, Bdale Garbee,
                    201:    Reiner Herrmann, Shane Kerr (Debian), Daniel Sabogal (Alpine Linux),
1.13      schwarze  202:    Carsten Kunze (Heirloom roff), Kristaps Dzonsons (bsd.lv),
                    203:    Anton Lindqvist, Jan Stary, Jeremy A. Mates, Mark Patruck,
                    204:    Pavan Maddamsetti, Sean Levy <attila@stalphonsos.com>, and
                    205:    Tiago Silva for bug reports.
                    206:  * Brent Cook, Marc Espie, Philip Guenther, Todd Miller (OpenBSD)
                    207:    and Markus Waldeck for useful discussions.
                    208:  * And as usual, OpenCSW for providing me with a Solaris 9/10/11
                    209:    testing environment.
1.11      schwarze  210:
1.12      schwarze  211: Changes in version 1.13.4, released on July 14, 2016
1.11      schwarze  212:
                    213:     --- MAJOR NEW FEATURES ---
                    214:  * man.conf(5): Design and implement a simpler configuration file format.
                    215:  * man(1): Leverage less(1) -T and :t in a way resembling ctags(1)
                    216:    to jump to the definitions of various terms inside manual pages.
                    217:  * soelim(1): New implementation by Baptiste Daroussin.
1.12      schwarze  218:  * privilege limitation: Use OpenBSD pledge(2) or OS X sandbox_init(3)
                    219:    when available.
                    220:  * man.cgi(8): Support short URIs like http://man.openbsd.org/mdoc .
1.11      schwarze  221:  * mandoc.css: Use one unified stylesheet rather than three different ones.
                    222:     --- MAJOR FUNCTIONALLY RELEVANT BUGFIXES ---
                    223:  * mdoc(7): Fix multiple aspects of SYNOPSIS .Nm formatting.
                    224:  * man(1): Fix process group handling, avoiding unclean shutdowns.
                    225:     --- PORTABILITY IMPROVEMENTS ---
                    226:  * Correctly use the ohash(3) compatibility implementation
                    227:    even when building without SQLite support.
                    228:  * Add compat glue for building on Solaris 9 and 10.
                    229:  * Let ./configure select a supported RE syntax for word boundaries.
1.12      schwarze  230:  * Support LDFLAGS, to be used for example for hardening options.
                    231:  * Avoid mixing putchar(3) and putwchar(3) on the same file descriptor,
                    232:    it resulted in output corruption on some platforms.
1.11      schwarze  233:  * Avoid reusing va_lists, use va_copy(3) for better portability.
                    234:  * Do not hardcode the path to the more(1) program.
                    235:     --- MINOR NEW FEATURES ---
                    236:  * roff(7): Implement \n(.$ (number of macro arguments).
                    237:  * roff(7): Fully implement \z (do not advance cursor).
                    238:  * roff(7): Implement the `r'  conditional (register exists).
                    239:  * roff(7): Implement \\$* (interpolate all arguments).
                    240:  * roff(7): Parse and ignore \, and \/ (italic corrections).
                    241:  * When there is no -m, no -M, no MANPATH and no /etc/man.conf,
                    242:    fall back to /usr/share/man:/usr/X11R6/man:/usr/local/man.
                    243:  * man(1): Give manuals in purely numerical sections priority over
                    244:    manuals of the same name in sections with an alphabetical suffix.
                    245:  * man.cgi(8): Support "header.html" and "footer.html".
                    246:  * man.cgi(8): Set the "autofocus" attribute on the query text box.
                    247:  * man.cgi(8): Simplify the search form, drop two useless buttons.
1.12      schwarze  248:  * man.cgi(8): Delete the pseudo-manpath "mandoc", assume that
                    249:    apropos(1) and man.cgi(8) are installed in the default manpath.
1.11      schwarze  250:     --- RELIABILITY BUGFIXES ---
                    251:  * mdoc(7): Avoid a use after free and an assertion failure when nodes
                    252:    are deleted during validation.
                    253:  * mdoc(7): Avoid a NULL pointer access when .Bd has no arguments.
                    254:  * mdoc(7): Avoid a NULL pointer access triggered by mismatching end macros.
                    255:  * mdoc(7): Avoid an assertion when .Fo has no argument.
                    256:  * mdoc(7): Avoid an assertion when .Ta<tab> occurs in .Bl -column.
                    257:  * mdoc(7): Avoid an assertion when a body gets broken and has a tail.
                    258:  * roff(7): Avoid an assertion caused by blanks inside \o.
1.12      schwarze  259:  * roff(7): Make .so links to gziped manuals work without mandoc.db(5).
1.11      schwarze  260:  * tbl(7): Avoid a use after free when the last line of a layout is empty.
                    261:  * eqn(7): Avoid an infinite loop caused by recursive "define".
                    262:  * makewhatis(8): Avoid a segfault caused by unusual directory structures.
                    263:  * Fix handling of leading, trailing, and double colons in MANPATH and -m.
                    264:     --- MINOR BUGFIXES ---
                    265:  * mdoc(7): Put arguments to end macros of broken partial explicit blocks
                    266:    inside the breaking block.
                    267:  * mdoc(7): Let .Dv force normal font.
                    268:  * mdoc(7): Make trailing whitespace significant in .Bl -tag widths.
                    269:  * mdoc(7): Fix macro interpretation around tabs in .Bl -column.
                    270:  * man(7): Use the default width for .RS without arguments.
                    271:  * man(7): On a new RS nesting level, the saved width starts from
                    272:    the default width, not from the saved width of the previous level.
                    273:  * man(7): Allow .PD in next-line scope.
                    274:  * man(7): Improve handling of empty .HP.
                    275:  * man(7): Improve formatting of .br and .sp inside .HP.
                    276:  * man(7): Do not mistreat empty arguments to font alternating
                    277:    macros as vertical spacing requests.
                    278:  * man(7): Allow fill mode changes in tagged paragraph next-line scope.
                    279:  * man(7): Fix minor bugs in block rewinding and simplify the related code.
                    280:  * man(7): Add missing line breaks before subsection headers.
                    281:  * man(7): Give section and subsection headers hanging indentation.
                    282:  * man(7): Make trailing whitespace significant in .TP widths.
                    283:  * roff(7): Don't allow breaking the output line after hyphens
                    284:    that immediately follow escape sequences.
                    285:  * roff(7): Ignore blank characters at the beginning of conditional blocks.
                    286:  * roff(7): Escape breakable hyphens only after handling input line traps.
                    287:  * roff(7): Reject \[uD800] to \[uDFFF] (surrogates) in the parser.
                    288:  * tbl(7): Allow more than one data field after T} on the same input line.
                    289:  * terminal output: Apply bold and italic to non-ASCII Unicode codepoints.
                    290:  * terminal output: Improve rounding rules for horizontal scaling widths.
                    291:  * HTML output: Render ASCII_NBRSP as "&nbsp;", not "-".
                    292:  * man(1): Do not match the first part of a name if it continues with a dot.
                    293:  * man(1): Keep working even if the current directory is unusable.
                    294:  * man(1): Better error message when $PAGER is invalid.
                    295:  * makewhatis(8): Improve handling of .Va and .Vt macros.
                    296:  * apropos(1): Print "nothing appropriate" to stderr when appropriate.
                    297:  * apropos(1): Abort with a useful error message when elementary
                    298:    database operations like preparing queries or binding variables fail.
                    299:     --- STRUCTURAL CHANGES, no functional change ---
                    300:  * mdoc(7) and man(7): Unified data structures struct roff_node etc.
                    301:  * mdoc(7) and man(7): Unified node handling library in roff.c.
                    302:  * mdoc(7) and man(7): Seperate validation phase from parsing.
1.12      schwarze  303:  * roff(7): Major character table cleanup.
1.11      schwarze  304:  * Link with libz rather than forking gunzip(1).
                    305:     --- THANKS TO ---
1.12      schwarze  306:  * Baptiste Daroussin (FreeBSD) for the new soelim(1)
                    307:    and for release testing.
1.11      schwarze  308:  * Anthony Bentley (OpenBSD) for unifying mandoc.css, two nice
                    309:    patches for man.cgi(8), some documentation patches, some bug
                    310:    reports, and various useful discussions.
                    311:  * Todd Miller (OpenBSD) for lots of help with process group and
                    312:    signal handling, a few patches, some bug reports and some useful
                    313:    discussions.
                    314:  * Jonathan Gray (OpenBSD) for yet more testing with afl(1)
                    315:    again resulting in more than half a dozen important bug reports.
1.12      schwarze  316:  * Svyatoslav Mishyn (Crux Linux) for some patches, several bug
                    317:    reports, and extensive release testing.
1.15      schwarze  318:  * Leah Neukirchen (Void Linux) for a number of compatibility
1.12      schwarze  319:    patches and suggestions and several bug reports.
1.11      schwarze  320:  * Christos Zoulas (NetBSD) for a bug fix patch and some useful
                    321:    suggestions for cleanup.
                    322:  * Florian Obser (OpenBSD) for a bugfix patch and some bug reports.
1.12      schwarze  323:  * Sevan Janiyan for help with Solaris compatibility and release
                    324:    testing on many platforms.
                    325:  * Jan Holzhueter and OpenCSW in general for help with Solaris
                    326:    compatibility, and for providing me with a Solaris 9/10/11 testing
                    327:    environment.
1.11      schwarze  328:  * Michael McConville (OpenBSD) for some simple cleanup patches.
1.12      schwarze  329:  * Thomas Klausner (NetBSD) for some bug reports and release testing.
1.11      schwarze  330:  * Christian Weisgerber, Dmitrij Czarkoff, Igor Sobrado,
1.12      schwarze  331:    Ken Westerback, Marc Espie, Mike Belopuhov, Rafael Neves,
                    332:    Ted Unangst, Tim van der Molen, Theo Buehler, Theo de Raadt
                    333:    (OpenBSD), Kurt Jaeger, Dag Erling Smoergrav (FreeBSD),
                    334:    Joerg Sonnenberger (NetBSD), Carsten Kunze (Heirloom troff),
                    335:    Daniel Levai, Fabian Raetz, Jan Stary, Jean-Yves Migeon,
1.11      schwarze  336:    Lorenzo Beretta, Markus Waldeck, Maxim Belooussov, Michael Reed,
                    337:    Peter Bray, and Serguey Parkhomovsky for bug reports and feature
                    338:    suggestions.
                    339:  * Alexander Hall, Andrew Fresh, Antoine Jacoutot, Doug Hogan,
                    340:    Jason McIntyre, Jasper Lievisse Adriaanse, Kent Spillner,
                    341:    Nicholas Marriott, Peter Hessler, Sebastien Marie, Stefan Sperling,
                    342:    and Theo de Raadt (OpenBSD) for helpful discussions and feedback.
1.9       schwarze  343:
                    344: Changes in version 1.13.3, released on March 13, 2015
                    345:
                    346:     --- MAJOR NEW FEATURES ---
                    347:  * When a manual is missing from an outdated database, let man(1)
                    348:    show it anyway, using a KISS file system lookup as a fallback.
                    349:  * Use this to always provide man(1), even without database support.
                    350:  * Fatal errors no longer exist.  If a file can be opened, mandoc
                    351:    will produce some output; at worst, the output may be almost empty.
                    352:  * New -Wunsupp message level.
                    353:     --- POTENTIONALLY SECURITY RELEVANT BUGFIXES ---
                    354:  * Fix a potential write buffer overrun on incomplete string conditionals.
1.22      schwarze  355:    http://mandoc.bsd.lv/cgi-bin/cvsweb/roff.c#rev1.241
1.9       schwarze  356:  * Fix a potential write buffer overrun on backslash at EOF in a conditional.
1.22      schwarze  357:    http://mandoc.bsd.lv/cgi-bin/cvsweb/roff.c#rev1.247
1.9       schwarze  358:  * Fix a use after free sometimes hit when validation deletes a block.
1.22      schwarze  359:    http://mandoc.bsd.lv/cgi-bin/cvsweb/mdoc_macro.c#rev1.180
1.9       schwarze  360:     --- MAJOR FUNCTIONALLY RELEVANT BUGFIXES ---
                    361:  * Let man(1) show manuals for the current architecture by default,
                    362:    and support the MACHINE environment variable.
                    363:  * Fix the man(1) and apropos(1) -m option, it didn't work at all.
                    364:  * Do not spawn a pager when there is no output.
                    365:  * In makewhatis(8), fix detection of hardlinked manuals on platforms
                    366:    having padding in struct inodev (typically 64bit platforms).
                    367:     --- PORTABILITY IMPROVEMENTS ---
                    368:  * Ignore O_CLOEXEC when the operating system doesn't provide it.
                    369:  * Avoid forward reference to enum type which violates ISO C99.
                    370:  * Support homebrew-style linking on Mac OS X.
                    371:     --- MINOR NEW FEATURES ---
                    372:  * lookup: Accept digit+letter and "n" as section names in man(1),
                    373:    and consistently handle digit+letter in file name extensions.
                    374:  * lookup: Speed up -s/-S by using the "mlinks" rather than the "keys" table.
                    375:  * output: Insert horizontal lines between formatted manual pages.
                    376:  * input: New stricter and more resilient UTF-8 parser.
                    377:  * mdoc(7): Refactor block rewinding for simpler and more robust parsing.
                    378:  * man(7): Use the -Ios option when .TH has less than four arguments.
                    379:  * tbl(7): Implement the "center" option.
                    380:  * tbl(7): New option and format parsers, improved in many respects.
                    381:  * roff(7): Basic implementation of the \o escape sequence (overstrike),
                    382:    and improved rendering of overstrikes in PostScript and PDF output.
                    383:  * Message improvements, in particular for, but not restricted to,
                    384:    eqn(7), tbl(7), and wrong numbers of arguments in mdoc(7) and man(7),
                    385:    in various cases also improving output generated by invalid input.
                    386:  * Delete the -V option.  It serves no purpose but keeps confusing people.
                    387:  * gmdiff: Minimal support for Heirloom roff.
                    388:     --- RELIABILITY BUGFIXES ---
                    389:  * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout.
                    390:  * roff(7): Fix a read buffer overrun on incomplete numerical conditions.
                    391:  * mdoc(7): Fix a NULL pointer access on .Nd followed by an explicit block.
                    392:  * mdoc(7): Fix a NULL pointer access on .It Xo without .Xc.
                    393:  * mdoc(7): Fix a NULL pointer access on .Eo without a tail.
                    394:  * mdoc(7): Fix a NULL pointer access in the validation of empty .St macros.
                    395:  * man(7)/tbl(7): Fix a NULL pointer access on .TS right after .TP.
                    396:  * tbl(7): Fix a NULL pointer access on layout lines without any cells.
                    397:  * eqn(7): Fix NULL pointer accesses in the terminal formatter.
                    398:  * roff(7): Fix a NULL pointer access on trailing \s-/\s+ without an argument.
                    399:  * gz: Fix a potential NULL pointer access after waitpid() failure.
                    400:  * roff(7): Don't let the modulo operator divide by zero.
                    401:  * input: Fix an assertion failure on certain invalid UTF-8 input.
                    402:  * terminal output: Allow arbitrary depth of the font stack (assertion fix).
                    403:  * mdoc(7): Fix assertion failures and endless loops on invalid block closing.
                    404:  * mdoc(7): Fix an assertion failure on .Bl .Sm not followed by .It.
                    405:  * mdoc(7): Fix an assertion failure on .Bl -column ... .El .Ta.
                    406:  * tbl(7): Fix assertion failures by macros inside table data,
                    407:    but do not throw away the macro arguments.
                    408:  * Prevent certain kinds of unreasonable input from producing excessive
                    409:    output, in one case caused by unsigned integer underflow.
                    410:  * Fix a potential memory leak in makewhatis(8) on very long filenames.
                    411:     --- MINOR BUGFIXES ---
                    412:  * mdoc(7): Fix parsing of badly nested blocks with multiple identical blocks.
                    413:  * mdoc(7): Support negative indentations for displays and lists.
                    414:  * mdoc(7): Don't mistreat negative .sp arguments as large positive ones.
                    415:  * mdoc(7): Some spacing fixes for .Eo/.Ec.
                    416:  * man(7): Support negative horizontal widths.
                    417:  * man(7): Do not print out invalid .IP arguments.
                    418:  * man(7): Correctly handle scaling units after .PD.
                    419:  * man(7): Support .RE with an argument.
                    420:  * man(7): Fix restoring indentation after .RS with large negative arguments.
                    421:  * tbl(7): Prevent tables from breaking the filling of preceding text.
                    422:  * tbl(7): Fix vertical spacing at the beginning of tables.
                    423:  * tbl(7): Parser and formatter fixes for line drawing and font modifiers.
                    424:  * tbl(7): Correct handling of blank data lines.
                    425:  * eqn(7): Add sometimes missing whitespace before equation output.
                    426:  * roff(7): Fix vertical scaling, most of it was wrong.
                    427:  * roff(7): Slightly improve \w width measurements.
                    428:  * roff(7): Accept the historic aliases \s10 to \s39 for \s(10 to \s(39.
                    429:  * roff(7): Correctly escape quotes when expanding macro arguments.
                    430:  * roff(7): Correctly handle scaling units in numerical expressions,
                    431:    and some other improvements to the parsing of numerical expressions.
                    432:  * roff(7): Three minor fixes with respect to evaluation of conditionals.
                    433:  * roff(7): Let .it accept numerical expressions, not just constants.
                    434:  * mandoc_char(7): Correct some character names and renderings.
1.10      schwarze  435:  * If earlier files set a non-zero exit status, never reset it to zero.
1.9       schwarze  436:     --- THANKS TO ---
                    437:  * Jonathan Gray (OpenBSD) for yet more testing with afl (the American
                    438:    Fuzzy Lop security fuzzer), again resulting in many bug reports.
                    439:  * Theo de Raadt (OpenBSD) for suggesting the main new feature (man(1) file
                    440:    system lookup) and for reporting an important bug (pager without output).
                    441:  * Theo Buehler for an important bug report (-s/-S slowness)
                    442:    and for proposing a nice new feature (lines between pages).
                    443:  * Jason McIntyre for an important bug report (hardlink detection)
                    444:    and multiple documentation patches.
                    445:  * Pascal Stumpf (OpenBSD) and Alessandro de Laurenzis for
                    446:    important bug reports (architecture and man -m, respectively).
                    447:  * Thomas Klausner (NetBSD) for proposing a new feature (man(7) -Ios),
                    448:    a bug report, and release testing.
                    449:  * Anthony Bentley, Daniel Dickman, Ted Unangst (OpenBSD) and
                    450:    Kristaps Dzonsons (bsd.lv) for source code patches and bug reports.
                    451:  * Christian Weisgerber (OpenBSD) for more than half a dozen bug reports.
                    452:  * Carsten Kunze (Heirloom troff) for bug reports and release testing.
                    453:  * Antoine Jacoutot (OpenBSD) for release testing.
                    454:  * Alexis Hildebrandt (Homebrew), Baptiste Daroussin (FreeBSD),
                    455:    Jonathan Perkin (SmartOS), Pedro Giffuni (FreeBSD), Svyatoslav
                    456:    Mishyn (Crux Linux), Ulrich Spoerlein (FreeBSD), Jan Stary, Patrick
                    457:    Keshishian, Sebastien Marie, and Steffen Nurpmeso for bug reports.
1.7       schwarze  458:
1.8       schwarze  459: Changes in version 1.13.2, released on December 13, 2014
1.7       schwarze  460:
                    461:     --- MAJOR NEW FEATURES ---
                    462:  * Include an implementation of man(1), the manual page viewer.
                    463:  * Unified set of command line option, each one supported by all
                    464:    command names, including new options -a (format all), -c (no
                    465:    pager), -h (synopsis only), and -w (list filenames).
                    466:  * Support the MANPAGER and PAGER environment variables.
                    467:  * Support gzip'ed manuals by the whole toolset, even as .so targets.
                    468:  * Support UTF-8 and Latin-1 input by the whole toolset, delete preconv(1).
                    469:  * Switch the default output mode from -Tascii to -Tlocale.
                    470:  * Improve -Tascii output for Unicode escape sequences.
                    471:  * Let the -Thtml output mode produce polyglot HTML5.
                    472:  * Many improvements for eqn(7), in particular in-line equations,
                    473:    MathML output in -Thtml mode, and much improved terminal formatting.
                    474:     --- PORTABILITY IMPROVEMENTS ---
                    475:  * Change the build sequence to the usual ./configure; make; make install.
                    476:  * Support ./configure.local for build customizations.
                    477:  * Autodetect wchar, sqlite3, and manpath support.
                    478:  * Provide a fallback version of fts(3) for systems lacking it.
                    479:  * Support choosing alternative binary and manual names.
                    480:     --- MINOR NEW FEATURES ---
                    481:  * Rudimentary implementation of the e, x, and z tbl(7) layout
                    482:    modifiers to equalize, maximize, and ignore the width of columns.
                    483:  * Implement font modifiers in tbl(7) layouts.
                    484:  * Allow comma-separated options in the tbl(7) options line.
                    485:  * Parse and ignore the .pl (page length) roff(7) request.
                    486:  * Implement .An -[no]split for the mdoc(7) -Thtml output mode.
                    487:  * Support bold italic font in PostScript and PDF output.
                    488:  * Warn about commas in function arguments and parentheses in function names.
                    489:  * Warn about botched .Xr ordering and punctuation below SEE ALSO.
                    490:  * Warn about AUTHORS sections without .An macros.
                    491:  * Warn about attempts to call non-callable macros.
                    492:  * New developer documentation manual page mandoc_headers(3).
                    493:     --- BUGFIXES ---
                    494:  * Fix read buffer overrun sometimes triggered by trailing whitespace.
                    495:  * Fix read buffer overrun triggered by certain invalid \H sequences.
                    496:  * Fix NULL pointer access triggered by .Bl without any arguments.
                    497:  * Fix NULL pointer access triggered by .It Nm Fo without .Fc.
                    498:  * Fix NULL pointer access triggered by .Sh Xo .Sh without .Xc.
                    499:  * Fix NULL pointer access triggered by missing .Nm.
                    500:  * Fix an assertion triggered by .It right after .El.
                    501:  * Fix an assertion triggered by .Ec without preceding .Eo.
                    502:  * Fix an assertion triggered by .Sm or .Db with multiple arguments.
                    503:  * Fix assertion failures triggered by very large width arguments.
                    504:  * Fix a division by zero in the roff(7) parser.
                    505:  * Prevent negative arguments to .ll from causing integer underflow.
                    506:  * Correctly autodetect source format even when .Dd is preceded by .ll.
                    507:  * Multiple fixes with respect to .Bd and .Bl -offset and -width.
                    508:  * Many bugfixes with respect to scaling units.
                    509:  * Multiple fixes with respect to delimiter handling by in-line macros.
                    510:  * Multiple fixes with respect to .Pf.
                    511:  * Make \c work properly in no-fill mode.
                    512:  * Stricter syntax checking of Unicode character names.
                    513:     --- THANKS TO ---
                    514:  * Kristaps Dzonsons for rewriting the eqn(7) parser, implementing
                    515:    HTML5 and MathML output, and various other code contributions.
                    516:  * Jonathan Gray (OpenBSD) for extensive testing with afl (the
                    517:    American Fuzzy Lop security fuzzer) resulting in many bug reports.
                    518:  * Anthony Bentley (OpenBSD), Baptiste Daroussin (FreeBSD), Daniel
                    519:    Dickman, Doug Hogan, Jason McIntyre, Theo de Raadt (OpenBSD),
                    520:    and Martin Natano for source code patches.
                    521:  * Carsten Kunze (Heirloom troff), Daniel Levai (Slackware),
                    522:    Garrett D'Amore (illumos), Giovanni Becchis, Matthew Dempsky,
                    523:    Stuart Henderson, Ted Unangst, Todd Miller (OpenBSD), Thomas
                    524:    Klausner (NetBSD), Ulrich Spoerlein (FreeBSD), Justin Haynes,
                    525:    Marcus Merighi, Sebastien Marie, Steffen Nurpmeso and Theo Buehler
                    526:    for bug reports.
1.5       schwarze  527:
                    528: Changes in version 1.13.1, released on August 10, 2014
                    529:
                    530:     --- MAJOR NEW FEATURES ---
                    531:  * A complete apropos(1)/makewhatis(8)/man.cgi(8) suite
                    532:    based on SQLite3 is now included.
                    533:  * The roff(7) parser now provides an almost complete implementation
                    534:    of numerical expressions.
                    535:  * Warning and error messages have been improved in many ways.
                    536:    Almost all fatal errors were downgraded to normal errors and some
                    537:    even to warnings.  Almost all messages now mention the macro where
                    538:    the issue is detected and many indicate the workaround employed.
                    539:    The mandoc(1) manual now includes a list explaining all messages.
                    540:     --- MINOR NEW FEATURES ---
                    541:  * The roff(7) parser now supports the .ami (append to macro with
                    542:    indirectly specified name), .as (append to user-defined
                    543:    string), .dei (define macro with indirectly specified name),
                    544:    .ll (line length), and .rr (remove register) requests.
                    545:  * The roff(7) parser now supports string comparison and numerical
                    546:    conditionals in the .if and .ie requests.
                    547:  * The roff parser now fully supports the \B (validate numerical
                    548:    expression) and partially supports the \w (measure text width)
                    549:    escape sequences.
                    550:  * The terminal formatter now supports the \: (optional line break)
                    551:    escape sequence.
                    552:  * The roff parser now supports expansion of user-defined strings
                    553:    involving indirect references.
                    554:  * The roff(7) parser now handles some pre-defined read-only
                    555:    number registers that occur in the pod2man(1) preamble.
                    556:  * For backward compatibility, the mdoc(7) parser and formatters
                    557:    now support the obsolete macros .En, .Es, .Fr, and .Ot.
                    558:  * The mdoc(7) formatter non partially supports .Bd -centered.
                    559:  * tbl(7) now handles leading and trailing vertical lines.
                    560:  * The build system now provides fallback versions of strcasestr(3)
                    561:    and strsep(3) for systems lacking them.
                    562:  * The mdoc(7) manual now explains how various standards
                    563:    supported by the .St macro are related to each other.
                    564:     --- BUGFIXES ---
                    565:  * In the roff(7) parser, several bugs were fixed with respect
                    566:    to closing conditional blocks on macro lines.
                    567:  * Parsing of roff(7) identifiers and escape sequences was improved
                    568:    in multiple respects.
                    569:  * In the mdoc(7) parser, the handling of defective document
                    570:    prologues was improved in multiple ways.
                    571:  * The mdoc(7) parser no longer skips content before the first section
                    572:    header, and it no longer deletes non-.% content from .Rs blocks.
                    573:  * In the mdoc(7) parser, a crash was fixed related to weird .Sh headers.
                    574:  * In the mdoc(7) parser, handling of .Sm with missing or invalid
                    575:    arguments was corrected.
                    576:  * In the mdoc(7) parser, trailing punctuation at the end of partial
                    577:    implicit macros no longer triggers end-of-sentence spacing.
                    578:  * In the terminal formatter, two crashes were fixed: one triggered by
                    579:    excessive indentation and another by excessively long .Nm arguments.
                    580:  * In the terminal formatter, a floating point rounding bug was
                    581:    fixed that sometimes caused an off-by-one error in indentation.
                    582:  * In the UTF-8 formatter, rendering of accents, breakable hyphens,
                    583:    and non-breakable spaces was corrected.
                    584:  * In the HTML formatter, encoding of special characters was
                    585:    corrected in multiple respects.
                    586:  * In the mdoc(7) formatter, rendering of .Ex and .Rv was
                    587:    improved for various edge cases.
                    588:  * In the mdoc(7) formatter, handling of empty .Bl -inset item
                    589:    heads was improved.
                    590:  * In the man(7) formatter, some bugs were fixed with respect
                    591:    to same-line detection in the context of .TP and .nf macros,
                    592:    and the indentation of .IP and .TP blocks was improved.
                    593:  * The mandoc(3) library no longer prints to stderr.
                    594:     --- THANKS TO ---
                    595:    Abhinav Upadhyay (NetBSD), Andreas Voegele, Anthony Bentley (OpenBSD),
                    596:    Christian Weisgerber (OpenBSD), Havard Eidnes (NetBSD), Jan Stary,
                    597:    Jason McIntyre (OpenBSD), Jeremie Courreges-Anglas (OpenBSD),
                    598:    Joerg Sonnenberger (NetBSD), Juan Francisco Cantero Hurtado (OpenBSD),
                    599:    Marc Espie (OpenBSD), Matthias Scheler (NetBSD), Pascal Stumpf (OpenBSD),
                    600:    Paul Onyschuk (Alpine Linux), Sebastien Marie, Steffen Nurpmeso,
                    601:    Stuart Henderson (OpenBSD), Ted Unangst (OpenBSD), Theo de Raadt (OpenBSD),
                    602:    Thomas Klausner (NetBSD), and Ulrich Spoerlein (FreeBSD)
                    603:    for reporting bugs and missing features.
1.4       schwarze  604:
                    605: Changes in version 1.12.3, released on December 31, 2013
                    606:
                    607:  * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation
                    608:    now work correctly for .Fo/.Fa/.Fc and .Fn blocks.
                    609:    Thanks to Franco Fichtner for doing part of the work.
                    610:  * The mdoc(7) .Bk macro got some addititonal bugfixes.
                    611:  * In mdoc(7) macro arguments, double quotes can now be quoted
                    612:    by doubling them, just like in man(7).
                    613:    Thanks to Tsugutomo ENAMI for the patch.
                    614:  * At the end of man(7) macro lines, end-of-sentence spacing
                    615:    now works.  Thanks to Franco Fichtner for the patch.
                    616:  * For backward compatibility, the man(7) parser now supports the
                    617:    man-ext .UR/.UE (uniform resource identifier) block macros.
                    618:  * The man(7) parser now handles closing blocks that are not open
                    619:    more gracefully.
                    620:  * The man(7) parser now ignores blank lines right after .SH and .SS.
                    621:  * In the man(7) formatter, reset indentation when leaving a block,
                    622:    not just when entering the next one.
                    623:  * The roff(7) .nr request now supports incrementing and decrementing
                    624:    number registers and stops parsing the number right before the
                    625:    first non-digit character.
                    626:  * The roff(7) parser now supports the alternative escape sequence
                    627:    syntax \C'uXXXX' for Unicode characters.
                    628:  * The roff(7) parser now parses and ignores the .fam (font family)
                    629:    and .hw (hyphenation points) requests and the \d and \u escape
                    630:    sequences.
                    631:  * The roff(7) manual got a new ESCAPE SEQUENCE REFERENCE.
1.1       schwarze  632:
1.2       schwarze  633: Changes in version 1.12.2, released on Oktober 5, 2013
1.1       schwarze  634:
                    635:  * The mdoc(7) to man(7) converter, to be called as mandoc -Tman,
                    636:    is now fully functional.
                    637:  * The mandoc(1) utility now supports the -Ios (default operating system)
                    638:    input option, and the -Tutf8 output mode now actually works.
                    639:  * The mandocdb(8) utility no longer truncates existing databases when
                    640:    starting to build new ones, but only replaces them when the build
                    641:    actually succeeds.
                    642:  * The man(7) parser now supports the PD macro (paragraph distance),
                    643:    and (for GNU man-ext compatibility only) EX (example block) and EE
                    644:    (example end).  Plus several bugfixes regarding indentation, line
                    645:    breaks, and vertical spacing, and regarding RS following TP.
                    646:  * The roff(7) parser now supports the \f(BI (bold+italic) font escape,
                    647:    the \z (zero cursor advance) escape and the cc (change control
                    648:    character) and it (input line trap) requests. Plus bugfixes regarding
                    649:    the \t (tab) escape, nested escape sequences, and conditional requests.
                    650:  * In mdoc(7), several bugs were fixed related to UTF-8 output of quoting
                    651:    enclosures, delimiter handling, list indentation and horizontal and
                    652:    vertical spacing, formatting of the Lk, %U, and %C macros, plus some
                    653:    bugfixes related to the handling of syntax errors like badly nested
                    654:    font blocks, stray Ta macros outside column lists, unterminated It Xo
                    655:    blocks, and non-text children of Nm blocks.
                    656:  * In tbl(7), the width of horizontal spans and the vertical spacing
                    657:    around tables was corrected, and in man(7) files, a crash was fixed
                    658:    that was triggered by some particular unclosed T{ macros.
                    659:  * For mandoc developers, we now provide a tbl(3) library manual and
                    660:    gmdiff, a very small, very simplistic groff-versus-mandoc output
                    661:    comparison tool.
1.2       schwarze  662:  * Provide this NEWS file.
1.1       schwarze  663:
                    664: Changes in version 1.12.1, released on March 23, 2012
                    665:
                    666:  * Significant work on apropos(1) and mandocdb(8). These tools are now
                    667:    much more robust.  A whatis(1) implementation is now handled as an
                    668:    apropos(1) mode.  These tools are also able to minimally handle
                    669:    pre-formatted pages, that is, those already formatted by another
                    670:    utility such as GNU troff.
                    671:  * The man.cgi(7) script is also now available for wider testing.
                    672:    It interfaces with mandocdb(8) manuals cached by catman(8).
                    673:    HTML output is generated on-the-fly by libmandoc or internal
                    674:    methods to convert pre-formatted pages.
                    675:  * The mailing list archive for the discuss and tech lists are being
                    676:    hosted by Gmane at gmane.comp.tools.mdocml.user and
                    677:    gmane.comp.tools.mdocml.devel, respectively.
                    678:
                    679: Changes in version 1.12.0, released on October 8, 2011
                    680:
                    681:  * This version features a new, work-in-progress mandoc(1) output mode:
                    682:    -Tman.  This mode allows a system maintainer to distribute man(7)
                    683:    media for older systems that may not natively support mdoc(7), such
                    684:    as old Solaris systems.
                    685:  * The -Ofragment option was added to mandoc(1)'s -Thtml and -Txhtml modes.
                    686:  * While adding features, an apropos(1) utility has been merged from the
                    687:    mandoc-tools sandbox.  This interfaces with mandocdb(8) for semantic
                    688:    search of manual content.  apropos(1) is different from the traditional
                    689:    apropos primarily in allowing keyword search (such as for functions,
                    690:    utilities, etc.) and regular expressions.  Note that the calling
                    691:    syntax for apropos is likely to change as it settles down.
                    692:  * In documentation news, the mdoc(7) and man(7) manuals have been
                    693:    made considerably more readable by adding MACRO OVERVIEW sections, by
                    694:    moving the gory details of the LANGUAGE SYNTAX to the roff(7) manual,
                    695:    and by moving the very technical MACRO SYNTAX sections down to the
                    696:    bottom of the page.
                    697:  * Furthermore, for tbl(7), the -Tascii mode horizontal spacing of tables
                    698:    was rewritten completely.  It is now compatible with groff(1), both
                    699:    with and without frames and rulers.
                    700:  * Nesting of indented blocks is now supported in man(7), and several
                    701:    bugs were fixed regarding indentation and alignment.
                    702:  * The page headers in mdoc(7) are now nicer for very long titles.
                    703:
                    704: Changes in version 1.11.7, released on September 2, 2011
                    705:
                    706:  * Added demandoc(1) utility for stripping away macros and escapes.
                    707:    This replaces the historical deroff(1) utility.
                    708:  * Also improved the mdoc(7) and man(7) manuals.
                    709:
                    710: Changes in version 1.11.6, released on August 16, 2011
                    711:
                    712:  * Handling of tr macro in roff(7) implemented.  This makes Perl
                    713:    documentation much more readable.  Hyphenation is also now enabled in
                    714:    man(7) format documents.  Many other general improvements have been
                    715:    implemented.
                    716:
                    717: Changes in version 1.11.5, released on July 24, 2011
                    718:
                    719:  * Significant eqn(7) improvements.  mdocml can now parse arbitrary eqn
                    720:    input (although few GNU extensions are accepted, nor is mixing
                    721:    low-level roff with eqn).  See the eqn(7) manual for details.
                    722:    For the time being, equations are rendered as simple in-line text.
                    723:    The equation parser satisfies the language specified in the
                    724:    Second Edition User's Guide:
                    725:    http://www.kohala.com/start/troff/v7man/eqn/eqn2e.ps
                    726:
                    727: Changes in version 1.11.4, released on July 12, 2011
                    728:
                    729:  * Bug-fixes and clean-ups across all systems, especially in mandocdb(8)
                    730:    and the man(7) parser.  This release was significantly assisted by
                    731:    participants in OpenBSD's c2k11.  Thanks!
                    732:
                    733: Changes in version 1.11.3, released on May 26, 2011
                    734:
                    735:  * Introduce locale-encoding of output with the -Tlocale output option and
                    736:    Unicode escaped-character input.  See mandoc(1) and mandoc_char(7),
                    737:    respectively, for details.  This allows for non-ASCII characters (e.g.,
                    738:    \[u5000]) to be rendered in the locale's encoding, if said environment
                    739:    supports wide-character encoding (if it does not, -Tascii is used
                    740:    instead).  Locale support can be turned off at compile time by removing
                    741:    -DUSE_WCHAR in the Makefile, in which case -Tlocale is always a synonym
                    742:    for -Tascii.
                    743:  * Furthermore, multibyte-encoded documents, such as those in UTF-8, may
                    744:    be on-the-fly recoded into mandoc(1) input by using the newly-added
                    745:    preconv(1) utility.  Note: in the future, this feature may be
                    746:    integrated into mandoc(1).
                    747:
                    748: Changes in version 1.11.2, released on May 12, 2011
                    749:
                    750:  * Corrected some installation issues in version 1.11.1.
                    751:  * Further migration to libmandoc.
                    752:  * Initial public release (this utility is very much under development)
                    753:    of mandocdb(8).  This utility produces keyword databases of manual
                    754:    content, which features semantic querying of manual content.
                    755:
                    756: Changes in version 1.11.1, released on April 4, 2011
                    757:
                    758:  * The earlier libroff, libmdoc, and libman soup have been merged into
                    759:    a single library, libmandoc, which manages all aspects of parsing
                    760:    real manuals, from line-handling to tbl(7) parsing.
                    761:  * As usual, many general fixes and improvements have also occurred.
                    762:    In particular, a great deal of redundancy and superfluous code has
                    763:    been removed with the merging of the backend libraries.
1.3       schwarze  764:  * see also the changes in 1.10.10
                    765:
                    766: Changes in version 1.10.10, March 20, 2011, NOT released
                    767:
                    768:  * Initial eqn(7) functionality is in place.  For the time being,
                    769:    this is limited to the recognition of equation blocks;
                    770:    future version of mdocml will expand upon this framework.
1.1       schwarze  771:
                    772: Changes in version 1.10.9, released on January 7, 2011
                    773:
                    774:  * Many back-end fixes have been implemented: argument handling (quoting),
                    775:    man(7) improvements, error/warning classes, and many more.
                    776:  * Initial tbl(7) functionality (see the "TS", "TE", and "T&" macros in
                    777:    the roff(7) manual) has been merged from tbl.bsd.lv.  Output is still
                    778:    minimal, especially for -Thtml and -Txhtml, but manages to at least
                    779:    display data.  This means that mandoc(1) now has built-in support
                    780:    for two troff preprocessors via libroff: soelim(1) and tbl(1).
                    781:
                    782: Changes in version 1.10.8, released on December 24, 2010
                    783:
1.3       schwarze  784:  * Overhauled the -Thtml and -Txhtml output modes.  They now display
1.1       schwarze  785:    readable output in arbitrary browsers, including text-based ones like
                    786:    lynx(1).  See HTML and XHTML manuals in the DOCUMENTATION section
                    787:    for examples.  Attention: available style-sheet classes have been
                    788:    considerably changed!  See the example.style.css file for details.
                    789:    Lastly, libmdoc and libman have been cleaned up and reduced in size
                    790:    and complexity.
1.3       schwarze  791:  * see also the changes in 1.10.7
                    792:
                    793: Changes in version 1.10.7, December 6, 2010, NOT released
                    794:
                    795:  Significant improvements merged from OpenBSD downstream, including:
                    796:  * many new roff(7) components,
                    797:  * in-line implementation of troff's soelim(1),
                    798:  * broken-block handling,
                    799:  * overhauled error classifications, and
                    800:  * cleaned up handling of error conditions.
1.1       schwarze  801:
                    802: Changes in version 1.10.6, released on September 27, 2010
                    803:
                    804:  * Calling conventions for mandoc(1) have changed: -W improved and -f
                    805:    deprecated.
                    806:  * Non-ASCII characters are also now uniformly discarded.
                    807:  * Lots of documentation improvements.
                    808:  * Many incremental fixes accomodating for groff's more interesting
                    809:    productions.
                    810:  * Lastly, pod2man(1) preambles are now fully accepted after some
                    811:    considerable roff(7) and special character support.
                    812:
                    813: Changes in version 1.10.5, released on July 27, 2010
                    814:
                    815:  * Primarily a bug-fix and polish release, but including -Tpdf support
                    816:    in mandoc(1) by way of "Summer of Code".  Highlights:
                    817:  * fix "Sm" and "Bd" handling
                    818:  * fix end-of-sentence handling for embedded sentences
                    819:  * polish man(7) documentation
                    820:  * document all mdoc(7) macros
                    821:  * polish mandoc(1) -Tps output
                    822:  * lots of internal clean-ups in character escapes
                    823:  * un-break literal contexts in man(7) documents
                    824:  * improve -Thtml output for -man
                    825:  * add mandoc(1) -Tpdf support
                    826:
                    827: Changes in version 1.10.4, released on July 12, 2010
                    828:
                    829:  * Lots of features developed during both "Summer of Code" and the
                    830:    OpenBSD c2k10 hackathon:
                    831:  * minimal "ds" roff(7) symbols are supported
                    832:  * beautified SYNOPSIS section output
                    833:  * acceptance of scope-block breakage in mdoc(7)
                    834:  * clarify error message status
                    835:  * many minor bug-fixes and formatting issues resolved
1.3       schwarze  836:  * see also changes in 1.10.3
                    837:
                    838: Changes in version 1.10.3, June 29, 2010, NOT released
                    839:
                    840:  * variable font-width and paper-size support in mandoc(1) -Tps output
                    841:  * "Bk" mdoc(7) support
1.1       schwarze  842:
                    843: Changes in version 1.10.2, released on June 19, 2010
                    844:
                    845:  * Small release featuring text-decoration in -Tps output,
                    846:    a few minor relaxations of errors, and some optimisations.
                    847:
                    848: Changes in version 1.10.1, released on June 7, 2010
                    849:
                    850:  * This primarily focusses on the "Bl" and "It" macros described in
                    851:    mdoc(7).  Multi-line column support is now fully compatible with groff,
                    852:    as are implicit list entries for columns.
                    853:  * Removed manuals(7) in favour of http://manpages.bsd.lv.
                    854:  * The way we handle the SYNOPSIS section (see the SYNOPSIS documentation
                    855:    in MANUAL STRUCTURE) has also been considerably simplified compared
                    856:    to groff's method.
                    857:  * Furthermore, the -Owidth=width output option has been added to -Tascii,
                    858:    see mandoc(1).
                    859:  * Lastly, initial PostScript output has been added with the -Tps option
                    860:    to mandoc(1).  It's brutally simple at the moment: fixed-font, with no
                    861:    font decorations.
                    862:
                    863: Changes in version 1.10.0, released on May 29, 2010
                    864:
                    865:  * Release consisting of the results from the m2k10 hackathon and up-merge
                    866:    from OpenBSD.  This requires a significant note of thanks to Ingo
                    867:    Schwarze (OpenBSD) and Joerg Sonnenberger (NetBSD) for their hard work,
                    868:    and again to Joerg for hosting m2k10.  Highlights (mostly cribbed from
                    869:    Ingo's m2k10 report) follow in no particular order:
                    870:  * a libroff preprocessor in front of libmdoc and libman stripping out
                    871:    roff(7) instructions;
                    872:  * end-of-sentence (EOS) detection in free-form and macro lines;
                    873:  * correct handling of tab-separated columnar lists in mdoc(7);
                    874:  * improved main calling routines to optionally use mmap(3) for better
                    875:    performance;
                    876:  * cleaned up exiting when invoked as -Tlint or over multiple files
                    877:    with -fign-errors;
                    878:  * error and warning message handling re-written to be unified for
                    879:    libroff, libmdoc, and libman;
                    880:  * handling of badly-nested explicit-scoped macros;
                    881:  * improved free-form text parsing in libman and libmdoc;
                    882:  * significant GNU troff compatibility improvements in -Tascii,
                    883:    largely in terms of spacing;
                    884:  * a regression framework for making sure the many fragilities of GNU
                    885:    troff aren't trampled in subsequent work;
                    886:  * support for -Tascii breaking at hyphens encountered in free-form text;
                    887:  * and many more minor fixes and improvements
                    888:
                    889: Changes in version 1.9.25, released on May 13, 2010
                    890:
                    891:  * Fixed handling of "\*(Ba" escape.
                    892:  * Backed out -fno-ign-chars (pointless complexity).
                    893:  * Fixed erroneous breaking of literal lines.
                    894:  * Fixed SYNOPSIS breaking lines before non-initial macros.
                    895:  * Changed default section ordering.
                    896:  * Most importantly, the framework for end-of-sentence double-spacing is
                    897:    in place, now implemented for the "end-of-sentence, end-of-line" rule.
                    898:  * This is a stable roll-back point before the mandoc hackathon in Rostock!
                    899:
                    900: Changes in version 1.9.24, released on May 9, 2010
                    901:
                    902:  * Rolled back break-at-hyphen.
                    903:  * -DUGLY is now the default (no feature splits!).
                    904:  * Free-form text is not de-chunked any more: lines are passed
                    905:    whole-sale into the front-end, including whitespace.
                    906:  * Added mailing lists.
                    907:
                    908: Changes in version 1.9.23, released on April 7, 2010
                    909:
                    910:  * mdocml has been linked to the OpenBSD build.
                    911:  * This version incorporates many small changes, mostly from patches
                    912:    by OpenBSD, allowing crufty manuals to slip by with warnings instead
                    913:    of erroring-out.
                    914:  * Some subtle semantic issues, such as punctuation scope, have also
                    915:    been fixed.
                    916:  * Lastly, some issues with -Thtml have been fixed, which prompted an
                    917:    update to the online manual pages style layout.
                    918:
                    919: Changes in version 1.9.22, released on March 31, 2010
                    920:
                    921:  * Adjusted merge of the significant work by Ingo Schwarze
                    922:    in getting "Xo" blocks (block full implicit, e.g., "It"
                    923:    for non-columnar lists) to work properly.  This isn't
                    924:    enabled by default: you must specify -DUGLY as a compiler
                    925:    flag (see the Makefile for details).
                    926:
                    927: Changes in version 1.9.20, released on March 30, 2010
                    928:
                    929:  * More efforts to get roff instructions in man(7) documents under
                    930:    control.  Note that roff instructions embedded in line-scoped,
                    931:    next-line macros (e.g. "B") are not supported.
                    932:  * Leading punctuation for mdoc(7) macros, such as "Fl ( ( a",
                    933:    are now correctly handled.
                    934:
                    935: Changes in version 1.9.18, released on March 27, 2010
                    936:
                    937:  * Many fixes (largely pertaining to scope)
                    938:    and improvements (e.g., handling of apostrophe-control macros,
                    939:    which fixes the strange "BR" seen in some macro output)
                    940:    to handling roff instructions in man(7) documents.
                    941:
                    942: Changes in version 1.9.17, released on March 25, 2010
                    943:
                    944:  * Accept perlpod(1) standard preamble.
                    945:  * Also accept (and discard) "de", "dei", "am", "ami", and "ig"
                    946:    roff macro blocks.
                    947:
                    948: Changes in version 1.9.16, released on March 22, 2010
                    949:
                    950:  * Inspired by patches and bug reports by Ingo Schwarze,
                    951:    allowed man(7) to accept non-printing elements to be nested
                    952:    within next-line scopes, such as "br" within "B" or "TH",
                    953:    which is valid roff.
                    954:  * Longsoon architecture also noted and Makefile cleaned up.
                    955:
                    956: Changes in version 1.9.15, released on February 18, 2010
                    957:
                    958:  * Moved to our new BSD.lv home.
                    959:  * XHTML is now an acceptable output mode for mandoc(1);
                    960:  * "Xr" made more compatible with groff;
                    961:  * "Vt" fixed when invoked in SYNOPSIS;
                    962:  * "\\" escape removed;
                    963:  * end-of-line white-space detected for all lines;
                    964:  * subtle bug fixed in list display for some modes;
                    965:  * compatibility layer checked in for compilation in diverse
                    966:    UNIX systems;
                    967:  * and column lengths handled correctly.
                    968:
                    969: For older releases, see the ChangeLog files
1.22      schwarze  970: in http://mandoc.bsd.lv/snapshots/ .

CVSweb