source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* pod2mdoc: release 0.2
@ 2015-05-19 20:43 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-05-19 20:43 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-19 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-19 20:43 pod2mdoc: release 0.2 schwarze

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).