source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: pod2mdoc: release 0.2
Date: Tue, 19 May 2015 15:43:19 -0500 (EST)	[thread overview]
Message-ID: <13972997156067860076.enqueue@fantadrom.bsd.lv> (raw)

Log Message:
-----------
release 0.2

Modified Files:
--------------
    pod2mdoc:
        Makefile
        index.xml

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/pod2mdoc/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -LMakefile -LMakefile -u -p -r1.15 -r1.16
--- Makefile
+++ Makefile
@@ -15,7 +15,7 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-VERSION =	0.1
+VERSION =	0.2
 
 # === USER CONFIGURATION ===============================================
 
Index: index.xml
===================================================================
RCS file: /home/cvs/mdocml/pod2mdoc/index.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lindex.xml -Lindex.xml -u -p -r1.8 -r1.9
--- index.xml
+++ index.xml
@@ -65,6 +65,31 @@
 				In addition to the release notes given below, a full <a href="ChangeLog">ChangeLog</a> is available.
 			</p>
 			<h2>
+				New in version 0.2 (May 19, 2015)
+			</h2>
+			<p>
+				SYNOPSIS preprocessor lines use <code>Fd</code>.
+				Names found in the SYNOPSIS are remembered
+				using Marc Espie's ohash library (bundled
+				for compatibility with operating systems
+				lacking it); that information is used
+				subsequently to mark up
+				function names with <code>Fn</code>,
+				function arguments with <code>Fa</code>,
+				type names with <code>Vt</code>,
+				preprocessor macros with <code>Dv</code>.
+				Foreign function names are marked up
+				with <code>Xr</code>.
+				Whitespace handling has been improved
+				in many respects (blank lines in literal
+				displays; re-wrap text lines; new sentence,
+				new line; better horizontal spacing;
+				no more whitespace at the end of lines).
+				Improved handling of closing punctuation.
+				Escaping of quotes at the beginning of
+				macro arguments.
+			</p>
+			<h2>
 				New in version 0.1 (November 17, 2014)
 			</h2>
 			<p>
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2015-05-19 20:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13972997156067860076.enqueue@fantadrom.bsd.lv \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).