Revision: 4073
http://svn.sourceforge.net/winmerge/?rev=4073&view=rev
Author: gerundt
Date: 2007-01-21 12:08:29 -0800 (Sun, 21 Jan 2007)
Log Message:
-----------
PATCH: [ 1630335 ] Web: Update features list in main page
Modified Paths:
--------------
trunk/Web/2.6/index.php
trunk/Web/Changes.txt
trunk/Web/index.php
Modified: trunk/Web/2.6/index.php
===================================================================
--- trunk/Web/2.6/index.php 2007-01-21 19:13:58 UTC (rev 4072)
+++ trunk/Web/2.6/index.php 2007-01-21 20:08:29 UTC (rev 4073)
@@ -13,15 +13,16 @@
<li>Unicode support</li>
<li>Difference pane shows current difference in two vertical panes</li>
<li>Location pane shows map of files compared</li>
- <li>Highlights differences inside the lines</li>
- <li>File filters in directory pane</li>
- <li>Moved lines detection in file compare pane</li>
- <li>Shell Integration</li>
+ <li>Highlights differences inside lines in file compare</li>
+ <li>Regular Expression based file filters in directory compare allow excluding and including items</li>
+ <li>Moved lines detection in file compare</li>
+ <li>Creates patch files</li>
+ <li>Shell Integration (supports 64-bit Windows versions)</li>
<li>Rudimentary Visual SourceSafe and Rational ClearCase integration</li>
- <li>Archive file support using 7-zip</li>
+ <li>Archive file support using 7-Zip</li>
<li>Plugin support</li>
<li>Localizable interface via resource DLL</li>
- <li>HTML-based <a href="manual/index.html">Manual</a></li>
+ <li><a href="manual/index.html">Online manual</a> and installed HTML Help manual</li>
</ul>
<h2>Screenshots</h2>
Modified: trunk/Web/Changes.txt
===================================================================
--- trunk/Web/Changes.txt 2007-01-21 19:13:58 UTC (rev 4072)
+++ trunk/Web/Changes.txt 2007-01-21 20:08:29 UTC (rev 4073)
@@ -5,6 +5,9 @@
Web\2.0: index.php
Web\2.2: index.php
Web\2.4: index.php
+ PATCH: [ 1630335 ] Web: Update features list in main page
+ Web: index.php
+ Web\2.6: index.php
2007-01-18 Tim
PATCH: [ 1638998 ] Web: Changes for new stable release 2.6.4
Modified: trunk/Web/index.php
===================================================================
--- trunk/Web/index.php 2007-01-21 19:13:58 UTC (rev 4072)
+++ trunk/Web/index.php 2007-01-21 20:08:29 UTC (rev 4073)
@@ -13,15 +13,16 @@
<li>Unicode support</li>
<li>Difference pane shows current difference in two vertical panes</li>
<li>Location pane shows map of files compared</li>
- <li>Highlights differences inside the lines</li>
- <li>File filters in directory pane</li>
- <li>Moved lines detection in file compare pane</li>
- <li>Shell Integration</li>
+ <li>Highlights differences inside lines in file compare</li>
+ <li>Regular Expression based file filters in directory compare allow excluding and including items</li>
+ <li>Moved lines detection in file compare</li>
+ <li>Creates patch files</li>
+ <li>Shell Integration (supports 64-bit Windows versions)</li>
<li>Rudimentary Visual SourceSafe and Rational ClearCase integration</li>
- <li>Archive file support using 7-zip</li>
+ <li>Archive file support using 7-Zip</li>
<li>Plugin support</li>
<li>Localizable interface via resource DLL</li>
- <li>HTML-based <a href="2.6/manual/index.html">Manual</a></li>
+ <li><a href="2.6/manual/index.html">Online manual</a> and installed HTML Help manual</li>
</ul>
<h2>Screenshots</h2>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|