diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 11:42:14 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 11:42:14 +0000 |
commit | b41588e26162ddbad0f3c007484e78dbf4260c52 (patch) | |
tree | caf5d8bcb5f0864ee9ae87542c98bdaef1007a63 /index.sgml | |
parent | 7874532c9332267e669c0c486920c2937991f808 (diff) | |
download | mandoc-b41588e26162ddbad0f3c007484e78dbf4260c52.tar.gz |
Merged example.style.css into style.css. Adding version stuff.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -319,6 +319,29 @@ </H1> <DIV CLASS="news"> <P> + <SPAN CLASS="date">xx-12-2010</SPAN>: + version 1.10.8 + </P> + <P> + Significant improvements merged from <A CLASS="external" + HREF="http://www.openbsd.org">OpenBSD</A> downstream, including + </P> + <UL> + <LI>many new <A HREF="roff.7.html">roff</A> components,</LI> + <LI>in-line implementation of troff's soelim,</LI> + <LI>broken-block handling,</LI> + <LI>overhauled error classifications, and</LI> + <LI>cleaned up handling of error conditions.</LI> + </UL> + <P> + Also overhauled the <SPAN CLASS="flag">-Thtml</SPAN> and <SPAN + CLASS="flag">-Txhtml</SPAN> output modes. It now displays similarly in arbitrary + browsers, including lynx! Internally, <A HREF="mdoc.3.html">libmdoc</A> and <A + HREF="man.3.html">libman</A> have been cleaned up and reduced in size and complexity. + </P> + </DIV> + <DIV CLASS="news"> + <P> <SPAN CLASS="date">27-09-2010</SPAN>: version 1.10.6 </P> |