=================================================================== RCS file: /cvs/docbook2mdoc/NEWS,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- docbook2mdoc/NEWS 2019/04/24 18:52:13 1.2 +++ docbook2mdoc/NEWS 2019/05/02 13:32:34 1.4 @@ -1,3 +1,27 @@ +Changes in version 1.1.0, released on May 2, 2019 + + --- NEW PARSER FEATURES --- + * Handle inside inside . + * Ignore and elements. + --- NEW FORMATTER FEATURES -- + * Write a comment "automatically generated" at the beginning. + * Provide an -s command line option to override the section in .Dt. + * Large numbers of improvements to horizontal and vertical whitespace. + * End of sentence detection: new sentence, new line. + * Drop trailing parentheses in elements. + * Print commas between Copyright years. + +Changes in version 1.0.2, released on April 29, 2019 + + --- NEW PARSER FEATURES --- + * Handle : better formatting of many non- documents. + * Handle like
. + * Explicitly ignore . + --- STRUCTURAL IMPROVEMENTS --- + * Start a new module reorg.c, to edit and move around nodes. + * Provide a new function pnode_alloc_text() to generate a text node. + * Introduce an xmalloc.c module to automatically exit when out of memory. + Changes in version 1.0.1, released on April 24, 2019 --- NEW PARSER FEATURES ---