Subject: CVS commit: pkgsrc/textproc/mdocml
From: Thomas Klausner
Date: 2013-12-31 12:06:30
Message id: 20131231110630.2A4C396@cvs.netbsd.org

Log Message:
Update to 1.12.3:

Changes in version 1.12.3, released on December 31, 2013

 * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation
   now work correctly for .Fo/.Fa/.Fc and .Fn blocks.
   Thanks to Franco Fichtner for doing part of the work.
 * The mdoc(7) .Bk macro got some addititonal bugfixes.
 * In mdoc(7) macro arguments, double quotes can now be quoted
   by doubling them, just like in man(7).
   Thanks to Tsugutomo ENAMI for the patch.
 * At the end of man(7) macro lines, end-of-sentence spacing
   now works.  Thanks to Franco Fichtner for the patch.
 * For backward compatibility, the man(7) parser now supports the
   man-ext .UR/.UE (uniform resource identifier) block macros.
 * The man(7) parser now handles closing blocks that are not open
   more gracefully.
 * The man(7) parser now ignores blank lines right after .SH and .SS.
 * In the man(7) formatter, reset indentation when leaving a block,
   not just when entering the next one.
 * The roff(7) .nr request now supports incrementing and decrementing
   number registers and stops parsing the number right before the
   first non-digit character.
 * The roff(7) parser now supports the alternative escape sequence
   syntax \C'uXXXX' for Unicode characters.
 * The roff(7) parser now parses and ignores the .fam (font family)
   and .hw (hyphenation points) requests and the \d and \u escape
   sequences.
 * The roff(7) manual got a new ESCAPE SEQUENCE REFERENCE.

Files:
RevisionActionfile
1.41modifypkgsrc/textproc/mdocml/Makefile
1.32modifypkgsrc/textproc/mdocml/distinfo
1.4modifypkgsrc/textproc/mdocml/patches/patch-apropos__db.c
1.3modifypkgsrc/textproc/mdocml/patches/patch-roff.7
1.1removepkgsrc/textproc/mdocml/patches/patch-catman.c
1.1removepkgsrc/textproc/mdocml/patches/patch-cgi.c
1.2removepkgsrc/textproc/mdocml/patches/patch-config.h.post
1.5removepkgsrc/textproc/mdocml/patches/patch-mandocdb.c