<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://127.0.0.1:3001/diff-colorize/</link>
    <language>en-us</language>

    <title>diff-colorize Changelog</title>
    <description>diff-colorize Changelog</description>
    <item>
    <title>[default] python3: port to Python 3</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/58221373fc6f</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/58221373fc6f</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>58221373fc6f</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td>default</td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td>tip</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#65;&#117;&#103;&#105;&#101;&#32;&#70;&#97;&#99;&#107;&#108;&#101;&#114;&#32;&#60;&#114;&#97;&#102;&#64;&#100;&#117;&#114;&#105;&#110;&#52;&#50;&#46;&#99;&#111;&#109;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>python3: port to Python 3<br/>
<br/>
Pleasantly few changes required.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#65;&#117;&#103;&#105;&#101;&#32;&#70;&#97;&#99;&#107;&#108;&#101;&#114;&#32;&#60;&#114;&#97;&#102;&#64;&#100;&#117;&#114;&#105;&#110;&#52;&#50;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 14 Jul 2022 10:20:03 -0400</pubDate>
</item>
<item>
    <title>Expanded this comment to acknowledge that the same sub-expression covers both decimal and octal (beginning with 0) number literals.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/5f17911c4fe6</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/5f17911c4fe6</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>5f17911c4fe6</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Expanded this comment to acknowledge that the same sub-expression covers both decimal and octal (beginning with 0) number literals.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 08 Jan 2011 01:27:44 -0800</pubDate>
</item>
<item>
    <title>Changed the token expression to add support for sub-identifier word differencing.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/3b33b1c48880</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/3b33b1c48880</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>3b33b1c48880</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Changed the token expression to add support for sub-identifier word differencing.<br/>
<br/>
Example (this change causes only “Disable” and “Enable” to be highlighted):<br/>
<br/>
-	CLVSuddenTerminationDisable();<br/>
+	CLVSuddenTerminationEnable();</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 08 Jan 2011 01:21:51 -0800</pubDate>
</item>
<item>
    <title>This is diff-colorize 1.1.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/94e9ee861fc3</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/94e9ee861fc3</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>94e9ee861fc3</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>This is diff-colorize 1.1.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 21:05:33 -0800</pubDate>
</item>
<item>
    <title>Merged in the new 1.0 version-message changeset.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/d2bb1603f081</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/d2bb1603f081</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>d2bb1603f081</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Merged in the new 1.0 version-message changeset.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 21:05:17 -0800</pubDate>
</item>
<item>
    <title>Added tag 1.0 for changeset 948c96784f00</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/d65be40d24b7</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/d65be40d24b7</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>d65be40d24b7</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Added tag 1.0 for changeset 948c96784f00</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>.hgtags<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 21:04:46 -0800</pubDate>
</item>
<item>
    <title>Added line to usage message identifying this as diff-colorize 1.0.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/948c96784f00</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/948c96784f00</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>948c96784f00</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td>1.0</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Added line to usage message identifying this as diff-colorize 1.0.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 21:04:42 -0800</pubDate>
</item>
<item>
    <title>Prevent lines that are completely different from being completely highlighted as different.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/929a488c4960</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/929a488c4960</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>929a488c4960</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Prevent lines that are completely different from being completely highlighted as different.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 21:02:24 -0800</pubDate>
</item>
<item>
    <title>Improve the highlighting of differences using a longest common subsequence algorithm.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/b4caea436f4d</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/b4caea436f4d</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>b4caea436f4d</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Improve the highlighting of differences using a longest common subsequence algorithm.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 16:21:37 -0800</pubDate>
</item>
<item>
    <title>Added highlighting differences between consecutive old and new lines.</title>
    <guid isPermaLink="true">http://127.0.0.1:3001/diff-colorize/rev/b709258a2fc2</guid>
    <link>http://127.0.0.1:3001/diff-colorize/rev/b709258a2fc2</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>b709258a2fc2</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Added highlighting differences between consecutive old and new lines.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>diff-colorize.py<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#80;&#101;&#116;&#101;&#114;&#32;&#72;&#111;&#115;&#101;&#121;&#32;&#60;&#104;&#103;&#64;&#98;&#111;&#114;&#101;&#100;&#122;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 05 Jan 2011 07:53:57 -0800</pubDate>
</item>

  </channel>
</rss>