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

Diff for /docbook2mdoc/NEWS between version 1.2 and 1.4

version 1.2, 2019/04/24 18:52:13 version 1.4, 2019/05/02 13:32:34
Line 1 
Line 1 
   Changes in version 1.1.0, released on May 2, 2019
   
      --- NEW PARSER FEATURES ---
    * Handle <funcparams> inside <paramdef> inside <funcprototype>.
    * Ignore <jobtitle> and <orgdiv> 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 <function> elements.
    * Print commas between Copyright years.
   
   Changes in version 1.0.2, released on April 29, 2019
   
      --- NEW PARSER FEATURES ---
    * Handle <abstract>: better formatting of many non-<refentry> documents.
    * Handle <reference> like <section>.
    * Explicitly ignore <keycombo>.
      --- 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  Changes in version 1.0.1, released on April 24, 2019
   
    --- NEW PARSER FEATURES ---     --- NEW PARSER FEATURES ---

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

CVSweb