35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
-
+
-
+
|
<a name="EskilFeatures"></a><h3>Features</h3>
<ul>
<li>Highlights changes within a line.</li>
<li>Matches similar lines within a changed block to better show changed
lines that are adjacent to added/removed lines.</li>
<li>Directory diff.</li>
<li>CVS/RCS/ClearCase/GIT/SVN/BZR/HG diff. Conflict merge.</li>
<li>CVS/RCS/ClearCase/GIT/SVN/BZR/HG/Perforce/Fossil diff. Conflict merge.</li>
<li>View patch file.</li>
<li>Print to PDF or postscript.</li>
<li>Print to PDF.</li>
<li>"Clip diff"</li>
<li>Plugins for preprocessing files.</li>
<li>Alignment and block diff functions for tricky diffs.</li>
<li>Edit and Save file from diff window.</li>
<li><a href="http://wiki.tcl.tk/starkit">Starkit</a> browsing.</li>
</ul>
|
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
-
+
|
<li> Dir diff: Redesigned to display less.</li>
<li> Support for Perforce and Fossil.</li>
<li> Allow zero lines of context.</li>
<li> Detect and display annotation in patch view.</li>
<li> Select colors for PDF print. Command line options for PDF.</li>
<li> Removed support for Postscript output.</li>
<li> Support File Drop with TkDnd.</li>
<li> Handle line endings in conflict and merge.<li>
<li> Handle line endings in conflict and merge.</li>
</ul>
Changes in v2.4 (2009-01-08):<br>
<ul>
<li> Completely redesigned directory diff.</li>
<li> Added a log viewer in revision mode.</li>
<li> Added color option for unchanged text.</li>
<li> Plugins support.</li>
|