Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS import: src/external/bsd/mdocml/dist



Module Name:    src
Committed By:   christos
Date:           Sun Mar 10 22:29:02 UTC 2019

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv22868

Log Message:
Changes in version 1.14.5, released on March 10, 2019

    --- MAJOR NEW FEATURES ---
 * apropos(1): improve POSIX compliance by accepting case-insensitive
   extended regular expressions by default
 * new -O tag[=term] output option (open a page at the definition of a term)
 * tbl(7) -T html: spanning and horizontal and vertical alignment of cells
 * tbl(7) -T html: draw lines on the edges of table cells
 * tbl(7) -T utf8: render lines with the Unicode box drawing characters
 * mandoc is now able to handle the manual pages of the groff package.
    --- MINOR NEW FEATURES ---
 * -T html: new option -O toc (table of contents)
 * -T html: second argument to -O man to support local and remote links
 * mdoc(7) .Bd -centered now fills the text contained in it
 * man-ext .SY and .YS macros (synopsis block)
 * man-ext .TQ macro (tagged paragraph without vertical space before it)
 * tbl(7) \& explicit alignment indicator
 * roff(7) .shift, .while, and .return requests
 * roff(7) .char request (output glyph definition)
 * roff(7) .nop request (no operation)
 * roff(7) .ft request: handle the CB, CI, and CR fonts
 * roff(7) .if c conditional (character available)
 * roff(7) \\$@ escape sequence (insert all macro arguments, quoted)
 * roff(7) \*(.T predefined string (interpolate output device name)
 * roff(7) \[charNNN] escape sequence (for printable ASCII characters)
 * roff(7) \# escape sequence (line continuation with comment)
    --- HTML OUTPUT SYNTAX CORRECTIONS ---
 * Render .br and \p as <br/>, not as an empty <div>.
 * Render .Pp and .PP as <p> and automatically close it when needed.
 * Stop writing empty list elements for non-compact .Bl -tag lists.
 * Do not put <p> inside <a> if .UR or .MT contain .PP.
 * Implement tooltips purely in CSS rather than abusing title= attributes.
    --- MINOR FUNCTIONAL IMPROVEMENTS ---
 * many improvements to the handling of fill and no-fill mode
 * tbl(7): better column widths in the presence of horizontal spans
 * several minor improvements to escape sequence handling
 * several minor improvements to manual font handling
 * portability: autodetect need for _GNU_SOURCE or _OPENBSD_SOURCE
 * portability: autodetect whether less(1) supports the -T option
 * large numbers of bugfixes of diverse kinds
    --- STRUCTURAL IMPROVEMENTS ---
 * Disentangle eqn(7) and tbl(7) from other parser header files,
   and clean up some parser data structures.
 * Substantially simplify error and warning message infrastructure.
    --- THANKS TO ---
 * John Gardner for crucial help implementing tooltips in CSS.
 * Alexander Bluhm, Raphael Graf, Ted Unangst (OpenBSD)
   and Daniel Sabogal (Alpine Linux) for patches.
 * Anthony Bentley and Jason McIntyre (OpenBSD) for documentation patches,
   suggesting new features, bug reports, and useful discussions.
 * Kyle Evans and Baptiste Daroussin (FreeBSD) for minor patches.
 * Pali Rohar for suggesting multiple new features and for reporting
   several bugs and missing features.
 * Klemens Nanni (OpenBSD) for suggesting multiple new features.
 * Kristaps Dzonsons (bsd.lv), Marc Espie (OpenBSD), Adam Kalisz,
   and Laura Morales for suggesting new features.
 * Wolfram Schneider and Yuri Pankov (FreeBSD) for reporting missing features.
 * Edward Tomasz Napierala (FreeBSD) for suggesting a feature improvement.
 * Thomas Klausner (NetBSD) and Sevan Janiyan (SmartOS)
   for bug reports and release testing.
 * Bryan Steele, Janne Johansson, Kurt Mosiejczuk, Mike Belopuhov, Theo
   Buehler, Todd Miller (OpenBSD), Andreas Gustafsson, Christos Zoulas,
   Robert Elz (NetBSD), Kurt Jaeger (FreeBSD), Fabio Scotoni, Kelvin
   Sherlock, Mark Harris, Orestis Ioannou, Raf Czlonka, and Sean Farrell
   for bug reports.
 * Ulrich Spoerlein (FreeBSD), Leah Neukirchen (Void Linux),
   Matej Cepl (openSUSE), and Jan Stary (MacOS X) for release testing.
 * Brian Callahan and Stuart Henderson (OpenBSD) for help
   with the OpenBSD groff port.
 * Bertrand Garrigues, Branden Robinson, Ralph Corderoy, and Werner
   Lemberg (GNU troff) for checking groff patches.
 * Scott Cheloha, Theo de Raadt (OpenBSD)
   and Natanael Copa (Alpine Linux) for useful discussions.

Status:

Vendor Tag:     KRISTAPS
Release Tags:   mdocml-1-14-5
                
U src/external/bsd/mdocml/dist/Makefile.depend
U src/external/bsd/mdocml/dist/INSTALL
U src/external/bsd/mdocml/dist/LICENSE
C src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/apropos.1
U src/external/bsd/mdocml/dist/NEWS
U src/external/bsd/mdocml/dist/TODO
U src/external/bsd/mdocml/dist/cgi.h.example
U src/external/bsd/mdocml/dist/catman.8
U src/external/bsd/mdocml/dist/compat_ohash.h
U src/external/bsd/mdocml/dist/compat_fts.h
U src/external/bsd/mdocml/dist/configure.local.example
U src/external/bsd/mdocml/dist/compat_stringlist.h
C src/external/bsd/mdocml/dist/configure
U src/external/bsd/mdocml/dist/dba_array.h
U src/external/bsd/mdocml/dist/dba.h
U src/external/bsd/mdocml/dist/man.options.1
C src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/dba_write.h
U src/external/bsd/mdocml/dist/dbm.h
U src/external/bsd/mdocml/dist/dbm_map.h
U src/external/bsd/mdocml/dist/demandoc.1
U src/external/bsd/mdocml/dist/eqn.7
N src/external/bsd/mdocml/dist/eqn.h
N src/external/bsd/mdocml/dist/eqn_parse.h
U src/external/bsd/mdocml/dist/gmdiff
U src/external/bsd/mdocml/dist/html.h
C src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/libman.h
C src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/libmdoc.h
C src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/makewhatis.8
U src/external/bsd/mdocml/dist/man.1
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/man.cgi.3
U src/external/bsd/mdocml/dist/man.cgi.8
U src/external/bsd/mdocml/dist/man.conf.5
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/manconf.h
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/mandoc.3
U src/external/bsd/mdocml/dist/mandoc.css
U src/external/bsd/mdocml/dist/mandoc.db.5
C src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/mandoc_aux.h
U src/external/bsd/mdocml/dist/compat_err.c
U src/external/bsd/mdocml/dist/mandoc_escape.3
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/mandoc_headers.3
U src/external/bsd/mdocml/dist/mandoc_html.3
U src/external/bsd/mdocml/dist/mandoc_malloc.3
U src/external/bsd/mdocml/dist/mandoc_ohash.h
N src/external/bsd/mdocml/dist/mandoc_parse.h
U src/external/bsd/mdocml/dist/mandoc_xr.h
U src/external/bsd/mdocml/dist/mandocd.8
U src/external/bsd/mdocml/dist/mansearch.3
U src/external/bsd/mdocml/dist/mansearch.h
U src/external/bsd/mdocml/dist/mchars_alloc.3
C src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/predefs.in
U src/external/bsd/mdocml/dist/roff.7
C src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/roff_int.h
U src/external/bsd/mdocml/dist/soelim.1
U src/external/bsd/mdocml/dist/tag.h
U src/external/bsd/mdocml/dist/tbl.3
U src/external/bsd/mdocml/dist/tbl.7
N src/external/bsd/mdocml/dist/tbl.h
N src/external/bsd/mdocml/dist/tbl_int.h
N src/external/bsd/mdocml/dist/tbl_parse.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/catman.c
U src/external/bsd/mdocml/dist/cgi.c
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/compat_getline.c
U src/external/bsd/mdocml/dist/compat_fts.c
U src/external/bsd/mdocml/dist/compat_reallocarray.c
U src/external/bsd/mdocml/dist/compat_getsubopt.c
U src/external/bsd/mdocml/dist/compat_isblank.c
U src/external/bsd/mdocml/dist/compat_mkdtemp.c
U src/external/bsd/mdocml/dist/compat_ohash.c
U src/external/bsd/mdocml/dist/compat_progname.c
U src/external/bsd/mdocml/dist/dba_array.c
U src/external/bsd/mdocml/dist/dba.c
U src/external/bsd/mdocml/dist/compat_recallocarray.c
U src/external/bsd/mdocml/dist/compat_strcasestr.c
U src/external/bsd/mdocml/dist/compat_stringlist.c
U src/external/bsd/mdocml/dist/compat_strlcat.c
U src/external/bsd/mdocml/dist/compat_strlcpy.c
U src/external/bsd/mdocml/dist/compat_strndup.c
U src/external/bsd/mdocml/dist/compat_strsep.c
U src/external/bsd/mdocml/dist/compat_strtonum.c
U src/external/bsd/mdocml/dist/compat_vasprintf.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/dba_read.c
U src/external/bsd/mdocml/dist/dba_write.c
U src/external/bsd/mdocml/dist/dbm.c
U src/external/bsd/mdocml/dist/dbm_map.c
U src/external/bsd/mdocml/dist/demandoc.c
C src/external/bsd/mdocml/dist/eqn.c
U src/external/bsd/mdocml/dist/eqn_html.c
U src/external/bsd/mdocml/dist/eqn_term.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/main.c
C src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_html.c
C src/external/bsd/mdocml/dist/man_macro.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/mandoc_aux.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/mandoc_ohash.c
N src/external/bsd/mdocml/dist/mandoc_msg.c
U src/external/bsd/mdocml/dist/mdoc_markdown.c
U src/external/bsd/mdocml/dist/mandoc_xr.c
C src/external/bsd/mdocml/dist/tbl_data.c
U src/external/bsd/mdocml/dist/mandocd.c
U src/external/bsd/mdocml/dist/mdoc.c
C src/external/bsd/mdocml/dist/mandocdb.c
U src/external/bsd/mdocml/dist/manpath.c
C src/external/bsd/mdocml/dist/mansearch.c
C src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_html.c
C src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/mdoc_man.c
C src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_state.c
C src/external/bsd/mdocml/dist/mdoc_term.c
C src/external/bsd/mdocml/dist/preconv.c
U src/external/bsd/mdocml/dist/msec.c
C src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/roff_html.c
C src/external/bsd/mdocml/dist/read.c
C src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/roff_validate.c
U src/external/bsd/mdocml/dist/roff_term.c
U src/external/bsd/mdocml/dist/test-be32toh.c
U src/external/bsd/mdocml/dist/soelim.c
U src/external/bsd/mdocml/dist/st.c
C src/external/bsd/mdocml/dist/tag.c
C src/external/bsd/mdocml/dist/tbl.c
U src/external/bsd/mdocml/dist/tbl_html.c
C src/external/bsd/mdocml/dist/tbl_opts.c
C src/external/bsd/mdocml/dist/tbl_layout.c
U src/external/bsd/mdocml/dist/tbl_term.c
C src/external/bsd/mdocml/dist/term.c
C src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/term_tab.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/test-EFTYPE.c
U src/external/bsd/mdocml/dist/test-cmsg.c
U src/external/bsd/mdocml/dist/test-err.c
U src/external/bsd/mdocml/dist/test-dirent-namlen.c
U src/external/bsd/mdocml/dist/test-fts.c
U src/external/bsd/mdocml/dist/test-getline.c
U src/external/bsd/mdocml/dist/test-getsubopt.c
U src/external/bsd/mdocml/dist/test-isblank.c
U src/external/bsd/mdocml/dist/test-mkdtemp.c
U src/external/bsd/mdocml/dist/test-nanosleep.c
U src/external/bsd/mdocml/dist/test-noop.c
U src/external/bsd/mdocml/dist/test-ntohl.c
U src/external/bsd/mdocml/dist/test-O_DIRECTORY.c
U src/external/bsd/mdocml/dist/test-ohash.c
U src/external/bsd/mdocml/dist/test-PATH_MAX.c
U src/external/bsd/mdocml/dist/test-pledge.c
U src/external/bsd/mdocml/dist/test-progname.c
U src/external/bsd/mdocml/dist/test-reallocarray.c
U src/external/bsd/mdocml/dist/test-recallocarray.c
U src/external/bsd/mdocml/dist/test-recvmsg.c
U src/external/bsd/mdocml/dist/test-rewb-bsd.c
U src/external/bsd/mdocml/dist/test-rewb-sysv.c
U src/external/bsd/mdocml/dist/test-sandbox_init.c
U src/external/bsd/mdocml/dist/test-strcasestr.c
U src/external/bsd/mdocml/dist/test-stringlist.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strndup.c
U src/external/bsd/mdocml/dist/test-strptime.c
U src/external/bsd/mdocml/dist/test-strsep.c
U src/external/bsd/mdocml/dist/test-strtonum.c
U src/external/bsd/mdocml/dist/test-vasprintf.c
U src/external/bsd/mdocml/dist/test-wchar.c

31 conflicts created by this import.
Use the following command to help the merge:

        cvs checkout -jKRISTAPS:yesterday -jKRISTAPS src/external/bsd/mdocml/dist




Home | Main Index | Thread Index | Old Index