diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-10-02 18:37:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-10-02 18:37:25 +0000 |
commit | 0576ea2495c06ed8b674a501710158e099efcf3f (patch) | |
tree | 7947d7be63f01019ec2af481020ec340562a220e /index.sgml | |
parent | 6f7be166af7f1df1e62dc95617d3e91c3178d435 (diff) | |
download | mandoc-0576ea2495c06ed8b674a501710158e099efcf3f.tar.gz |
Break schwarze@'s release notes into sections. Ok schwarze@.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 28 |
1 files changed, 17 insertions, 11 deletions
@@ -283,19 +283,25 @@ <A NAME="news">News</A> </H1> <P CLASS="news"> - xx-xx-2011: version 1.11.x + xx-xx-2011: version 1.11.8 </P> <P> - For <A HREF="tbl.7.html">tbl</A>, the horizontal spacing of tables was rewritten completely. - It is now compatible with groff, both with and without frames and rulers. - Nesting of indented blocks is now supported in <A HREF="man.7.html">man</A>, - and several bugs were fixed regarding various kinds of indentation and alignment. - The page headers in <A HREF="mdoc.7.html">mdoc</A> are now nicer even for very long titles. - Implementation of a mdoc-to-man-coverter (-Tman) was started. - This is work in progress and will be developed in the tree. - The <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made more readable - by adding MACRO OVERVIEW sections, by moving the gory details of the LANGUAGE SYNTAX to the <A HREF="roff.7.html">roff</A> manual, - and by moving the very technical MACRO SYNTAX sections down to the bottom of the page. + This version features a new, work-in-progress output mode: -<B>Tman</B>. This mode allows a system maintainer to + distribute <A HREF="man.7.html">man</A> media for older systems that may not natively support <A + HREF="mdoc.7.html">mdoc</A>, such as old Solaris systems. + </P> + <P> + The <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made considerably more readable by + adding <I>MACRO OVERVIEW</I> sections, by moving the gory details of the <I>LANGUAGE SYNTAX</I> to the <A + HREF="roff.7.html">roff</A> manual, and by moving the very technical <I>MACRO SYNTAX</I> sections down to the bottom of + the page. + </P> + <P> + Furthermore, for <A HREF="tbl.7.html">tbl</A>, the -<B>Tascii</B> mode horizontal spacing of tables was rewritten + completely. It is now compatible with <A HREF="http://www.gnu.org/software/groff/" CLASS="external">groff</A>, both + with and without frames and rulers. Nesting of indented blocks is now supported in <A HREF="man.7.html">man</A>, and + several bugs were fixed regarding indentation and alignment. The page headers in <A HREF="mdoc.7.html">mdoc</A> are now + nicer for very long titles. </P> <P CLASS="news"> 02-09-2011: version 1.11.7 |