=================================================================== RCS file: /cvs/pod2mdoc/index.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- pod2mdoc/index.xml 2015/03/19 09:59:01 1.8 +++ pod2mdoc/index.xml 2015/05/19 20:42:48 1.9 @@ -65,6 +65,31 @@ In addition to the release notes given below, a full ChangeLog is available.

+ New in version 0.2 (May 19, 2015) +

+

+ SYNOPSIS preprocessor lines use Fd. + Names found in the SYNOPSIS are remembered + using Marc Espie's ohash library (bundled + for compatibility with operating systems + lacking it); that information is used + subsequently to mark up + function names with Fn, + function arguments with Fa, + type names with Vt, + preprocessor macros with Dv. + Foreign function names are marked up + with Xr. + Whitespace handling has been improved + in many respects (blank lines in literal + displays; re-wrap text lines; new sentence, + new line; better horizontal spacing; + no more whitespace at the end of lines). + Improved handling of closing punctuation. + Escaping of quotes at the beginning of + macro arguments. +

+

New in version 0.1 (November 17, 2014)

@@ -103,7 +128,7 @@