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

Diff for /docbook2mdoc/NEWS between version 1.1 and 1.3

version 1.1, 2019/04/17 18:45:54 version 1.3, 2019/04/29 11:14:08
Line 1 
Line 1 
   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
   
      --- NEW PARSER FEATURES ---
    * Handle file inclusion via "<!ENTITY %".
    * Translate decimal character entities to Unicode escapes.
    * Handle <tag> like <sgmltag> and <markup>.
      --- RELIABILITY BUGFIX ---
    * Do not crash when an ignored element contains an attribute.
      --- FORMATTING IMPROVEMENTS ---
    * Correctly translate input to output line breaks in no-fill elements.
    * Improve spacing of text nodes inside macro arguments.
    * Better handle <void> as a child of <funcprototype>.
    * Better handle <info> as a child of <refentry>.
    * Correct delimiter spacing between <term> elements.
    * Insert a paragraph break after displays and after non-compact lists.
      --- THANKS TO ---
    * Stephen Gregoratto for a small patch and two bug reports.
    * Jan Stary for a bug report.
   
 Changes in version 1.0.0, released on April 17, 2019  Changes in version 1.0.0, released on April 17, 2019
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

CVSweb