]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 6 Feb 2018 02:12:27 +0000 (21:12 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 6 Feb 2018 02:12:27 +0000 (21:12 -0500)
12 files changed:
CMakeLists.txt
DevelopmentNotes/DevelopmentNotes.epub
DevelopmentNotes/DevelopmentNotes.fodt
DevelopmentNotes/DevelopmentNotes.html
DevelopmentNotes/DevelopmentNotes.pdf
DevelopmentNotes/DevelopmentNotes.txt
QuickStart/QuickStart.epub
QuickStart/QuickStart.fodt
QuickStart/QuickStart.html
QuickStart/QuickStart.pdf
QuickStart/QuickStart.txt
README.md

index 0ac17d330d85b2f51d5b3ff87ccad16eeeb7ff32..cb778940aebe7353c4db57bd2944dc838563bf5c 100644 (file)
@@ -8,14 +8,14 @@ cmake_minimum_required (VERSION 2.6)
 set (My_Project_Title "MultiMarkdown")
 set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
 set (My_Project_Author "Fletcher T. Penney")
-set (My_Project_Revised_Date "2017-11-20")
+set (My_Project_Revised_Date "2018-02-05")
 set (My_Project_Version_Major 6)
-set (My_Project_Version_Minor 2)
-set (My_Project_Version_Patch 3)
+set (My_Project_Version_Minor 3)
+set (My_Project_Version_Patch 0)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
-set (My_Project_Copyright_Date "2016 - 2017")
+set (My_Project_Copyright_Date "2016 - 2018")
 set (My_Project_Copyright "Copyright © ${My_Project_Copyright_Date} ${My_Project_Author}.")
 
 string(TOUPPER ${My_Project_Title} My_Project_Title_Caps  )
index dbf317ae87dfb6060a3b5e8d3ce54f28cf750da7..919076f4fd9ef1dc24f101e2136c929ddd8f3afa 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
index 8e071cc2f36268e1d6598320c948684019be7d5e..76037dbe1d2871a1f8b661efbc8a627ad48dc49e 100644 (file)
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta>
        <dc:title>MultiMarkdown v6 Development Notes</dc:title>
        <dc:creator>Fletcher T. Penney</dc:creator>
-       <meta:user-defined meta:name="date">2017-11-20</meta:user-defined>
+       <meta:user-defined meta:name="date">2018-02-05</meta:user-defined>
        <meta:user-defined meta:name="uuid">dd2d8e76-dc2d-416d-9acd-5395d20871c2</meta:user-defined>
 </office:meta>
 <office:body>
@@ -762,6 +762,127 @@ TextBundle/TextPack, OpenDocument, etc.</text:p></text:list-item>
 <text:h text:outline-level="3"><text:bookmark text:name="changelog"/>Changelog </text:h>
 
 <text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="Standard">2018&#8211;02&#8211;05 - v 6.3.0:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add additional CM tests</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add beamer LaTeX support files to installer</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Update beamer latex support files for MMD 6 latex config metadata support</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: All test build on path with spaces</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Don&#8217;t use libcurl on test build</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix HTML 5 compliance with image dimensions; Fix CriticMarkup inside code spans/blocks</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix bug in token pruning</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix bug with setting tail in token prune/graft</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix edge case with superscripts and punctuation</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix issue in Windows code</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix issue with list bullets in fenced code blocks</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix reject/accept with highlighting</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix typo in QuickStart.txt (fixes #111)</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Properly assign ambidextrous tokens in tables</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108)</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Add Spanish style quotes support</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Add test suite to d_string</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Apply astyle to source</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Improve commands for accepting/rejecting CriticMarkup</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Remove deprecated fodt.c and fodt.h</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Update dates</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: specify types to silence warnings and prevent theoretical errors</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+add cocoaconv.rb enum conversion script</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+change d_string_erase argument docstring</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+drop redundant enum case prefixes in Swift</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+drop redundant enum name prefixes from enum cases</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+expose singular-S type to Swift code generator</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+fix target platform spelling (macosx, not macos)</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">remove plural S from enum type names</text:p></text:list-item>
+
+</text:list></text:list-item>
+
 <text:list-item>
 <text:p text:style-name="Standard">2017&#8211;11&#8211;20 - v 6.2.3:</text:p>
 
index ea7557814bab5b212cff2c9db215bef6e0c56fd9..0a3a08a37c2a4a49a1c515fcab697bc55935968f 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8"/>
        <title>MultiMarkdown v6 Development Notes</title>
        <meta name="author" content="Fletcher T. Penney"/>
-       <meta name="date" content="2017-11-20"/>
+       <meta name="date" content="2018-02-05"/>
        <meta name="uuid" content="dd2d8e76-dc2d-416d-9acd-5395d20871c2"/>
 </head>
 <body>
@@ -432,6 +432,39 @@ TextBundle/TextPack, OpenDocument, etc.</p></li>
 <h3 id="changelog">Changelog </h3>
 
 <ul>
+<li><p>2018&#8211;02&#8211;05 - v 6.3.0:</p>
+
+<ul>
+<li>ADDED: Add additional CM tests</li>
+<li>ADDED: Add beamer LaTeX support files to installer</li>
+<li>ADDED: Update beamer latex support files for <abbr title="MultiMarkdown">MMD</abbr> 6 latex config metadata support</li>
+<li>FIXED: All test build on path with spaces</li>
+<li>FIXED: Don&#8217;t use libcurl on test build</li>
+<li>FIXED: Fix HTML 5 compliance with image dimensions; Fix CriticMarkup inside code spans/blocks</li>
+<li>FIXED: Fix bug in token pruning</li>
+<li>FIXED: Fix bug with setting tail in token prune/graft</li>
+<li>FIXED: Fix edge case with superscripts and punctuation</li>
+<li>FIXED: Fix issue in Windows code</li>
+<li>FIXED: Fix issue with list bullets in fenced code blocks</li>
+<li>FIXED: Fix reject/accept with highlighting</li>
+<li>FIXED: Fix typo in QuickStart.txt (fixes #111)</li>
+<li>FIXED: Properly assign ambidextrous tokens in tables</li>
+<li>Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108)</li>
+<li>UPDATED: Add Spanish style quotes support</li>
+<li>UPDATED: Add test suite to d_string</li>
+<li>UPDATED: Apply astyle to source</li>
+<li>UPDATED: Improve commands for accepting/rejecting CriticMarkup</li>
+<li>UPDATED: Remove deprecated fodt.c and fodt.h</li>
+<li>UPDATED: Update dates</li>
+<li>UPDATED: specify types to silence warnings and prevent theoretical errors</li>
+<li>add cocoaconv.rb enum conversion script</li>
+<li>change d_string_erase argument docstring</li>
+<li>drop redundant enum case prefixes in Swift</li>
+<li>drop redundant enum name prefixes from enum cases</li>
+<li>expose singular-S type to Swift code generator</li>
+<li>fix target platform spelling (macosx, not macos)</li>
+<li>remove plural S from enum type names</li>
+</ul></li>
 <li><p>2017&#8211;11&#8211;20 - v 6.2.3:</p>
 
 <ul>
index 813636e83b932bc63244589d6272908cdb3b5b8e..db948c0d2b30a34ba1bef8ad680abde6f85b258e 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ
index 45ad9181be56286ad34033057dcbbbae42b91c9a..80a19e5fb7cab691e8ec3cb5e9a106fe53ea920f 100644 (file)
@@ -1,6 +1,6 @@
 Title: MultiMarkdown v6 Development Notes
 Author:        Fletcher T. Penney
-Date: 2017-11-20  
+Date: 2018-02-05  
 LaTeX Config:  tufte-handout
 Base Header Level:     3
 uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -471,6 +471,39 @@ TextBundle/TextPack, OpenDocument, etc.
 
 # Changelog #
 
+* 2018-02-05 - v 6.3.0:
+
+       *    ADDED: Add additional CM tests
+       *    ADDED: Add beamer LaTeX support files to installer
+       *    ADDED: Update beamer latex support files for MMD 6 latex config metadata support
+       *    FIXED: All test build on path with spaces
+       *    FIXED: Don't use libcurl on test build
+       *    FIXED: Fix HTML 5 compliance with image dimensions; Fix CriticMarkup inside code spans/blocks
+       *    FIXED: Fix bug in token pruning
+       *    FIXED: Fix bug with setting tail in token prune/graft
+       *    FIXED: Fix edge case with superscripts and punctuation
+       *    FIXED: Fix issue in Windows code
+       *    FIXED: Fix issue with list bullets in fenced code blocks
+       *    FIXED: Fix reject/accept with highlighting
+       *    FIXED: Fix typo in QuickStart.txt (fixes #111)
+       *    FIXED: Properly assign ambidextrous tokens in tables
+       *    Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108)
+       *    UPDATED: Add Spanish style quotes support
+       *    UPDATED: Add test suite to d_string
+       *    UPDATED: Apply astyle to source
+       *    UPDATED: Improve commands for accepting/rejecting CriticMarkup
+       *    UPDATED: Remove deprecated fodt.c and fodt.h
+       *    UPDATED: Update dates
+       *    UPDATED: specify types to silence warnings and prevent theoretical errors
+       *    add cocoaconv.rb enum conversion script
+       *    change d_string_erase argument docstring
+       *    drop redundant enum case prefixes in Swift
+       *    drop redundant enum name prefixes from enum cases
+       *    expose singular-S type to Swift code generator
+       *    fix target platform spelling (macosx, not macos)
+       *    remove plural S from enum type names
+
+
 * 2017-11-20 - v 6.2.3:
 
        *    CHANGED: Fix typos
index 0618429b15796d6aac56a4f6982c4b9b3c6b7b4e..6534f83dd6d59ea666fa56965326ce62a93bdb28 100644 (file)
Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ
index dd8e8ee50e3a209ebd425fc53da3a5156dc52076..b3a30e3d9f751bf7401ee3c230fcc41ae244482d 100644 (file)
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta>
        <dc:title>MultiMarkdown v6 Quick Start Guide</dc:title>
        <dc:creator>Fletcher T. Penney</dc:creator>
-       <meta:user-defined meta:name="version">6.2.2</meta:user-defined>
+       <meta:user-defined meta:name="version">6.3.0</meta:user-defined>
        <meta:user-defined meta:name="uuid">0d6313fa-9135-477e-9c14-7d62c1977833</meta:user-defined>
 </office:meta>
 <office:body>
@@ -318,7 +318,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 
 <text:h text:outline-level="3"><text:bookmark text:name="introduction"/>Introduction </text:h>
 
-<text:p text:style-name="Standard">Version: 6.2.2</text:p>
+<text:p text:style-name="Standard">Version: 6.3.0</text:p>
 
 <text:p text:style-name="Standard">This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample
 document to demonstrate the various features. Specifically, differences from
@@ -663,7 +663,7 @@ new system.</text:p>
 <text:p text:style-name="Standard"><text:span text:style-name="MMD-Bold"><text:span text:style-name="MMD-Italic">In addition</text:span></text:span>, there is a new shortcut key &#8211; <text:span text:style-name="Source_20_Text">latex config</text:span>. This allows
 you to specify a &#8220;document name&#8221; that is used to automatically identify the
 corresponding <text:span text:style-name="Source_20_Text">latex leader</text:span>, <text:span text:style-name="Source_20_Text">latex begin</text:span>, and <text:span text:style-name="Source_20_Text">latex footer</text:span> files. For
-example, using <text:span text:style-name="Source_20_Text">latex config: artice</text:span> is the same as using:</text:p>
+example, using <text:span text:style-name="Source_20_Text">latex config: article</text:span> is the same as using:</text:p>
 
 <text:p text:style-name="Preformatted Text">latex leader:<text:tab/>mmd6-article-leader<text:line-break/>latex begin:<text:tab/>mmd6-article-begin<text:line-break/>latex footer:<text:tab/>mmd6-article-footer<text:line-break/></text:p>
 
index bcf6962c1d12b6d216e4ea47e3394a90c26db3e3..765a9ef13b1ce266dc79fd8dda1ca027f3dc8ac2 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8"/>
        <title>MultiMarkdown v6 Quick Start Guide</title>
        <meta name="author" content="Fletcher T. Penney"/>
-       <meta name="version" content="6.2.2"/>
+       <meta name="version" content="6.3.0"/>
        <meta name="uuid" content="0d6313fa-9135-477e-9c14-7d62c1977833"/>
 </head>
 <body>
@@ -43,7 +43,7 @@
 
 <h3 id="introduction">Introduction </h3>
 
-<p>Version: 6.2.2</p>
+<p>Version: 6.3.0</p>
 
 <p>This document serves as a description of MultiMarkdown (<abbr title="MultiMarkdown">MMD</abbr>) v6, as well as a sample
 document to demonstrate the various features. Specifically, differences from
@@ -354,7 +354,7 @@ new system.</p>
 <p><strong><em>In addition</em></strong>, there is a new shortcut key &#8211; <code>latex config</code>. This allows
 you to specify a &#8220;document name&#8221; that is used to automatically identify the
 corresponding <code>latex leader</code>, <code>latex begin</code>, and <code>latex footer</code> files. For
-example, using <code>latex config: artice</code> is the same as using:</p>
+example, using <code>latex config: article</code> is the same as using:</p>
 
 <pre><code>latex leader:       mmd6-article-leader
 latex begin:   mmd6-article-begin
index 7fa0b2729dc2eb74dc30842015812272cf95d087..16e3ccf5420d9b42a56a4bd15525c12ddda4528d 100644 (file)
Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ
index e86a576853a433c8cae64dad5dbf594da1d5eba0..6e4e22acd795eddbee375e17822cd5158f01e7e6 100644 (file)
@@ -1,6 +1,6 @@
 Title: MultiMarkdown v6 Quick Start Guide
 Author:        Fletcher T. Penney
-Version:       6.2.2
+Version:       6.3.0
 LaTeX Config:  tufte-handout
 Base Header Level:     3
 uuid:  0d6313fa-9135-477e-9c14-7d62c1977833
index 5f64b52a270e1991b6aa4db9c6b4bcff5ad2c929..4d459cd11bd1eb37e1530ba21f9a72332dd617a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 | ---------- | ------------------------- |  
 | Title:     | MultiMarkdown        |  
 | Author:    | Fletcher T. Penney       |  
-| Date:      | 2017-11-20 |  
-| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney.    |  
-| Version:   | 6.2.3      |  
+| Date:      | 2018-02-05 |  
+| Copyright: | Copyright © 2016 - 2018 Fletcher T. Penney.    |  
+| Version:   | 6.3.0      |  
 
 master branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=master)](https://travis-ci.org/fletcher/MultiMarkdown-6)  
 develop branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=develop)](https://travis-ci.org/fletcher/MultiMarkdown-6)