From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p92IbPmu029819 for ; Sun, 2 Oct 2011 14:37:25 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p92IbPDU026648; Sun, 2 Oct 2011 14:37:25 -0400 (EDT) Date: Sun, 2 Oct 2011 14:37:25 -0400 (EDT) Message-Id: <201110021837.p92IbPDU026648@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Break schwarze@'s release notes into sections. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Break schwarze@'s release notes into sections. Ok schwarze@. Modified Files: -------------- mdocml: index.sgml Revision Data ------------- Index: index.sgml =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v retrieving revision 1.141 retrieving revision 1.142 diff -Lindex.sgml -Lindex.sgml -u -p -r1.141 -r1.142 --- index.sgml +++ index.sgml @@ -283,19 +283,25 @@ News

- xx-xx-2011: version 1.11.x + xx-xx-2011: version 1.11.8

- For tbl, 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 man, - and several bugs were fixed regarding various kinds of indentation and alignment. - The page headers in mdoc 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 mdoc and man manuals have been made more readable - by adding MACRO OVERVIEW sections, by moving the gory details of the LANGUAGE SYNTAX to the roff 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: -Tman. This mode allows a system maintainer to + distribute man media for older systems that may not natively support mdoc, such as old Solaris systems. +

+

+ The mdoc and man manuals have been made considerably more readable by + adding MACRO OVERVIEW sections, by moving the gory details of the LANGUAGE SYNTAX to the roff manual, and by moving the very technical MACRO SYNTAX sections down to the bottom of + the page. +

+

+ Furthermore, for tbl, the -Tascii mode 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 man, and + several bugs were fixed regarding indentation and alignment. The page headers in mdoc are now + nicer for very long titles.

02-09-2011: version 1.11.7 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv