[BACK]Return to index.sgml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/index.sgml between version 1.138 and 1.143

version 1.138, 2011/09/01 10:46:28 version 1.143, 2011/10/05 21:43:11
Line 237 
Line 237 
                         <A NAME="contact">Contact</A>                          <A NAME="contact">Contact</A>
                 </H1>                  </H1>
                 <P>                  <P>
                         Use the mailing lists for bug-reports, patches, questions, etc. (these require subscription).  Please check the                          Use the mailing lists for bug-reports, patches, questions, etc.  Please check the
                         <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/TODO?cvsroot=mdocml">TODO</A> for known issues                          <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/TODO?cvsroot=mdocml">TODO</A> for known issues
                         before posting.  Beyond that, contact Kristaps at <A                          before posting.  All lists are subscription-only: send a blank e-mail to the listed address to subscribe.  Beyond that,
                         HREF="http://mailhide.recaptcha.net/d?k=01M6h_w7twDp58ZgH57eWC_w==&amp;c=Q2DBUt401ePlSeupJFrq_Q==" TITLE="Reveal                          contact Kristaps at <A HREF="http://mailhide.recaptcha.net/d?k=01M6h_w7twDp58ZgH57eWC_w==&amp;c=Q2DBUt401ePlSeupJFrq_Q==" TITLE="Reveal
                         this e-mail address">kris...</A>@bsd.lv.                          this e-mail address">kris...</A>@bsd.lv.
                 </P>                  </P>
                 <TABLE WIDTH="100%" SUMMARY="Mailing Lists">                  <TABLE WIDTH="100%" SUMMARY="Mailing Lists">
Line 254 
Line 254 
                                         </TD>                                          </TD>
                                         <TD>                                          <TD>
                                                 bug-reports, general questions, and announcements                                                  bug-reports, general questions, and announcements
                                                 (<A HREF="/archives/discuss/summary.html">archive</A>)                                                  (<A HREF="/archives/discuss/">archive</A>)
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
Line 264 
Line 264 
                                         </TD>                                          </TD>
                                         <TD>                                          <TD>
                                                 patches and system discussions                                                  patches and system discussions
                                                 (<A HREF="/archives/tech/summary.html">archive</A>)                                                  (<A HREF="/archives/tech/">archive</A>)
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
Line 274 
Line 274 
                                         </TD>                                          </TD>
                                         <TD>                                          <TD>
                                                 source commit messages                                                  source commit messages
                                                 (<A HREF="/archives/source/summary.html">archive</A>)                                                  (<A HREF="/archives/source/">archive</A>)
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                         </TBODY>                          </TBODY>
Line 283 
Line 283 
                         <A NAME="news">News</A>                          <A NAME="news">News</A>
                 </H1>                  </H1>
                 <P CLASS="news">                  <P CLASS="news">
                         xx-xx-2011: version 1.11.x                          xx-xx-2011: version 1.11.8
                 </P>                  </P>
                 <P>                  <P>
                           This version features a new, work-in-progress <A HREF="mandoc.1.html">mandoc</A> 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.
                           The -<B>Ofragment</B> option was added to <A HREF="mandoc.1.html">mandoc</A>'s -<B>Thtml</B> and -<B>Txhtml</B> modes.
                   </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
                   </P>
                   <P>
                         Added <A HREF="demandoc.1.html">demandoc</A> utility for stripping away macros and escapes.  This replaces the                          Added <A HREF="demandoc.1.html">demandoc</A> utility for stripping away macros and escapes.  This replaces the
                         historical <CODE>deroff</CODE> utility.                          historical <CODE>deroff</CODE> utility.  Also improved the <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals.
                 </P>                  </P>
                 <P CLASS="news">                  <P CLASS="news">
                         16-08-2011: version 1.11.6                          16-08-2011: version 1.11.6

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.143

CVSweb