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

Diff for /mandoc/Attic/index.sgml between version 1.40 and 1.54

version 1.40, 2010/02/17 19:31:00 version 1.54, 2010/05/08 07:30:19
Line 4 
Line 4 
                 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">                  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
                 <META NAME="resource-type" CONTENT="document">                  <META NAME="resource-type" CONTENT="document">
                 <LINK REL="stylesheet" HREF="index.css" TYPE="text/css" MEDIA="all">                  <LINK REL="stylesheet" HREF="index.css" TYPE="text/css" MEDIA="all">
                 <TITLE>mdocml.bsd.lv</TITLE>                  <TITLE>mdocml | mdoc macro compiler</TITLE>
         </HEAD>          </HEAD>
         <BODY>          <BODY>
         <TABLE CLASS="frame" SUMMARY="[frame]">          <TABLE CLASS="frame" SUMMARY="[frame]">
Line 216 
Line 216 
                                         </H1>                                          </H1>
   
                                         <TABLE WIDTH="100%" CELLPADDING="2">                                          <TABLE WIDTH="100%" CELLPADDING="2">
                                                 <COL STYLE="width: 8em;">                                                  <COL CLASS="date">
                                                 <TBODY>                                                  <TBODY>
                                                         <TR>                                                          <TR>
                                                                 <TD VALIGN="top"><SPAN CLASS="date">15-02-2010</SPAN></TD>                                                                  <TD VALIGN="top"><SPAN CLASS="date">XX-XX-2010</SPAN></TD>
                                                                 <TD VALIGN="top">                                                                  <TD VALIGN="top">
                                                                   Rolled back break-at-hyphen (broken).  <SPAN CLASS="flag">-DUGLY</SPAN> is now
                                                                   the default (I don't like feature splits).  Free-form text is not de-chunked any
                                                                   more: lines are passed whole-sale into the front-end, including whitespace.
                                                                   Version: <SPAN CLASS="rev">1.9.24</SPAN>.
                                                                   </TD>
                                                           </TR>
   
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">07-04-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                   <SPAN CLASS="nm">mdocml</SPAN> has been linked to the <A CLASS="external"
                                                                   HREF="http://www.openbsd.org/faq/current.html#20100403">OpenBSD build</a>.  This
                                                                   version incorporates many small changes, mostly from patches by OpenBSD,
                                                                   allowing crufty manuals to slip by with warnings instead of erroring-out.  Some
                                                                   subtle semantic issues, such as punctuation scope, have also been fixed.
                                                                   Lastly, some issues with <SPAN CLASS="flag">-Thtml</SPAN> have been fixed, which
                                                                   prompted an update to the <A HREF="mandoc.1.html">online</A> <A
                                                                   HREF="mandoc_char.7.html">manual</A> <A HREF="man.7.html">pages</A> style
                                                                   layout.  Version: <SPAN CLASS="rev">1.9.23</SPAN>.
                                                                   </TD>
                                                           </TR>
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">31-03-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                   Version <SPAN CLASS="rev">1.9.22</SPAN>: adjusted merge of the significant work
                                                                   by Ingo Schwarze in getting <Q>Xo</Q> blocks (block full implicit, e.g.,
                                                                   <Q>It</Q> for non-columnar lists) to work properly.  This isn't enabled by
                                                                   default: you must specify <SPAN CLASS="flag">-DUGLY</SPAN> as a compiler flag
                                                                   (see the Makefile for details).
                                                                   </TD>
                                                           </TR>
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">30-03-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                   Version <SPAN CLASS="rev">1.9.20</SPAN>: more efforts to get roff instructions
                                                                   in -man documents under control.  Note that roff instructions embedded in
                                                                   line-scoped, next-line macros (e.g. <Q>B</Q>) are not supported.  Leading
                                                                   punctuation for -mdoc macros, such as <Q>Fl ( ( a</Q>, are now correctly
                                                                   handled.
                                                                   </TD>
                                                           </TR>
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">27-03-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                   Version <SPAN CLASS="rev">1.9.18</SPAN>: many fixes (largely pertaining to
                                                                   scope) and improvements (e.g., handling of apostrophe-control macros, which
                                                                   fixes the strange <Q>BR</Q> seen in some macro output) to handling roff
                                                                   instructions in -man documents.
                                                                   </TD>
                                                           </TR>
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">25-03-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                   Version <SPAN CLASS="rev">1.9.17</SPAN> highlights: accept <A
                                                                   HREF="http://perldoc.perl.org/" CLASS="external">perlpod</A> standard preamble.
                                                                   Also accept (and discard) <Q>de</Q>, <Q>dei</Q>, <Q>am</Q>, <Q>ami</Q>, and
                                                                   <Q>ig</Q> roff macro blocks.
                                                                   </TD>
                                                           </TR>
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">22-03-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                   Version <SPAN CLASS="rev">1.9.16</SPAN> highlights: inspired by patches and bug
                                                                   reports by Ingo Schwarze, allowed <SPAN CLASS="flag">-man</SPAN> to accept
                                                                   non-printing elements to be nested within next-line scopes, such as <Q>br</Q>
                                                                   within <Q>B</Q> or <Q>TH</Q>, which is valid roff.  Longsoon architecture also
                                                                   noted and Makefile cleaned up.
                                                                   </TD>
                                                           </TR>
                                                           <TR>
                                                                   <TD VALIGN="top"><SPAN CLASS="date">18-02-2010</SPAN></TD>
                                                                   <TD VALIGN="top">
                                                                 Moved to our new <A HREF="http://bsd.lv" CLASS="external">BSD.lv</A> home.                                                                  Moved to our new <A HREF="http://bsd.lv" CLASS="external">BSD.lv</A> home.
                                                                 Version <SPAN CLASS="rev">1.9.15</SPAN>.                                                                  Version <SPAN CLASS="rev">1.9.15</SPAN> highlights: XHTML is now an acceptable
                                                                   output mode for <A HREF="mandoc.1.html">mandoc(1)</A>;  <Q>Xr</Q> made more
                                                                   compatible with groff; <Q>Vt</Q> fixed when invoked in SYNOPSIS;  <Q>\\</Q>
                                                                   escape removed; end-of-line white-space detected for all lines;  subtle bug
                                                                   fixed in list display for some modes;  compatibility layer checked in for
                                                                   compilation in diverse UNIX systems;  and column lengths handled correctly.
                                                                 </TD>                                                                  </TD>
                                                         </TR>                                                          </TR>
                                                 </TBODY>                                                  </TBODY>

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.54

CVSweb